Searched refs:parse_uint (Results 1 - 15 of 15) sorted by relevance

/external/e2fsprogs/debugfs/
H A Dset_fields.c67 static errcode_t parse_uint(struct field_set_info *info, char *field, char *arg);
82 { "inodes_count", &set_sb.s_inodes_count, NULL, 4, parse_uint },
84 4, parse_uint },
86 &set_sb.s_r_blocks_count_hi, 4, parse_uint },
88 &set_sb.s_free_blocks_hi, 4, parse_uint },
89 { "free_inodes_count", &set_sb.s_free_inodes_count, NULL, 4, parse_uint },
90 { "first_data_block", &set_sb.s_first_data_block, NULL, 4, parse_uint },
91 { "log_block_size", &set_sb.s_log_block_size, NULL, 4, parse_uint },
93 { "blocks_per_group", &set_sb.s_blocks_per_group, NULL, 4, parse_uint },
94 { "clusters_per_group", &set_sb.s_clusters_per_group, NULL, 4, parse_uint },
436 static errcode_t parse_uint(struct field_set_info *info, char *field, function
[all...]
/external/harfbuzz_ng/src/
H A Dhb-buffer-deserialize-json.hh529 { if (!parse_uint (tok, p, &info.codepoint)) return false; }
533 { if (!parse_uint (tok, p, &info.cluster )) return false; }
553 { if (!parse_uint (tok, p, &info.codepoint)) return false; }
565 { if (!parse_uint (tok, p, &info.cluster )) return false; }
H A Dhb-buffer-deserialize-json.rl62 action parse_gid { if (!parse_uint (tok, p, &info.codepoint)) return false; }
63 action parse_cluster { if (!parse_uint (tok, p, &info.cluster )) return false; }
H A Dhb-buffer-deserialize-text.hh389 { if (!parse_uint (tok, p, &info.cluster )) return false; }
433 { if (!parse_uint (tok, p, &info.cluster )) return false; }
510 { if (!parse_uint (tok, p, &info.cluster )) return false; }
H A Dhb-buffer-deserialize-text.rl62 action parse_cluster { if (!parse_uint (tok, p, &info.cluster )) return false; }
H A Dhb-buffer-serialize.cc348 parse_uint (const char *pp, const char *end, uint32_t *pv) function
H A Dhb-common.cc634 parse_uint (const char **pp, const char *end, unsigned int *pv) function
763 has_start = parse_uint (pp, end, &feature->start);
766 parse_uint (pp, end, &feature->end);
779 bool had_value = parse_uint (pp, end, &feature->value) ||
/external/skia/third_party/harfbuzz/
H A Dhb-buffer-deserialize-json.hh529 { if (!parse_uint (tok, p, &info.codepoint)) return false; }
533 { if (!parse_uint (tok, p, &info.cluster )) return false; }
553 { if (!parse_uint (tok, p, &info.codepoint)) return false; }
565 { if (!parse_uint (tok, p, &info.cluster )) return false; }
H A Dhb-buffer-deserialize-text.hh389 { if (!parse_uint (tok, p, &info.cluster )) return false; }
433 { if (!parse_uint (tok, p, &info.cluster )) return false; }
510 { if (!parse_uint (tok, p, &info.cluster )) return false; }
/external/e2fsprogs/misc/
H A Dbadblocks.c1024 static unsigned int parse_uint(const char *str, const char *descr) function
1091 block_size = parse_uint(optarg, "block size");
1121 blocks_at_once = parse_uint(optarg, "blocks at once");
1124 max_bb = parse_uint(optarg, "max bad block count");
1137 d_flag = parse_uint(optarg, "read delay factor");
1140 num_passes = parse_uint(optarg,
1165 pattern = parse_uint(optarg, "test pattern");
1215 last_block = parse_uint(argv[optind], _("last block"));
1221 first_block = parse_uint(argv[optind], _("first block"));
/external/mesa3d/src/gallium/auxiliary/tgsi/
H A Dtgsi_text.c144 static boolean parse_uint( const char **pcur, uint *val ) function
166 if (parse_uint(&cur, (uint *)val)) {
305 if (parse_uint( &cur, val )) {
410 if (!parse_uint( &ctx->cur, &uindex )) {
496 if (!parse_uint( &ctx->cur, &uindex )) {
574 if (!parse_uint( &ctx->cur, &uindex )) {
594 if (!parse_uint( &ctx->cur, &uindex )) {
988 if (!parse_uint( &cur, &target )) {
1039 ret = parse_uint(&ctx->cur, &values[i].Uint);
1230 if (!parse_uint(
[all...]
/external/pcre/pcrecpp/include/
H A Dpcrecpparg.h78 PCRE_MAKE_PARSER(unsigned int, parse_uint);
/external/mesa3d/src/gallium/tools/trace/
H A Dparse.py273 def parse_uint(self): member in class:TraceParser
/external/regex-re2/re2/
H A Dre2.h768 MAKE_PARSER(unsigned int, parse_uint);
/external/regex-re2/util/
H A Dpcre.h596 MAKE_PARSER(unsigned int, parse_uint);

Completed in 347 milliseconds