/third_party/typescript/tests/ts_extra_tests/test_ts_cases/4.1/template_literal_types/ |
D | template_literal_types_1.ts | 25 function getnum(x: "a" | "b" | "c") { function 30 let num1 = getnum("a"); 31 let num2 = getnum("b"); 32 let num3 = getnum("c");
|
/third_party/ltp/testcases/kernel/fs/fsx-linux/ |
D | fsx-linux.c | 1081 int getnum(char *s, char **e) in getnum() function 1132 simulatedopcount = getnum(optarg, &endp); in main() 1141 closeprob = getnum(optarg, &endp); in main() 1153 maxfilelen = getnum(optarg, &endp); in main() 1158 monitorstart = getnum(optarg, &endp); in main() 1163 monitorend = getnum(endp, &endp); in main() 1173 maxoplen = getnum(optarg, &endp); in main() 1178 progressinterval = getnum(optarg, &endp); in main() 1186 readbdy = getnum(optarg, &endp); in main() 1191 style = getnum(optarg, &endp); in main() [all …]
|
/third_party/curl/src/ |
D | tool_paramhlp.c | 132 static ParameterError getnum(long *val, const char *str, int base) in getnum() function 151 return getnum(val, str, 10); in str2num() 156 ParameterError result = getnum(val, str, 8); in oct2nummax() 178 ParameterError result = getnum(val, str, 10); in str2unum()
|
/third_party/skia/third_party/externals/icu/source/tools/tzcode/ |
D | localtime.c | 139 static const char * getnum(const char * strp, int * nump, int min, 686 getnum(register const char *strp, int *const nump, const int min, const int max) in getnum() function 725 strp = getnum(strp, &num, 0, HOURSPERDAY * DAYSPERWEEK - 1); in getsecs() 731 strp = getnum(strp, &num, 0, MINSPERHOUR - 1); in getsecs() 738 strp = getnum(strp, &num, 0, SECSPERMIN); in getsecs() 788 strp = getnum(strp, &rulep->r_day, 1, DAYSPERNYEAR); in getrule() 795 strp = getnum(strp, &rulep->r_mon, 1, MONSPERYEAR); in getrule() 800 strp = getnum(strp, &rulep->r_week, 1, 5); in getrule() 805 strp = getnum(strp, &rulep->r_day, 0, DAYSPERWEEK - 1); in getrule() 811 strp = getnum(strp, &rulep->r_day, 0, DAYSPERLYEAR - 1); in getrule()
|
/third_party/icu/icu4c/source/tools/tzcode/ |
D | localtime.c | 141 static const char * getnum(const char * strp, int * nump, int min, 688 getnum(register const char *strp, int *const nump, const int min, const int max) in getnum() function 727 strp = getnum(strp, &num, 0, HOURSPERDAY * DAYSPERWEEK - 1); in getsecs() 733 strp = getnum(strp, &num, 0, MINSPERHOUR - 1); in getsecs() 740 strp = getnum(strp, &num, 0, SECSPERMIN); in getsecs() 790 strp = getnum(strp, &rulep->r_day, 1, DAYSPERNYEAR); in getrule() 797 strp = getnum(strp, &rulep->r_mon, 1, MONSPERYEAR); in getrule() 802 strp = getnum(strp, &rulep->r_week, 1, 5); in getrule() 807 strp = getnum(strp, &rulep->r_day, 0, DAYSPERWEEK - 1); in getrule() 813 strp = getnum(strp, &rulep->r_day, 0, DAYSPERLYEAR - 1); in getrule()
|
/third_party/optimized-routines/math/test/ |
D | ulp.c | 672 getnum (const char *s, int singleprec) in getnum() function 711 b = a = getnum (argv[0], singleprec); in parsegen() 720 b = getnum (argv[1], singleprec); in parsegen() 727 b2 = a2 = getnum (argv[0], singleprec); in parsegen() 729 b2 = getnum (argv[1], singleprec); in parsegen()
|
/third_party/tzdata/ |
D | localtime.c | 881 getnum(register const char *strp, int *const nump, const int min, const int max) in getnum() function 921 strp = getnum(strp, &num, 0, HOURSPERDAY * DAYSPERWEEK - 1); in getsecs() 927 strp = getnum(strp, &num, 0, MINSPERHOUR - 1); in getsecs() 934 strp = getnum(strp, &num, 0, SECSPERMIN); in getsecs() 984 strp = getnum(strp, &rulep->r_day, 1, DAYSPERNYEAR); in getrule() 991 strp = getnum(strp, &rulep->r_mon, 1, MONSPERYEAR); in getrule() 996 strp = getnum(strp, &rulep->r_week, 1, 5); in getrule() 1001 strp = getnum(strp, &rulep->r_day, 0, DAYSPERWEEK - 1); in getrule() 1007 strp = getnum(strp, &rulep->r_day, 0, DAYSPERLYEAR - 1); in getrule()
|
/third_party/mesa3d/src/freedreno/rnn/ |
D | rnn.c | 134 static uint64_t getnum(struct rnndb *db, char *file, int line, xmlAttr *attr, char *c) in getnum() function 150 return getnum(db, file, line, attr, c); in getnumattrib() 498 uint64_t offset = getnum(db, file, node->line, attr, tok); in trydelem()
|