/external/u-boot/fs/btrfs/ |
root.c | 58 u64 btrfs_lookup_root_ref(u64 subvolid, struct btrfs_root_ref *refp, char *name) 74 if (refp) 75 *refp = *ref;
|
inode.c | 12 struct btrfs_inode_ref *refp, char *name) 28 if (refp) 29 *refp = *ref;
|
/external/libaom/libaom/aom_dsp/x86/ |
sad_highbd_avx2.c | 219 uint16_t *refp = CONVERT_TO_SHORTPTR(ref); local 224 sad32x4(srcp, src_stride, refp, ref_stride, NULL, &sad); 226 refp += ref_stride << left_shift; 342 uint16_t *refp = CONVERT_TO_SHORTPTR(ref); local 347 sad64x2(srcp, src_stride, refp, ref_stride, NULL, &sad); 349 refp += ref_stride << left_shift; 446 uint16_t *refp = CONVERT_TO_SHORTPTR(ref); local 449 sad128x1(srcp, refp, NULL, &sad); 451 refp += ref_stride; 528 uint16_t *refp = CONVERT_TO_SHORTPTR(ref) local 574 uint16_t *refp = CONVERT_TO_SHORTPTR(ref); local 622 uint16_t *refp = CONVERT_TO_SHORTPTR(ref); local 670 uint16_t *refp = CONVERT_TO_SHORTPTR(ref); local 759 const uint16_t *refp[4]; local 834 const uint16_t *refp[4]; local 913 const uint16_t *refp[4]; local 992 const uint16_t *refp[4]; local [all...] |
/device/linaro/bootloader/edk2/OvmfPkg/Include/Protocol/ |
XenBus.h | 236 OUT grant_ref_t *refp
|
/external/python/cpython3/Objects/ |
weakrefobject.c | 221 PyWeakReference **refp, PyWeakReference **proxyp) 223 *refp = NULL; 231 *refp = head;
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Objects/ |
weakrefobject.c | 222 PyWeakReference **refp, PyWeakReference **proxyp)
224 *refp = NULL;
232 *refp = head;
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Objects/ |
weakrefobject.c | 211 PyWeakReference **refp, PyWeakReference **proxyp)
213 *refp = NULL;
221 *refp = head;
|
/external/python/cpython2/Objects/ |
weakrefobject.c | 224 PyWeakReference **refp, PyWeakReference **proxyp) 226 *refp = NULL; 234 *refp = head;
|
/external/freetype/src/truetype/ |
ttinterp.c | 5526 FT_UShort refp; local 5588 FT_UShort refp; local 5640 FT_UShort refp; local [all...] |