/external/llvm/include/llvm/CodeGen/ |
D | MachORelocation.h | 31 uint8_t r_type; // if not 0, machine-specific relocation type. variable 39 ((r_type & 15) << 24) | (r_address & 0x00FFFFFF); in getPackedFields() 42 (r_extern << 4) | (r_type & 15); in getPackedFields() 51 r_extern(ext), r_type(type), r_scattered(scattered), r_value(value) {} in r_address()
|
/external/openssh/openbsd-compat/ |
D | port-aix.h | 60 #ifdef r_type 61 # undef r_type
|
/external/libnl/lib/route/ |
D | rule.c | 102 rule->r_type = r->rtm_type; in rule_msg_parser() 210 nl_rtntype2str(r->r_type, buf, sizeof(buf))); in rule_dump_line() 270 nl_rtntype2str(rule->r_type, buf, sizeof(buf))); in rule_dump_env() 290 diff |= RULE_DIFF(TYPE, a->r_type != b->r_type); in rule_compare() 407 rtm.rtm_type = tmpl->r_type; in build_rule_msg() 728 rule->r_type = type; in rtnl_rule_set_action() 735 return rule->r_type; in rtnl_rule_get_action()
|
/external/opencv/ml/src/ |
D | ml_inner_functions.cpp | 638 int i, r_type, r_step; in cvPreprocessOrderedResponses() local 653 r_type = CV_MAT_TYPE(responses->type); in cvPreprocessOrderedResponses() 654 if( r_type != CV_32FC1 && r_type != CV_32SC1 ) in cvPreprocessOrderedResponses() 659 if( r_type == CV_32FC1 && CV_IS_MAT_CONT(responses->type) && !sample_idx ) in cvPreprocessOrderedResponses() 679 if( r_type == CV_32FC1 ) in cvPreprocessOrderedResponses() 723 int i, r_type, r_step; in cvPreprocessCategoricalResponses() local 743 r_type = CV_MAT_TYPE(responses->type); in cvPreprocessCategoricalResponses() 744 if( r_type != CV_32FC1 && r_type != CV_32SC1 ) in cvPreprocessCategoricalResponses() 775 if( r_type == CV_32SC1 ) in cvPreprocessCategoricalResponses()
|
D | mltree.cpp | 140 int sample_all = 0, r_type = 0, cv_n; in CV_IMPLEMENT_QSORT_EX() local 234 CV_CALL( var_type0 = cvPreprocessVarType( _var_type, var_idx, var_all, &r_type )); in CV_IMPLEMENT_QSORT_EX() 240 is_classifier = r_type == CV_VAR_CATEGORICAL; in CV_IMPLEMENT_QSORT_EX()
|
/external/kernel-headers/original/uapi/linux/ |
D | coff.h | 340 char r_type[2]; /* Relocation type */ member
|
/external/libpcap/Win32/Include/arpa/ |
D | nameser.h | 298 int16_t r_type; /* type number */ member
|
/external/tcpdump/ |
D | nameser.h | 263 int16_t r_type; /* type number */ member
|
/external/llvm/test/tools/llvm-readobj/Inputs/ |
D | relocs.py | 202 r_type = relocs[ri][1] 204 r_info = (r_info & 0xFFFFFFFF00000000) | (r_type & 0xFFFFFFFF) 206 r_info = (r_info & 0xFF00) | (r_type & 0xFF)
|
/external/llvm/lib/ExecutionEngine/RuntimeDyld/ |
D | RuntimeDyldELF.cpp | 604 uint32_t r_type = Type & 0xff; in resolveMIPS64Relocation() local 610 uint32_t RelType = r_type; in resolveMIPS64Relocation() 1423 uint32_t r_type = RelType & 0xff; in processRelocationRef() local 1425 if (r_type == ELF::R_MIPS_CALL16 || r_type == ELF::R_MIPS_GOT_PAGE in processRelocationRef() 1426 || r_type == ELF::R_MIPS_GOT_DISP) { in processRelocationRef()
|
/external/icu/icu4c/source/tools/tzcode/ |
D | localtime.c | 118 int r_type; /* type of rule--see below */ member 786 rulep->r_type = JULIAN_DAY; in getrule() 793 rulep->r_type = MONTH_NTH_DAY_OF_WEEK; in getrule() 810 rulep->r_type = DAY_OF_YEAR; in getrule() 841 switch (rulep->r_type) { in transtime()
|
/external/llvm/tools/llvm-objdump/ |
D | MachODump.cpp | 1729 uint32_t r_value, pair_r_value, r_type; in SymbolizerGetOpInfo() local 1735 r_type = info->O->getAnyRelocationType(RE); in SymbolizerGetOpInfo() 1739 if (r_type == MachO::GENERIC_RELOC_SECTDIFF || in SymbolizerGetOpInfo() 1740 r_type == MachO::GENERIC_RELOC_LOCAL_SECTDIFF) { in SymbolizerGetOpInfo() 1772 if (reloc_found && (r_type == MachO::GENERIC_RELOC_SECTDIFF || in SymbolizerGetOpInfo() 1773 r_type == MachO::GENERIC_RELOC_LOCAL_SECTDIFF)) { in SymbolizerGetOpInfo() 1882 uint32_t r_value, pair_r_value, r_type, r_length, other_half; in SymbolizerGetOpInfo() local 1899 r_type = info->O->getScatteredRelocationType(RE); in SymbolizerGetOpInfo() 1901 r_type = info->O->getAnyRelocationType(RE); in SymbolizerGetOpInfo() 1908 if (r_type == MachO::ARM_RELOC_HALF || in SymbolizerGetOpInfo() [all …]
|
/external/llvm/include/llvm/Support/ |
D | MachO.h | 945 r_type:4; member 953 r_type:4, member 957 r_type:4,
|
/external/libxml2/result/ |
D | intsubset2.xml.sax2 | 245 SAX.attributeDecl(reading, r_type, 1, 2, NULL, ...) 247 The r_type attribute defines the type of reading in the reading
|
D | intsubset2.xml.sax | 245 SAX.attributeDecl(reading, r_type, 1, 2, NULL, ...) 247 The r_type attribute defines the type of reading in the reading
|
/external/libnl/include/ |
D | netlink-types.h | 290 uint8_t r_type; member
|