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

  /frameworks/compile/mclinker/lib/Script/
RpnEvaluator.cpp 45 Operand* opd = operandStack.top(); local
47 op->appendOperand(opd);
79 Operand* opd = llvm::cast<Operand>(*it); local
80 switch (opd->type()) {
84 if (!opd->isDot()) {
85 SymOperand* sym_opd = llvm::cast<SymOperand>(opd);
94 operandStack.push(opd);
98 operandStack.push(opd);
  /external/aac/libSBRenc/src/
ps_bitenc.h 127 /* opd data */
129 INT opd[PS_MAX_ENVELOPES][PS_MAX_BANDS]; member in struct:T_PS_OUT
  /external/ltrace/
ltrace-elf.h 60 Elf_Data *opd; member in struct:ltelf
  /external/linux-tools-perf/perf-3.12.0/tools/perf/util/
symbol-elf.c 610 ss->opdsec = elf_section_by_name(elf, &ehdr, &ss->opdshdr, ".opd",
790 u64 *opd = opddata->d_buf + offset; local
791 sym.st_value = DSO__SWAP(dso, u64, *opd);
  /external/libmtp/src/
libmtp.c 130 static uint16_t adjust_u16(uint16_t val, PTPObjectPropDesc *opd);
131 static uint32_t adjust_u32(uint32_t val, PTPObjectPropDesc *opd);
889 PTPObjectPropDesc opd; local
1760 PTPObjectPropDesc opd; local
2919 PTPObjectPropDesc opd; local
5708 PTPObjectPropDesc opd; local
5861 PTPObjectPropDesc opd; local
6023 PTPObjectPropDesc opd; local
6244 PTPObjectPropDesc opd; local
7109 PTPObjectPropDesc opd; local
7260 PTPObjectPropDesc opd; local
7390 PTPObjectPropDesc opd; local
    [all...]

Completed in 502 milliseconds