Home
last modified time | relevance | path

Searched defs:bit (Results 1 - 25 of 343) sorted by relevance

12345678910>>...14

/third_party/ltp/tools/sparse/sparse-src/validation/
H A Dasm-goto-labels.c1 static inline int __static_cpu_has(unsigned char bit) in __static_cpu_has() argument
/third_party/mesa3d/src/util/
H A Dbitscan.c37 int bit = 0; in ffs() local
68 int bit; in ffsll() local
[all...]
/third_party/skia/third_party/externals/harfbuzz/src/
H A Dtest-unicode-ranges.cc31 test (hb_codepoint_t cp, unsigned int bit) in test() argument
/third_party/ffmpeg/libavcodec/x86/
H A Dvp56_arith.h36 int bit = 0; in vp56_rac_get_prob() local
/third_party/node/deps/v8/tools/
H A Dgenerate-ten-powers.scm[all...]
/third_party/ffmpeg/libavcodec/arm/
H A Dcabac.h33 int bit; in get_cabac_inline_arm() local
H A Dvp56_arith.h48 unsigned bit; in vp56_rac_get_prob_armv6() local
/third_party/ffmpeg/libavcodec/aarch64/
H A Dcabac.h33 int bit; in get_cabac_inline_aarch64() local
/third_party/ffmpeg/libavcodec/
H A Dmpegvideodec.h74 int bit = get_bits1(s); in check_marker() local
H A Damr.h62 int bit = *ord_table++; in ff_amr_bit_reorder() local
H A Dmqcdec.c84 int bit = !(mqc->c & 0x40000000); in mqc_decode_bypass() local
/third_party/cups-filters/cupsfilters/
H A Dpack.c172 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 Dbitmap.h54 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 Di386_parse.y418 bit: '0' label
/third_party/ffmpeg/libavcodec/loongarch/
H A Dcabac.h123 int64_t tmp0, tmp1, tmp2, bit; get_cabac_inline_loongarch() local
[all...]
/third_party/ffmpeg/libavcodec/mips/
H A Dcabac.h36 mips_reg tmp0, tmp1, tmp2, bit; in get_cabac_inline_mips() local
[all...]
/third_party/mesa3d/src/amd/addrlib/src/core/
H A Dcoord.cpp55 UINT_32 bit = static_cast<UINT_32>(1ull << static_cast<UINT_32>(ord)); in ison() local
/third_party/mesa3d/src/mesa/main/
H A Dquerymatrix.c54 unsigned i, bit; in _mesa_QueryMatrixxOES() local
/third_party/icu/icu4c/source/layoutex/
H A DLXUtilities.cpp25 le_int8 bit = 0; in highBit() local
/third_party/libinput/src/
H A Dutil-bits.h34 #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 Ddistributed_net_utils.c74 u8_t bit = 0x80; // binary 1000|0000 in mask_len_to_mask() local
/third_party/ltp/tools/sparse/sparse-src/
H A Dbitmap.h13 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 Dts_rsp_print.c19 int bit; member
/third_party/openssl/crypto/ts/
H A Dts_rsp_print.c19 int bit; member
/third_party/skia/third_party/externals/libwebp/src/enc/
H A Dcost_enc.h45 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

Completed in 9 milliseconds

12345678910>>...14