Home
last modified time | relevance | path

Searched refs:f_info (Results 1 – 3 of 3) sorted by relevance

/external/toybox/toys/pending/
Dfsck.c87 static struct f_sys_info* create_db(struct mntent *f_info) in create_db() argument
96 temp->device = xstrdup(f_info->mnt_fsname); in create_db()
97 temp->mountpt = xstrdup(f_info->mnt_dir); in create_db()
98 if (strchr(f_info->mnt_type, ',')) temp->type = xstrdup("auto"); in create_db()
99 else temp->type = xstrdup(f_info->mnt_type); in create_db()
100 temp->opts = xstrdup(f_info->mnt_opts); in create_db()
101 temp->passno = f_info->mnt_passno; in create_db()
/external/webp/src/dec/
Dframe_dec.c207 const VP8FInfo* const f_info = ctx->f_info_ + mb_x; in DoFilter() local
209 const int ilevel = f_info->f_ilevel_; in DoFilter()
210 const int limit = f_info->f_limit_; in DoFilter()
219 if (f_info->f_inner_) { in DoFilter()
225 if (f_info->f_inner_) { in DoFilter()
232 const int hev_thresh = f_info->hev_thresh_; in DoFilter()
237 if (f_info->f_inner_) { in DoFilter()
245 if (f_info->f_inner_) { in DoFilter()
/external/tensorflow/tensorflow/python/autograph/g3doc/
Dpyct_tutorial.ipynb186 " f_info = transformer.EntityInfo(\n",
192 " ctx = transformer.Context(f_info, None, None)\n",