/third_party/python/ |
H A D | configure | 2247 if (sizeof ($2)) 2261 if (sizeof (($2))) 2624 if (sizeof ac_aggr.$3) 3120 malloc (sizeof (struct incomplete_array) + (sizeof (double) * 10)); 3172 _Static_assert (sizeof (int) <= sizeof (long int), 11025 # ANSI C requires sizeof(char) == 1, so no need to check it 11028 # declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'. 11036 if ac_fn_c_compute_int "$LINENO" "(long int) (sizeof (in [all...] |
/third_party/node/deps/cares/ |
H A D | configure | 2134 if (sizeof ($2)) 2148 if (sizeof (($2))) 2208 if (sizeof ac_aggr.$3) 2705 malloc (sizeof (struct incomplete_array) + (sizeof (double) * 10)); 2757 _Static_assert (sizeof (int) <= sizeof (long int), 4903 static_assert(sizeof(int) <= sizeof(T), "not big enough"); 5192 return (sizeof( [all...] |
H A D | ltmain.sh | 5891 #define XMALLOC(type, num) ((type *) xmalloc ((num) * sizeof(type))) 6575 ({ OSVERSIONINFO v; v.dwOSVersionInfoSize = sizeof(OSVERSIONINFO);
|
/third_party/eudev/ |
H A D | configure | 2131 if (sizeof ($2)) 2144 if (sizeof (($2))) 2201 if (sizeof ac_aggr.$3) 13157 malloc (sizeof (struct incomplete_array) + (sizeof (double) * 10)); 17457 # declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'. 17464 if ac_fn_c_compute_int "$LINENO" "(long int) (sizeof (pid_t))" "ac_cv_sizeof_pid_t" "$ac_includes_default"; then : 17470 as_fn_error 77 "cannot compute sizeof (pid_t) 17490 # declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'. 17497 if ac_fn_c_compute_int "$LINENO" "(long int) (sizeof (uid_ [all...] |
H A D | ltmain.sh | 5690 #define XMALLOC(type, num) ((type *) xmalloc ((num) * sizeof(type))) 6374 ({ OSVERSIONINFO v; v.dwOSVersionInfoSize = sizeof(OSVERSIONINFO);
|
/third_party/python/Lib/test/support/ |
H A D | __init__.py | 243 ctypes.sizeof(uof),
|
/kernel/linux/linux-5.10/tools/perf/scripts/python/ |
H A D | exported-sql-viewer.py | 134 from ctypes import CDLL, Structure, create_string_buffer, addressof, sizeof, \ 4827 ok = self.xed_format_context(2, inst.xedp, inst.bufferp, sizeof(inst.buffer), ip, 0, 0) 4845 result = sizeof(c_void_p) 135 c_void_p, c_bool, c_byte, c_char, c_int, c_uint, c_longlong, c_ulonglong global() namespace
|
/third_party/node/tools/gyp/pylib/gyp/generator/ |
H A D | ninja.py | 2111 stat.dwLength = ctypes.sizeof(stat)
|
/third_party/node/deps/npm/node_modules/node-gyp/gyp/pylib/gyp/generator/ |
H A D | ninja.py | 2108 stat.dwLength = ctypes.sizeof(stat)
|
/third_party/lame/ |
H A D | configure | 2179 if (sizeof ($2)) 2192 if (sizeof (($2))) 13861 char c[sizeof (long int)]; 13864 return u.c[sizeof (long int) - 1] == 1; 14104 # declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'. 14111 if ac_fn_c_compute_int "$LINENO" "(long int) (sizeof (short))" "ac_cv_sizeof_short" "$ac_includes_default"; then : 14117 as_fn_error 77 "cannot compute sizeof (short) 14137 # declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'. 14144 if ac_fn_c_compute_int "$LINENO" "(long int) (sizeof (unsigned short))" "ac_cv_sizeof_unsigned_short" "$ac_includes_default"; then : 14150 as_fn_error 77 "cannot compute sizeof (unsigne [all...] |
H A D | ltmain.sh | 5642 #define XMALLOC(type, num) ((type *) xmalloc ((num) * sizeof(type))) 6326 ({ OSVERSIONINFO v; v.dwOSVersionInfoSize = sizeof(OSVERSIONINFO);
|
/third_party/node/deps/openssl/openssl/crypto/bn/asm/ |
H A D | ppc64-mont.pl | 233 slwi $num,$num,`log($SIZE_T)/log(2)` ; num*=sizeof(BN_LONG)
|
/third_party/python/Lib/test/ |
H A D | test_bytes.py | 1104 sizeof_ptr = ctypes.sizeof(c_char_p)
|
H A D | test_codecs.py | 29 SIZEOF_WCHAR_T = ctypes.sizeof(ctypes.c_wchar)
|
H A D | test_os.py | 2494 buf, ctypes.sizeof(buf), None, None, None)
|
/third_party/openssl/crypto/bn/asm/ |
H A D | ppc64-mont.pl | 233 slwi $num,$num,`log($SIZE_T)/log(2)` ; num*=sizeof(BN_LONG)
|
/kernel/linux/linux-6.6/tools/perf/scripts/python/ |
H A D | exported-sql-viewer.py | 135 from ctypes import CDLL, Structure, create_string_buffer, addressof, sizeof, \ 4758 result = sizeof(c_void_p) 136 c_void_p, c_bool, c_byte, c_char, c_int, c_uint, c_longlong, c_ulonglong global() namespace
|
/third_party/skia/third_party/externals/microhttpd/ |
H A D | configure | 2047 if (sizeof ac_aggr.$3) 13484 char c[sizeof (long int)]; 13487 return u.c[sizeof (long int) - 1] == 1;
|
H A D | ltmain.sh | 4269 #define XMALLOC(type, num) ((type *) xmalloc ((num) * sizeof(type))) 4948 ({ OSVERSIONINFO v; v.dwOSVersionInfoSize = sizeof(OSVERSIONINFO);
|
/third_party/libabigail/ |
H A D | ltmain.sh | 4249 #define XMALLOC(type, num) ((type *) xmalloc ((num) * sizeof(type))) 4928 ({ OSVERSIONINFO v; v.dwOSVersionInfoSize = sizeof(OSVERSIONINFO);
|
/third_party/skia/third_party/externals/libpng/ |
H A D | configure | 1919 if (sizeof ($2)) 1932 if (sizeof (($2)))
|
H A D | ltmain.sh | 5642 #define XMALLOC(type, num) ((type *) xmalloc ((num) * sizeof(type))) 6326 ({ OSVERSIONINFO v; v.dwOSVersionInfoSize = sizeof(OSVERSIONINFO);
|
/third_party/curl/ |
H A D | ltmain.sh | 5891 #define XMALLOC(type, num) ((type *) xmalloc ((num) * sizeof(type))) 6575 ({ OSVERSIONINFO v; v.dwOSVersionInfoSize = sizeof(OSVERSIONINFO);
|
/third_party/node/deps/cares/config/ |
H A D | ltmain.sh | 5891 #define XMALLOC(type, num) ((type *) xmalloc ((num) * sizeof(type))) 6575 ({ OSVERSIONINFO v; v.dwOSVersionInfoSize = sizeof(OSVERSIONINFO);
|
/third_party/libevdev/build-aux/ |
H A D | ltmain.sh | 5892 #define XMALLOC(type, num) ((type *) xmalloc ((num) * sizeof(type))) 6576 ({ OSVERSIONINFO v; v.dwOSVersionInfoSize = sizeof(OSVERSIONINFO);
|