HomeSort by: relevance | last modified time | path
    Searched defs:a_num (Results 1 - 5 of 5) sorted by relevancy

  /src/sbin/mount/
fattr.c 48 a_num(const char *s, const char *id_type) function
66 return a_num(s, "group");
76 return a_num(s, "user");
  /src/external/bsd/am-utils/dist/amd/
ops_udf.c 83 a_num(const char *s, const char *id_type) function
105 return a_num(s, id_type);
117 return a_num(s, id_type);
220 udf_args.gmtoff = a_num(str, MNTTAB_OPT_GMTOFF);
228 udf_args.sessionnr = a_num(str, MNTTAB_OPT_SESSIONNR);
  /src/usr.bin/xlint/lint2/
lint2.h 82 int a_num; /* # of argument (1..) */ member in struct:arginf
  /src/external/gpl3/gcc/dist/gcc/
ira-costs.cc 2056 int rclass, a_num, parent_a_num, add_cost;
2088 a_num = ALLOCNO_NUM (a);
2101 a_costs = COSTS (total_allocno_costs, a_num)->cost;
2111 add_cost = COSTS (total_allocno_costs, a_num)->mem_cost;
2125 a_costs = COSTS (costs, a_num)->cost;
2134 add_cost = COSTS (costs, a_num)->mem_cost;
2275 int a_num = ALLOCNO_NUM (a);
2276 int *total_a_costs = COSTS (total_allocno_costs, a_num)->cost;
2277 int *a_costs = COSTS (costs, a_num)->cost;
2308 && (pass == 0 || pref[a_num] != best)
2049 int rclass, a_num, parent_a_num, add_cost; local
2268 int a_num = ALLOCNO_NUM (a); local
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/
ira-costs.cc 1863 int rclass, a_num, parent_a_num, add_cost;
1895 a_num = ALLOCNO_NUM (a);
1908 a_costs = COSTS (total_allocno_costs, a_num)->cost;
1918 add_cost = COSTS (total_allocno_costs, a_num)->mem_cost;
1932 a_costs = COSTS (costs, a_num)->cost;
1941 add_cost = COSTS (costs, a_num)->mem_cost;
2061 int a_num = ALLOCNO_NUM (a);
2062 int *total_a_costs = COSTS (total_allocno_costs, a_num)->cost;
2063 int *a_costs = COSTS (costs, a_num)->cost;
2094 && (pass == 0 || pref[a_num] != best)
1856 int rclass, a_num, parent_a_num, add_cost; local
2054 int a_num = ALLOCNO_NUM (a); local
    [all...]

Completed in 20 milliseconds