Searched defs:opd (Results 1 - 9 of 9) sorted by relevance
/external/aac/libSBRenc/src/ |
H A D | ps_bitenc.h | 127 /* opd data */ 129 INT opd[PS_MAX_ENVELOPES][PS_MAX_BANDS]; member in struct:T_PS_OUT
|
/external/ltrace/ |
H A D | ltrace-elf.h | 60 Elf_Data *opd; member in struct:ltelf
|
/external/valgrind/none/tests/tilegx/ |
H A D | gen_insn_test.c | 231 const struct tilegx_operand *opd = local 234 if (opd->type == TILEGX_OP_TYPE_REGISTER) { 260 decoded.operands[i] = opd; 261 ULong x = opd->insert(op); 278 const struct tilegx_operand *opd = local 281 if (opd->type == TILEGX_OP_TYPE_REGISTER) { 339 const struct tilegx_operand *opd = local 342 if (opd->type == TILEGX_OP_TYPE_REGISTER) { 369 decoded.operands[i] = opd; 370 ULong x = opd 381 const struct tilegx_operand *opd = local 421 const struct tilegx_operand *opd; local [all...] |
/external/valgrind/VEX/priv/ |
H A D | tilegx_disasm.c | 7681 const struct tilegx_operand *opd = local 7684 decoded.operands[i] = opd; 7685 ULong x = opd->insert(op);
|
H A D | guest_tilegx_toIR.c | 295 ULong opd[4]; local 426 opd[0] = opd[1] = opd[2] = opd[3] = -1; 433 opd[opi] = decoded[n].operand_values[opi]; 474 opd[0] = cins; 529 opd[0], which will be used in the dirty helper. */ 531 opd[0] = cins; 1995 store(getIReg(opd[ [all...] |
/external/libmtp/src/ |
H A D | ptp-pack.c | 797 ptp_unpack_OPD (PTPParams *params, unsigned char* data, PTPObjectPropDesc *opd, unsigned int opdlen) argument 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 [all...] |
H A D | ptp.c | 2440 PTPParams* params, uint16_t opc, uint16_t ofc, PTPObjectPropDesc *opd 2454 ptp_unpack_OPD (params, data, opd, size); 2732 ptp_free_objectpropdesc(PTPObjectPropDesc* opd) argument 2736 ptp_free_devicepropvalue (opd->DataType, &opd->FactoryDefaultValue); 2737 switch (opd->FormFlag) { 2741 ptp_free_devicepropvalue (opd->DataType, &opd->FORM.Range.MinimumValue); 2742 ptp_free_devicepropvalue (opd->DataType, &opd [all...] |
H A D | libmtp.c | 130 static uint16_t adjust_u16(uint16_t val, PTPObjectPropDesc *opd); 131 static uint32_t adjust_u32(uint32_t val, PTPObjectPropDesc *opd); 774 static uint16_t adjust_u16(uint16_t val, PTPObjectPropDesc *opd) argument 776 switch (opd->FormFlag) { 778 if (val < opd->FORM.Range.MinimumValue.u16) { 779 return opd->FORM.Range.MinimumValue.u16; 781 if (val > opd->FORM.Range.MaximumValue.u16) { 782 return opd->FORM.Range.MaximumValue.u16; 785 if (val % opd->FORM.Range.StepSize.u16 != 0) { 786 return val - (val % opd 819 adjust_u32(uint32_t val, PTPObjectPropDesc *opd) argument 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...] |
/external/guice/extensions/struts2/lib/ |
H A D | ognl-3.0.jar | META-INF/ META-INF/MANIFEST.MF ognl/ ognl/enhance/ ognl/internal/ ognl/SimpleNode.class SimpleNode ... |
Completed in 242 milliseconds