/external/llvm/include/llvm/CodeGen/ |
MachORelocation.h | 31 uint8_t r_type; // if not 0, machine-specific relocation type. member in class:llvm::MachORelocation 39 ((r_type & 15) << 24) | (r_address & 0x00FFFFFF); 42 (r_extern << 4) | (r_type & 15); 51 r_extern(ext), r_type(type), r_scattered(scattered), r_value(value) {}
|
/external/openssh/openbsd-compat/ |
port-aix.h | 59 /* Some versions define r_type in the above headers, which causes a conflict */ 60 #ifdef r_type 61 # undef r_type macro
|
/development/ndk/platforms/android-9/arch-mips/include/asm/ |
module.h | 39 Elf64_Byte r_type; member in struct:__anon1303 49 Elf64_Byte r_type; member in struct:__anon1304
|
/prebuilts/ndk/8/platforms/android-14/arch-mips/usr/include/asm/ |
module.h | 39 Elf64_Byte r_type; member in struct:__anon37091 49 Elf64_Byte r_type; member in struct:__anon37092
|
/prebuilts/ndk/8/platforms/android-9/arch-mips/usr/include/asm/ |
module.h | 39 Elf64_Byte r_type; member in struct:__anon42539 49 Elf64_Byte r_type; member in struct:__anon42540
|
/bionic/libc/kernel/arch-mips/asm/ |
module.h | 39 Elf64_Byte r_type; member in struct:__anon82 49 Elf64_Byte r_type; member in struct:__anon83
|
/external/kernel-headers/original/asm-mips/ |
module.h | 22 Elf64_Byte r_type; /* First relocation. */ member in struct:__anon8208 31 Elf64_Byte r_type; /* First relocation. */ member in struct:__anon8209 61 #define ELF_MIPS_R_TYPE(rel) (rel.r_type)
|
/external/llvm/lib/Object/ |
MachOObjectFile.cpp | 783 unsigned r_type; local 785 r_type = (RE->Word0 >> 24) & 0xF; 787 r_type = (RE->Word1 >> 28) & 0xF; 799 if (r_type > 6) 802 res = Table[r_type]; 818 if (r_type > 9) 821 res = Table[r_type]; 837 if (r_type > 9) 840 res = Table[r_type]; 862 res = Table[r_type]; [all...] |
/external/opencv/ml/src/ |
ml_inner_functions.cpp | 638 int i, r_type, r_step; local 653 r_type = CV_MAT_TYPE(responses->type); 654 if( r_type != CV_32FC1 && r_type != CV_32SC1 ) 659 if( r_type == CV_32FC1 && CV_IS_MAT_CONT(responses->type) && !sample_idx ) 679 if( r_type == CV_32FC1 ) 723 int i, r_type, r_step; local 743 r_type = CV_MAT_TYPE(responses->type); 744 if( r_type != CV_32FC1 && r_type != CV_32SC1 [all...] |
mltree.cpp | 140 int sample_all = 0, r_type = 0, cv_n; local 234 CV_CALL( var_type0 = cvPreprocessVarType( _var_type, var_idx, var_all, &r_type )); 240 is_classifier = r_type == CV_VAR_CATEGORICAL; [all...] |
/external/tcpdump/ |
nameser.h | 264 int16_t r_type; /* type number */ member in struct:rrec
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/ |
coff.h | 340 char r_type[2]; /* Relocation type */ member in struct:COFF_reloc
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/linux/ |
coff.h | 340 char r_type[2]; /* Relocation type */ member in struct:COFF_reloc
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/linux/ |
coff.h | 340 char r_type[2]; /* Relocation type */ member in struct:COFF_reloc
|
/bionic/libc/tzcode/ |
localtime.c | 191 int r_type; /* type of rule--see below */ member in struct:rule 862 rulep->r_type = JULIAN_DAY; 869 rulep->r_type = MONTH_NTH_DAY_OF_WEEK; 886 rulep->r_type = DAY_OF_YEAR; 921 switch (rulep->r_type) { [all...] |
/external/icu4c/tools/tzcode/ |
localtime.c | 124 int r_type; /* type of rule--see below */ member in struct:rule 767 rulep->r_type = JULIAN_DAY; 774 rulep->r_type = MONTH_NTH_DAY_OF_WEEK; 791 rulep->r_type = DAY_OF_YEAR; 826 switch (rulep->r_type) { [all...] |
/external/qemu/ |
a.out.h | 234 char r_type[2]; member in struct:external_reloc
|
/system/core/libcutils/ |
tztime.c | 157 int r_type; /* type of rule--see below */ member in struct:rule 787 rulep->r_type = JULIAN_DAY; 794 rulep->r_type = MONTH_NTH_DAY_OF_WEEK; 811 rulep->r_type = DAY_OF_YEAR; 846 switch (rulep->r_type) { [all...] |
/external/libnl-headers/ |
netlink-types.h | 293 uint8_t r_type; member in struct:rtnl_rule
|