/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/crosvm/media/libvda/src/ |
D | bindings.rs | 10 pub type __int32_t = ::std::os::raw::c_int; typedef
|
/external/compiler-rt/lib/sanitizer_common/ |
D | sanitizer_freebsd.h | 33 typedef __int32_t __xregister_t;
|
/external/python/pycparser/utils/fake_libc_include/ |
D | _fake_typedefs.h | 14 typedef int __int32_t; typedef
|
/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/crosvm/media/libvda/src/decode/ |
D | bindings.rs | 12 pub type __int32_t = ::std::os::raw::c_int; typedef
|
/external/crosvm/media/libvda/src/encode/ |
D | bindings.rs | 13 pub type __int32_t = ::std::os::raw::c_int; typedef
|
/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 | 45 pub type __int32_t = ::std::os::raw::c_int; typedef
|
/external/libabigail/tests/data/test-annotate/ |
D | libtest23.so.abi | 71 <!-- typedef int __int32_t --> 72 …<typedef-decl name='__int32_t' type-id='type-id-9' filepath='/usr/include/bits/types.h' line='40' … 143 <!-- typedef const __int32_t* wctrans_t --> 157 <!-- const __int32_t --> 159 <!-- const __int32_t* -->
|
D | libtest24-drop-fns.so.abi | 78 <!-- typedef int __int32_t --> 79 …<typedef-decl name='__int32_t' type-id='type-id-11' filepath='/usr/include/bits/types.h' line='40'… 260 <!-- typedef const __int32_t* wctrans_t --> 280 <!-- const __int32_t --> 282 <!-- const __int32_t* -->
|
D | libtest24-drop-fns-2.so.abi | 78 <!-- typedef int __int32_t --> 79 …<typedef-decl name='__int32_t' type-id='type-id-11' filepath='/usr/include/bits/types.h' line='40'… 260 <!-- typedef const __int32_t* wctrans_t --> 280 <!-- const __int32_t --> 282 <!-- const __int32_t* -->
|
/external/libabigail/tests/data/test-read-dwarf/ |
D | libtest24-drop-fns.so.abi | 49 …<typedef-decl name='__int32_t' type-id='type-id-11' filepath='/usr/include/bits/types.h' line='40'…
|
D | libtest23.so.abi | 46 …<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 | 49 …<typedef-decl name='__int32_t' type-id='type-id-11' filepath='/usr/include/bits/types.h' line='40'…
|
D | test-libaaudio.so.abi | 112 …<typedef-decl name='__int32_t' type-id='95e97e5e' filepath='bionic/libc/include/stdint.h' line='40…
|
/external/rust/crates/ash/src/vk/ |
D | native.rs | 88 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;
|
/external/crosvm/media/libva/src/bindings/ |
D | va.rs | 96 pub type __int32_t = ::std::os::raw::c_int; typedef
|