Home
last modified time | relevance | path

Searched refs:DONTCARE (Results 1 - 7 of 7) sorted by relevance

/third_party/musl/src/malloc/oldmalloc/
H A Dmalloc_impl.h81 #define DONTCARE SIZE_ALIGN macro
87 #define DONTCARE 16 macro
H A Dmalloc.c294 if (n >= n1 - DONTCARE) return; in trim()
365 if (c != BIN_TO_CHUNK(i) && CHUNK_SIZE(c)-n <= DONTCARE) { in malloc()
419 if (n<=n0 && n0-n<=DONTCARE) return p; in realloc()
/third_party/libunwind/libunwind/tests/
H A 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/
H A 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/
H A 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()
H A Dmalloc_impl.h72 #define DONTCARE SIZE_ALIGN macro
/third_party/node/tools/
H A 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]:

Completed in 9 milliseconds