Home
last modified time | relevance | path

Searched refs:NBBY (Results 1 – 7 of 7) sorted by relevance

/third_party/musl/include/sys/
Dparam.h8 #define NBBY 8 macro
/third_party/musl/ndk_musl_include/sys/
Dparam.h8 #define NBBY 8 macro
/third_party/musl/porting/liteos_m_iccarm/kernel/include/sys/
Dparam.h8 #define NBBY 8 macro
/third_party/musl/porting/liteos_m/kernel/include/sys/
Dparam.h8 #define NBBY 8 macro
/third_party/musl/porting/liteos_a/kernel/include/sys/
Dparam.h11 #define NBBY 8 macro
/third_party/musl/porting/uniproton/kernel/include/sys/
Dparam.h8 #define NBBY 8 macro
/third_party/libuv/src/unix/
Dstream.c319 sread_sz = ROUND_UP(max_fd + 1, sizeof(uint32_t) * NBBY) / NBBY; in uv__stream_try_select()