Searched refs:refp (Results 1 – 6 of 6) sorted by relevance
/external/libaom/libaom/aom_dsp/x86/ |
D | sad_highbd_avx2.c | 219 uint16_t *refp = CONVERT_TO_SHORTPTR(ref); in aom_highbd_sad32x16_avx2() local 224 sad32x4(srcp, src_stride, refp, ref_stride, NULL, &sad); in aom_highbd_sad32x16_avx2() 226 refp += ref_stride << left_shift; in aom_highbd_sad32x16_avx2() 342 uint16_t *refp = CONVERT_TO_SHORTPTR(ref); in aom_highbd_sad64x32_avx2() local 347 sad64x2(srcp, src_stride, refp, ref_stride, NULL, &sad); in aom_highbd_sad64x32_avx2() 349 refp += ref_stride << left_shift; in aom_highbd_sad64x32_avx2() 446 uint16_t *refp = CONVERT_TO_SHORTPTR(ref); in aom_highbd_sad128x64_avx2() local 449 sad128x1(srcp, refp, NULL, &sad); in aom_highbd_sad128x64_avx2() 451 refp += ref_stride; in aom_highbd_sad128x64_avx2() 528 uint16_t *refp = CONVERT_TO_SHORTPTR(ref); in aom_highbd_sad16x8_avg_avx2() local [all …]
|
/external/u-boot/fs/btrfs/ |
D | root.c | 58 u64 btrfs_lookup_root_ref(u64 subvolid, struct btrfs_root_ref *refp, char *name) in btrfs_lookup_root_ref() argument 74 if (refp) in btrfs_lookup_root_ref() 75 *refp = *ref; in btrfs_lookup_root_ref()
|
D | inode.c | 12 struct btrfs_inode_ref *refp, char *name) in btrfs_lookup_inode_ref() argument 28 if (refp) in btrfs_lookup_inode_ref() 29 *refp = *ref; in btrfs_lookup_inode_ref()
|
/external/python/cpython2/Objects/ |
D | weakrefobject.c | 224 PyWeakReference **refp, PyWeakReference **proxyp) in get_basic_refs() argument 226 *refp = NULL; in get_basic_refs() 234 *refp = head; in get_basic_refs()
|
/external/python/cpython3/Objects/ |
D | weakrefobject.c | 221 PyWeakReference **refp, PyWeakReference **proxyp) in get_basic_refs() argument 223 *refp = NULL; in get_basic_refs() 231 *refp = head; in get_basic_refs()
|
/external/freetype/src/truetype/ |
D | ttinterp.c | 5442 FT_UShort* refp ) in Compute_Point_Displacement() argument 5464 *refp = 0; in Compute_Point_Displacement() 5469 *refp = p; in Compute_Point_Displacement() 5526 FT_UShort refp; in Ins_SHP() local 5539 if ( Compute_Point_Displacement( exc, &dx, &dy, &zp, &refp ) ) in Ins_SHP() 5588 FT_UShort refp; in Ins_SHC() local 5605 if ( Compute_Point_Displacement( exc, &dx, &dy, &zp, &refp ) ) in Ins_SHC() 5623 if ( zp.cur != exc->zp2.cur || refp != i ) in Ins_SHC() 5640 FT_UShort refp; in Ins_SHZ() local 5654 if ( Compute_Point_Displacement( exc, &dx, &dy, &zp, &refp ) ) in Ins_SHZ() [all …]
|