Home
last modified time | relevance | path

Searched defs:x (Results 1 – 14 of 14) sorted by relevance

/littlefs-3.7.0-3.6.0/scripts/
Dplot.py91 def si(x, w=4): argument
110 def si2(x, w=5): argument
238 def dat(x): argument
263 def symlog(x): argument
294 def scale(self, x, y): argument
318 def point(self, x, y, *, argument
469 def dataset(results, x=None, y=None, define=[]): argument
508 def datasets(results, by=None, x=None, y=None, define=[]): argument
817 x=None, argument
Dplotmpl.py97 def si(x): argument
113 def si2(x): argument
169 def dat(x): argument
215 def dataset(results, x=None, y=None, define=[]): argument
254 def datasets(results, by=None, x=None, y=None, define=[]): argument
566 x=None, argument
Dsummary.py50 def __new__(cls, x=0): argument
128 def __new__(cls, x=0.0): argument
Dstructs.py30 def __new__(cls, x=0): argument
Ddata.py34 def __new__(cls, x=0): argument
Dcode.py34 def __new__(cls, x=0): argument
Dstack.py25 def __new__(cls, x=0): argument
Dperfbd.py34 def __new__(cls, x=0): argument
Dperf.py43 def __new__(cls, x=0): argument
Dcov.py34 def __new__(cls, x=0): argument
Dtracebd.py132 def hilbert_(x, y, a_x, a_y, b_x, b_y): argument
/littlefs-3.7.0-3.6.0/
Dlfs_util.h18 #define LFS_STRINGIZE(x) LFS_STRINGIZE2(x) argument
19 #define LFS_STRINGIZE2(x) #x argument
/littlefs-3.7.0-3.6.0/runners/
Dbench_runner.c54 static void leb16_print(uintmax_t x) { in leb16_print()
73 uintmax_t x = 0; in leb16_parse() local
149 #define BENCH_CONST(x) {bench_define_lit, (void*)(uintptr_t)(x)} argument
150 #define BENCH_LIT(x) ((bench_define_t)BENCH_CONST(x)) argument
550 uint32_t x = *state; in bench_prng() local
1795 uintmax_t x = leb16_parse(s, &parsed); in main() local
Dtest_runner.c54 static void leb16_print(uintmax_t x) { in leb16_print()
73 uintmax_t x = 0; in leb16_parse() local
162 #define TEST_CONST(x) {test_define_lit, (void*)(uintptr_t)(x)} argument
163 #define TEST_LIT(x) ((test_define_t)TEST_CONST(x)) argument
566 uint32_t x = *state; in test_prng() local
2364 uintmax_t x = leb16_parse(s, &parsed); in main() local
2498 uintmax_t x = leb16_parse(s, &parsed); in main() local