| /frameworks/av/media/libeffects/lvm/lib/Common/src/ |
| DelayMix_16x16.c | 32 LVM_INT16 *pOffset, /* Delay offset */ 36 LVM_INT16 Offset = *pOffset; 68 *pOffset = Offset; 77 LVM_INT16 *pOffset, /* Delay offset */ 81 LVM_INT16 Offset = *pOffset; 113 *pOffset = Offset;
|
| DelayWrite_32.c | 31 LVM_UINT16 *pOffset, /* Delay offset */ 35 LVM_INT16 Offset = (LVM_INT16)*pOffset; 51 *pOffset = (LVM_UINT16)Offset;
|
| /frameworks/compile/mclinker/include/mcld/Fragment/ |
| FragmentRef.h | 37 /// @param pOffset - the offset, can be larger than the fragment, but can not 41 static FragmentRef* Create(Fragment& pFrag, uint64_t pOffset); 43 static FragmentRef* Create(LDSection& pSection, uint64_t pOffset); 53 FragmentRef& assign(Fragment& pFrag, Offset pOffset = 0); 58 /// @pNBytes - copies pNBytes from the fragment[offset()+pOffset] 59 /// @pOffset - additional offset. 61 void memcpy(void* pDest, size_t pNBytes, Offset pOffset = 0) const; 81 explicit FragmentRef(Fragment& pFrag, Offset pOffset = 0);
|
| Fragment.h | 47 void setOffset(uint64_t pOffset) { m_Offset = pOffset; }
|
| Stub.h | 36 Fixup(DWord pOffset, SWord pAddend, Type pType) 37 : m_Offset(pOffset), m_Addend(pAddend), m_Type(pType) {} 129 void addFixup(DWord pOffset, SWord pAddend, Type pType);
|
| /frameworks/compile/mclinker/lib/Fragment/ |
| FragmentRef.cpp | 39 FragmentRef::FragmentRef(Fragment& pFrag, FragmentRef::Offset pOffset) 40 : m_pFragment(&pFrag), m_Offset(pOffset) { 46 /// @param pOffset - the offset, can be larger than the fragment, but can not 50 FragmentRef* FragmentRef::Create(Fragment& pFrag, uint64_t pOffset) { 51 int64_t offset = pOffset; 76 FragmentRef* FragmentRef::Create(LDSection& pSection, uint64_t pOffset) { 95 return Create(data->front(), pOffset); 112 FragmentRef& FragmentRef::assign(Fragment& pFrag, FragmentRef::Offset pOffset) { 114 m_Offset = pOffset; 118 void FragmentRef::memcpy(void* pDest, size_t pNBytes, Offset pOffset) const [all...] |
| Stub.cpp | 75 void Stub::addFixup(DWord pOffset, SWord pAddend, Type pType) { 76 assert(pOffset < size()); 77 m_FixupList.push_back(new Fixup(pOffset, pAddend, pType));
|
| /frameworks/compile/mclinker/lib/Support/ |
| FileOutputBuffer.cpp | 49 MemoryRegion FileOutputBuffer::request(size_t pOffset, size_t pLength) { 50 if (pOffset > getBufferSize() || (pOffset + pLength) > getBufferSize()) 52 return MemoryRegion(getBufferStart() + pOffset, pLength);
|
| MemoryArea.cpp | 41 llvm::StringRef MemoryArea::request(size_t pOffset, size_t pLength) { 42 return llvm::StringRef(m_pMemoryBuffer->getBufferStart() + pOffset, pLength);
|
| /device/linaro/bootloader/edk2/StdLib/BsdSocketLib/ |
| read.c | 27 @param [in] pOffset File offset
39 off_t * pOffset,
|
| write.c | 22 @param [in] pOffset File offset
34 off_t * pOffset,
|
| SocketInternals.h | 148 @param [in] pOffset File offset
160 off_t * pOffset,
169 @param [in] pOffset File offset
181 off_t * pOffset,
|
| /external/vboot_reference/utility/include/ |
| gbb_utility.h | 79 int search_header_signatures(const std::string &image, long *poffset) const; 87 // return true if the offset and size are assign to *poffset and *psize; 90 bool find_property(PROPINDEX i, uint32_t *poffset, uint32_t *psize,
|
| /frameworks/compile/mclinker/include/mcld/Support/ |
| FileSystem.h | 96 ssize_t pread(int pFD, void* pBuf, size_t pCount, off_t pOffset); 97 ssize_t pwrite(int pFD, const void* pBuf, size_t pCount, off_t pOffset); 104 off_t pOffset);
|
| MemoryArea.h | 38 llvm::StringRef request(size_t pOffset, size_t pLength);
|
| /frameworks/compile/mclinker/lib/Target/Mips/ |
| MipsLDBackend.h | 173 uint32_t& pOffset) const; 179 uint32_t& pOffset, 186 uint64_t& pOffset) const; 192 uint64_t& pOffset, 199 uint32_t pOffset) const; 205 uint32_t pOffset, 212 uint64_t pOffset) const; 218 uint64_t pOffset,
|
| /frameworks/compile/mclinker/lib/Support/Windows/ |
| FileSystem.inc | 89 ssize_t pread(int pFD, void* pBuf, size_t pCount, off_t pOffset) { 95 if (-1 == ::lseek(pFD, pOffset, SEEK_SET)) 111 ssize_t pwrite(int pFD, const void* pBuf, size_t pCount, off_t pOffset) { 117 if (-1 == ::lseek(pFD, pOffset, SEEK_SET))
|
| /external/dtc/tests/ |
| pylibfdt_tests.py | 104 poffset = self.fdt.first_property_offset(node, QUIET_NOTFOUND) 105 while poffset > 0: 106 prop = self.fdt.get_property_by_offset(poffset) 108 poffset = self.fdt.next_property_offset(poffset, QUIET_NOTFOUND) 178 poffset = self.fdt.first_property_offset(root) 179 prop = self.fdt.get_property_by_offset(poffset)
|
| overlay.c | 39 const char *name, int poffset, 51 if (!val || (len < (sizeof(uint32_t) * (poffset + 1)))) 54 *out = fdt32_to_cpu(*(val + poffset));
|
| /external/dtc/libfdt/ |
| fdt_overlay.c | 238 uint32_t poffset; local 240 poffset = fdt32_to_cpu(fixup_val[i]); 248 memcpy(&adj_val, tree_val + poffset, sizeof(adj_val)); 256 poffset, 336 * @poffset: Offset within the overlay property where the phandle is stored 354 int poffset, const char *label) 386 name, name_len, poffset, 432 int poffset, ret; local 461 poffset = strtoul(sep + 1, &endptr, 10); 467 poffset, label) [all...] |
| /frameworks/compile/mclinker/include/mcld/LD/ |
| ELFSegment.h | 76 void setOffset(uint64_t pOffset) { m_Offset = pOffset; }
|
| EhFrameReader.h | 66 uint64_t pOffset, 91 uint64_t pOffset,
|
| /frameworks/compile/mclinker/lib/Support/Unix/ |
| FileSystem.inc | 129 ssize_t pread(int pFD, void* pBuf, size_t pCount, off_t pOffset) { 130 return ::pread(pFD, pBuf, pCount, pOffset); 133 ssize_t pwrite(int pFD, const void* pBuf, size_t pCount, off_t pOffset) { 134 return ::pwrite(pFD, pBuf, pCount, pOffset);
|
| /frameworks/av/media/libeffects/lvm/lib/Common/lib/ |
| VectorArithmetic.h | 93 LVM_INT16 *pOffset, /* Delay offset */ 100 LVM_INT16 *pOffset, 106 LVM_UINT16 *pOffset, /* Delay offset */
|
| /frameworks/base/libs/androidfw/ |
| ZipFileRO.cpp | 117 uint32_t* pUncompLen, uint32_t* pCompLen, off64_t* pOffset, 132 if (pOffset != NULL) { 133 *pOffset = ze.offset;
|