Searched refs:f_info (Results 1 - 2 of 2) sorted by relevance

/external/toybox/toys/pending/
H A Dfsck.c87 static struct f_sys_info* create_db(struct mntent *f_info) argument
96 temp->device = xstrdup(f_info->mnt_fsname);
97 temp->mountpt = xstrdup(f_info->mnt_dir);
98 if (strchr(f_info->mnt_type, ',')) temp->type = xstrdup("auto");
99 else temp->type = xstrdup(f_info->mnt_type);
100 temp->opts = xstrdup(f_info->mnt_opts);
101 temp->passno = f_info->mnt_passno;
/external/webp/src/dec/
H A Dframe.c37 const VP8FInfo* const f_info = ctx->f_info_ + mb_x; local
39 const int ilevel = f_info->f_ilevel_;
40 const int limit = f_info->f_limit_;
49 if (f_info->f_inner_) {
55 if (f_info->f_inner_) {
62 const int hev_thresh = f_info->hev_thresh_;
67 if (f_info->f_inner_) {
75 if (f_info->f_inner_) {

Completed in 109 milliseconds