Home
last modified time | relevance | path

Searched refs:sizeof (Results 26 - 50 of 82) sorted by relevance

1234

/third_party/python/Lib/ctypes/
H A D_aix.py52 from ctypes import c_void_p, sizeof namespace
57 AIX_ABI = sizeof(c_void_p) * 8
/third_party/python/Lib/ctypes/test/
H A Dtest_strings.py81 @unittest.skipIf(sizeof(c_wchar) < 4,
82 "sizeof(wchar_t) is smaller than 4 bytes")
104 self.assertEqual(sizeof(cs), 14)
H A Dtest_libc.py29 lib.my_qsort(chars, len(chars)-1, sizeof(c_char), comparefunc(sort))
H A Dtest_struct_fields.py18 self.assertEqual(sizeof(X), 0) # not finalized
H A Dtest_prototypes.py72 if sizeof(c_longlong) == sizeof(c_void_p):
H A Dtest_arrays.py216 self.assertEqual(sizeof(obj), 0)
224 self.assertEqual(sizeof(obj), 0)
H A Dtest_numbers.py146 # sizeof of the type...
147 self.assertEqual(sizeof(t), size)
148 # and sizeof of an instance
149 self.assertEqual(sizeof(t()), size)
H A Dtest_memfunctions.py70 result = memmove(a, p, len(p) * sizeof(c_wchar))
H A Dtest_byteswap.py223 self.assertEqual(len(data), sizeof(TestStructure))
356 self.assertEqual(len(data), sizeof(TestUnion))
H A Dtest_callbacks.py198 libc.qsort(array, len(array), sizeof(c_int), cmp_func)
/third_party/node/deps/v8/tools/
H A Dll_prof.py383 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 Dh264_qpel_10bit.asm728 %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 Dx86inc.asm1197 %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 Dc64xpluscpuid.pl191 MV B4,B0 ; reassign sizeof(output)
234 || MV B4,A6 ; reassign sizeof(output)
/third_party/openssl/crypto/
H A Dc64xpluscpuid.pl191 MV B4,B0 ; reassign sizeof(output)
234 || MV B4,A6 ; reassign sizeof(output)
/third_party/mesa3d/src/intel/perf/
H A Dgen_perf.py390 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 Dpatcheck176 memset(block, 0, 6*64*sizeof(int16_t)); -> clear_blocks
/third_party/mksh/
H A DBuild.sh1849 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__.py207 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 Dcgcc130 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 Dconfigure2237 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 Dconfigure2225 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 Dcheck-format.pl831 && !($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 Dcheck-format.pl831 && !($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 Dchecksrc.pl89 'SIZEOFNOPAREN' => 'use of sizeof without parentheses',
639 # check for "sizeof" without parenthesis
640 if(($l =~ /^(.*)sizeof *([ (])/) && ($2 ne "(")) {
646 "sizeof without parenthesis");

Completed in 28 milliseconds

1234