| /openbsd-src/gnu/llvm/compiler-rt/lib/sanitizer_common/ |
| H A D | sanitizer_getauxval.h | 48 static inline decltype(AuxInfo::a_v) getauxval(decltype(AuxInfo::a_type) type) { in getauxval() 50 aux->a_type != AT_NULL; ++aux) { in getauxval() 51 if (type == aux->a_type) in getauxval()
|
| /openbsd-src/lib/libcrypto/lhash/ |
| H A D | lhash.h | 119 #define DECLARE_LHASH_DOALL_ARG_FN(name, o_type, a_type) \ argument 121 #define IMPLEMENT_LHASH_DOALL_ARG_FN(name, o_type, a_type) \ argument 124 a_type *b = arg2; \
|
| /openbsd-src/gnu/usr.bin/binutils-2.17/include/elf/ |
| H A D | external.h | 268 unsigned char a_type[4]; member 274 unsigned char a_type[8]; member
|
| H A D | internal.h | 220 bfd_vma a_type; member
|
| /openbsd-src/gnu/usr.bin/binutils/include/elf/ |
| H A D | external.h | 265 unsigned char a_type[4]; member 271 unsigned char a_type[8]; member
|
| H A D | internal.h | 220 bfd_vma a_type; member
|
| /openbsd-src/gnu/gcc/gcc/config/rs6000/ |
| H A D | linux-unwind.h | 198 long a_type; in ppc_linux_aux_vector() member 211 for (auxp = (struct auxv *) envp; auxp->a_type != 0; ++auxp) in ppc_linux_aux_vector() 212 if (auxp->a_type == which) in ppc_linux_aux_vector()
|
| /openbsd-src/include/protocols/ |
| H A D | routed.h | 81 u_int16_t a_type; member
|
| /openbsd-src/gnu/usr.bin/binutils/include/aout/ |
| H A D | adobe.h | 73 unsigned int a_type:8; /* Segment type N_TEXT, N_DATA, 0 */ member
|
| /openbsd-src/gnu/usr.bin/binutils-2.17/include/aout/ |
| H A D | adobe.h | 73 unsigned int a_type:8; /* Segment type N_TEXT, N_DATA, 0 */ member
|
| /openbsd-src/sys/ntfs/ |
| H A D | ntfs.h | 63 u_int32_t a_type; member
|
| H A D | ntfs_subr.c | 328 while (ap->a_hdr.a_type != -1) { in ntfs_loadntnode() 544 vap->va_type = rap->a_hdr.a_type; in ntfs_attrtontvattr()
|
| /openbsd-src/gnu/gcc/gcc/ |
| H A D | c-common.c | 851 tree e_type, i_type, a_type; in fix_string_type() local 891 a_type = build_array_type (e_type, i_type); in fix_string_type() 893 a_type = c_build_qualified_type (a_type, TYPE_QUAL_CONST); in fix_string_type() 895 TREE_TYPE (value) = a_type; in fix_string_type()
|
| /openbsd-src/lib/libcrypto/ |
| H A D | Makefile | 88 SRCS+= a_type.c
|
| /openbsd-src/gnu/llvm/llvm/include/llvm/IR/ |
| H A D | IntrinsicsNVVM.td | 480 string a_type = frags[0].ptx_elt_type; 493 !ne(a_type, "s8"), 494 !ne(a_type, "u8"), 495 !ne(a_type, "s4"), 496 !ne(a_type, "u4")): false, 504 !ne(a_type, "f16"))) : false, 509 !or(!ne(a_type, b_type),
|
| /openbsd-src/gnu/llvm/llvm/lib/Support/Unix/ |
| H A D | Path.inc | 225 for (Elf_Auxinfo *aux = (Elf_Auxinfo *)p; aux->a_type != AT_NULL; aux++) { 226 if (aux->a_type == AT_EXECPATH) {
|