Home
last modified time | relevance | path

Searched refs:DONTCARE (Results 1 – 9 of 9) sorted by relevance

/third_party/musl/src/malloc/oldmalloc/
Dmalloc_impl.h22 #define DONTCARE 16 macro
Dmalloc.c275 if (n >= n1 - DONTCARE) return; in trim()
316 if (c != BIN_TO_CHUNK(i) && CHUNK_SIZE(c)-n <= DONTCARE) { in malloc()
365 if (n<=n0 && n0-n<=DONTCARE) return p; in realloc()
/third_party/libunwind/tests/
DGia64-test-nat.c506 # define DONTCARE (BIT( 6) | BIT( 7) | BIT( 8) | BIT( 9) | BIT(10) \ in check_pr() macro
517 pr &= ~DONTCARE; in check_pr()
518 expected = (vals[0] & ~DONTCARE) | 1; in check_pr()
/third_party/musl/porting/liteos_a/user/src/malloc/oldmalloc/
Dmalloc.c275 if (n >= n1 - DONTCARE) return; in trim()
316 if (c != BIN_TO_CHUNK(i) && CHUNK_SIZE(c)-n <= DONTCARE) { in malloc()
365 if (n<=n0 && n0-n<=DONTCARE) return p; in realloc()
/third_party/musl/porting/liteos_a/user_debug/src/malloc/oldmalloc/
Dmalloc.c282 if (n >= n1 - DONTCARE) return; in trim()
341 if (c != BIN_TO_CHUNK(i) && CHUNK_SIZE(c)-n <= DONTCARE) { in malloc()
393 if (n<=n0 && n0-n<=DONTCARE) return p; in realloc()
Dmalloc_impl.h72 #define DONTCARE SIZE_ALIGN macro
/third_party/cmsis/CMSIS/DSP/Source/MatrixFunctions/
Darm_mat_cmplx_mult_f16.c62 #define DONTCARE 0 /* inactive lane content */ macro
157 DONTCARE, DONTCARE in arm_mat_cmplx_mult_f16_3x3_mve()
/third_party/node/tools/
Dtest.py218 if FLAKY in output.test.outcomes and self.flaky_tests_mode == DONTCARE:
371 if FLAKY in output.test.outcomes and self.flaky_tests_mode == DONTCARE:
987 DONTCARE = 'dontcare' variable
1458 if options.flaky_tests not in [RUN, SKIP, DONTCARE, KEEP_RETRYING]:
/third_party/mesa3d/docs/relnotes/
D21.2.0.rst3824 - zink: use DONTCARE renderpass when a new scanout fb attachment is set