Searched refs:small (Results 1 - 6 of 6) sorted by relevance

/fuchsia/zircon/third_party/ulib/jemalloc/include/jemalloc/internal/
H A Dsize_classes.sh281 * bin: 'yes' if a small bin size class, 'no' otherwise.
282 * pgs: Slab page count if a small bin size class, 0 otherwise.
287 * NBINS: Number of small size class bins.
292 * SMALL_MAXCLASS: Maximum small size class.
335 * cannot support more than 256 small size classes.
338 # error "Too many small size classes"
/fuchsia/zircon/system/utest/fbl/
H A Dfunction_tests.cpp478 auto small = [ x = 1, y = 2 ] { local
482 fbl::SizedFunction<Closure, sizeof(small)> fsmall(fbl::move(small));
483 static_assert(sizeof(fsmall) >= sizeof(small), "size bounds");
517 auto small = [ x = 1, y = 2 ] { local
521 fbl::InlineFunction<Closure, sizeof(small)> fsmall(fbl::move(small));
522 static_assert(sizeof(fsmall) >= sizeof(small), "size bounds");
/fuchsia/zircon/third_party/ulib/musl/third_party/math/
H A Dtgammal.c221 goto small;
235 small:
/fuchsia/zircon/third_party/ulib/musl/src/stdio/
H A Dvfprintf.c415 long double small; local
419 small = 0x0.8p0;
421 small = 0x1.0p0;
423 small = 0x1.8p0;
425 round *= -1, small *= -1;
427 /* Decide whether to round by probing round+small */
428 if (round + small != round) {
/fuchsia/zircon/system/utest/fit/
H A Dfunction_tests.cpp444 auto small = [ x = 1, y = 2 ] { local
448 fit::function<Closure, sizeof(small)> fsmall(std::move(small));
449 static_assert(sizeof(fsmall) >= sizeof(small), "size bounds");
483 auto small = [ x = 1, y = 2 ] { local
487 fit::inline_function<Closure, sizeof(small)> fsmall(std::move(small));
488 static_assert(sizeof(fsmall) >= sizeof(small), "size bounds");
/fuchsia/zircon/kernel/arch/arm64/include/arch/arm64/
H A Dmmu.h52 #error MMU_IDENT_SIZE_SHIFT too small

Completed in 51 milliseconds