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

/fuchsia/zircon/bootloader/lib/
H A Dstring.c26 int memcmp(const void* _a, const void* _b, size_t n) { argument
28 const uint8_t* b = _b;
/fuchsia/zircon/system/ulib/fdio/
H A Dpipe.c279 int fdio_pipe_pair(fdio_t** _a, fdio_t** _b) { argument
295 *_b = b;
/fuchsia/zircon/system/utest/region-alloc/
H A Dcommon.h288 #define REG(_b, _s) { .base = (_b), .size = (_s) }

Completed in 82 milliseconds