| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/ADT/ |
| H A D | Hashing.h | 170 inline uint64_t rotate(uint64_t val, size_t shift) { in rotate() argument
|
| /third_party/skia/third_party/externals/icu/source/common/ |
| H A D | uprops.cpp | 421 int32_t shift; // =maxValue if getMaxValueFromShift() is used member
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/ |
| H A D | Hashing.h | 169 inline uint64_t rotate(uint64_t val, size_t shift) { in rotate() argument
|
| /third_party/vixl/src/aarch32/ |
| H A D | operands-aarch32.h | 73 Operand(Register rm, Shift shift) in Operand() argument 83 Operand(Register rm, Shift shift, uint32_t amount) in Operand() argument 111 Operand(Register rm, Shift shift, Register rs) Operand() argument 711 MemOperand(Register rn, Sign sign, Register rm, Shift shift, AddrMode addrmode = Offset) MemOperand() argument 731 MemOperand(Register rn, Register rm, Shift shift, AddrMode addrmode = Offset) MemOperand() argument 749 MemOperand(Register rn, Sign sign, Register rm, Shift shift, uint32_t shift_amount, AddrMode addrmode = Offset) MemOperand() argument 771 MemOperand(Register rn, Register rm, Shift shift, uint32_t shift_amount, AddrMode addrmode = Offset) MemOperand() argument [all...] |
| /third_party/skia/third_party/externals/dng_sdk/source/ |
| H A D | dng_pixel_buffer.cpp | 1422 void dng_pixel_buffer::ShiftRight (uint32 shift) in ShiftRight() argument
|
| /third_party/skia/third_party/externals/abseil-cpp/absl/strings/internal/ |
| H A D | cord_rep_btree.cc | 452 constexpr int shift = edge_type == kFront ? 1 : 0; in SetEdge() local
|
| /third_party/skia/modules/skparagraph/src/ |
| H A D | TextLine.h | 188 void shiftVertically(SkScalar shift) { fOffset.fY += shift; } in shiftVertically() argument
|
| H A D | Run.cpp | 422 SkScalar shift = 0; in scaleFontWithCompressionConfig() local 442 SkScalar shift = 0; scaleFontWithCompressionConfig() local 464 SkScalar shift = 0; scaleFontWithCompressionConfig() local 483 void Run::shift(const Cluster* cluster, SkScalar offset) { scaleFontWithCompressionConfig() function in skia::textlayout::Run 568 auto shift = ch - fTextRange.start; scaleFontWithCompressionConfig() local 578 auto shift = fTextRange.end - ch - 1; scaleFontWithCompressionConfig() local [all...] |
| /third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/common/ |
| H A D | hw_features_common.c | 691 ieee80211ac_cap_check_max(u32 hw, u32 conf, u32 mask, unsigned int shift, const char *name) ieee80211ac_cap_check_max() argument
|
| /third_party/vk-gl-cts/framework/delibs/debase/ |
| H A D | deInt32.h | 553 DE_INLINE deInt32 deMulAsr32 (deInt32 a, deInt32 b, int shift) in deMulAsr32() argument 558 DE_INLINE deInt32 deSafeMulAsr32 (deInt32 a, deInt32 b, int shift) in deSafeMulAsr32() argument 565 DE_INLINE deUint32 deSafeMuluAsr32 (deUint32 a, deUint32 b, int shift) in deSafeMuluAsr32() argument
|
| /foundation/ability/ability_runtime/js_environment/frameworks/js_environment/src/ |
| H A D | source_map.cpp | 440 uint32_t shift = 0; in VlqRevCode() local
|
| /foundation/arkui/ace_engine/test/unittest/core/event/ |
| H A D | event_manager_test_ng.cpp | 824 const uint8_t shift = static_cast<uint8_t>(CtrlKeysBit::SHIFT); in HWTEST_F() local
|
| /third_party/ffmpeg/libavcodec/ |
| H A D | clearvideo.c | 228 int shift in copy_block() local 264 int shift = plane > 0; copyadd_block() local 468 int shift = comp > 0; extend_edges() local [all...] |
| H A D | g723_1enc.c | 249 int max, shift, cur_val, prev_val, count, p; in lpc2lsp() local 306 sum <<= shift; in lpc2lsp() local 367 int shift, i; in lsp_quantize() local 389 weight[i] <<= shift; in lsp_quantize() local
|
| H A D | dca_core.h | 230 int n, shift = 0; in ff_dca_core_dequantize() local 235 step_scale >>= shift; in ff_dca_core_dequantize() local
|
| H A D | dnxhdenc.c | 1142 static inline int get_bucket(int value, int shift) in get_bucket() argument 1144 value >>= shift; in get_bucket() local 1173 int shift = pass * BUCKET_BITS; in radix_sort_pass() local
|
| H A D | mobiclip.c | 855 int shift = adjust(size, size) == 8 ? 3 : 2; in predict_intra() local
|
| H A D | alacenc.c | 89 int shift = av_get_bytes_per_sample(s->avctx->sample_fmt) * 8 - in init_sample_buffers() local 157 int shift[MAX_LPC_ORDER]; in calc_predictor_params() local 381 int shift = 32 - s->avctx->bits_per_raw_sample; in write_element() local
|
| H A D | agm.c | 419 int shift = plane == 0; in decode_inter_plane() local 452 int shift = plane == 0; in decode_inter_plane() local [all...] |
| H A D | adpcm.c | 399 static inline int16_t adpcm_ima_expand_nibble(ADPCMChannelStatus *c, int8_t nibble, int shift) in adpcm_ima_expand_nibble() argument 425 static inline int16_t adpcm_ima_alp_expand_nibble(ADPCMChannelStatus *c, int8_t nibble, int shift) in adpcm_ima_alp_expand_nibble() argument 486 int nibble, step_index, predictor, sign, delta, diff, step, shift; in adpcm_ima_wav_expand_nibble() local 594 static inline int16_t adpcm_sbpro_expand_nibble(ADPCMChannelStatus *c, int8_t nibble, int size, int shift) in adpcm_sbpro_expand_nibble() argument 677 int shift,filter,f0,f1; xa_decode() local 818 ff_adpcm_argo_expand_nibble(ADPCMChannelStatus *cs, int nibble, int shift, int flag) ff_adpcm_argo_expand_nibble() argument 1696 int shift; adpcm_decode_frame() local [all...] |
| H A D | twinvq.c | 589 int shift; in permutate_in_line() local
|
| H A D | vp56.h | 250 int shift = ff_vp56_norm_shift[c->high]; in vp56_rac_renorm() local 255 code_word <<= shift; in vp56_rac_renorm() local
|
| H A D | utils.c | 985 void ff_thread_await_progress2(AVCodecContext *avctx, int field, int thread, int shift) in ff_thread_await_progress2() argument
|
| /third_party/ffmpeg/libavcodec/loongarch/ |
| H A D | vc1dsp_lasx.c | 178 __m256i shift = {0x0000000400000000, 0x0000000500000001, in ff_vc1_inv_trans_8x4_lasx() local 357 __m256i shift = {0x0000000400000000, 0x0000000600000002, in ff_vc1_inv_trans_4x8_lasx() local 536 int shift = (shift_value[hmode] + shift_value[vmode]) >> 1; in put_vc1_mspel_mc_h_v_lasx() local
|
| /third_party/exfatprogs/fsck/ |
| H A D | fsck.c | 1458 unsigned int i, shift, quoti, remain; in bytes_to_human_readable() local
|