/third_party/ltp/tools/sparse/sparse-src/validation/ |
H A D | asm-goto-labels.c | 1 static inline int __static_cpu_has(unsigned char bit) in __static_cpu_has() argument
|
/third_party/mesa3d/src/util/ |
H A D | bitscan.c | 37 int bit = 0; in ffs() local 68 int bit; in ffsll() local [all...] |
/third_party/skia/third_party/externals/harfbuzz/src/ |
H A D | test-unicode-ranges.cc | 31 test (hb_codepoint_t cp, unsigned int bit) in test() argument
|
/third_party/ffmpeg/libavcodec/x86/ |
H A D | vp56_arith.h | 36 int bit = 0; in vp56_rac_get_prob() local
|
/third_party/node/deps/v8/tools/ |
H A D | generate-ten-powers.scm | [all...] |
/third_party/ffmpeg/libavcodec/arm/ |
H A D | cabac.h | 33 int bit; in get_cabac_inline_arm() local
|
H A D | vp56_arith.h | 48 unsigned bit; in vp56_rac_get_prob_armv6() local
|
/third_party/ffmpeg/libavcodec/aarch64/ |
H A D | cabac.h | 33 int bit; in get_cabac_inline_aarch64() local
|
/third_party/ffmpeg/libavcodec/ |
H A D | mpegvideodec.h | 74 int bit = get_bits1(s); in check_marker() local
|
H A D | amr.h | 62 int bit = *ord_table++; in ff_amr_bit_reorder() local
|
H A D | mqcdec.c | 84 int bit = !(mqc->c & 0x40000000); in mqc_decode_bypass() local
|
/third_party/cups-filters/cupsfilters/ |
H A D | pack.c | 172 cupsPackHorizontalBit(const unsigned char *ipixels, unsigned char *obytes, int width, const unsigned char clearto, const unsigned char bit) cupsPackHorizontalBit() argument 251 cupsPackVertical(const unsigned char *ipixels, unsigned char *obytes, int width, const unsigned char bit, const int step) cupsPackVertical() argument [all...] |
/third_party/ntfs-3g/include/ntfs-3g/ |
H A D | bitmap.h | 54 ntfs_bitmap_set_bit(ntfs_attr *na, s64 bit) ntfs_bitmap_set_bit() argument 68 ntfs_bitmap_clear_bit(ntfs_attr *na, s64 bit) ntfs_bitmap_clear_bit() argument [all...] |
/third_party/elfutils/libcpu/ |
H A D | i386_parse.y | 418 bit: '0' label
|
/third_party/ffmpeg/libavcodec/loongarch/ |
H A D | cabac.h | 123 int64_t tmp0, tmp1, tmp2, bit; get_cabac_inline_loongarch() local [all...] |
/third_party/ffmpeg/libavcodec/mips/ |
H A D | cabac.h | 36 mips_reg tmp0, tmp1, tmp2, bit; in get_cabac_inline_mips() local [all...] |
/third_party/mesa3d/src/amd/addrlib/src/core/ |
H A D | coord.cpp | 55 UINT_32 bit = static_cast<UINT_32>(1ull << static_cast<UINT_32>(ord)); in ison() local
|
/third_party/mesa3d/src/mesa/main/ |
H A D | querymatrix.c | 54 unsigned i, bit; in _mesa_QueryMatrixxOES() local
|
/third_party/icu/icu4c/source/layoutex/ |
H A D | LXUtilities.cpp | 25 le_int8 bit = 0; in highBit() local
|
/third_party/libinput/src/ |
H A D | util-bits.h | 34 #define bit(x_) (1UL << (x_)) macro 45 bit_is_set(const unsigned char *array, int bit) in bit_is_set() argument 51 set_bit(unsigned char *array, int bit) in set_bit() argument 57 clear_bit(unsigned char *array, int bit) in clear_bit() argument 63 long_bit_is_set(const unsigned long *array, int bit) long_bit_is_set() argument 69 long_set_bit(unsigned long *array, int bit) long_set_bit() argument 75 long_clear_bit(unsigned long *array, int bit) long_clear_bit() argument 81 long_set_bit_state(unsigned long *array, int bit, int state) long_set_bit_state() argument [all...] |
/third_party/lwip/src/core/distributed_net/ |
H A D | distributed_net_utils.c | 74 u8_t bit = 0x80; // binary 1000|0000 in mask_len_to_mask() local
|
/third_party/ltp/tools/sparse/sparse-src/ |
H A D | bitmap.h | 13 unsigned long bit = nr & (BITS_IN_LONG-1); in test_bit() local 20 unsigned long bit = nr & (BITS_IN_LONG-1); in set_bit() local 27 unsigned long bit = nr & (BITS_IN_LONG-1); in clear_bit() local 34 unsigned long bit = nr & (BITS_IN_LONG-1); in test_and_set_bit() local 44 unsigned long bit = nr & (BITS_IN_LONG-1); in test_and_clear_bit() local [all...] |
/third_party/node/deps/openssl/openssl/crypto/ts/ |
H A D | ts_rsp_print.c | 19 int bit; member
|
/third_party/openssl/crypto/ts/ |
H A D | ts_rsp_print.c | 19 int bit; member
|
/third_party/skia/third_party/externals/libwebp/src/enc/ |
H A D | cost_enc.h | 45 static WEBP_INLINE int VP8RecordStats(int bit, proba_t* const stats) { in VP8RecordStats() argument 59 static WEBP_INLINE int VP8BitCost(int bit, uint8_t proba) { in VP8BitCost() argument
|