Home
last modified time | relevance | path

Searched defs:xlate (Results 1 – 6 of 6) sorted by relevance

/external/e2fsprogs/lib/ext2fs/
Ddir_iterate.c139 struct xlate { struct
153 struct xlate *xl = (struct xlate *) priv_data; in xlate_func() argument
Dblock.c620 struct xlate { struct
636 struct xlate *xl = (struct xlate *) priv_data; in xlate_func() argument
/external/iptables/iptables/
Dxtables-translate.c158 static int xlate(struct nft_handle *h, struct nft_xt_cmd_parse *p, in xlate() function
Dnft-shared.h105 int (*xlate)(const void *data, struct xt_xlate *xl); member
/external/iptables/include/
Dxtables.h288 int (*xlate)(struct xt_xlate *xl, member
368 int (*xlate)(struct xt_xlate *xl, member
/external/skia/src/utils/
DSkShadowTessellator.cpp1183 void SkSpotShadowTessellator::mapPoints(SkScalar scale, const SkVector& xlate, in mapPoints()