/third_party/skia/third_party/externals/libwebp/tests/fuzzer/ |
D | fuzz_utils.h | 51 uint32_t* const bit_pos) { in Extract() 92 uint32_t* const bit_pos) { in ExtractAndDisableOptimizations() 105 uint32_t* const bit_pos) { in ExtractWebPConfig() 140 uint32_t* const bit_pos) { in ExtractSourcePicture() 176 uint32_t* const bit_pos) { in ExtractAndCropOrScale()
|
D | animencoder_fuzzer.cc | 31 size_t size, uint32_t* const bit_pos) { in AddFrame() 125 uint32_t bit_pos = 0; in LLVMFuzzerTestOneInput() local
|
D | enc_dec_fuzzer.cc | 31 uint32_t bit_pos = 0; in LLVMFuzzerTestOneInput() local
|
/third_party/skia/third_party/externals/libwebp/extras/ |
D | quality_estimate.c | 27 uint64_t max_size, uint64_t* const bit_pos) { in GetBit() 46 uint64_t bit_pos; in VP8EstimateQuality() local
|
/third_party/skia/third_party/externals/libwebp/examples/ |
D | webpinfo.c | 214 int* val, uint64_t* const bit_pos) { in GetBits() 229 int* val, uint64_t* const bit_pos) { in GetSignedBits() 256 uint64_t* const bit_pos) { in ParseLossySegmentHeader() 306 uint64_t* const bit_pos) { in ParseLossyFilterHeader() 343 uint64_t* const bit_pos = &bit_position; in ParseLossyHeader() local 450 int* val, uint64_t* const bit_pos) { in LLGetBits() 477 uint64_t* const bit_pos) { in ParseLosslessTransform() 508 uint64_t* const bit_pos = &bit_position; in ParseLosslessHeader() local 571 uint64_t bit_pos = 0; in ParseAlphaHeader() local
|
/third_party/f2fs-tools/fsck/ |
D | dir.c | 69 unsigned long bit_pos = 0; in find_target_dentry() local 201 unsigned int bit_pos) in f2fs_update_dentry() 225 int level = 0, current_depth, bit_pos; in f2fs_add_link() local 559 unsigned long bit_pos = 0; in convert_inline_dentry() local
|
/third_party/mesa3d/src/util/ |
D | texcompress_rgtc_tmp.h | 39 const char bit_pos = ((j&3) * 4 + (i&3)) * 3; in TAG() local
|
/third_party/googletest/googlemock/src/ |
D | gmock-internal-utils.cc | 226 int bit_pos = 0; in Base64Unescape() local
|
/third_party/ffmpeg/libavcodec/ |
D | idcinvideo.c | 180 int bit_pos, node_num, dat_pos; in idcin_decode_vlcs() local
|
/third_party/ffmpeg/libavformat/ |
D | rtpenc_h263_rfc2190.c | 154 uint32_t bit_pos = AV_RL32(ptr); in ff_rtp_send_h263_rfc2190() local
|
/third_party/mesa3d/src/mesa/main/ |
D | texcompress_s3tc_tmp.h | 64 GLubyte bit_pos = 2 * (j * 4 + i) ; in dxt135_decode_imageblock() local 159 const GLubyte bit_pos = ((j&3) * 4 + (i&3)) * 3; in fetch_2d_texel_rgba_dxt5() local
|
/third_party/ltp/testcases/kernel/mce-test/tsrc/erst-inj/ |
D | cper.h | 201 __u16 bit_pos; member
|
/third_party/mesa3d/src/gallium/auxiliary/gallivm/ |
D | lp_bld_format_s3tc.c | 573 LLVMValueRef bit_pos, sel_mask, sel_lo, sel_hi, indices; in s3tc_dxt1_full_to_rgba_aos() local 770 LLVMValueRef bit_pos, sel_mask; in s3tc_dxt3_to_rgba_aos() local 902 LLVMValueRef tmp, alpha0, alpha1, alphac, alphac0, bit_pos, shift; in s3tc_dxt5_alpha_channel() local
|
/third_party/skia/third_party/externals/freetype/src/pshinter/ |
D | pshrec.c | 311 FT_UInt bit_pos, in ps_mask_table_set_bits()
|
/third_party/vixl/src/aarch64/ |
D | macro-assembler-aarch64.cc | 716 void MacroAssembler::Tbnz(const Register& rt, unsigned bit_pos, Label* label) { in Emit() 745 void MacroAssembler::Tbz(const Register& rt, unsigned bit_pos, Label* label) { in Emit()
|
D | assembler-aarch64.h | 7092 static Instr ImmTestBranchBit(unsigned bit_pos) { in ImmTestBranchBit()
|
D | assembler-aarch64.cc | 420 void Assembler::tbz(const Register& rt, unsigned bit_pos, int64_t imm14) { in tbz() 426 void Assembler::tbz(const Register& rt, unsigned bit_pos, Label* label) { in tbz() 433 void Assembler::tbnz(const Register& rt, unsigned bit_pos, int64_t imm14) { in tbnz() 439 void Assembler::tbnz(const Register& rt, unsigned bit_pos, Label* label) { in tbnz()
|
D | simulator-aarch64.cc | 3692 unsigned bit_pos = in Simulator() local
|
/third_party/pulseaudio/src/modules/raop/ |
D | raop-client.c | 233 static inline void bit_writer(uint8_t **buffer, uint8_t *bit_pos, size_t *size, uint8_t data, uint8… in bit_writer()
|
/third_party/node/deps/v8/src/codegen/arm64/ |
D | assembler-arm64.cc | 806 void Assembler::tbz(const Register& rt, unsigned bit_pos, int imm14) { in tbz() 811 void Assembler::tbz(const Register& rt, unsigned bit_pos, Label* label) { in tbz() 815 void Assembler::tbnz(const Register& rt, unsigned bit_pos, int imm14) { in tbnz() 820 void Assembler::tbnz(const Register& rt, unsigned bit_pos, Label* label) { in tbnz()
|
D | macro-assembler-arm64.cc | 1027 void TurboAssembler::Tbnz(const Register& rt, unsigned bit_pos, Label* label) { in Tbnz() 1043 void TurboAssembler::Tbz(const Register& rt, unsigned bit_pos, Label* label) { in Tbz()
|
/third_party/toybox/toys/pending/ |
D | xzcat.c | 615 uint32_t bit_pos; in bcj_ia64() local
|
/third_party/node/deps/v8/src/execution/arm64/ |
D | simulator-arm64.cc | 1754 unsigned bit_pos = in VisitTestBranch() local
|