HomeSort by relevance Sort by last modified time
    Searched refs:_S (Results 1 - 25 of 71) sorted by null

1 2 3

  /external/harfbuzz_ng/src/
hb-ot-post-macroman.hh 34 _S(".notdef")
35 _S(".null")
36 _S("nonmarkingreturn")
37 _S("space")
38 _S("exclam")
39 _S("quotedbl")
40 _S("numbersign")
41 _S("dollar")
42 _S("percent")
43 _S("ampersand"
    [all...]
hb-string-array.hh 47 #define _S(s) char HB_PASTE (str, __LINE__)[sizeof (s)];
49 #undef _S
56 #define _S(s) s,
58 #undef _S
63 #define _S(s) offsetof (union HB_STRING_ARRAY_TYPE_NAME, st.HB_PASTE(str, __LINE__)),
65 #undef _S
  /external/libcap-ng/libcap-ng-0.7/src/
captab.h 23 _S(CAP_CHOWN, "chown" )
24 _S(CAP_DAC_OVERRIDE, "dac_override" )
25 _S(CAP_DAC_READ_SEARCH, "dac_read_search" )
26 _S(CAP_FOWNER, "fowner" )
27 _S(CAP_FSETID, "fsetid" )
28 _S(CAP_KILL, "kill" )
29 _S(CAP_SETGID, "setgid" )
30 _S(CAP_SETUID, "setuid" )
31 _S(CAP_SETPCAP, "setpcap" )
32 _S(CAP_LINUX_IMMUTABLE, "linux_immutable"
    [all...]
lookup_table.c 55 #define _S(n, s) char MSGSTRFIELD(__LINE__)[sizeof (s)];
57 #undef _S
61 #define _S(n, s) s,
63 #undef _S
66 #define _S(n, s) { n, offsetof(union captab_msgstr_t, \
69 #undef _S
  /bionic/libc/upstream-openbsd/lib/libc/gen/
ctype_.c 42 _C, _C|_S, _C|_S, _C|_S, _C|_S, _C|_S, _C, _C,
45 _S|(char)_B, _P, _P, _P, _P, _P, _P, _P,
isctype.c 116 return (c == EOF ? 0 : ((_ctype_ + 1)[(unsigned char)c] & _S));
  /external/compiler-rt/test/asan/TestCases/Windows/
bitfield.cc 6 typedef struct _S {
bitfield_uaf.cc 6 typedef struct _S {
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ddk/
xfilter.h 75 #define ETH_COPY_NETWORK_ADDRESS(_D, _S) \
77 *((ULONG UNALIGNED *)(_D)) = *((ULONG UNALIGNED *)(_S)); \
78 *((USHORT UNALIGNED *)((UCHAR *)(_D) + 4)) = *((USHORT UNALIGNED *)((UCHAR *)(_S) + 4)); \
142 PCHAR _S = (S); \
144 for ( ; _C > 0 ; _D++, _S++, _C--) \
146 *_D = *_S; \
209 #define TR_COPY_NETWORK_ADDRESS(_D, _S) \
211 *((ULONG UNALIGNED *)(_D)) = *((ULONG UNALIGNED *)(_S)); \
212 *((USHORT UNALIGNED *)((UCHAR *)(_D)+4)) = *((USHORT UNALIGNED *)((UCHAR *)(_S) + 4)); \
  /external/libcxx/test/support/
nasty_macros.hpp 31 #define _S NASTY_MACRO
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/support/
nasty_macros.hpp 31 #define _S NASTY_MACRO
  /hardware/broadcom/wlan/bcmdhd/dhdutil/include/
bcmdefs.h 239 * #define <NAME>_S 4
249 (((val) >> field ## _S) & field ## _M)
251 (((val) & (~(field ## _M << field ## _S))) | \
252 ((unsigned)(bits) << field ## _S))
  /bionic/libc/upstream-openbsd/android/include/
openbsd-compat.h 59 #define _S _CTYPE_S
  /external/libese/libese-teq1/
teq1_private.h 42 #define _S(x) x
  /prebuilts/go/darwin-x86/src/math/big/
ratmarsh.go 23 buf := make([]byte, 1+4+(len(x.a.abs)+len(x.b.abs))*_S) // extra bytes for version and sign bit (1), and numerator length (4)
  /prebuilts/go/linux-x86/src/math/big/
ratmarsh.go 23 buf := make([]byte, 1+4+(len(x.a.abs)+len(x.b.abs))*_S) // extra bytes for version and sign bit (1), and numerator length (4)
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Lib/
xmllib.py 20 _S = '[ \t\r\n]+' # white space
31 space = re.compile(_S + '$')
35 _S + '(?P<name>' + _Name + ')'
56 'PUBLIC'+_S+_PublicLiteral%'pubid'+ \
57 ')'+_S+_SystemLiteral%'syslit'
58 doctype = re.compile('<!DOCTYPE'+_S+'(?P<name>'+_Name+')'
59 '(?:'+_S+_ExternalId+')?'+_opS)
60 xmldecl = re.compile('<\?xml'+_S+
62 '(?:'+_S+'encoding'+_opS+'='+_opS+
65 '(?:'+_S+'standalone'+_opS+'='+_opS+
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
xmllib.py 20 _S = '[ \t\r\n]+' # white space
31 space = re.compile(_S + '$')
35 _S + '(?P<name>' + _Name + ')'
56 'PUBLIC'+_S+_PublicLiteral%'pubid'+ \
57 ')'+_S+_SystemLiteral%'syslit'
58 doctype = re.compile('<!DOCTYPE'+_S+'(?P<name>'+_Name+')'
59 '(?:'+_S+_ExternalId+')?'+_opS)
60 xmldecl = re.compile('<\?xml'+_S+
62 '(?:'+_S+'encoding'+_opS+'='+_opS+
65 '(?:'+_S+'standalone'+_opS+'='+_opS+
    [all...]
  /external/python/cpython2/Lib/
xmllib.py 20 _S = '[ \t\r\n]+' # white space
31 space = re.compile(_S + '$')
35 _S + '(?P<name>' + _Name + ')'
56 'PUBLIC'+_S+_PublicLiteral%'pubid'+ \
57 ')'+_S+_SystemLiteral%'syslit'
58 doctype = re.compile('<!DOCTYPE'+_S+'(?P<name>'+_Name+')'
59 '(?:'+_S+_ExternalId+')?'+_opS)
60 xmldecl = re.compile('<\?xml'+_S+
62 '(?:'+_S+'encoding'+_opS+'='+_opS+
65 '(?:'+_S+'standalone'+_opS+'='+_opS
    [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/
xmllib.py 20 _S = '[ \t\r\n]+' # white space
31 space = re.compile(_S + '$')
35 _S + '(?P<name>' + _Name + ')'
56 'PUBLIC'+_S+_PublicLiteral%'pubid'+ \
57 ')'+_S+_SystemLiteral%'syslit'
58 doctype = re.compile('<!DOCTYPE'+_S+'(?P<name>'+_Name+')'
59 '(?:'+_S+_ExternalId+')?'+_opS)
60 xmldecl = re.compile('<\?xml'+_S+
62 '(?:'+_S+'encoding'+_opS+'='+_opS+
65 '(?:'+_S+'standalone'+_opS+'='+_opS
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/
xmllib.py 20 _S = '[ \t\r\n]+' # white space
31 space = re.compile(_S + '$')
35 _S + '(?P<name>' + _Name + ')'
56 'PUBLIC'+_S+_PublicLiteral%'pubid'+ \
57 ')'+_S+_SystemLiteral%'syslit'
58 doctype = re.compile('<!DOCTYPE'+_S+'(?P<name>'+_Name+')'
59 '(?:'+_S+_ExternalId+')?'+_opS)
60 xmldecl = re.compile('<\?xml'+_S+
62 '(?:'+_S+'encoding'+_opS+'='+_opS+
65 '(?:'+_S+'standalone'+_opS+'='+_opS
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
xmllib.py 20 _S = '[ \t\r\n]+' # white space
31 space = re.compile(_S + '$')
35 _S + '(?P<name>' + _Name + ')'
56 'PUBLIC'+_S+_PublicLiteral%'pubid'+ \
57 ')'+_S+_SystemLiteral%'syslit'
58 doctype = re.compile('<!DOCTYPE'+_S+'(?P<name>'+_Name+')'
59 '(?:'+_S+_ExternalId+')?'+_opS)
60 xmldecl = re.compile('<\?xml'+_S+
62 '(?:'+_S+'encoding'+_opS+'='+_opS+
65 '(?:'+_S+'standalone'+_opS+'='+_opS
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
xmllib.py 20 _S = '[ \t\r\n]+' # white space
31 space = re.compile(_S + '$')
35 _S + '(?P<name>' + _Name + ')'
56 'PUBLIC'+_S+_PublicLiteral%'pubid'+ \
57 ')'+_S+_SystemLiteral%'syslit'
58 doctype = re.compile('<!DOCTYPE'+_S+'(?P<name>'+_Name+')'
59 '(?:'+_S+_ExternalId+')?'+_opS)
60 xmldecl = re.compile('<\?xml'+_S+
62 '(?:'+_S+'encoding'+_opS+'='+_opS+
65 '(?:'+_S+'standalone'+_opS+'='+_opS
    [all...]
  /external/opencv/cv/src/
cvshapedescr.cpp 796 CvMat _S = cvMat(6,6,CV_64F,S), _C = cvMat(6,6,CV_64F,C), _T = cvMat(6,6,CV_64F,T);
850 cvMulTransposed( D, &_S, 1 );
851 cvSVD( &_S, &_EIGVALS, &_EIGVECS, 0, CV_SVD_MODIFY_A + CV_SVD_U_T );
864 cvZero( &_S );
870 cvMatMul( &_C, &_S, &_T );
871 cvMatMul( &_T, &_C, &_S );
874 //cvSVD( &_S, &_EIGVALS, &_EIGVECS, 0, CV_SVD_MODIFY_A + CV_SVD_U_T );
875 cvEigenVV( &_S, &_EIGVECS, &_EIGVALS, 0 );
957 _S = cvMat( 2, 2, CV_64F, S );
960 cvSVD( &_S, &_EIGVALS, &_EIGVECS, 0, CV_SVD_MODIFY_A + CV_SVD_U_T )
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
tchar.h 920 extern inline char *__cdecl _tcschr(char *_S,unsigned int _C) { return ((char *)_tcschr((const char *)_S,_C)); }
921 extern inline char *__cdecl _tcspbrk(char *_S,const char *_P) { return ((char *)_tcspbrk((const char *)_S,_P)); }
922 extern inline char *__cdecl _tcsrchr(char *_S,unsigned int _C) { return ((char *)_tcsrchr((const char *)_S,_C)); }
923 extern inline char *__cdecl _tcsstr(char *_S,const char *_P) { return ((char *)_tcsstr((const char *)_S,_P)); }

Completed in 747 milliseconds

1 2 3