Searched refs:__int32_t (Results 1 - 10 of 10) sorted by relevance
/external/python/cpython2/Lib/plat-irix6/ |
H A 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/ |
H A D | run-dwarf-getstring.sh | 108 __int32_t
|
H A D | run-show-die-info.sh | 304 Name : __int32_t
|
/external/compiler-rt/lib/sanitizer_common/ |
H A D | sanitizer_freebsd.h | 33 typedef __int32_t __xregister_t;
|
/external/libffi/src/mips/ |
H A D | ffitarget.h | 186 typedef __int32_t ffi_sarg;
|
/external/python/cpython2/Modules/_ctypes/libffi/src/mips/ |
H A D | ffitarget.h | 186 typedef __int32_t ffi_sarg;
|
/external/python/cpython3/Modules/_ctypes/libffi/src/mips/ |
H A D | ffitarget.h | 186 typedef __int32_t ffi_sarg;
|
/external/python/cpython2/Lib/lib2to3/tests/data/ |
H A 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), 2557 'ASN1_CTX', 'STACK', '__int32_t', 'UI_METHOD',
|
/external/python/cpython3/Lib/lib2to3/tests/data/ |
H A 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), 2557 'ASN1_CTX', 'STACK', '__int32_t', 'UI_METHOD',
|
/external/valgrind/perf/ |
H A D | test_input_for_tinycc.c | 152 typedef signed int __int32_t; typedef
|
Completed in 419 milliseconds