Searched refs:bv (Results 1 - 3 of 3) sorted by relevance

/fuchsia/zircon/third_party/ulib/jemalloc/src/
H A Dstats.c459 bool bv; local
482 CTL_GET("config."#n, &bv, bool); \
484 "\t\t\t\""#n"\": %s%s\n", bv ? "true" : "false", \
495 CTL_GET("config.debug", &bv, bool);
498 "\t\t\t\"debug\": %s,\n", bv ? "true" : "false");
501 bv ? "enabled" : "disabled");
534 if (je_mallctl("opt."#n, (void *)&bv, &bsz, NULL, 0) == 0) { \
537 "\t\t\t\""#n"\": %s%s\n", bv ? "true" : \
541 " opt."#n": %s\n", bv ? "true" : "false"); \
546 if (je_mallctl("opt."#n, (void *)&bv,
[all...]
/fuchsia/zircon/third_party/ulib/uboringssl/crypto/fipsmodule/modes/asm/
H A Dghashv8-armx.pl411 s/\bv([0-9])\.[12468]+[bsd]\b/q$1/go; # new->old registers
/fuchsia/zircon/third_party/ulib/uboringssl/crypto/fipsmodule/aes/asm/
H A Daesv8-armx.pl988 s/\bv([0-9])\.[12468]+[bsd]\b/q$1/go; # new->old registers

Completed in 77 milliseconds