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

/fuchsia/zircon/third_party/ulib/musl/src/stdio/
H A Dvfwscanf.c98 int matches = 0; local
364 matches++;
370 if (!matches)
371 matches--;
379 return matches;
H A Dvfscanf.c68 int matches = 0; local
365 matches++;
371 if (!matches)
372 matches--;
380 return matches;
/fuchsia/zircon/third_party/ulib/jemalloc/include/jemalloc/
H A Djemalloc_mangle.sh11 * name mangling that matches the API prefixing that happened as a result of
/fuchsia/zircon/make/
H A Dmodule-userlib.mk117 # Sanity check that the ABI stub really matches the actual DSO.
/fuchsia/zircon/third_party/ulib/jemalloc/bin/
H A Djeprof.in53 # Restrict to code paths that involve an entry that matches "Mutex"
56 # Restrict to code paths that involve an entry that matches "Mutex"
170 and cpu-profile files (this loosely matches that of /proc/self/maps
1029 the "focus" regular expression matches a routine name on the stack
1067 the stack trace matches the regular expression in any of the -ignore
1148 $SYMBOL_PAGE =~ m,[^/]+$,; # matches everything after the last slash
1171 $HEAP_PAGE =~ m,[^/]+$,; # matches everything after the last slash
1174 $GROWTH_PAGE =~ m,[^/]+$,; # matches everything after the last slash
1177 $CONTENTION_PAGE =~ m,[^/]+$,; # matches everything after the last slash
1180 $PROFILE_PAGE =~ m,[^/]+$,; # matches everythin
[all...]
/fuchsia/zircon/third_party/tools/android/avb/
H A Davbtool1351 # Generate the hashtree and checks that it matches what's in the file.
1367 # ... also check that the on-disk hashtree matches
1739 print ('{}: Successfully verified chain partition descriptor matches '
2189 key_path: None or check that embedded public key matches key at given path.
2252 # contents matches what is in |expected_chain_partitions_map|.
4040 help='Check embedded public key matches KEY',

Completed in 176 milliseconds