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

  /external/llvm/test/MC/PowerPC/
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 {
  /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/qemu/
ia64.ld 73 .opd : { *(.opd) }
  /external/linux-tools-perf/util/
symbol.c 1119 opdsec = elf_section_by_name(elf, &ehdr, &opdshdr, ".opd", &opdidx);
1182 u64 *opd = opddata->d_buf + offset; local
1183 sym.st_value = *opd;
    [all...]

Completed in 335 milliseconds