Home
last modified time | relevance | path

Searched defs:bit_pos (Results 1 – 23 of 23) sorted by relevance

/third_party/skia/third_party/externals/libwebp/tests/fuzzer/
Dfuzz_utils.h51 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()
Danimencoder_fuzzer.cc31 size_t size, uint32_t* const bit_pos) { in AddFrame()
125 uint32_t bit_pos = 0; in LLVMFuzzerTestOneInput() local
Denc_dec_fuzzer.cc31 uint32_t bit_pos = 0; in LLVMFuzzerTestOneInput() local
/third_party/skia/third_party/externals/libwebp/extras/
Dquality_estimate.c27 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/
Dwebpinfo.c214 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/
Ddir.c69 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/
Dtexcompress_rgtc_tmp.h39 const char bit_pos = ((j&3) * 4 + (i&3)) * 3; in TAG() local
/third_party/googletest/googlemock/src/
Dgmock-internal-utils.cc226 int bit_pos = 0; in Base64Unescape() local
/third_party/ffmpeg/libavcodec/
Didcinvideo.c180 int bit_pos, node_num, dat_pos; in idcin_decode_vlcs() local
/third_party/ffmpeg/libavformat/
Drtpenc_h263_rfc2190.c154 uint32_t bit_pos = AV_RL32(ptr); in ff_rtp_send_h263_rfc2190() local
/third_party/mesa3d/src/mesa/main/
Dtexcompress_s3tc_tmp.h64 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/
Dcper.h201 __u16 bit_pos; member
/third_party/mesa3d/src/gallium/auxiliary/gallivm/
Dlp_bld_format_s3tc.c573 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/
Dpshrec.c311 FT_UInt bit_pos, in ps_mask_table_set_bits()
/third_party/vixl/src/aarch64/
Dmacro-assembler-aarch64.cc716 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()
Dassembler-aarch64.h7092 static Instr ImmTestBranchBit(unsigned bit_pos) { in ImmTestBranchBit()
Dassembler-aarch64.cc420 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()
Dsimulator-aarch64.cc3692 unsigned bit_pos = in Simulator() local
/third_party/pulseaudio/src/modules/raop/
Draop-client.c233 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/
Dassembler-arm64.cc806 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()
Dmacro-assembler-arm64.cc1027 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/
Dxzcat.c615 uint32_t bit_pos; in bcj_ia64() local
/third_party/node/deps/v8/src/execution/arm64/
Dsimulator-arm64.cc1754 unsigned bit_pos = in VisitTestBranch() local