/external/python/cpython2/Lib/plat-irix6/ |
D | IN.py | 185 def IN_CLASSA(i): return (((__int32_t)(i) & 0x80000000) == 0) 191 def IN_CLASSB(i): return (((__int32_t)(i) & 0xc0000000) == 0x80000000) 197 def IN_CLASSC(i): return (((__int32_t)(i) & 0xe0000000) == 0xc0000000) 202 def IN_CLASSD(i): return (((__int32_t)(i) & 0xf0000000) == 0xe0000000) 209 def IN_EXPERIMENTAL(i): return (((__int32_t)(i) & 0xf0000000) == 0xf0000000) 211 def IN_BADCLASS(i): return (((__int32_t)(i) & 0xf0000000) == 0xf0000000)
|
/external/elfutils/tests/ |
D | run-dwarf-getstring.sh | 108 __int32_t
|
D | run-show-die-info.sh | 304 Name : __int32_t
|
/external/python/pycparser/utils/fake_libc_include/ |
D | _fake_typedefs.h | 14 typedef int __int32_t; typedef
|
/external/llvm-project/compiler-rt/lib/sanitizer_common/ |
D | sanitizer_freebsd.h | 32 typedef __int32_t __xregister_t;
|
/external/compiler-rt/lib/sanitizer_common/ |
D | sanitizer_freebsd.h | 33 typedef __int32_t __xregister_t;
|
/external/libffi/src/mips/ |
D | ffitarget.h | 186 typedef __int32_t ffi_sarg;
|
/external/python/cpython2/Modules/_ctypes/libffi/src/mips/ |
D | ffitarget.h | 186 typedef __int32_t ffi_sarg;
|
/external/python/pycparser/tests/c_files/ |
D | cppd_with_stdio_h.c | 1615 typedef signed int __int32_t; typedef 1633 typedef __int32_t __int_least32_t;
|
/external/python/cpython3/Lib/lib2to3/tests/data/ |
D | infinite_recursion.py | 26 __int32_t = c_int variable 2087 __darwin_dev_t = __int32_t 2182 __darwin_blksize_t = __int32_t 2192 __darwin_pid_t = __int32_t 2204 __darwin_suseconds_t = __int32_t 2392 key_t = __int32_t 2401 fd_mask = __int32_t 2405 ('fds_bits', __int32_t * 32),
|
/external/python/cpython2/Lib/lib2to3/tests/data/ |
D | infinite_recursion.py | 26 __int32_t = c_int variable 2087 __darwin_dev_t = __int32_t 2182 __darwin_blksize_t = __int32_t 2192 __darwin_pid_t = __int32_t 2204 __darwin_suseconds_t = __int32_t 2392 key_t = __int32_t 2401 fd_mask = __int32_t 2405 ('fds_bits', __int32_t * 32),
|
/external/clang/test/Analysis/ |
D | security-syntax-checks.m | 176 typedef int __int32_t; typedef 177 typedef __int32_t pid_t;
|
/external/crosvm/rutabaga_gfx/src/generated/ |
D | virgl_renderer_bindings.rs | 40 pub type __int32_t = ::std::os::raw::c_int; typedef
|
/external/llvm-project/clang/test/Analysis/ |
D | security-syntax-checks.m | 244 typedef int __int32_t; typedef 245 typedef __int32_t pid_t;
|
/external/libabigail/tests/data/test-annotate/ |
D | libtest23.so.abi | 149 <!-- typedef const __int32_t* wctrans_t --> 151 <!-- typedef int __int32_t --> 152 …<typedef-decl name='__int32_t' type-id='type-id-9' filepath='/usr/include/bits/types.h' line='40' … 161 <!-- const __int32_t --> 163 <!-- const __int32_t* -->
|
D | libtest24-drop-fns.so.abi | 266 <!-- typedef const __int32_t* wctrans_t --> 268 <!-- typedef int __int32_t --> 269 …<typedef-decl name='__int32_t' type-id='type-id-11' filepath='/usr/include/bits/types.h' line='40'… 284 <!-- const __int32_t --> 286 <!-- const __int32_t* -->
|
D | libtest24-drop-fns-2.so.abi | 266 <!-- typedef const __int32_t* wctrans_t --> 268 <!-- typedef int __int32_t --> 269 …<typedef-decl name='__int32_t' type-id='type-id-11' filepath='/usr/include/bits/types.h' line='40'… 284 <!-- const __int32_t --> 286 <!-- const __int32_t* -->
|
D | test18-pr19037-libvtkRenderingLIC-6.1.so.abi | 1883 <!-- typedef const __int32_t* wctrans_t --> 1885 <!-- typedef int __int32_t --> 1886 …<typedef-decl name='__int32_t' type-id='type-id-17' filepath='/usr/include/bits/types.h' line='41'… 2434 <!-- const __int32_t --> 2436 <!-- const __int32_t* -->
|
/external/crosvm/net_sys/src/ |
D | iff.rs | 491 pub type __int32_t = ::std::os::raw::c_int; typedef
|
/external/libabigail/tests/data/test-read-dwarf/ |
D | libtest24-drop-fns.so.abi | 185 …<typedef-decl name='__int32_t' type-id='type-id-11' filepath='/usr/include/bits/types.h' line='40'…
|
D | libtest23.so.abi | 101 …<typedef-decl name='__int32_t' type-id='type-id-9' filepath='/usr/include/bits/types.h' line='40' …
|
D | libtest24-drop-fns-2.so.abi | 186 …<typedef-decl name='__int32_t' type-id='type-id-11' filepath='/usr/include/bits/types.h' line='40'…
|
/external/adhd/cras/client/cras-sys/src/ |
D | gen.rs | 45 pub type __int32_t = ::std::os::raw::c_int; typedef
|
/external/python/pycparser/utils/benchmark/inputs/ |
D | redis.c.ppout | 28 typedef int __int32_t;
|
D | tccgen.c.ppout | 28 typedef int __int32_t;
|