Home
last modified time | relevance | path

Searched defs:least_bit (Results 1 – 3 of 3) sorted by relevance

/third_party/flutter/skia/third_party/externals/sdl/src/stdlib/
DSDL_malloc.c2389 #define least_bit(x) ((x) & -(x)) macro
/third_party/libffi/src/
Ddlmalloc.c2392 #define least_bit(x) ((x) & -(x)) macro
/third_party/boost/libs/container/src/
Ddlmalloc_2_8_6.c2925 #define least_bit(x) ((x) & -(x)) macro