Home
last modified time | relevance | path

Searched refs:__int32_t (Results 1 – 25 of 42) sorted by relevance

12

/external/python/cpython2/Lib/plat-irix6/
DIN.py185 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/
Drun-dwarf-getstring.sh108 __int32_t
Drun-show-die-info.sh304 Name : __int32_t
/external/python/pycparser/utils/fake_libc_include/
D_fake_typedefs.h14 typedef int __int32_t; typedef
/external/llvm-project/compiler-rt/lib/sanitizer_common/
Dsanitizer_freebsd.h32 typedef __int32_t __xregister_t;
/external/compiler-rt/lib/sanitizer_common/
Dsanitizer_freebsd.h33 typedef __int32_t __xregister_t;
/external/libffi/src/mips/
Dffitarget.h186 typedef __int32_t ffi_sarg;
/external/python/cpython2/Modules/_ctypes/libffi/src/mips/
Dffitarget.h186 typedef __int32_t ffi_sarg;
/external/python/pycparser/tests/c_files/
Dcppd_with_stdio_h.c1615 typedef signed int __int32_t; typedef
1633 typedef __int32_t __int_least32_t;
/external/python/cpython3/Lib/lib2to3/tests/data/
Dinfinite_recursion.py26 __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/
Dinfinite_recursion.py26 __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/
Dsecurity-syntax-checks.m176 typedef int __int32_t; typedef
177 typedef __int32_t pid_t;
/external/crosvm/rutabaga_gfx/src/generated/
Dvirgl_renderer_bindings.rs40 pub type __int32_t = ::std::os::raw::c_int; typedef
/external/llvm-project/clang/test/Analysis/
Dsecurity-syntax-checks.m244 typedef int __int32_t; typedef
245 typedef __int32_t pid_t;
/external/libabigail/tests/data/test-annotate/
Dlibtest23.so.abi149 <!-- 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* -->
Dlibtest24-drop-fns.so.abi266 <!-- 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* -->
Dlibtest24-drop-fns-2.so.abi266 <!-- 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* -->
Dtest18-pr19037-libvtkRenderingLIC-6.1.so.abi1883 <!-- 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/
Diff.rs491 pub type __int32_t = ::std::os::raw::c_int; typedef
/external/libabigail/tests/data/test-read-dwarf/
Dlibtest24-drop-fns.so.abi185 …<typedef-decl name='__int32_t' type-id='type-id-11' filepath='/usr/include/bits/types.h' line='40'…
Dlibtest23.so.abi101 …<typedef-decl name='__int32_t' type-id='type-id-9' filepath='/usr/include/bits/types.h' line='40' …
Dlibtest24-drop-fns-2.so.abi186 …<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/
Dgen.rs45 pub type __int32_t = ::std::os::raw::c_int; typedef
/external/python/pycparser/utils/benchmark/inputs/
Dredis.c.ppout28 typedef int __int32_t;
Dtccgen.c.ppout28 typedef int __int32_t;

12