Home
last modified time | relevance | path

Searched refs:__int32_t (Results 1 – 25 of 44) 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/crosvm/media/libvda/src/
Dbindings.rs10 pub type __int32_t = ::std::os::raw::c_int; typedef
/external/compiler-rt/lib/sanitizer_common/
Dsanitizer_freebsd.h33 typedef __int32_t __xregister_t;
/external/python/pycparser/utils/fake_libc_include/
D_fake_typedefs.h14 typedef int __int32_t; typedef
/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/crosvm/media/libvda/src/decode/
Dbindings.rs12 pub type __int32_t = ::std::os::raw::c_int; typedef
/external/crosvm/media/libvda/src/encode/
Dbindings.rs13 pub type __int32_t = ::std::os::raw::c_int; typedef
/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.rs45 pub type __int32_t = ::std::os::raw::c_int; typedef
/external/libabigail/tests/data/test-annotate/
Dlibtest23.so.abi71 <!-- 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* -->
Dlibtest24-drop-fns.so.abi78 <!-- 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* -->
Dlibtest24-drop-fns-2.so.abi78 <!-- 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/
Dlibtest24-drop-fns.so.abi49 …<typedef-decl name='__int32_t' type-id='type-id-11' filepath='/usr/include/bits/types.h' line='40'…
Dlibtest23.so.abi46 …<typedef-decl name='__int32_t' type-id='type-id-9' filepath='/usr/include/bits/types.h' line='40' …
Dlibtest24-drop-fns-2.so.abi49 …<typedef-decl name='__int32_t' type-id='type-id-11' filepath='/usr/include/bits/types.h' line='40'…
Dtest-libaaudio.so.abi112 …<typedef-decl name='__int32_t' type-id='95e97e5e' filepath='bionic/libc/include/stdint.h' line='40…
/external/rust/crates/ash/src/vk/
Dnative.rs88 pub type __int32_t = ::std::os::raw::c_int; typedef
/external/python/pycparser/utils/benchmark/inputs/
Dredis.c.ppout28 typedef int __int32_t;
/external/crosvm/media/libva/src/bindings/
Dva.rs96 pub type __int32_t = ::std::os::raw::c_int; typedef

12