Home
last modified time | relevance | path

Searched refs:SLOTS_PER_INT (Results 1 – 2 of 2) sorted by relevance

/external/rust/crates/grpcio-sys/grpc/src/core/lib/iomgr/
Derror.cc296 #define SLOTS_PER_INT (1) // == (sizeof(intptr_t) / sizeof(intptr_t)) macro
304 (SLOTS_PER_INT + (SLOTS_PER_STR * 2) + SLOTS_PER_TIME)
307 #define SURPLUS_CAPACITY (2 * SLOTS_PER_INT + SLOTS_PER_TIME)
/external/grpc-grpc/src/core/lib/iomgr/
Derror.cc302 #define SLOTS_PER_INT (sizeof(intptr_t) / sizeof(intptr_t)) macro
310 (SLOTS_PER_INT + (SLOTS_PER_STR * 2) + SLOTS_PER_TIME)
313 #define SURPLUS_CAPACITY (2 * SLOTS_PER_INT + SLOTS_PER_TIME)