/third_party/python/Lib/ctypes/ |
H A D | _aix.py | 52 from ctypes import c_void_p, sizeof namespace 57 AIX_ABI = sizeof(c_void_p) * 8
|
/third_party/python/Lib/ctypes/test/ |
H A D | test_strings.py | 81 @unittest.skipIf(sizeof(c_wchar) < 4, 82 "sizeof(wchar_t) is smaller than 4 bytes") 104 self.assertEqual(sizeof(cs), 14)
|
H A D | test_libc.py | 29 lib.my_qsort(chars, len(chars)-1, sizeof(c_char), comparefunc(sort))
|
H A D | test_struct_fields.py | 18 self.assertEqual(sizeof(X), 0) # not finalized
|
H A D | test_prototypes.py | 72 if sizeof(c_longlong) == sizeof(c_void_p):
|
H A D | test_arrays.py | 216 self.assertEqual(sizeof(obj), 0) 224 self.assertEqual(sizeof(obj), 0)
|
H A D | test_numbers.py | 146 # sizeof of the type... 147 self.assertEqual(sizeof(t), size) 148 # and sizeof of an instance 149 self.assertEqual(sizeof(t()), size)
|
H A D | test_memfunctions.py | 70 result = memmove(a, p, len(p) * sizeof(c_wchar))
|
H A D | test_byteswap.py | 223 self.assertEqual(len(data), sizeof(TestStructure)) 356 self.assertEqual(len(data), sizeof(TestUnion))
|
H A D | test_callbacks.py | 198 libc.qsort(array, len(array), sizeof(c_int), cmp_func)
|
/third_party/node/deps/v8/tools/ |
H A D | ll_prof.py | 383 self.log_pos += ctypes.sizeof(event) 409 self.log_pos += ctypes.sizeof(event) 602 self.header_size = ctypes.sizeof(PERF_EVENT_HEADER_DESC.ctype) 613 self.ip_size = ctypes.sizeof(self.ip_struct) 627 filename = self.trace[offset + self.header_size + ctypes.sizeof(mmap_info): 636 filename = self.trace[offset + self.header_size + ctypes.sizeof(mmap_info): 647 offset += self.header_size + ctypes.sizeof(sample)
|
/third_party/ffmpeg/libavcodec/x86/ |
H A D | h264_qpel_10bit.asm | 728 %define PAD mmsize*8*4*2 ; SIZE*16*4*sizeof(pixel) 764 %define PAD mmsize*8*4*2 ; SIZE*16*4*sizeof(pixel) 809 %define PAD mmsize*8*3*2 ; SIZE*16*4*sizeof(pixel) 816 mov r4d, 2 ; sizeof(pixel) 859 %define PAD mmsize*8*3*2 ; SIZE*16*4*sizeof(pixel)
|
/third_party/ffmpeg/libavutil/x86/ |
H A D | x86inc.asm | 1197 %ifnum sizeof%7 1198 %assign __sizeofreg sizeof%7 1199 %elifnum sizeof%6 1200 %assign __sizeofreg sizeof%6 1231 %elifnnum sizeof%8 1634 %ifnum sizeof%3 1671 %if regnumof%1 >= 16 || sizeof%1 > 32 1676 %if regnumof%2 >= 16 || sizeof%2 > 32 1709 %if sizeof%1 == 16
|
/third_party/node/deps/openssl/openssl/crypto/ |
H A D | c64xpluscpuid.pl | 191 MV B4,B0 ; reassign sizeof(output) 234 || MV B4,A6 ; reassign sizeof(output)
|
/third_party/openssl/crypto/ |
H A D | c64xpluscpuid.pl | 191 MV B4,B0 ; reassign sizeof(output) 234 || MV B4,A6 ; reassign sizeof(output)
|
/third_party/mesa3d/src/intel/perf/ |
H A D | gen_perf.py | 390 def sizeof(c_type): function 520 current_offset = pot_align(current_offset, sizeof(c_type)) 538 return current_offset + sizeof(c_type)
|
/third_party/ffmpeg/tools/ |
H A D | patcheck | 176 memset(block, 0, 6*64*sizeof(int16_t)); -> clear_blocks
|
/third_party/mksh/ |
H A D | Build.sh | 1849 int main(void) { struct tm tm; return ((int)sizeof(tm) + isatty(0)); } 2322 int main(void) { struct stat sb; return (sizeof(sb.st_mtim.tv_nsec)); } 2327 int main(void) { struct stat sb; return (sizeof(sb.st_mtimensec)); } 2354 cta(long_is_32_bits, sizeof(long) == 4); 2356 int main(void) { return (sizeof(struct ctasserts)); } 2368 cta(long_is_64_bits, sizeof(long) == 8); 2370 int main(void) { return (sizeof(struct ctasserts)); }
|
/third_party/python/Lib/collections/ |
H A D | __init__.py | 207 sizeof = _sys.getsizeof 209 size = sizeof(self.__dict__) # instance dictionary 210 size += sizeof(self.__map) * 2 # internal dict and inherited dict 211 size += sizeof(self.__hardroot) * n # link objects 212 size += sizeof(self.__root) * n # proxy objects
|
/third_party/ltp/tools/sparse/sparse-src/ |
H A D | cgcc | 130 return 1 if $arg =~ /^-W(no-?)?(address-space|bitwise|cast-to-as|cast-truncate|constant-suffix|context|decl|default-bitfield-sign|designated-init|do-while|enum-mismatch|external-function-has-definition|init-cstring|memcpy-max-count|non-pointer-null|old-initializer|one-bit-signed-bitfield|override-init-all|paren-string|ptr-subtraction-blows|return-void|sizeof-bool|sparse-all|sparse-error|transparent-union|typesign|undef|unknown-attribute)$/;
|
/third_party/icu/icu4c/source/ |
H A D | configure | 2237 if (sizeof ($2)) 2250 if (sizeof (($2))) 2291 if (sizeof ($2)) 2304 if (sizeof (($2))) 4821 # declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'. 4828 if ac_fn_c_compute_int "$LINENO" "(long int) (sizeof (void *))" "ac_cv_sizeof_void_p" "$ac_includes_default"; then : 4834 as_fn_error 77 "cannot compute sizeof (void *) 4951 int main(void) {return (sizeof(void*)*8==64)?0:1;} 4970 int main(void) {return (sizeof(void*)*8==64)?0:1;} 5007 int main(void) {return (sizeof(voi [all...] |
/third_party/skia/third_party/externals/icu/source/ |
H A D | configure | 2225 if (sizeof ($2)) 2238 if (sizeof (($2))) 2279 if (sizeof ($2)) 2292 if (sizeof (($2))) 4807 # declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'. 4814 if ac_fn_c_compute_int "$LINENO" "(long int) (sizeof (void *))" "ac_cv_sizeof_void_p" "$ac_includes_default"; then : 4820 as_fn_error 77 "cannot compute sizeof (void *) 4937 int main(void) {return (sizeof(void*)*8==64)?0:1;} 4956 int main(void) {return (sizeof(void*)*8==64)?0:1;} 4993 int main(void) {return (sizeof(voi [all...] |
/third_party/node/deps/openssl/openssl/util/ |
H A D | check-format.pl | 831 && !($1 =~ m/^(sizeof|if|else|while|do|for|switch|case|default|break|continue|goto|return|void|char|signed|unsigned|int|short|long|float|double|typedef|enum|struct|union|auto|extern|static|const|volatile|register)$/) # not keyword 951 && !m/^\s*(\}|sizeof|if|else|while|do|for|switch|case|default|break|continue|goto|return)(\W|$)/)) {
|
/third_party/openssl/util/ |
H A D | check-format.pl | 831 && !($1 =~ m/^(sizeof|if|else|while|do|for|switch|case|default|break|continue|goto|return|void|char|signed|unsigned|int|short|long|float|double|typedef|enum|struct|union|auto|extern|static|const|volatile|register)$/) # not keyword 951 && !m/^\s*(\}|sizeof|if|else|while|do|for|switch|case|default|break|continue|goto|return)(\W|$)/)) {
|
/third_party/curl/scripts/ |
H A D | checksrc.pl | 89 'SIZEOFNOPAREN' => 'use of sizeof without parentheses', 639 # check for "sizeof" without parenthesis 640 if(($l =~ /^(.*)sizeof *([ (])/) && ($2 ne "(")) { 646 "sizeof without parenthesis");
|