headers/libs/agg/agg_array.h
326
template<class T, unsigned S=6> class pod_bvector
headers/libs/agg/agg_array.h
331
block_shift = S,
headers/libs/agg/agg_array.h
343
pod_bvector(const pod_bvector<T, S>& v);
headers/libs/agg/agg_array.h
344
const pod_bvector<T, S>& operator = (const pod_bvector<T, S>& v);
headers/libs/agg/agg_array.h
514
template<class T, unsigned S> pod_bvector<T, S>::~pod_bvector()
headers/libs/agg/agg_array.h
530
template<class T, unsigned S>
headers/libs/agg/agg_array.h
531
void pod_bvector<T, S>::free_tail(unsigned size)
headers/libs/agg/agg_array.h
552
template<class T, unsigned S> pod_bvector<T, S>::pod_bvector() :
headers/libs/agg/agg_array.h
563
template<class T, unsigned S>
headers/libs/agg/agg_array.h
564
pod_bvector<T, S>::pod_bvector(unsigned block_ptr_inc) :
headers/libs/agg/agg_array.h
575
template<class T, unsigned S>
headers/libs/agg/agg_array.h
576
pod_bvector<T, S>::pod_bvector(const pod_bvector<T, S>& v) :
headers/libs/agg/agg_array.h
595
template<class T, unsigned S>
headers/libs/agg/agg_array.h
596
const pod_bvector<T, S>&
headers/libs/agg/agg_array.h
597
pod_bvector<T, S>::operator = (const pod_bvector<T, S>& v)
headers/libs/agg/agg_array.h
614
template<class T, unsigned S>
headers/libs/agg/agg_array.h
615
void pod_bvector<T, S>::allocate_block(unsigned nb)
headers/libs/agg/agg_array.h
639
template<class T, unsigned S>
headers/libs/agg/agg_array.h
640
inline T* pod_bvector<T, S>::data_ptr()
headers/libs/agg/agg_array.h
653
template<class T, unsigned S>
headers/libs/agg/agg_array.h
654
inline void pod_bvector<T, S>::add(const T& val)
headers/libs/agg/agg_array.h
662
template<class T, unsigned S>
headers/libs/agg/agg_array.h
663
inline void pod_bvector<T, S>::remove_last()
headers/libs/agg/agg_array.h
670
template<class T, unsigned S>
headers/libs/agg/agg_array.h
671
void pod_bvector<T, S>::modify_last(const T& val)
headers/libs/agg/agg_array.h
679
template<class T, unsigned S>
headers/libs/agg/agg_array.h
680
int pod_bvector<T, S>::allocate_continuous_block(unsigned num_elements)
headers/libs/agg/agg_array.h
709
template<class T, unsigned S>
headers/libs/agg/agg_array.h
710
unsigned pod_bvector<T, S>::byte_size() const
headers/libs/agg/agg_array.h
717
template<class T, unsigned S>
headers/libs/agg/agg_array.h
718
void pod_bvector<T, S>::serialize(int8u* ptr) const
headers/libs/agg/agg_array.h
729
template<class T, unsigned S>
headers/libs/agg/agg_array.h
730
void pod_bvector<T, S>::deserialize(const int8u* data, unsigned byte_size)
headers/libs/agg/agg_array.h
746
template<class T, unsigned S>
headers/libs/agg/agg_array.h
747
void pod_bvector<T, S>::deserialize(unsigned start, const T& empty_val,
headers/libs/agg/agg_path_storage.h
109
template<class T, unsigned S, unsigned P>
headers/libs/agg/agg_path_storage.h
110
vertex_block_storage<T,S,P>::~vertex_block_storage()
headers/libs/agg/agg_path_storage.h
116
template<class T, unsigned S, unsigned P>
headers/libs/agg/agg_path_storage.h
117
vertex_block_storage<T,S,P>::vertex_block_storage() :
headers/libs/agg/agg_path_storage.h
127
template<class T, unsigned S, unsigned P>
headers/libs/agg/agg_path_storage.h
128
vertex_block_storage<T,S,P>::vertex_block_storage(const vertex_block_storage<T,S,P>& v) :
headers/libs/agg/agg_path_storage.h
139
template<class T, unsigned S, unsigned P>
headers/libs/agg/agg_path_storage.h
140
const vertex_block_storage<T,S,P>&
headers/libs/agg/agg_path_storage.h
141
vertex_block_storage<T,S,P>::operator = (const vertex_block_storage<T,S,P>& v)
headers/libs/agg/agg_path_storage.h
155
template<class T, unsigned S, unsigned P>
headers/libs/agg/agg_path_storage.h
156
inline void vertex_block_storage<T,S,P>::remove_all()
headers/libs/agg/agg_path_storage.h
162
template<class T, unsigned S, unsigned P>
headers/libs/agg/agg_path_storage.h
163
inline void vertex_block_storage<T,S,P>::add_vertex(double x, double y,
headers/libs/agg/agg_path_storage.h
174
template<class T, unsigned S, unsigned P>
headers/libs/agg/agg_path_storage.h
175
inline void vertex_block_storage<T,S,P>::modify_vertex(unsigned idx,
headers/libs/agg/agg_path_storage.h
184
template<class T, unsigned S, unsigned P>
headers/libs/agg/agg_path_storage.h
185
inline void vertex_block_storage<T,S,P>::modify_vertex(unsigned idx,
headers/libs/agg/agg_path_storage.h
198
template<class T, unsigned S, unsigned P>
headers/libs/agg/agg_path_storage.h
199
inline void vertex_block_storage<T,S,P>::modify_command(unsigned idx,
headers/libs/agg/agg_path_storage.h
206
template<class T, unsigned S, unsigned P>
headers/libs/agg/agg_path_storage.h
207
inline void vertex_block_storage<T,S,P>::swap_vertices(unsigned v1, unsigned v2)
headers/libs/agg/agg_path_storage.h
224
template<class T, unsigned S, unsigned P>
headers/libs/agg/agg_path_storage.h
225
inline unsigned vertex_block_storage<T,S,P>::last_command() const
headers/libs/agg/agg_path_storage.h
232
template<class T, unsigned S, unsigned P>
headers/libs/agg/agg_path_storage.h
233
inline unsigned vertex_block_storage<T,S,P>::last_vertex(double* x, double* y) const
headers/libs/agg/agg_path_storage.h
240
template<class T, unsigned S, unsigned P>
headers/libs/agg/agg_path_storage.h
241
inline unsigned vertex_block_storage<T,S,P>::prev_vertex(double* x, double* y) const
headers/libs/agg/agg_path_storage.h
248
template<class T, unsigned S, unsigned P>
headers/libs/agg/agg_path_storage.h
249
inline double vertex_block_storage<T,S,P>::last_x() const
headers/libs/agg/agg_path_storage.h
260
template<class T, unsigned S, unsigned P>
headers/libs/agg/agg_path_storage.h
261
inline double vertex_block_storage<T,S,P>::last_y() const
headers/libs/agg/agg_path_storage.h
272
template<class T, unsigned S, unsigned P>
headers/libs/agg/agg_path_storage.h
273
inline unsigned vertex_block_storage<T,S,P>::total_vertices() const
headers/libs/agg/agg_path_storage.h
279
template<class T, unsigned S, unsigned P>
headers/libs/agg/agg_path_storage.h
280
inline unsigned vertex_block_storage<T,S,P>::vertex(unsigned idx,
headers/libs/agg/agg_path_storage.h
291
template<class T, unsigned S, unsigned P>
headers/libs/agg/agg_path_storage.h
292
inline unsigned vertex_block_storage<T,S,P>::command(unsigned idx) const
headers/libs/agg/agg_path_storage.h
298
template<class T, unsigned S, unsigned P>
headers/libs/agg/agg_path_storage.h
299
void vertex_block_storage<T,S,P>::allocate_block(unsigned nb)
headers/libs/agg/agg_path_storage.h
336
template<class T, unsigned S, unsigned P>
headers/libs/agg/agg_path_storage.h
337
int8u* vertex_block_storage<T,S,P>::storage_ptrs(T** xy_ptr)
headers/libs/agg/agg_path_storage.h
85
template<class T, unsigned S, unsigned P>
headers/libs/agg/agg_path_storage.h
86
void vertex_block_storage<T,S,P>::free_all()
headers/libs/agg/agg_vertex_sequence.h
105
template<class T, unsigned S>
headers/libs/agg/agg_vertex_sequence.h
106
void vertex_sequence<T, S>::close(bool closed)
headers/libs/agg/agg_vertex_sequence.h
66
template<class T, unsigned S=6>
headers/libs/agg/agg_vertex_sequence.h
67
class vertex_sequence : public pod_bvector<T, S>
headers/libs/agg/agg_vertex_sequence.h
70
typedef pod_bvector<T, S> base_type;
headers/libs/agg/agg_vertex_sequence.h
80
template<class T, unsigned S>
headers/libs/agg/agg_vertex_sequence.h
81
void vertex_sequence<T, S>::add(const T& val)
headers/libs/agg/agg_vertex_sequence.h
95
template<class T, unsigned S>
headers/libs/agg/agg_vertex_sequence.h
96
void vertex_sequence<T, S>::modify_last(const T& val)
src/add-ons/kernel/drivers/network/ether/intel22x/dev/igc/if_igc.h
187
#define INIT_DEBUGOUT(S) if (DEBUG_INIT) printf(S "\n")
src/add-ons/kernel/drivers/network/ether/intel22x/dev/igc/if_igc.h
188
#define INIT_DEBUGOUT1(S, A) if (DEBUG_INIT) printf(S "\n", A)
src/add-ons/kernel/drivers/network/ether/intel22x/dev/igc/if_igc.h
189
#define INIT_DEBUGOUT2(S, A, B) if (DEBUG_INIT) printf(S "\n", A, B)
src/add-ons/kernel/drivers/network/ether/intel22x/dev/igc/if_igc.h
190
#define IOCTL_DEBUGOUT(S) if (DEBUG_IOCTL) printf(S "\n")
src/add-ons/kernel/drivers/network/ether/intel22x/dev/igc/if_igc.h
191
#define IOCTL_DEBUGOUT1(S, A) if (DEBUG_IOCTL) printf(S "\n", A)
src/add-ons/kernel/drivers/network/ether/intel22x/dev/igc/if_igc.h
192
#define IOCTL_DEBUGOUT2(S, A, B) if (DEBUG_IOCTL) printf(S "\n", A, B)
src/add-ons/kernel/drivers/network/ether/intel22x/dev/igc/if_igc.h
193
#define HW_DEBUGOUT(S) if (DEBUG_HW) printf(S "\n")
src/add-ons/kernel/drivers/network/ether/intel22x/dev/igc/if_igc.h
194
#define HW_DEBUGOUT1(S, A) if (DEBUG_HW) printf(S "\n", A)
src/add-ons/kernel/drivers/network/ether/intel22x/dev/igc/if_igc.h
195
#define HW_DEBUGOUT2(S, A, B) if (DEBUG_HW) printf(S "\n", A, B)
src/add-ons/kernel/drivers/network/ether/ipro1000/dev/e1000/if_em.h
333
#define INIT_DEBUGOUT(S) if (DEBUG_INIT) printf(S "\n")
src/add-ons/kernel/drivers/network/ether/ipro1000/dev/e1000/if_em.h
334
#define INIT_DEBUGOUT1(S, A) if (DEBUG_INIT) printf(S "\n", A)
src/add-ons/kernel/drivers/network/ether/ipro1000/dev/e1000/if_em.h
335
#define INIT_DEBUGOUT2(S, A, B) if (DEBUG_INIT) printf(S "\n", A, B)
src/add-ons/kernel/drivers/network/ether/ipro1000/dev/e1000/if_em.h
336
#define IOCTL_DEBUGOUT(S) if (DEBUG_IOCTL) printf(S "\n")
src/add-ons/kernel/drivers/network/ether/ipro1000/dev/e1000/if_em.h
337
#define IOCTL_DEBUGOUT1(S, A) if (DEBUG_IOCTL) printf(S "\n", A)
src/add-ons/kernel/drivers/network/ether/ipro1000/dev/e1000/if_em.h
338
#define IOCTL_DEBUGOUT2(S, A, B) if (DEBUG_IOCTL) printf(S "\n", A, B)
src/add-ons/kernel/drivers/network/ether/ipro1000/dev/e1000/if_em.h
339
#define HW_DEBUGOUT(S) if (DEBUG_HW) printf(S "\n")
src/add-ons/kernel/drivers/network/ether/ipro1000/dev/e1000/if_em.h
340
#define HW_DEBUGOUT1(S, A) if (DEBUG_HW) printf(S "\n", A)
src/add-ons/kernel/drivers/network/ether/ipro1000/dev/e1000/if_em.h
341
#define HW_DEBUGOUT2(S, A, B) if (DEBUG_HW) printf(S "\n", A, B)
src/add-ons/kernel/file_systems/ntfs/libntfs/runlist.c
1775
#define MKRL(R,V,L,S) \
src/add-ons/kernel/file_systems/ntfs/libntfs/runlist.c
1778
(R)->length = S;
src/add-ons/screen_savers/ifs/IFS.cpp
112
gauss_rand(float c, float A, float S)
src/add-ons/screen_savers/ifs/IFS.cpp
115
y = A * (1.0 - exp(-y * y * S)) / (1.0 - exp(-S));
src/add-ons/screen_savers/ifs/IFS.cpp
124
half_gauss_rand(float c, float A, float S)
src/add-ons/screen_savers/ifs/IFS.cpp
127
y = A * (1.0 - exp(-y * y * S)) / (1.0 - exp(-S));
src/add-ons/screen_savers/ifs/IFS.cpp
292
SIMILITUDE* S;
src/add-ons/screen_savers/ifs/IFS.cpp
318
S = F->Components;
src/add-ons/screen_savers/ifs/IFS.cpp
319
S1 = S + F->SimilitudeCount;
src/add-ons/screen_savers/ifs/IFS.cpp
324
for (i = F->SimilitudeCount; i; --i, S++, S1++, S2++, S3++, S4++) {
src/add-ons/screen_savers/ifs/IFS.cpp
325
S->c_x = u0 * S1->c_x + u1 * S2->c_x + u2 * S3->c_x + u3 * S4->c_x;
src/add-ons/screen_savers/ifs/IFS.cpp
326
S->c_y = u0 * S1->c_y + u1 * S2->c_y + u2 * S3->c_y + u3 * S4->c_y;
src/add-ons/screen_savers/ifs/IFS.cpp
327
S->r = u0 * S1->r + u1 * S2->r + u2 * S3->r + u3 * S4->r;
src/add-ons/screen_savers/ifs/IFS.cpp
328
S->r2 = u0 * S1->r2 + u1 * S2->r2 + u2 * S3->r2 + u3 * S4->r2;
src/add-ons/screen_savers/ifs/IFS.cpp
329
S->A = u0 * S1->A + u1 * S2->A + u2 * S3->A + u3 * S4->A;
src/add-ons/screen_savers/ifs/IFS.cpp
330
S->A2 = u0 * S1->A2 + u1 * S2->A2 + u2 * S3->A2 + u3 * S4->A2;
src/add-ons/screen_savers/ifs/IFS.cpp
337
S = F->Components;
src/add-ons/screen_savers/ifs/IFS.cpp
338
S1 = S + F->SimilitudeCount;
src/add-ons/screen_savers/ifs/IFS.cpp
343
for (i = F->SimilitudeCount; i; --i, S++, S1++, S2++, S3++, S4++) {
src/add-ons/translators/raw/LibRAW.cpp
311
info.width = S.width;
src/add-ons/translators/raw/LibRAW.cpp
312
info.height = S.height;
src/add-ons/translators/raw/LibRAW.cpp
313
info.output_width = S.flip > 4 ? S.iheight : S.iwidth;
src/add-ons/translators/raw/LibRAW.cpp
314
info.output_height = S.flip > 4 ? S.iwidth : S.iheight;
src/add-ons/translators/raw/LibRAW.cpp
315
info.flip = S.flip;
src/add-ons/translators/raw/LibRAW.cpp
316
info.bytes = S.raw_pitch;
src/apps/icon-o-matic/generic/gui/panel/color_picker/ColorField.cpp
230
float H(0), S(0), V(0);
src/apps/icon-o-matic/generic/gui/panel/color_picker/ColorField.cpp
257
S = fMarkerPosition.x / width;
src/apps/icon-o-matic/generic/gui/panel/color_picker/ColorField.cpp
263
S = fFixedValue;
src/apps/icon-o-matic/generic/gui/panel/color_picker/ColorField.cpp
269
S = 1.0 - fMarkerPosition.y / height;
src/apps/icon-o-matic/generic/gui/panel/color_picker/ColorField.cpp
275
HSV_to_RGB(H, S, V, R, G, B);
src/apps/icon-o-matic/generic/support/rgb_hsv.h
12
#define RETURN_HSV(h, s, v) { H = h; S = s; V = v; return; }
src/apps/icon-o-matic/generic/support/rgb_hsv.h
19
RGB_to_HSV(float R, float G, float B, float& H, float& S, float& V)
src/bin/network/ftpd/ftpcmd.y
1050
: S
src/bin/network/ftpd/ftpcmd.y
112
L N P R S T
src/bin/network/ftpd/ftpcmd.y
1481
return (S);
src/libs/compat/freebsd_wlan/net80211/ieee80211_crypto_tkip.c
672
u8 S[256];
src/libs/compat/freebsd_wlan/net80211/ieee80211_crypto_tkip.c
675
#define S_SWAP(a,b) do { u8 t = S[a]; S[a] = S[b]; S[b] = t; } while(0)
src/libs/compat/freebsd_wlan/net80211/ieee80211_crypto_tkip.c
679
S[i] = i;
src/libs/compat/freebsd_wlan/net80211/ieee80211_crypto_tkip.c
682
j = (j + S[i] + key[i & 0x0f]) & 0xff;
src/libs/compat/freebsd_wlan/net80211/ieee80211_crypto_tkip.c
699
j = (j + S[i]) & 0xff;
src/libs/compat/freebsd_wlan/net80211/ieee80211_crypto_tkip.c
701
*pos++ ^= S[(S[i] + S[j]) & 0xff];
src/libs/compat/freebsd_wlan/net80211/ieee80211_crypto_tkip.c
721
j = (j + S[i]) & 0xff;
src/libs/compat/freebsd_wlan/net80211/ieee80211_crypto_tkip.c
723
icv[k] ^= S[(S[i] + S[j]) & 0xff];
src/libs/compat/freebsd_wlan/net80211/ieee80211_crypto_tkip.c
731
u8 S[256];
src/libs/compat/freebsd_wlan/net80211/ieee80211_crypto_tkip.c
737
S[i] = i;
src/libs/compat/freebsd_wlan/net80211/ieee80211_crypto_tkip.c
740
j = (j + S[i] + key[i & 0x0f]) & 0xff;
src/libs/compat/freebsd_wlan/net80211/ieee80211_crypto_tkip.c
755
j = (j + S[i]) & 0xff;
src/libs/compat/freebsd_wlan/net80211/ieee80211_crypto_tkip.c
757
*pos ^= S[(S[i] + S[j]) & 0xff];
src/libs/compat/freebsd_wlan/net80211/ieee80211_crypto_tkip.c
780
j = (j + S[i]) & 0xff;
src/libs/compat/freebsd_wlan/net80211/ieee80211_crypto_tkip.c
782
if ((icv[k] ^ S[(S[i] + S[j]) & 0xff]) != *pos++) {
src/libs/compat/freebsd_wlan/net80211/ieee80211_crypto_wep.c
347
#define S_SWAP(a,b) do { uint8_t t = S[a]; S[a] = S[b]; S[b] = t; } while(0)
src/libs/compat/freebsd_wlan/net80211/ieee80211_crypto_wep.c
355
uint8_t S[256];
src/libs/compat/freebsd_wlan/net80211/ieee80211_crypto_wep.c
367
S[i] = i;
src/libs/compat/freebsd_wlan/net80211/ieee80211_crypto_wep.c
371
j = (j + S[i] + rc4key[i % keylen]) & 0xff;
src/libs/compat/freebsd_wlan/net80211/ieee80211_crypto_wep.c
390
j = (j + S[i]) & 0xff;
src/libs/compat/freebsd_wlan/net80211/ieee80211_crypto_wep.c
392
*pos++ ^= S[(S[i] + S[j]) & 0xff];
src/libs/compat/freebsd_wlan/net80211/ieee80211_crypto_wep.c
419
j = (j + S[i]) & 0xff;
src/libs/compat/freebsd_wlan/net80211/ieee80211_crypto_wep.c
421
icv[k] ^= S[(S[i] + S[j]) & 0xff];
src/libs/compat/freebsd_wlan/net80211/ieee80211_crypto_wep.c
430
#define S_SWAP(a,b) do { uint8_t t = S[a]; S[a] = S[b]; S[b] = t; } while(0)
src/libs/compat/freebsd_wlan/net80211/ieee80211_crypto_wep.c
438
uint8_t S[256];
src/libs/compat/freebsd_wlan/net80211/ieee80211_crypto_wep.c
450
S[i] = i;
src/libs/compat/freebsd_wlan/net80211/ieee80211_crypto_wep.c
454
j = (j + S[i] + rc4key[i % keylen]) & 0xff;
src/libs/compat/freebsd_wlan/net80211/ieee80211_crypto_wep.c
472
j = (j + S[i]) & 0xff;
src/libs/compat/freebsd_wlan/net80211/ieee80211_crypto_wep.c
474
*pos ^= S[(S[i] + S[j]) & 0xff];
src/libs/compat/freebsd_wlan/net80211/ieee80211_crypto_wep.c
502
j = (j + S[i]) & 0xff;
src/libs/compat/freebsd_wlan/net80211/ieee80211_crypto_wep.c
505
if ((icv[k] ^ S[(S[i] + S[j]) & 0xff]) != *pos++) {
src/libs/iconv/aliases_aix.h
1
S(aix_0, "CP856", ei_cp856 )
src/libs/iconv/aliases_aix.h
10
S(aix_9, "CSIBM1161", ei_cp1161 )
src/libs/iconv/aliases_aix.h
11
S(aix_10, "CP1162", ei_cp1162 )
src/libs/iconv/aliases_aix.h
12
S(aix_11, "IBM1162", ei_cp1162 )
src/libs/iconv/aliases_aix.h
13
S(aix_12, "IBM-1162", ei_cp1162 )
src/libs/iconv/aliases_aix.h
14
S(aix_13, "CSIBM1162", ei_cp1162 )
src/libs/iconv/aliases_aix.h
15
S(aix_14, "CP1163", ei_cp1163 )
src/libs/iconv/aliases_aix.h
16
S(aix_15, "IBM1163", ei_cp1163 )
src/libs/iconv/aliases_aix.h
17
S(aix_16, "IBM-1163", ei_cp1163 )
src/libs/iconv/aliases_aix.h
18
S(aix_17, "CSIBM1163", ei_cp1163 )
src/libs/iconv/aliases_aix.h
2
S(aix_1, "CP922", ei_cp922 )
src/libs/iconv/aliases_aix.h
3
S(aix_2, "CP943", ei_cp943 )
src/libs/iconv/aliases_aix.h
4
S(aix_3, "CP1046", ei_cp1046 )
src/libs/iconv/aliases_aix.h
5
S(aix_4, "CP1124", ei_cp1124 )
src/libs/iconv/aliases_aix.h
6
S(aix_5, "CP1129", ei_cp1129 )
src/libs/iconv/aliases_aix.h
7
S(aix_6, "CP1161", ei_cp1161 )
src/libs/iconv/aliases_aix.h
8
S(aix_7, "IBM1161", ei_cp1161 )
src/libs/iconv/aliases_aix.h
9
S(aix_8, "IBM-1161", ei_cp1161 )
src/libs/iconv/aliases_dos.h
1
S(dos_0, "CP437", ei_cp437 )
src/libs/iconv/aliases_dos.h
10
S(dos_9, "IBM852", ei_cp852 )
src/libs/iconv/aliases_dos.h
11
S(dos_10, "852", ei_cp852 )
src/libs/iconv/aliases_dos.h
12
S(dos_11, "CSPCP852", ei_cp852 )
src/libs/iconv/aliases_dos.h
13
S(dos_12, "CP853", ei_cp853 )
src/libs/iconv/aliases_dos.h
14
S(dos_13, "CP855", ei_cp855 )
src/libs/iconv/aliases_dos.h
15
S(dos_14, "IBM855", ei_cp855 )
src/libs/iconv/aliases_dos.h
16
S(dos_15, "855", ei_cp855 )
src/libs/iconv/aliases_dos.h
17
S(dos_16, "CSIBM855", ei_cp855 )
src/libs/iconv/aliases_dos.h
18
S(dos_17, "CP857", ei_cp857 )
src/libs/iconv/aliases_dos.h
19
S(dos_18, "IBM857", ei_cp857 )
src/libs/iconv/aliases_dos.h
2
S(dos_1, "IBM437", ei_cp437 )
src/libs/iconv/aliases_dos.h
20
S(dos_19, "857", ei_cp857 )
src/libs/iconv/aliases_dos.h
21
S(dos_20, "CSIBM857", ei_cp857 )
src/libs/iconv/aliases_dos.h
22
S(dos_21, "CP858", ei_cp858 )
src/libs/iconv/aliases_dos.h
23
S(dos_22, "CP860", ei_cp860 )
src/libs/iconv/aliases_dos.h
24
S(dos_23, "IBM860", ei_cp860 )
src/libs/iconv/aliases_dos.h
25
S(dos_24, "860", ei_cp860 )
src/libs/iconv/aliases_dos.h
26
S(dos_25, "CSIBM860", ei_cp860 )
src/libs/iconv/aliases_dos.h
27
S(dos_26, "CP861", ei_cp861 )
src/libs/iconv/aliases_dos.h
28
S(dos_27, "IBM861", ei_cp861 )
src/libs/iconv/aliases_dos.h
29
S(dos_28, "861", ei_cp861 )
src/libs/iconv/aliases_dos.h
3
S(dos_2, "437", ei_cp437 )
src/libs/iconv/aliases_dos.h
30
S(dos_29, "CP-IS", ei_cp861 )
src/libs/iconv/aliases_dos.h
31
S(dos_30, "CSIBM861", ei_cp861 )
src/libs/iconv/aliases_dos.h
32
S(dos_31, "CP863", ei_cp863 )
src/libs/iconv/aliases_dos.h
33
S(dos_32, "IBM863", ei_cp863 )
src/libs/iconv/aliases_dos.h
34
S(dos_33, "863", ei_cp863 )
src/libs/iconv/aliases_dos.h
35
S(dos_34, "CSIBM863", ei_cp863 )
src/libs/iconv/aliases_dos.h
36
S(dos_35, "CP864", ei_cp864 )
src/libs/iconv/aliases_dos.h
37
S(dos_36, "IBM864", ei_cp864 )
src/libs/iconv/aliases_dos.h
38
S(dos_37, "CSIBM864", ei_cp864 )
src/libs/iconv/aliases_dos.h
39
S(dos_38, "CP865", ei_cp865 )
src/libs/iconv/aliases_dos.h
4
S(dos_3, "CSPC8CODEPAGE437", ei_cp437 )
src/libs/iconv/aliases_dos.h
40
S(dos_39, "IBM865", ei_cp865 )
src/libs/iconv/aliases_dos.h
41
S(dos_40, "865", ei_cp865 )
src/libs/iconv/aliases_dos.h
42
S(dos_41, "CSIBM865", ei_cp865 )
src/libs/iconv/aliases_dos.h
43
S(dos_42, "CP869", ei_cp869 )
src/libs/iconv/aliases_dos.h
44
S(dos_43, "IBM869", ei_cp869 )
src/libs/iconv/aliases_dos.h
45
S(dos_44, "869", ei_cp869 )
src/libs/iconv/aliases_dos.h
46
S(dos_45, "CP-GR", ei_cp869 )
src/libs/iconv/aliases_dos.h
47
S(dos_46, "CSIBM869", ei_cp869 )
src/libs/iconv/aliases_dos.h
48
S(dos_47, "CP1125", ei_cp1125 )
src/libs/iconv/aliases_dos.h
5
S(dos_4, "CP737", ei_cp737 )
src/libs/iconv/aliases_dos.h
6
S(dos_5, "CP775", ei_cp775 )
src/libs/iconv/aliases_dos.h
7
S(dos_6, "IBM775", ei_cp775 )
src/libs/iconv/aliases_dos.h
8
S(dos_7, "CSPC775BALTIC", ei_cp775 )
src/libs/iconv/aliases_dos.h
9
S(dos_8, "CP852", ei_cp852 )
src/libs/iconv/aliases_extra.h
1
S(extra_0, "EUC-JISX0213", ei_euc_jisx0213 )
src/libs/iconv/aliases_extra.h
2
S(extra_1, "SHIFT_JISX0213", ei_shift_jisx0213 )
src/libs/iconv/aliases_extra.h
3
S(extra_2, "ISO-2022-JP-3", ei_iso2022_jp3 )
src/libs/iconv/aliases_extra.h
4
S(extra_3, "BIG5-2003", ei_big5_2003 )
src/libs/iconv/aliases_extra.h
5
S(extra_4, "TDS565", ei_tds565 )
src/libs/iconv/aliases_extra.h
6
S(extra_5, "ISO-IR-230", ei_tds565 )
src/libs/iconv/aliases_extra.h
7
S(extra_6, "ATARIST", ei_atarist )
src/libs/iconv/aliases_extra.h
8
S(extra_7, "ATARI", ei_atarist )
src/libs/iconv/aliases_extra.h
9
S(extra_8, "RISCOS-LATIN1", ei_riscos1 )
src/libs/iconv/aliases_osf1.h
1
S(osf1_0, "DEC-KANJI", ei_dec_kanji )
src/libs/iconv/aliases_osf1.h
2
S(osf1_1, "DEC-HANYU", ei_dec_hanyu )
src/system/kernel/arch/arm/arch_elf.cpp
177
elf_addr S;
src/system/kernel/arch/arm/arch_elf.cpp
184
S = A = P = 0;
src/system/kernel/arch/arm/arch_elf.cpp
202
status = boot_elf_resolve_symbol(image, symbol, &S);
src/system/kernel/arch/arm/arch_elf.cpp
204
status = elf_resolve_symbol(image, symbol, resolveImage, &S);
src/system/kernel/arch/arm/arch_elf.cpp
214
TRACE(("S %p (%s)\n", (void *)S, SYMNAME(image, symbol)));
src/system/kernel/arch/arm/arch_elf.cpp
241
finalAddress = S;
src/system/kernel/arch/arm/arch_elf.cpp
244
finalAddress = S + A;
src/system/kernel/arch/arm/arch_elf.cpp
330
elf_addr S = 0; // symbol address
src/system/kernel/arch/arm/arch_elf.cpp
368
vlErr = boot_elf_resolve_symbol(image, sym, &S);
src/system/kernel/arch/arm/arch_elf.cpp
370
vlErr = elf_resolve_symbol(image, sym, resolve_image, &S);
src/system/kernel/arch/arm/arch_elf.cpp
386
write_32(P, (S + A) | T);
src/system/kernel/arch/m68k/arch_elf.cpp
151
elf_addr S = 0; // symbol address
src/system/kernel/arch/m68k/arch_elf.cpp
192
vlErr = boot_elf_resolve_symbol(image, sym, &S);
src/system/kernel/arch/m68k/arch_elf.cpp
194
vlErr = elf_resolve_symbol(image, sym, resolve_image, &S);
src/system/kernel/arch/m68k/arch_elf.cpp
219
write_32(P, S + A);
src/system/kernel/arch/m68k/arch_elf.cpp
223
if (write_16_check(P, S + A))
src/system/kernel/arch/m68k/arch_elf.cpp
229
if (write_8_check(P, S + A))
src/system/kernel/arch/m68k/arch_elf.cpp
235
write_32(P, (S + A - P));
src/system/kernel/arch/m68k/arch_elf.cpp
239
if (write_16_check(P, (S + A - P)))
src/system/kernel/arch/m68k/arch_elf.cpp
245
if (write_8(P, (S + A - P)))
src/system/kernel/arch/m68k/arch_elf.cpp
289
write_32(P, S + A);
src/system/kernel/arch/ppc/arch_elf.cpp
130
Elf32_Addr S = 0; // symbol address
src/system/kernel/arch/ppc/arch_elf.cpp
191
vlErr = boot_elf_resolve_symbol(image, sym, &S);
src/system/kernel/arch/ppc/arch_elf.cpp
193
vlErr = elf_resolve_symbol(image, sym, resolve_image, &S);
src/system/kernel/arch/ppc/arch_elf.cpp
219
write_word32(P, S + A);
src/system/kernel/arch/ppc/arch_elf.cpp
223
if (write_low24_check(P, (S + A) >> 2))
src/system/kernel/arch/ppc/arch_elf.cpp
230
if (write_half16_check(P, S + A))
src/system/kernel/arch/ppc/arch_elf.cpp
236
write_half16(P, lo(S + A));
src/system/kernel/arch/ppc/arch_elf.cpp
240
write_half16(P, hi(S + A));
src/system/kernel/arch/ppc/arch_elf.cpp
244
write_half16(P, ha(S + A));
src/system/kernel/arch/ppc/arch_elf.cpp
250
if (write_low14_check(P, (S + A) >> 2))
src/system/kernel/arch/ppc/arch_elf.cpp
256
if (write_low24_check(P, (S + A - P) >> 2))
src/system/kernel/arch/ppc/arch_elf.cpp
258
dprintf("R_PPC_REL24 overflow: 0x%lx\n", (S + A - P) >> 2);
src/system/kernel/arch/ppc/arch_elf.cpp
264
if (write_low14_check(P, (S + A - P) >> 2))
src/system/kernel/arch/ppc/arch_elf.cpp
295
addr_t jumpOffset = S - P;
src/system/kernel/arch/ppc/arch_elf.cpp
330
write_word32(P, S + A - P);
src/system/kernel/arch/ppc/arch_elf.cpp
392
write_word30(P, (S + A - P) >> 2);
src/system/kernel/arch/sparc/arch_elf.cpp
118
Elf64_Addr S = 0; // symbol address
src/system/kernel/arch/sparc/arch_elf.cpp
166
vlErr = boot_elf_resolve_symbol(image, sym, &S);
src/system/kernel/arch/sparc/arch_elf.cpp
168
vlErr = elf_resolve_symbol(image, sym, resolve_image, &S);
src/system/kernel/arch/sparc/arch_elf.cpp
185
write_hi30(P, S + A - P);
src/system/kernel/arch/sparc/arch_elf.cpp
190
write_hi22(P, S + A);
src/system/kernel/arch/sparc/arch_elf.cpp
195
write_lo10(P, S + A);
src/system/kernel/arch/sparc/arch_elf.cpp
200
write_hh22(P, S + A);
src/system/kernel/arch/sparc/arch_elf.cpp
205
write_hm10(P, S + A);
src/system/kernel/arch/sparc/arch_elf.cpp
210
write_word64(P, S + A);
src/system/kernel/arch/sparc/arch_elf.cpp
220
addr_t jumpOffset = S - (P + 8);
src/system/kernel/arch/sparc/arch_elf.cpp
254
write_word64(P, S + A);
src/system/kernel/arch/x86/arch_elf.cpp
100
status = elf_resolve_symbol(image, symbol, resolveImage, &S);
src/system/kernel/arch/x86/arch_elf.cpp
105
TRACE(("S 0x%08" B_PRIx32 " (%s)\n", S, SYMNAME(image, symbol)));
src/system/kernel/arch/x86/arch_elf.cpp
141
finalAddress = S + A;
src/system/kernel/arch/x86/arch_elf.cpp
144
finalAddress = S + A - P;
src/system/kernel/arch/x86/arch_elf.cpp
152
finalAddress = S;
src/system/kernel/arch/x86/arch_elf.cpp
71
Elf32_Addr S;
src/system/kernel/arch/x86/arch_elf.cpp
78
S = A = P = 0;
src/system/kernel/arch/x86/arch_elf.cpp
98
status = boot_elf_resolve_symbol(image, symbol, &S);
src/system/kernel/lib/strtod.c
1657
quorem(Bigint *b, Bigint *S)
src/system/kernel/lib/strtod.c
1668
n = S->wds;
src/system/kernel/lib/strtod.c
1675
sx = S->x;
src/system/kernel/lib/strtod.c
1716
if (cmp(b, S) >= 0) {
src/system/kernel/lib/strtod.c
1721
sx = S->x;
src/system/kernel/lib/strtod.c
1837
Bigint *b, *b1, *delta, *mlo, *mhi, *S;
src/system/kernel/lib/strtod.c
2044
S = mhi = 0;
src/system/kernel/lib/strtod.c
2106
S = mhi = 0;
src/system/kernel/lib/strtod.c
2193
S = i2b(1);
src/system/kernel/lib/strtod.c
2195
S = pow5mult(S, s5);
src/system/kernel/lib/strtod.c
2221
if ( (i = ((s5 ? 32 - hi0bits(S->x[S->wds-1]) : 1) + s2) & 0x1f) )
src/system/kernel/lib/strtod.c
2224
if ( (i = ((s5 ? 32 - hi0bits(S->x[S->wds-1]) : 1) + s2) & 0xf) )
src/system/kernel/lib/strtod.c
2241
S = lshift(S, s2);
src/system/kernel/lib/strtod.c
2243
if (cmp(b,S) < 0) {
src/system/kernel/lib/strtod.c
2252
if (ilim < 0 || cmp(b,S = multadd(S,5,0)) <= 0) {
src/system/kernel/lib/strtod.c
2279
dig = quorem(b,S) + '0';
src/system/kernel/lib/strtod.c
2284
delta = diff(S, mhi);
src/system/kernel/lib/strtod.c
2304
j1 = cmp(b, S);
src/system/kernel/lib/strtod.c
2334
*s++ = dig = quorem(b,S) + '0';
src/system/kernel/lib/strtod.c
2343
j = cmp(b, S);
src/system/kernel/lib/strtod.c
2358
Bfree(S);
src/system/libroot/posix/crypt/crypto_scrypt_smix.cpp
46
const size_t * S = (const size_t *)src;
src/system/libroot/posix/crypt/crypto_scrypt_smix.cpp
51
D[i] = S[i];
src/system/libroot/posix/crypt/crypto_scrypt_smix.cpp
58
const size_t * S = (const size_t *)src;
src/system/libroot/posix/crypt/crypto_scrypt_smix.cpp
63
D[i] ^= S[i];
src/system/libroot/posix/glibc/stdio-common/printf-prs.c
36
# define PUT(F, S, N) _IO_sputn (F, S, N)
src/system/libroot/posix/glibc/stdio-common/printf-prs.c
48
# define PUT(F, S, N) _IO_sputn (F, S, N)
src/system/libroot/posix/glibc/stdio-common/vfprintf.c
122
# define PUT(F, S, N) _IO_sputn ((F), (S), (N))
src/system/libroot/posix/glibc/stdio-common/vfprintf.c
52
#define ARGCHECK(S, Format) \
src/system/libroot/posix/glibc/stdio-common/vfprintf.c
56
CHECK_FILE (S, -1); \
src/system/libroot/posix/glibc/stdio-common/vfprintf.c
57
if (S->_flags & _IO_NO_WRITES) \
src/system/libroot/posix/glibc/stdio-common/vfprintf.c
59
S->_flags |= _IO_ERR_SEEN; \
src/system/libroot/posix/glibc/stdio-common/vfprintf.c
69
#define UNBUFFERED_P(S) ((S)->_IO_file_flags & _IO_UNBUFFERED)
src/system/libroot/posix/glibc/stdio-common/vfprintf.c
93
# define PUT(F, S, N) _IO_sputn ((F), (S), (N))
src/system/libroot/posix/glibc/stdio-common/vfscanf.c
190
#define LOCK_STREAM(S) \
src/system/libroot/posix/glibc/stdio-common/vfscanf.c
191
__libc_cleanup_region_start (1, (void (*) (void *)) &_IO_funlockfile, (S)); \
src/system/libroot/posix/glibc/stdio-common/vfscanf.c
192
_IO_flockfile (S)
src/system/libroot/posix/glibc/stdio-common/vfscanf.c
193
#define UNLOCK_STREAM(S) \
src/system/libroot/posix/glibc/stdio-common/vfscanf.c
194
_IO_funlockfile (S); \
src/system/libroot/posix/glibc/stdlib/strtod.c
107
# define STRTOULL(S, E, B) ____wcstoull_l_internal ((S), (E), (B), 0, loc)
src/system/libroot/posix/glibc/stdlib/strtod.c
114
# define STRTOULL(S, E, B) __wcstoull_internal ((S), (E), (B), 0)
src/system/libroot/posix/glibc/stdlib/strtod.c
126
# define STRTOULL(S, E, B) ____strtoull_l_internal ((S), (E), (B), 0, loc)
src/system/libroot/posix/glibc/stdlib/strtod.c
133
# define STRTOULL(S, E, B) __strtoull_internal ((S), (E), 0, (B))
src/system/libroot/posix/musl/math/erf.c
189
double_t s,R,S;
src/system/libroot/posix/musl/math/erf.c
200
S = 1.0+s*(sa1+s*(sa2+s*(sa3+s*(sa4+s*(
src/system/libroot/posix/musl/math/erf.c
205
S = 1.0+s*(sb1+s*(sb2+s*(sb3+s*(sb4+s*(
src/system/libroot/posix/musl/math/erf.c
210
return exp(-z*z-0.5625)*exp((z-x)*(z+x)+R/S)/x;
src/system/libroot/posix/musl/math/erff.c
110
S = 1.0f+s*(sa1+s*(sa2+s*(sa3+s*(sa4+s*(
src/system/libroot/posix/musl/math/erff.c
115
S = 1.0f+s*(sb1+s*(sb2+s*(sb3+s*(sb4+s*(
src/system/libroot/posix/musl/math/erff.c
120
return expf(-z*z - 0.5625f) * expf((z-x)*(z+x) + R/S)/x;
src/system/libroot/posix/musl/math/erff.c
99
float_t s,R,S;
src/system/libroot/posix/musl/math/erfl.c
257
long double s,z,R,S;
src/system/libroot/posix/musl/math/erfl.c
267
S = sa[0] + s * (sa[1] + s * (sa[2] + s * (sa[3] + s * (sa[4] +
src/system/libroot/posix/musl/math/erfl.c
272
S = sb[0] + s * (sb[1] + s * (sb[2] + s * (sb[3] + s * (sb[4] +
src/system/libroot/posix/musl/math/erfl.c
277
S = sc[0] + s * (sc[1] + s * (sc[2] + s * (sc[3] +
src/system/libroot/posix/musl/math/erfl.c
283
return expl(-z*z - 0.5625) * expl((z - x) * (z + x) + R / S) / x;
src/system/libroot/posix/musl/math/log10l.c
103
static const long double S[4] = {
src/system/libroot/posix/musl/math/log10l.c
153
y = x * (z * __polevll(z, R, 3) / __p1evll(z, S, 3));
src/system/libroot/posix/musl/math/log1pl.c
143
z = x * (z * __polevll(z, R, 3) / __p1evll(z, S, 3));
src/system/libroot/posix/musl/math/log1pl.c
93
static const long double S[4] = {
src/system/libroot/posix/musl/math/log2l.c
145
y = x * (z * __polevll(z, R, 3) / __p1evll(z, S, 3));
src/system/libroot/posix/musl/math/log2l.c
98
static const long double S[4] = {
src/system/libroot/posix/musl/math/logl.c
144
z = x * (z * __polevll(z, R, 3) / __p1evll(z, S, 3));
src/system/libroot/posix/musl/math/logl.c
97
static const long double S[4] = {
src/system/libroot/posix/musl/math/tgamma.c
159
r = S(absx) * exp(-y);
src/system/libroot/posix/musl/math/tgamma.c
211
r = (absx-0.5)*(log(absx+gmhalf)-1) + (log(S(absx)) - (gmhalf+0.5));
src/system/libroot/posix/musl/math/tgammal.c
144
static const long double S[9] = {
src/system/libroot/posix/musl/math/tgammal.c
272
q = z / (x * __polevll(x, S, 8));
src/system/runtime_loader/arch/arm/arch_relocate.cpp
37
addr_t S;
src/system/runtime_loader/arch/arm/arch_relocate.cpp
42
status_t status = resolve_symbol(rootImage, image, sym, cache, &S,
src/system/runtime_loader/arch/arm/arch_relocate.cpp
59
final_val = S;
src/system/runtime_loader/arch/arm/arch_relocate.cpp
62
final_val = S + A;
src/system/runtime_loader/arch/m68k/arch_relocate.cpp
104
status = resolve_symbol(rootImage, image, sym, cache, &S);
src/system/runtime_loader/arch/m68k/arch_relocate.cpp
118
write_32(P, S + A);
src/system/runtime_loader/arch/m68k/arch_relocate.cpp
121
if (write_16_check(P, S + A))
src/system/runtime_loader/arch/m68k/arch_relocate.cpp
127
if (write_8_check(P, S + A))
src/system/runtime_loader/arch/m68k/arch_relocate.cpp
133
write_32(P, (S + A - (addr_t)P));
src/system/runtime_loader/arch/m68k/arch_relocate.cpp
138
if (write_16_check(P, (S + A - P)))
src/system/runtime_loader/arch/m68k/arch_relocate.cpp
144
if (write_8(P, (S + A - P)))
src/system/runtime_loader/arch/m68k/arch_relocate.cpp
235
write_32(P, S/* + A*/);
src/system/runtime_loader/arch/m68k/arch_relocate.cpp
239
write_32(P, S);
src/system/runtime_loader/arch/m68k/arch_relocate.cpp
243
write_32(P, S);
src/system/runtime_loader/arch/m68k/arch_relocate.cpp
252
final_val = S + A - GOT;
src/system/runtime_loader/arch/m68k/arch_relocate.cpp
79
addr_t S;
src/system/runtime_loader/arch/x86/arch_relocate.cpp
25
addr_t S;
src/system/runtime_loader/arch/x86/arch_relocate.cpp
39
status_t status = resolve_symbol(rootImage, image, sym, cache, &S,
src/system/runtime_loader/arch/x86/arch_relocate.cpp
54
final_val = S + A;
src/system/runtime_loader/arch/x86/arch_relocate.cpp
57
final_val = S + A - (addr_t)P;
src/system/runtime_loader/arch/x86/arch_relocate.cpp
71
final_val = S;
src/system/runtime_loader/arch/x86/arch_relocate.cpp
74
final_val = S;
src/system/runtime_loader/arch/x86/arch_relocate.cpp
81
final_val = S + A - GOT;
src/system/runtime_loader/arch/x86/arch_relocate.cpp
92
final_val = S;
src/tests/kits/storage/MimeSnifferTest.cpp
102
S("abcd"),
src/tests/kits/storage/MimeSnifferTest.cpp
107
S("EFGH"),
src/tests/kits/storage/MimeSnifferTest.cpp
119
S("ABCD"),
src/tests/kits/storage/MimeSnifferTest.cpp
121
S("abcd"),
src/tests/kits/storage/MimeSnifferTest.cpp
123
S("EFGH"),
src/tests/kits/storage/MimeSnifferTest.cpp
135
S("ABCDEFG"),
src/tests/kits/storage/MimeSnifferTest.cpp
137
S("abcdefghij"),
src/tests/kits/storage/MimeSnifferTest.cpp
149
S("ABCDEFG"),
src/tests/kits/storage/MimeSnifferTest.cpp
151
S("abcdefg"),
src/tests/kits/storage/MimeSnifferTest.cpp
158
S("ABCD"),
src/tests/kits/storage/MimeSnifferTest.cpp
162
S("EFGH"),
src/tests/kits/storage/MimeSnifferTest.cpp
174
S("ABCD"),
src/tests/kits/storage/MimeSnifferTest.cpp
183
S("EFGH"),
src/tests/kits/storage/MimeSnifferTest.cpp
195
S("\077Mkj0x34"),
src/tests/kits/storage/MimeSnifferTest.cpp
197
S("abcdefgh"),
src/tests/kits/storage/MimeSnifferTest.cpp
209
S("\077Mkj\x34"),
src/tests/kits/storage/MimeSnifferTest.cpp
211
S("abcdefgh"),
src/tests/kits/storage/MimeSnifferTest.cpp
223
S("\077034"),
src/tests/kits/storage/MimeSnifferTest.cpp
225
S("abcd"),
src/tests/kits/storage/MimeSnifferTest.cpp
237
S("\077\034"),
src/tests/kits/storage/MimeSnifferTest.cpp
239
S("ab"),
src/tests/kits/storage/MimeSnifferTest.cpp
251
S("\077\034"),
src/tests/kits/storage/MimeSnifferTest.cpp
253
S("ab"),
src/tests/kits/storage/MimeSnifferTest.cpp
265
S("\007"),
src/tests/kits/storage/MimeSnifferTest.cpp
267
S("a"),
src/tests/kits/storage/MimeSnifferTest.cpp
279
S("\017"),
src/tests/kits/storage/MimeSnifferTest.cpp
281
S("a"),
src/tests/kits/storage/MimeSnifferTest.cpp
293
S("\017"),
src/tests/kits/storage/MimeSnifferTest.cpp
295
S("a"),
src/tests/kits/storage/MimeSnifferTest.cpp
307
S("g"),
src/tests/kits/storage/MimeSnifferTest.cpp
309
S("a"),
src/tests/kits/storage/MimeSnifferTest.cpp
321
S("g"),
src/tests/kits/storage/MimeSnifferTest.cpp
323
S("\b"),
src/tests/kits/storage/MimeSnifferTest.cpp
335
S("g&b"),
src/tests/kits/storage/MimeSnifferTest.cpp
337
S("abc"),
src/tests/kits/storage/MimeSnifferTest.cpp
349
S("\x34\x57"),
src/tests/kits/storage/MimeSnifferTest.cpp
351
S("ab"),
src/tests/kits/storage/MimeSnifferTest.cpp
363
S("\x34\x57"),
src/tests/kits/storage/MimeSnifferTest.cpp
365
S("ab"),
src/tests/kits/storage/MimeSnifferTest.cpp
377
S("\xA4\xb7"),
src/tests/kits/storage/MimeSnifferTest.cpp
379
S("ab"),
src/tests/kits/storage/MimeSnifferTest.cpp
391
S("\xA4\xb7"),
src/tests/kits/storage/MimeSnifferTest.cpp
393
S("ab"),
src/tests/kits/storage/MimeSnifferTest.cpp
405
S("\xA4\xb7"),
src/tests/kits/storage/MimeSnifferTest.cpp
407
S("ab"),
src/tests/kits/storage/MimeSnifferTest.cpp
419
S("\xA4\xb7"),
src/tests/kits/storage/MimeSnifferTest.cpp
421
S("ab"),
src/tests/kits/storage/MimeSnifferTest.cpp
433
S("ab\""),
src/tests/kits/storage/MimeSnifferTest.cpp
435
S("abc"),
src/tests/kits/storage/MimeSnifferTest.cpp
447
S("ab\""),
src/tests/kits/storage/MimeSnifferTest.cpp
449
S("abc"),
src/tests/kits/storage/MimeSnifferTest.cpp
461
S("abA"),
src/tests/kits/storage/MimeSnifferTest.cpp
463
S("abc"),
src/tests/kits/storage/MimeSnifferTest.cpp
475
S("ab'"),
src/tests/kits/storage/MimeSnifferTest.cpp
477
S("abc"),
src/tests/kits/storage/MimeSnifferTest.cpp
489
S("ab\\"),
src/tests/kits/storage/MimeSnifferTest.cpp
491
S("abc"),
src/tests/kits/storage/MimeSnifferTest.cpp
503
S("abc"),
src/tests/kits/storage/MimeSnifferTest.cpp
505
S("abc"),
src/tests/kits/storage/MimeSnifferTest.cpp
517
S("abc"),
src/tests/kits/storage/MimeSnifferTest.cpp
519
S("abc"),
src/tests/kits/storage/MimeSnifferTest.cpp
526
S("ABCD"),
src/tests/kits/storage/MimeSnifferTest.cpp
533
S("ABCD"),
src/tests/kits/storage/MimeSnifferTest.cpp
540
S("ABCD"),
src/tests/kits/storage/MimeSnifferTest.cpp
548
S("ABCD"),
src/tests/kits/storage/MimeSnifferTest.cpp
555
S("ABCD"),
src/tests/kits/storage/MimeSnifferTest.cpp
563
S("ABCD"),
src/tests/kits/storage/MimeSnifferTest.cpp
570
S("ABCD"),
src/tests/kits/storage/MimeSnifferTest.cpp
577
S("ABCD"),
src/tests/kits/storage/MimeSnifferTest.cpp
584
S("ABCD"),
src/tests/kits/storage/MimeSnifferTest.cpp
591
S("ABCD"),
src/tests/kits/storage/MimeSnifferTest.cpp
598
S("ABCD"),
src/tests/kits/storage/MimeSnifferTest.cpp
606
S("ABCD"),
src/tests/kits/storage/MimeSnifferTest.cpp
613
S("ABCD"),
src/tests/kits/storage/MimeSnifferTest.cpp
620
S("ABCD"),
src/tests/kits/storage/MimeSnifferTest.cpp
627
S("ABCD"),
src/tests/kits/storage/MimeSnifferTest.cpp
634
S("ABCD"),
src/tests/kits/storage/MimeSnifferTest.cpp
641
S("ABCD"),
src/tests/kits/storage/MimeSnifferTest.cpp
649
S("ABCD"),
src/tests/kits/storage/MimeSnifferTest.cpp
65
{ S("Hey"),
src/tests/kits/storage/MimeSnifferTest.cpp
656
S("ABCD"),
src/tests/kits/storage/MimeSnifferTest.cpp
663
S("ABCD"),
src/tests/kits/storage/MimeSnifferTest.cpp
670
S("ABCD"),
src/tests/kits/storage/MimeSnifferTest.cpp
677
S("ABCD"),
src/tests/kits/storage/MimeSnifferTest.cpp
684
S("ABCD"),
src/tests/kits/storage/MimeSnifferTest.cpp
692
S("ABCD"),
src/tests/kits/storage/MimeSnifferTest.cpp
699
S("ABCD"),
src/tests/kits/storage/MimeSnifferTest.cpp
707
S("ABCD"),
src/tests/kits/storage/MimeSnifferTest.cpp
714
S("ABCD"),
src/tests/kits/storage/MimeSnifferTest.cpp
732
S(std::string("abcxyzABCXYZ_ ( ) [ ] | & : -i \t\n \" ' \012\0\377\x00\x12\xab\xCD\xeF\x1A\xb2 ", 49)),
src/tests/kits/storage/MimeSnifferTest.cpp
733
S(std::string("abcxyzABCXYZ_ ( ) [ ] | & : -i \t\n \" ' \012\0\377\x00\x12\xab\xCD\xeF\x1A\xb2 ", 49)),
src/tests/kits/storage/MimeSnifferTest.cpp
734
S(std::string("\000abc_xyz123\"'\"'456", 18)),
src/tests/kits/storage/MimeSnifferTest.cpp
735
S("\241a1"),
src/tests/kits/storage/MimeSnifferTest.cpp
736
S("!?\\"),
src/tests/kits/storage/MimeSnifferTest.cpp
737
S(std::string("\x00", 1)), S("\x12"), S("\xAB\xCD"), S("\xAB\xCD"),
src/tests/kits/storage/MimeSnifferTest.cpp
738
S("\x01\x23\x45\x67\x89\xAB\xCD\xEF\xFE\xDC\xBA")
src/tests/kits/storage/MimeSnifferTest.cpp
74
{ "1.0 (\"ABCD\")", 4, { F(1.0), T(LeftParen), S("ABCD"), T(RightParen) } },
src/tests/kits/storage/MimeSnifferTest.cpp
75
{ "1.0 ('ABCD')", 4, { F(1.0), T(LeftParen), S("ABCD"), T(RightParen) } },
src/tests/kits/storage/MimeSnifferTest.cpp
76
{ " 1.0 ('ABCD') ", 4, { F(1.0), T(LeftParen), S("ABCD"), T(RightParen) } },
src/tests/kits/storage/MimeSnifferTest.cpp
85
S("ABCDEFG"),
src/tests/kits/storage/MimeSnifferTest.cpp
87
S("abcdefghij"),
src/tests/kits/storage/MimeSnifferTest.cpp
97
S("ABCD"),