HomeSort by relevance Sort by last modified time
    Searched refs:parse_uint (Results 1 - 17 of 17) sorted by null

  /external/e2fsprogs/debugfs/
set_fields.c 67 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/
hb-buffer-deserialize-json.hh 529 { 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; }
hb-buffer-deserialize-json.rl 62 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; }
hb-buffer-deserialize-text.hh 389 { 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; }
hb-buffer-deserialize-text.rl 62 action parse_cluster { if (!parse_uint (tok, p, &info.cluster )) return false; }
hb-buffer-serialize.cc 362 parse_uint (const char *pp, const char *end, uint32_t *pv) function
hb-common.cc 653 parse_uint (const char **pp, const char *end, unsigned int *pv) function
861 has_start = parse_uint (pp, end, &feature->start);
864 parse_uint (pp, end, &feature->end);
  /external/skia/third_party/harfbuzz/
hb-buffer-deserialize-json.hh 529 { 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; }
hb-buffer-deserialize-text.hh 389 { 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/skqp/third_party/harfbuzz/
hb-buffer-deserialize-json.hh 529 { 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; }
hb-buffer-deserialize-text.hh 389 { 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/
badblocks.c 1024 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"));
    [all...]
  /external/mesa3d/src/gallium/auxiliary/tgsi/
tgsi_text.c 180 static boolean parse_uint( const char **pcur, uint *val ) function
202 if (parse_uint(&cur, (uint *)val)) {
412 if (parse_uint( &cur, val )) {
517 if (!parse_uint( &ctx->cur, &uindex )) {
604 if (!parse_uint( &ctx->cur, &uindex )) {
621 if (!parse_uint( &ctx->cur, &brackets->ind_array )) {
696 if (!parse_uint( &ctx->cur, &uindex )) {
716 if (!parse_uint( &ctx->cur, &uindex )) {
1219 if (!parse_uint( &cur, &target )) {
1282 ret = parse_uint(&ctx->cur, &values[i].Uint)
    [all...]
  /external/pcre/pcrecpp/include/
pcrecpparg.h 78 PCRE_MAKE_PARSER(unsigned int, parse_uint);
  /external/mesa3d/src/gallium/tools/trace/
parse.py 281 def parse_uint(self): member in class:TraceParser
  /toolchain/binutils/binutils-2.27/gold/
options.h 97 parse_uint(const char* option_name, const char* arg, int* retval);
369 int, int, options::parse_uint)
    [all...]
options.cc 197 parse_uint(const char* option_name, const char* arg, int* retval) function in namespace:gold::options
    [all...]

Completed in 215 milliseconds