Home
Sort by
last modified time
|
relevance
|
path
Repository(s)
applications
arkcompiler
base
build
commonlibrary
developtools
device
docs
domains
drivers
foundation
ide
interface
kernel
napi_generator
productdefine
test
third_party
vendor
select all
invert selection
clear
Full Search
Search through all text tokens(words,strings,identifiers,numbers) in index.
Definition
Only finds symbol definitions(where e.g a variable(function,...) is defined).
Symbol
Only finds symbol(e.g. methods classes,function,variables).
File Path
Path of the source file(use "/").If you want just exact path,enclose it in "".Source files end with: .jar/.bz2/.a/.h/.java...
History
History log comments.
Type
Any
Bzip(2)
C
Clojure
C#
C++
ELF
Erlang
Image file
Fortran
Golang
GZIP
Haskell
Jar
Java
Java class
JavaScript
Lisp
Lua
Pascal
Perl
PHP
Plain Text
PL/SQL
Python
Rust
Scala
Shell script
SQL
Tar
Tcl
Troff
UUEncoded
Visual Basic
XML
Zip
Type of analyzer used to filter file types include with selected(e.g. just C sources).
Help
Searched
refs:DONTCARE
(Results
1 - 7
of
7
) sorted by relevance
/third_party/musl/src/malloc/oldmalloc/
H
A
D
malloc_impl.h
81
#define
DONTCARE
SIZE_ALIGN
macro
87
#define
DONTCARE
16
macro
H
A
D
malloc.c
294
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
D
Gia64-test-nat.c
506
# 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
D
malloc.c
275
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
D
malloc.c
282
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
D
malloc_impl.h
72
#define
DONTCARE
SIZE_ALIGN
macro
/third_party/node/tools/
H
A
D
test.py
218
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 14 milliseconds