HomeSort by relevance Sort by last modified time
    Searched full:ptrp (Results 1 - 9 of 9) sorted by null

  /device/google/contexthub/firmware/src/
slab.c 67 void slabAllocatorFree(struct SlabAllocator *allocator, void* ptrP)
69 uint8_t *ptr = (uint8_t*)ptrP;
88 uint32_t slabAllocatorGetIndex(struct SlabAllocator *allocator, void* ptrP)
90 uint8_t *ptr = (uint8_t*)ptrP;
  /external/libdrm/tests/kms/
libkms-test-framebuffer.c 122 int kms_framebuffer_map(struct kms_framebuffer *fb, void **ptrp)
130 *ptrp = fb->ptr;
146 *ptrp = fb->ptr = ptr;
libkms-test.h 81 int kms_framebuffer_map(struct kms_framebuffer *fb, void **ptrp);
  /frameworks/av/media/libstagefright/codecs/avc/common/src/
deblock.cpp 534 int16 *ptrQ, *ptrP;
557 ptrP = (int16*)refIdx;
559 if (ptrQ[0] != ptrP[1]) pStrength[0] = 1;
560 if (ptrQ[2] != ptrP[3]) pStrength[2] = 1;
573 ptrP = (int16*)(MbP->mvL0 + 3); // points to 4x4 block #3 (the 4th column)
579 tmp = *ptrQ++ - *ptrP++;
583 tmp = *ptrQ-- - *ptrP--;
590 ptrP += 8;
596 tmp = *ptrQ++ - *ptrP++;
600 tmp = *ptrQ-- - *ptrP--
    [all...]
  /external/elfutils/libdwfl/
dwfl_segment_report_module.c 95 /* Read SZ bytes into *RETP from *PTRP (limited by END) in format EI_DATA.
100 const void **ptrp, const void *end, uint64_t *retp)
102 if (! buf_has_data (*ptrp, end, sz))
111 memcpy (&u, *ptrp, sz);
112 (*ptrp) += sz;
  /device/google/contexthub/firmware/inc/
syscallDo.h 263 static inline void eOsSlabAllocatorFree(struct SlabAllocator* allocator, void* ptrP)
265 (void)syscallDo2P(SYSCALL_NO(SYSCALL_DOMAIN_OS, SYSCALL_OS_MAIN, SYSCALL_OS_MAIN_SLAB, SYSCALL_OS_MAIN_SLAB_FREE), allocator, ptrP);
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
tnef.h 125 } TRP,*PTRP,*PGRTRP,*LPTRP;
  /toolchain/binutils/binutils-2.25/bfd/
ieee.c 40 unsigned char *ptrp; member in struct:output_buffer_struct
    [all...]
  /external/elfutils/src/
readelf.c     [all...]

Completed in 989 milliseconds