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

  /frameworks/compile/mclinker/lib/Script/
RpnEvaluator.cpp 46 Operand* opd = operandStack.top(); local
48 op->appendOperand(opd);
80 Operand* opd = llvm::cast<Operand>(*it); local
81 switch (opd->type()) {
85 if (!opd->isDot()) {
86 SymOperand* sym_opd = llvm::cast<SymOperand>(opd);
95 operandStack.push(opd);
99 operandStack.push(opd);
  /external/aac/libSBRenc/src/
ps_bitenc.h 138 /* opd data */
140 INT opd[PS_MAX_ENVELOPES][PS_MAX_BANDS]; member in struct:T_PS_OUT
  /external/linux-kselftest/tools/testing/selftests/powerpc/pmu/ebb/
ebb.c 138 struct opd struct
142 } *opd; local
144 opd = (struct opd *)ebb_handler;
145 entry = opd->entry;
  /external/libxaac/decoder/
ixheaacd_mps_pre_mix.c 234 WORD32 opd[MAX_PARAMETER_BANDS]) {
243 opd[band] = 0;
245 opd[band] = ixheaacd_atan_table_Q28[ipd_idx][icc_idx][cld_idx];
252 WORD32 opd[MAX_PARAMETER_BANDS]; local
262 ixheaacd_mps_opd_calc(self, curr_bit_stream, param_set_idx, opd);
269 ixheaacd_mps_phase_wraping(opd[band]);
271 ixheaacd_mps_phase_wraping(opd[band] - ipd);
  /external/aac/libSACdec/src/
sac_calcM1andM2.cpp 552 FIXP_DBL opd[MAX_PARAMETER_BANDS]) {
567 opd[2 * band] = FL2FXCONST_DBL(0.0f);
569 opd[2 * band] = (dequantIPD_CLD_ICC_splitAngle__FDK_Function(
573 opd[2 * band + 1] = opd[2 * band] - ipd;
604 FIXP_DBL opd[2 * MAX_PARAMETER_BANDS]; local
623 calculateOpd(self, ottBoxIndx, parameterSetIndx, opd);
626 self->PhaseLeft__FDK[band] = wrapPhase(opd[2 * band]);
627 self->PhaseRight__FDK[band] = wrapPhase(opd[2 * band + 1]);
  /toolchain/binutils/binutils-2.27/bfd/
elf64-hppa.c 467 /* Return a pointer to the local DLT, PLT and OPD reference counts
481 /* Allocate space for local DLT, PLT and OPD reference
740 of a OPD descriptor. Thus we need to make a DLT entry that points
741 to an OPD entry. */
758 /* This is a simple OPD entry. */
858 /* This is a OPD for a local symbol. */
927 entries in .opd for them. */
1056 /* We never need an opd entry for a symbol which is not
1065 we have to create an opd descriptor. */
1074 initialize the .opd entry. Make sure the symbol get
1146 asection *opd; local
    [all...]
elf64-ppc.c 237 /* Since .opd is an array of descriptors and each entry will end up
239 propagate .opd relocs; The dynamic linker should be taught to
240 relocate .opd without reloc entries. */
2860 } opd; member in struct:ppc64_elf_obj_tdata
3036 } opd; member in union:_ppc64_elf_section_data::__anon4051
3236 asection *opd = NULL; local
5088 asection *opd = bfd_get_section_by_name (ibfd, ".opd"); local
6221 struct _opd_sec_data *opd = get_opd_info (sym->section); local
6476 struct _opd_sec_data *opd; local
7575 struct _opd_sec_data *opd; local
7799 struct _opd_sec_data *opd; local
11739 struct _opd_sec_data *opd; local
12310 struct _opd_sec_data *opd; local
13365 struct _opd_sec_data *opd; local
15273 struct _opd_sec_data *opd; local
    [all...]
  /external/libmtp/src/
libmtp.c 170 static uint16_t adjust_u16(uint16_t val, PTPObjectPropDesc *opd);
171 static uint32_t adjust_u32(uint32_t val, PTPObjectPropDesc *opd);
966 PTPObjectPropDesc opd; local
2013 PTPObjectPropDesc opd; local
3237 PTPObjectPropDesc opd; local
6272 PTPObjectPropDesc opd; local
6429 PTPObjectPropDesc opd; local
6591 PTPObjectPropDesc opd; local
6818 PTPObjectPropDesc opd; local
7731 PTPObjectPropDesc opd; local
7888 PTPObjectPropDesc opd; local
8018 PTPObjectPropDesc opd; local
    [all...]
  /toolchain/binutils/binutils-2.27/gold/
powerpc.cc 166 // The .opd section shndx.
176 // Init OPD entry arrays.
184 // Return section and offset of function entry for .opd + R_OFF.
196 // Set section and offset of function entry for .opd + R_OFF.
206 // Return discard flag for .opd + R_OFF.
215 // Set discard flag for .opd + R_OFF.
232 // Examine .rela.opd to build info about function entry points.
244 // Perform the Sized_relobj_file method, then set up opd info from
245 // .opd relocs.
272 // Add a reference from SRC_OBJ, SRC_INDX to this object's .opd
2134 const unsigned char* opd; local
    [all...]
  /external/guice/extensions/struts2/lib/
ognl-3.0.jar 

Completed in 981 milliseconds