Searched refs:opd (Results 1 - 16 of 16) sorted by relevance

/external/llvm/test/MC/PowerPC/
H A Dtls-ie-obj.s12 .section .opd,"aw",@progbits
H A Dppc64-relocs-01.s4 .section .opd,"aw",@progbits
32 # The .opd entry for the 'access_int64' function creates 2 relocations:
37 # CHECK: Section ({{[0-9]+}}) .rela.opd {
H A Dtls-gd-obj.s13 .section .opd,"aw",@progbits
H A Dtls-ld-obj.s12 .section .opd,"aw",@progbits
/external/libmtp/src/
H A Dlibmtp.c170 static uint16_t adjust_u16(uint16_t val, PTPObjectPropDesc *opd);
171 static uint32_t adjust_u32(uint32_t val, PTPObjectPropDesc *opd);
851 static uint16_t adjust_u16(uint16_t val, PTPObjectPropDesc *opd) argument
853 switch (opd->FormFlag) {
855 if (val < opd->FORM.Range.MinimumValue.u16) {
856 return opd->FORM.Range.MinimumValue.u16;
858 if (val > opd->FORM.Range.MaximumValue.u16) {
859 return opd->FORM.Range.MaximumValue.u16;
862 if (val % opd->FORM.Range.StepSize.u16 != 0) {
863 return val - (val % opd
896 adjust_u32(uint32_t val, PTPObjectPropDesc *opd) argument
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...]
H A Dptp-pack.c1094 ptp_unpack_OPD (PTPParams *params, unsigned char* data, PTPObjectPropDesc *opd, unsigned int opdlen) argument
1098 memset (opd, 0, sizeof(*opd));
1099 opd->ObjectPropertyCode=dtoh16a(&data[PTP_opd_ObjectPropertyCode]);
1100 opd->DataType=dtoh16a(&data[PTP_opd_DataType]);
1101 opd->GetSet=dtoh8a(&data[PTP_opd_GetSet]);
1104 ret = ptp_unpack_DPV (params, data, &offset, opdlen, &opd->FactoryDefaultValue, opd->DataType);
1107 opd->GroupCode=dtoh32a(&data[offset]);
1110 opd
[all...]
H A Dptp.c1079 ptp_free_objectpropdesc(PTPObjectPropDesc* opd) argument
1083 ptp_free_devicepropvalue (opd->DataType, &opd->FactoryDefaultValue);
1084 switch (opd->FormFlag) {
1088 ptp_free_devicepropvalue (opd->DataType, &opd->FORM.Range.MinimumValue);
1089 ptp_free_devicepropvalue (opd->DataType, &opd->FORM.Range.MaximumValue);
1090 ptp_free_devicepropvalue (opd->DataType, &opd
[all...]
/external/linux-kselftest/tools/testing/selftests/powerpc/pmu/ebb/
H A Debb.c138 struct opd struct
142 } *opd; local
144 opd = (struct opd *)ebb_handler;
145 entry = opd->entry;
/external/elfutils/tests/
H A Drun-dwflsyms.sh428 13: FUNC GLOBAL _start (4) 0x103d0, rel: 0x103d0 (.opd) [0x2d8, rel: 0 (.text)]
462 13: FUNC GLOBAL _start (4) 0x461c03d0, rel: 0x103d0 (.opd) [0x461b02d8, rel: 0 (.text)]
503 32: FUNC GLOBAL cleanup_module (24) 0x160, rel: 0x10 (.opd)
505 34: FUNC GLOBAL init_module (24) 0x150, rel: 0 (.opd)
561 36: FUNC LOCAL deregister_tm_clones (0) 0x20040, rel: 0x20040 (.opd) [0x910, rel: 0x70 (.text)]
562 37: FUNC LOCAL register_tm_clones (0) 0x20050, rel: 0x20050 (.opd) [0x980, rel: 0xe0 (.text)]
563 38: FUNC LOCAL __do_global_dtors_aux (0) 0x20060, rel: 0x20060 (.opd) [0x9f0, rel: 0x150 (.text)]
566 41: FUNC LOCAL frame_dummy (0) 0x20070, rel: 0x20070 (.opd) [0xa50, rel: 0x1b0 (.text)]
571 46: FUNC LOCAL foo (76) 0x20090, rel: 0x20090 (.opd) [0xb34, rel: 0x294 (.text)]
582 57: FUNC GLOBAL __libc_csu_fini (16) 0x200c0, rel: 0x200c0 (.opd) [
[all...]
H A Drun-addrname-test.sh303 # .section ".opd","aw"
320 _start (.opd)
322 _start+0x3 (.opd)
332 _start (.opd)
H A Drun-elfputzdata.sh198 Cannot compress 21 .opd
237 Cannot compress 21 .opd
/external/aac/libSBRenc/src/
H A Dps_bitenc.h138 /* opd data */
140 INT opd[PS_MAX_ENVELOPES][PS_MAX_BANDS]; member in struct:T_PS_OUT
H A Dps_bitenc.cpp477 bitCnt += FDKsbrEnc_EncodeOpd(hBitBuf, psOut->opd[env], opdLast,
541 /* write ipd opd data */
545 /* byte align the ipd opd data */
/external/aac/libSACdec/src/
H A Dsac_calcM1andM2.cpp552 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]);
551 calculateOpd(spatialDec* self, INT ottBoxIndx, INT parameterSetIndx, FIXP_DBL opd[MAX_PARAMETER_BANDS]) argument
/external/libxaac/decoder/
H A Dixheaacd_mps_pre_mix.c234 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);
231 ixheaacd_mps_opd_calc(ia_mps_dec_state_struct *self, ia_mps_bs_frame *curr_bit_stream, WORD32 param_set_idx, WORD32 opd[MAX_PARAMETER_BANDS]) argument
/external/guice/extensions/struts2/lib/
H A Dognl-3.0.jarMETA-INF/ META-INF/MANIFEST.MF ognl/ ognl/enhance/ ognl/internal/ ognl/SimpleNode.class SimpleNode ...

Completed in 412 milliseconds