HomeSort by relevance Sort by last modified time
    Searched refs:p_ptr (Results 1 - 10 of 10) sorted by null

  /frameworks/av/media/libstagefright/codecs/amrnb/enc/src/
cor_h_x.cpp 262 Word16 *p_ptr; local
274 p_ptr = h;
278 s += ((Word32) * (p_x++) * *(p_ptr++)) << 1;
279 s += ((Word32) * (p_x++) * *(p_ptr++)) << 1;
282 s += ((Word32) * (p_x++) * *(p_ptr++)) << 1;
286 s += ((Word32) * (p_x++) * *(p_ptr++)) << 1;
308 p_ptr = dn;
314 *(p_ptr++) = (s + 0x00008000) >> 16;
316 *(p_ptr++) = (s + 0x00008000) >> 16;
  /system/bt/osi/src/
allocator.cc 76 void osi_free_and_reset(void** p_ptr) {
77 CHECK(p_ptr != NULL);
78 osi_free(*p_ptr);
79 *p_ptr = NULL;
  /system/bt/osi/include/
allocator.h 46 // |p_ptr| is a pointer to the buffer pointer to be reset.
47 // |p_ptr| cannot be NULL.
48 void osi_free_and_reset(void** p_ptr);
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/
mathmodule.c 906 _fsum_realloc(double **p_ptr, Py_ssize_t n,
914 double *p = *p_ptr;
927 *p_ptr = (double*) v;
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
mathmodule.c 906 _fsum_realloc(double **p_ptr, Py_ssize_t n,
914 double *p = *p_ptr;
927 *p_ptr = (double*) v;
    [all...]
  /external/python/cpython2/Modules/
mathmodule.c 905 _fsum_realloc(double **p_ptr, Py_ssize_t n,
913 double *p = *p_ptr;
926 *p_ptr = (double*) v;
    [all...]
  /external/libxaac/decoder/
ixheaacd_sbrdec_initfuncs.c 795 ixheaacd_create_hyb_filterbank(ia_hybrid_struct *ptr_hybrid, WORD32 **p_ptr,
798 WORD32 *ptr = (WORD32 *)*p_ptr;
828 *p_ptr = ptr;
    [all...]
  /external/python/cpython3/Modules/
mathmodule.c     [all...]
  /system/bt/bta/av/
bta_av_act.cc 382 uint8_t* p_ptr = p_data; local
387 BTA_AV_BE_STREAM_TO_CO_ID(u32, p_ptr);
388 BE_STREAM_TO_UINT16(u16, p_ptr);
    [all...]
  /toolchain/binutils/binutils-2.27/libiberty/
regex.c     [all...]

Completed in 358 milliseconds