HomeSort by relevance Sort by last modified time
    Searched full:poffset (Results 26 - 50 of 79) sorted by null

12 3 4

  /frameworks/compile/mclinker/lib/Target/Mips/
MipsLDBackend.cpp 901 uint32_t& pOffset) const {
902 return GNULDBackend::readRelocation(pRel, pType, pSymIdx, pOffset);
908 uint32_t& pOffset,
910 return GNULDBackend::readRelocation(pRel, pType, pSymIdx, pOffset, pAddend);
916 uint64_t& pOffset) const {
919 pOffset = pRel.r_offset;
922 pOffset = mcld::bswap64(pRel.r_offset);
938 uint64_t& pOffset,
942 pOffset = pRel.r_offset;
946 pOffset = mcld::bswap64(pRel.r_offset)
    [all...]
  /external/python/cpython3/Modules/_ctypes/
cfield.c 35 * *poffset, stores the total size so far in *psize, the offset for the next
36 * field in *poffset, the alignment requirements for the current field in
48 Py_ssize_t *psize, Py_ssize_t *poffset, Py_ssize_t *palign,
158 if (align && *poffset % align) {
159 Py_ssize_t delta = align - (*poffset % align);
161 *poffset += delta;
168 self->offset = *poffset;
169 *poffset += size;
175 *poffset += dict->size - *pfield_size/8;
185 self->offset = *poffset - size; /* poffset is already updated for the NEXT field *
    [all...]
  /external/mesa3d/src/mesa/drivers/dri/radeon/
radeon_dma.h 51 struct radeon_bo **pbo, int *poffset,
  /frameworks/compile/mclinker/include/mcld/Support/
FileOutputBuffer.h 48 MemoryRegion request(size_t pOffset, size_t pLength);
  /frameworks/base/libs/androidfw/include/androidfw/
ZipFileRO.h 128 * "*pOffset" holds the Zip file offset of the entry's data.
134 uint32_t* pCompLen, off64_t* pOffset, uint32_t* pModWhen,
  /frameworks/compile/mclinker/include/mcld/Target/
GNULDBackend.h 203 uint32_t& pOffset) const;
209 uint32_t& pOffset,
216 uint64_t& pOffset) const;
222 uint64_t& pOffset,
229 uint32_t pOffset) const;
235 uint32_t pOffset,
242 uint64_t pOffset) const;
248 uint64_t pOffset,
  /prebuilts/ndk/r16/sources/third_party/shaderc/third_party/glslang/glslang/MachineIndependent/
reflection.h 58 TObjectReflection(const TString& pName, const TType& pType, int pOffset, int pGLDefineType, int pSize, int pIndex) :
59 name(pName), offset(pOffset),
  /external/python/cpython2/Modules/_ctypes/
cfield.c 35 * *poffset, stores the total size so far in *psize, the offset for the next
36 * field in *poffset, the alignment requirements for the current field in
48 Py_ssize_t *psize, Py_ssize_t *poffset, Py_ssize_t *palign,
158 if (align && *poffset % align) {
159 Py_ssize_t delta = align - (*poffset % align);
161 *poffset += delta;
168 self->offset = *poffset;
169 *poffset += size;
175 *poffset += dict->size - *pfield_size/8;
185 self->offset = *poffset - size; /* poffset is already updated for the NEXT field *
    [all...]
  /frameworks/compile/mclinker/lib/Target/ARM/
ARMRelocator.cpp 224 Relocator::DWord pOffset) {
225 uint32_t sign = ((pOffset & 0x80000000U) >> 31);
226 return (pUpper16 & ~0x7ffU) | ((pOffset >> 12) & 0x3ffU) | (sign << 10);
230 Relocator::DWord pOffset) {
231 uint32_t sign = ((pOffset & 0x80000000U) >> 31);
232 return ((pLower16 & ~0x2fffU) | ((((pOffset >> 23) & 1) ^ !sign) << 13) |
233 ((((pOffset >> 22) & 1) ^ !sign) << 11) | ((pOffset >> 1) & 0x7ffU));
249 Relocator::DWord pOffset) {
250 uint32_t sign = ((pOffset & 0x80000000U) >> 31)
    [all...]
ARMRelocator.h 105 void applyDebugStringOffset(Relocation& pReloc, uint32_t pOffset);
  /external/pdfium/core/fpdfapi/parser/
cpdf_hint_tables.cpp 465 CPDF_Object* pOffset = pDict ? pDict->GetObjectFor("S") : nullptr;
466 if (!pOffset || !pOffset->IsNumber())
469 int shared_hint_table_offset = pOffset->GetInteger();
  /frameworks/compile/mclinker/include/mcld/LD/
ELFReaderIf.h 112 uint32_t pOffset) const;
Archive.h 97 Symbol(const char* pName, uint32_t pOffset, enum Status pStatus)
98 : name(pName), fileOffset(pOffset), status(pStatus) {}
EhFrame.h 95 void setPersonalityOffset(uint64_t pOffset) {
96 m_PersonalityOffset = pOffset;
Relocator.h 117 virtual void applyDebugStringOffset(Relocation& pReloc, uint32_t pOffset) = 0;
  /frameworks/compile/mclinker/lib/LD/
ELFReaderIf.cpp 97 uint32_t pOffset) const {
119 return FragmentRef::Create(*sect_hdr, pOffset);
  /frameworks/compile/mclinker/lib/Target/AArch64/
AArch64RelocationHelpers.h 119 uint64_t pOffset,
125 rel_entry.targetRef().assign(pFrag, pOffset);
AArch64Relocator.h 114 void applyDebugStringOffset(Relocation& pReloc, uint32_t pOffset);
  /frameworks/compile/mclinker/lib/Target/X86/
X86Relocator.h 157 void applyDebugStringOffset(Relocation& pReloc, uint32_t pOffset);
222 void applyDebugStringOffset(Relocation& pReloc, uint32_t pOffset);
  /toolchain/binutils/binutils-2.27/gas/config/
tc-bfin.c     [all...]
  /external/ltp/lib/
tlibio.c 555 off64_t poffset; /* pwrite(2) offset */ local
560 off64_t poffset; /* pwrite(2) offset */ local
646 poffset = (off64_t) ret;
985 (long long)poffset);
991 if ((ret = pwrite(fd, buffer, size, poffset)) == -1) {
995 (long long)poffset, errno, strerror(errno));
1003 fd, size, (long long)poffset, ret);
1125 off64_t poffset; \/* pread(2) offset *\/ local
1130 off64_t poffset; \/* pread(2) offset *\/ local
    [all...]
  /frameworks/compile/mclinker/lib/Target/
GNULDBackend.cpp     [all...]
  /frameworks/compile/mclinker/include/mcld/
IRBuilder.h 278 /// @param pOffset [in] The starting file offset of the data
282 static Fragment* CreateRegion(Input& pInput, size_t pOffset, size_t pLength);
449 /// @param [in] pOffset The offset of target section.
454 uint32_t pOffset,
  /frameworks/compile/mclinker/lib/Target/Hexagon/
HexagonRelocator.h 114 void applyDebugStringOffset(Relocation& pReloc, uint32_t pOffset) {}
  /external/libmtp/src/
ptp-pack.c 939 ptp_unpack_Sony_DPD (PTPParams *params, unsigned char* data, PTPDevicePropDesc *dpd, unsigned int dpdlen, unsigned int *poffset)
960 *poffset = PTP_dpd_Sony_FactoryDefaultValue;
961 ret = ptp_unpack_DPV (params, data, poffset, dpdlen, &dpd->FactoryDefaultValue, dpd->DataType);
963 if ((dpd->DataType == PTP_DTC_STR) && (*poffset == dpdlen))
965 ret = ptp_unpack_DPV (params, data, poffset, dpdlen, &dpd->CurrentValue, dpd->DataType);
973 if (*poffset==PTP_dpd_Sony_FactoryDefaultValue)
976 dpd->FormFlag=dtoh8a(&data[*poffset]);
977 *poffset+=sizeof(uint8_t);
981 ret = ptp_unpack_DPV (params, data, poffset, dpdlen, &dpd->FORM.Range.MinimumValue, dpd->DataType);
983 ret = ptp_unpack_DPV (params, data, poffset, dpdlen, &dpd->FORM.Range.MaximumValue, dpd->DataType)
    [all...]

Completed in 839 milliseconds

12 3 4