Searched refs:b2 (Results 1 – 4 of 4) sorted by relevance
477 struct stat b1, b2; in newerf() local480 stat (f2, &b2) == 0 && in newerf()481 b1.st_mtime > b2.st_mtime); in newerf()487 struct stat b1, b2; in olderf() local490 stat (f2, &b2) == 0 && in olderf()491 b1.st_mtime < b2.st_mtime); in olderf()497 struct stat b1, b2; in equalf() local500 stat (f2, &b2) == 0 && in equalf()501 b1.st_dev == b2.st_dev && in equalf()502 b1.st_ino == b2.st_ino); in equalf()
114 b2 = 4.553337477045763320522762343132210919277E3L, variable287 p2 = b0 + y * (b1 + y * (b2 + y * (b3 + y * (b4 + y)))); in __lgammal_r()
210 int b1, b2; in resetDosDirSection() local216 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()
2740 float b2; member2749 float b2; member
Completed in 24 milliseconds