Searched refs:no (Results 1 - 25 of 26) sorted by relevance

12

/fuchsia/zircon/third_party/ulib/jemalloc/include/jemalloc/internal/
H A Dsize_classes.h14 * lg_grp: Lg group base size (no deltas added).
17 * psz: 'yes' if a multiple of the page size, 'no' otherwise.
18 * bin: 'yes' if a small bin size class, 'no' otherwise.
20 * lg_delta_lookup: Same as lg_delta if a lookup table size class, 'no'
39 SC( 0, 3, 3, 0, no, yes, 1, 3) \
40 SC( 1, 3, 3, 1, no, yes, 1, 3) \
41 SC( 2, 3, 3, 2, no, yes, 3, 3) \
42 SC( 3, 3, 3, 3, no, yes, 1, 3) \
44 SC( 4, 5, 3, 1, no, yes, 5, 3) \
45 SC( 5, 5, 3, 2, no, ye
[all...]
H A Dtsd_structs.h20 O(thread_allocated, uint64_t, no) \
21 O(thread_deallocated, uint64_t, no) \
26 O(narenas_tdata, unsigned, no) \
27 O(arenas_tdata_bypass, bool, no) \
28 O(tcache_enabled, tcache_enabled_t, no) \
29 O(rtree_ctx, rtree_ctx_t, no) \
31 O(rtree_elm_witnesses, rtree_elm_witness_tsd_t,no) \
32 O(witness_fork, bool, no) \
H A Dsize_classes.sh99 psz="no"
107 rem="no"
122 bin="no"
126 -o ${lg_size} -eq ${lg_kmax} -a ${rem} = "no" ] ; then
129 lg_delta_lookup="no"
133 # - psz ("yes" or "no")
134 # - bin ("yes" or "no")
136 # - lg_delta_lookup (${lg_delta} or "no")
169 if [ ${lg_delta_lookup} != "no" ] ; then
175 if [ ${bin} != "no" ] ; the
[all...]
/fuchsia/zircon/
H A Dmakefile35 @$(MAKE) -C $(LKMAKEROOT) --no-print-directory -rR -f make/engine.mk $(MAKECMDGOALS)
/fuchsia/zircon/scripts/
H A Dbuild-zircon51 echo no arch specified!
H A Drun-zircon35 echo "-u <path> : execute qemu startUp script, default is no script"
44 echo "--no-serial : Disable writing out to the guest's serial port"
79 UPSCRIPT=no
98 # the proper file and make things go awry. There's no way to tell QEMU not to
154 no-serial) SERIAL=0;;
330 ARGS+=" -netdev type=tap,ifname=$IFNAME,script=$UPSCRIPT,downscript=no,id=net0"
342 ARGS+=" -netdev type=tap,ifname=$IFNAME,script=$UPSCRIPT,downscript=no,id=net0"
426 ARGS+=" -enable-kvm -cpu host,migratable=no,+invtsc"
H A Dgen-rodso-code.sh99 # Make sure there's no writable segment.
130 $SEGMENTS_NO_DYNSYM) have_dynsym=no ;;
H A Ddownload-prebuilt37 1:--no-cipd)
42 echo >&2 "Usage: $0 [--verify|--list|--no-cipd]"
/fuchsia/zircon/kernel/lib/libc/string/arch/arm64/
H A Drules.mk14 third_party/lib/cortex-strings/no-neon/src/aarch64/memset.S \
/fuchsia/zircon/system/ulib/elfload/
H A Drules.mk16 # headers. But the library itself has no dependencies, so users must
/fuchsia/zircon/kernel/lib/version/
H A Drules.mk15 # if no one else has defined it by now, build us a default buildid
/fuchsia/zircon/third_party/uapp/fsck-msdosfs/
H A Dfat.c106 * Now check the actual clean flag (and the no-error flag).
156 _readfat(int fs, struct bootblock *boot, u_int no, u_char **buffer) argument
167 off = boot->bpbResSectors + no * boot->FATsecs;
192 readfat(int fs, struct bootblock *boot, u_int no, struct fatEntry **fp) argument
202 if (!_readfat(fs, boot, no, &buffer))
279 ret |= checkclnum(boot, no, cl, &fat[cl].next);
285 ret |= checkclnum(boot, no, cl, &fat[cl].next);
291 ret |= checkclnum(boot, no, cl, &fat[cl].next);
296 ret |= checkclnum(boot, no, cl, &fat[cl].next);
/fuchsia/zircon/kernel/target/pc/multiboot/
H A Drules.mk65 # and do `objcopy -O binary` here. But there's no reason to, and having an
/fuchsia/zircon/bootloader/
H A Dbuild.mk83 $(NOECHO)if ! $(READELF) -r $@ | grep -q 'no relocations'; then \
/fuchsia/zircon/third_party/lib/acpica/source/tools/acpisrc/
H A Dasremove.c311 NOTE: This function is no longer used and is commented out for now.
516 * DESCRIPTION: Remove any C blocks (e.g., if {}) that contain no code. This
/fuchsia/zircon/kernel/lib/fbl/
H A Darena_tests.cpp177 // It's a VMAR, not a mapping, so no pages are committed.
201 // Nothing is allocated yet, so no pages should be committed.
300 // Nothing is allocated yet, so no control pages should be committed.
322 // We still shouldn't see any control pages committed, becase no objects
331 void* no = arena.Alloc(); local
332 EXPECT_NULL(no, "");
447 // 0/0 means "no mapping at this address".
/fuchsia/zircon/system/core/userboot/
H A Drules.mk95 # userboot is a reentrant DSO (no writable segment) with an entry point.
/fuchsia/zircon/make/
H A Dengine.mk61 # If no build directory suffix has been explicitly supplied by the environment,
62 # generate a default based on build options. Start with no suffix, then add
160 GLOBAL_COMPILEFLAGS += -no-canonical-prefixes
252 # And we still want asynchronous unwind tables. Alas there's (currently) no way
711 # Path to the Goma compiler wrapper. Defaults to using no wrapper.
H A Dmodule-userlib.mk114 $(NOECHO)$(USER_LD) $(GLOBAL_LDFLAGS) --no-gc-sections \
318 # There's no point in saving separate debug info here (at least not yet),
H A Dmodule.mk246 # modules with no type are kernel modules
/fuchsia/zircon/third_party/ulib/backtrace/
H A DMakefile.in53 am__dry=no; \
170 n|no|NO) false;; \
/fuchsia/zircon/third_party/tools/android/avb/
H A Davbtool1513 # The digest must match unless there is no digest in the descriptor.
1808 struct.error: If the given data has no footer.
1990 AvbError: If there's no footer in the image.
2016 AvbError: If there's no footer in the image.
2044 raise AvbError('Requested to keep hashtree but no hashtree '
2058 AvbError: If there's no footer in the image.
2364 is no footer on the image), the second argument is a
2636 Exception: If the |algorithm_name| is not found, if no key has
/fuchsia/zircon/third_party/ulib/jemalloc/
H A DMakefile.in133 LJEMALLOC := -Wl,--whole-archive -L$(objroot)lib -l$(LIBJEMALLOC) -Wl,--no-whole-archive
/fuchsia/zircon/third_party/ulib/jemalloc/src/
H A Djemalloc.c521 * causes no correctness issues unless two threads concurrently execute
813 * input has been cleanly reached if no input remains,
1066 UINT_MAX, yes, no, false)
1119 - 1, no, yes, true)
2720 * initialization using pthread_atfork(), but of course that does no good if
/fuchsia/zircon/third_party/ulib/musl/
H A Dmusl-rules.mk1081 # There is no '#if __has_feature(coverage)', so this file has to be

Completed in 195 milliseconds

12