Home
last modified time | relevance | path

Searched refs:refp (Results 1 – 7 of 7) sorted by relevance

/third_party/uboot/u-boot-2020.01/fs/btrfs/
Droot.c58 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()
Dinode.c12 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()
/third_party/ffmpeg/libavfilter/
Dvf_bm3d.c238 const uint8_t *refp = src + r_y * src_stride + r_x; in do_block_ssd() local
245 double temp = refp[x] - srcp[x]; in do_block_ssd()
250 refp += src_stride; in do_block_ssd()
259 const uint16_t *refp = (uint16_t *)src + r_y * src_stride / 2 + r_x; in do_block_ssd16() local
266 double temp = refp[x] - srcp[x]; in do_block_ssd16()
271 refp += src_stride / 2; in do_block_ssd16()
/third_party/python/Objects/
Dweakrefobject.c236 PyWeakReference **refp, PyWeakReference **proxyp) in get_basic_refs() argument
238 *refp = NULL; in get_basic_refs()
246 *refp = head; in get_basic_refs()
/third_party/freetype/src/truetype/
Dttinterp.c5478 FT_UShort* refp ) in Compute_Point_Displacement() argument
5500 *refp = 0; in Compute_Point_Displacement()
5505 *refp = p; in Compute_Point_Displacement()
5562 FT_UShort refp; in Ins_SHP() local
5575 if ( Compute_Point_Displacement( exc, &dx, &dy, &zp, &refp ) ) in Ins_SHP()
5624 FT_UShort refp; in Ins_SHC() local
5641 if ( Compute_Point_Displacement( exc, &dx, &dy, &zp, &refp ) ) in Ins_SHC()
5659 if ( zp.cur != exc->zp2.cur || refp != i ) in Ins_SHC()
5676 FT_UShort refp; in Ins_SHZ() local
5690 if ( Compute_Point_Displacement( exc, &dx, &dy, &zp, &refp ) ) in Ins_SHZ()
[all …]
/third_party/skia/third_party/externals/freetype/src/truetype/
Dttinterp.c5490 FT_UShort* refp ) in Compute_Point_Displacement() argument
5512 *refp = 0; in Compute_Point_Displacement()
5517 *refp = p; in Compute_Point_Displacement()
5574 FT_UShort refp; in Ins_SHP() local
5587 if ( Compute_Point_Displacement( exc, &dx, &dy, &zp, &refp ) ) in Ins_SHP()
5636 FT_UShort refp; in Ins_SHC() local
5653 if ( Compute_Point_Displacement( exc, &dx, &dy, &zp, &refp ) ) in Ins_SHC()
5671 if ( zp.cur != exc->zp2.cur || refp != i ) in Ins_SHC()
5688 FT_UShort refp; in Ins_SHZ() local
5702 if ( Compute_Point_Displacement( exc, &dx, &dy, &zp, &refp ) ) in Ins_SHZ()
[all …]
/third_party/flutter/skia/third_party/externals/freetype/src/truetype/
Dttinterp.c5486 FT_UShort* refp ) in Compute_Point_Displacement() argument
5508 *refp = 0; in Compute_Point_Displacement()
5513 *refp = p; in Compute_Point_Displacement()
5570 FT_UShort refp; in Ins_SHP() local
5583 if ( Compute_Point_Displacement( exc, &dx, &dy, &zp, &refp ) ) in Ins_SHP()
5632 FT_UShort refp; in Ins_SHC() local
5649 if ( Compute_Point_Displacement( exc, &dx, &dy, &zp, &refp ) ) in Ins_SHC()
5667 if ( zp.cur != exc->zp2.cur || refp != i ) in Ins_SHC()
5684 FT_UShort refp; in Ins_SHZ() local
5698 if ( Compute_Point_Displacement( exc, &dx, &dy, &zp, &refp ) ) in Ins_SHZ()
[all …]