Home
last modified time | relevance | path

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

/third_party/uapp/dash/src/bltin/
A Dtest.c477 struct stat b1, b2; in newerf() local
479 return (stat (f1, &b1) == 0 && in newerf()
481 b1.st_mtime > b2.st_mtime); in newerf()
487 struct stat b1, b2; in olderf() local
489 return (stat (f1, &b1) == 0 && in olderf()
491 b1.st_mtime < b2.st_mtime); in olderf()
497 struct stat b1, b2; in equalf() local
499 return (stat (f1, &b1) == 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.c113 b1 = 1.026343508841367384879065363925870888012E4L, 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
215 b1 = boot->bpbRootDirEnts * 32; in resetDosDirSection()
218 if ((buffer = malloc(len = MAX(b1, b2))) == NULL) { in resetDosDirSection()
/third_party/ulib/chromiumos-platform-ec/include/chromiumos-platform-ec/
A Dec_commands.h2739 float b1; member
2748 float b1; member

Completed in 23 milliseconds