Searched refs:yes (Results 1 - 11 of 11) sorted by relevance

/fuchsia/zircon/third_party/ulib/jemalloc/include/jemalloc/internal/
H A Dsize_classes.h17 * psz: 'yes' if a multiple of the page size, 'no' otherwise.
18 * bin: 'yes' if a small bin size class, 'no' otherwise.
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, yes, 3, 3) \
46 SC( 6, 5, 3, 3, no, yes, 7, 3) \
47 SC( 7, 5, 3, 4, no, yes,
[all...]
H A Dtsd_structs.h19 O(tcache, tcache_t *, yes) \
22 O(prof_tdata, prof_tdata_t *, yes) \
23 O(iarena, arena_t *, yes) \
24 O(arena, arena_t *, yes) \
25 O(arenas_tdata, arena_tdata_t *, yes) \
30 O(witnesses, witness_list_t, yes) \
/fuchsia/zircon/scripts/
H A Dgen-rodso-code.sh131 $SEGMENTS_HAVE_DYNSYM) have_dynsym=yes ;;
145 if [ $have_dynsym = yes ]; then
H A Dfastboot-flash19 REBOOT=yes
167 if [[ "${REBOOT}" == "yes" ]]; then
/fuchsia/zircon/make/
H A Dmodule-userapp.mk31 ifeq ($(and $(filter $(subst $(COMMA),$(SPACE),$(BOOTFS_DEBUG_MODULES)),$(MODULE)),yes),yes)
H A Dmodule-userlib.mk155 ifeq ($(and $(filter $(subst $(COMMA),$(SPACE),$(BOOTFS_DEBUG_MODULES)),$(MODULE)),yes),yes)
/fuchsia/zircon/system/uapp/netdump/
H A Dnetdump.c451 bool yes = true; local
452 if ((r = ioctl_ethernet_set_promisc(fd, &yes)) < 0) {
/fuchsia/zircon/system/dev/ethernet/ethernet/
H A Dethernet.c427 static zx_status_t eth_tx_listen_locked(ethdev_t* edev, bool yes) { argument
431 if (yes) {
438 yes = false;
441 yes = true;
447 if (yes) {
/fuchsia/zircon/third_party/ulib/backtrace/
H A DMakefile.in57 | grep '^AM OK$$' >/dev/null || am__dry=yes;; \
62 *n*) am__dry=yes; break;; \
66 test $$am__dry = yes; \
/fuchsia/zircon/system/uapp/gpt/
H A Dgpt.c127 static void setxy(unsigned yes, const char** X, const char** Y) { argument
128 if (yes) {
/fuchsia/zircon/third_party/ulib/jemalloc/src/
H A Djemalloc.c1066 UINT_MAX, yes, no, false)
1119 - 1, no, yes, true)

Completed in 159 milliseconds