Searched defs:got (Results 1 – 5 of 5) sorted by relevance
/picolibc-3.7.0-3.6.0/test/ |
D | test-put.c | 43 check(char *label, bool ok, int expect, int got) in check() 53 check_s(char *label, bool ok, size_t expect, size_t got) in check_s()
|
D | rand.c | 42 near(double got, double target, double close) in near()
|
D | ffs.c | 88 check(long long int x, int got, int expect, char *which) in check()
|
D | rounding-mode.c | 146 double want, got; in check() local
|
/picolibc-3.7.0-3.6.0/semihost/ |
D | read.c | 55 ssize_t got = count - (ssize_t) ret; in read() local
|