Home
last modified time | relevance | path

Searched refs:b2 (Results 1 – 4 of 4) sorted by relevance

/third_party/uapp/dash/src/bltin/
A Dtest.c477 struct stat b1, b2; in newerf() local
480 stat (f2, &b2) == 0 && in newerf()
481 b1.st_mtime > b2.st_mtime); in newerf()
487 struct stat b1, b2; in olderf() local
490 stat (f2, &b2) == 0 && in olderf()
491 b1.st_mtime < b2.st_mtime); in olderf()
497 struct stat b1, b2; in equalf() local
500 stat (f2, &b2) == 0 && in equalf()
501 b1.st_dev == b2.st_dev && in equalf()
502 b1.st_ino == b2.st_ino); in equalf()
/third_party/ulib/musl/third_party/math/
A Dlgammal.c114 b2 = 4.553337477045763320522762343132210919277E3L, variable
287 p2 = b0 + y * (b1 + y * (b2 + y * (b3 + y * (b4 + y)))); in __lgammal_r()
/third_party/uapp/fsck-msdosfs/
A Ddir.c210 int b1, b2; in resetDosDirSection() local
216 b2 = boot->bpbSecPerClust * boot->bpbBytesPerSec; in resetDosDirSection()
218 if ((buffer = malloc(len = MAX(b1, b2))) == NULL) { in resetDosDirSection()
223 if ((delbuf = malloc(len = b2)) == NULL) { in resetDosDirSection()
/third_party/ulib/chromiumos-platform-ec/include/chromiumos-platform-ec/
A Dec_commands.h2740 float b2; member
2749 float b2; member

Completed in 24 milliseconds