Home
last modified time | relevance | path

Searched defs:i32 (Results 1 – 19 of 19) sorted by relevance

/minix3/sys/arch/arm/include/
H A Dnetbsd32_machdep.h38 typedef struct { NETBSD32_POINTER_TYPE i32; } netbsd32_pointer_t; member
/minix3/external/bsd/llvm/dist/clang/test/Sema/
H A Dformat-strings-ms.c11 void non_iso_warning_test(__int32 i32, __int64 i64, wchar_t c, void *p) { in non_iso_warning_test()
H A Datomic-ops.c50 int i32; variable
H A Dcompare.c239 int test2(int i32) { in test2()
/minix3/tests/include/
H A Dt_inttypes.c42 int32_t i32 = 0; in ATF_TC_BODY() local
/minix3/external/bsd/llvm/dist/clang/test/CodeGen/
H A Dbuiltins-mips.c6 typedef int i32; typedef
/minix3/external/bsd/llvm/dist/clang/test/Parser/
H A Daltivec.c102 typedef int i32; typedef
107 vector long i32; // expected-warning {{deprecated}} member
/minix3/crypto/external/bsd/netpgp/dist/src/netpgpverify/
H A Dpgpsum.c153 uint32_t i32; member
/minix3/external/bsd/llvm/dist/llvm/include/llvm/CodeGen/
H A DMachineValueType.h42 i32 = 4, // This is a 32 bit integer value enumerator
/minix3/external/bsd/libevent/dist/test/
H A Dregress_util.c655 ev_int32_t i32; in test_evutil_integers() local
/minix3/external/bsd/libc++/dist/libcxx/test/algorithms/alg.sorting/alg.heap.operations/is.heap/
H A Dis_heap.pass.cpp80 int i32[] = {0, 0, 1, 1, 0}; in test() local
H A Dis_heap_until_comp.pass.cpp81 int i32[] = {0, 0, 1, 1, 0}; in test() local
H A Dis_heap_comp.pass.cpp81 int i32[] = {0, 0, 1, 1, 0}; in test() local
H A Dis_heap_until.pass.cpp80 int i32[] = {0, 0, 1, 1, 0}; in test() local
/minix3/external/bsd/libc++/dist/libcxx/test/std/algorithms/alg.sorting/alg.heap.operations/is.heap/
H A Dis_heap.pass.cpp80 int i32[] = {0, 0, 1, 1, 0}; in test() local
H A Dis_heap_until_comp.pass.cpp81 int i32[] = {0, 0, 1, 1, 0}; in test() local
H A Dis_heap_until.pass.cpp80 int i32[] = {0, 0, 1, 1, 0}; in test() local
H A Dis_heap_comp.pass.cpp81 int i32[] = {0, 0, 1, 1, 0}; in test() local
/minix3/minix/commands/writeisofs/
H A Dwriteisofs.c246 void both32(unsigned char *both, unsigned long i32) in both32()