HomeSort by relevance Sort by last modified time
    Searched defs:r_type (Results 1 - 14 of 14) sorted by null

  /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) {}
  /development/ndk/platforms/android-9/arch-mips/include/asm/
module.h 39 Elf64_Byte r_type; member in struct:__anon1651
49 Elf64_Byte r_type; member in struct:__anon1652
  /external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/elf/
elf.c 786 unsigned int r_type=0, r_sym; local
798 r_type = elf_march->map_reloc_info_to_type(reloc);
803 elf_march->write_reloc(bufp, reloc, r_type, r_sym);
  /external/libpcap/Win32/Include/arpa/
nameser.h 298 int16_t r_type; /* type number */ member in struct:rrec
  /bionic/libc/kernel/uapi/linux/
coff.h 234 char r_type[2]; member in struct:COFF_reloc
  /development/ndk/platforms/android-L/include/linux/
coff.h 234 char r_type[2]; member in struct:COFF_reloc
  /external/kernel-headers/original/uapi/linux/
coff.h 340 char r_type[2]; /* Relocation type */ member in struct:COFF_reloc
  /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...]
  /bionic/libc/tzcode/
localtime.c 131 int r_type; /* type of rule; see below */ member in struct:rule
799 rulep->r_type = JULIAN_DAY;
806 rulep->r_type = MONTH_NTH_DAY_OF_WEEK;
823 rulep->r_type = DAY_OF_YEAR;
854 switch (rulep->r_type) {
    [all...]
  /external/chromium_org/third_party/icu/source/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/icu/icu4c/source/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/libnl/include/
netlink-types.h 290 uint8_t r_type; member in struct:rtnl_rule
  /external/llvm/include/llvm/Support/
MachO.h 432 // Constant values for the r_type field in an
442 // Constant values for the r_type field in a PowerPC architecture
462 // Constant values for the r_type field in an ARM architecture
476 // Constant values for the r_type field in an ARM64 architecture
504 // Constant values for the r_type field in an x86_64 architecture
934 r_type:4; member in struct:llvm::MachO::relocation_info
942 r_type:4, member in struct:llvm::MachO::scattered_relocation_info
946 r_type:4,
    [all...]

Completed in 994 milliseconds