HomeSort by relevance Sort by last modified time
    Searched refs:opd (Results 1 - 14 of 14) 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/llvm/test/MC/PowerPC/
tls-ie-obj.s 12 .section .opd,"aw",@progbits
ppc64-relocs-01.s 4 .section .opd,"aw",@progbits
32 # The .opd entry for the 'access_int64' function creates 2 relocations:
37 # CHECK: Section ({{[0-9]+}}) .rela.opd {
tls-gd-obj.s 13 .section .opd,"aw",@progbits
tls-ld-obj.s 12 .section .opd,"aw",@progbits
  /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...]
ptp-pack.c 797 ptp_unpack_OPD (PTPParams *params, unsigned char* data, PTPObjectPropDesc *opd, unsigned int opdlen)
801 memset (opd, 0, sizeof(*opd));
802 opd->ObjectPropertyCode=dtoh16a(&data[PTP_opd_ObjectPropertyCode]);
803 opd->DataType=dtoh16a(&data[PTP_opd_DataType]);
804 opd->GetSet=dtoh8a(&data[PTP_opd_GetSet]);
807 ret = ptp_unpack_DPV (params, data, &offset, opdlen, &opd->FactoryDefaultValue, opd->DataType);
810 opd->GroupCode=dtoh32a(&data[offset]);
813 opd->FormFlag=dtoh8a(&data[offset])
    [all...]
ptp.c     [all...]
  /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
ps_bitenc.cpp 533 psOut->opd[env],
604 /* write ipd opd data */
608 /* byte align the ipd opd data */
  /external/ltrace/
ltrace-elf.h 60 Elf_Data *opd; member in struct:ltelf
ltrace-elf.c 652 else if (strcmp(name, ".opd") == 0) {
655 lte->opd = elf_rawdata(scn, NULL);
986 /* On arches that support OPD, the value of typical
987 * function symbol will be a pointer to .opd, but some
    [all...]
  /frameworks/rs/cpu_ref/
rsCpuIntrinsics_advsimd_ColorMatrix.S 21 .macro vmxx_f32 i, mask, opd, opa, opb
24 fmla \opd, \opa, \opb
26 fmul \opd, \opa, \opb
31 .macro vadd_f32 i, mask, opd, opa, opb, stupidsyntax1, stupidsyntax2
34 fadd \opd, \opa, \opb
41 .macro vmxx_s16 i, mask, opd, opa, opb
44 smlal \opd, \opa, \opb
46 smull \opd, \opa, \opb
51 .macro vmxx2_s16 i, mask, opd, opa, opb
54 smlal2 \opd, \opa, \op
    [all...]
  /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);

Completed in 2730 milliseconds