Home
last modified time | relevance | path

Searched defs:get_bit (Results 1 – 7 of 7) sorted by relevance

/third_party/flutter/skia/third_party/externals/sdl/src/video/x11/
Dedid-parse.c37 get_bit (int in, int bit) in get_bit() function
/third_party/NuttX/fs/inode/
Dfs_files.c101 bool get_bit(int i) in get_bit() function
/third_party/e2fsprogs/lib/support/
Dquotaio_tree.c558 #define get_bit(bmp, ind) ((bmp)[(ind) >> 3] & (1 << ((ind) & 7))) macro
/third_party/f2fs-tools/fsck/
Dquotaio_tree.c557 #define get_bit(bmp, ind) ((bmp)[(ind) >> 3] & (1 << ((ind) & 7))) macro
/third_party/qrcodegen/rust/src/
Dlib.rs1291 fn get_bit(x: u32, i: i32) -> bool { in get_bit() function
/third_party/skia/third_party/externals/dng_sdk/source/
Ddng_lossless_jpeg.cpp1587 inline int32 dng_lossless_decoder::get_bit () in get_bit() function in dng_lossless_decoder
/third_party/quickjs/
Dlibbf.c341 static inline limb_t get_bit(const limb_t *tab, limb_t len, slimb_t pos) in get_bit() function