| /third_party/spirv-tools/source/opt/ |
| H A D | ir_context.h | 944 inline IRContext::Analysis operator<<(IRContext::Analysis a, int shift) { in operator <<() argument 948 inline IRContext::Analysis& operator<<=(IRContext::Analysis& a, int shift) { in operator <<=() argument
|
| /third_party/vk-gl-cts/modules/gles3/functional/ |
| H A D | es3fFragmentOutputTests.cpp | 690 const IVec4 shift = tcu::clamp(fmtBits-1, tcu::IVec4(0), tcu::IVec4(256)); in iterate() local
|
| /third_party/wpa_supplicant/wpa_supplicant-2.9/src/tls/ |
| H A D | libtommath.c | 1067 register mp_digit *tmpc, mask, shift; in mp_div_2d() local 1412 register mp_digit *tmpc, shift, mask, r, rr; mp_mul_2d() local [all...] |
| /third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/tls/ |
| H A D | libtommath.c | 1067 register mp_digit *tmpc, mask, shift; in mp_div_2d() local 1412 register mp_digit *tmpc, shift, mask, r, rr; mp_mul_2d() local [all...] |
| /third_party/skia/third_party/externals/angle2/src/image_util/ |
| H A D | loadimage_etc.cpp | 377 int shift = 0; in renormalizeEAC() local
|
| /third_party/ffmpeg/libavcodec/ |
| H A D | mlpenc.c | 70 int8_t shift[MAX_CHANNELS]; ///< Left shift to apply to decoded PCM values to get final 24-bit output. member 1275 int bits, shift; code_filter_coeffs() local 1320 int shift[MLP_MAX_LPC_ORDER]; set_filter_params() local 1420 unsigned int shift = 0; lossless_matrix_coeffs() local [all...] |
| H A D | ilbcdec.c | 609 vector_rmultiplication(int16_t *out, const int16_t *in, const int16_t *win, int length, int shift) vector_rmultiplication() argument 617 vector_multiplication(int16_t *out, const int16_t *in, const int16_t *win, int length, int shift) vector_multiplication() argument 625 add_vector_and_shift(int16_t *out, const int16_t *in1, const int16_t *in2, int length, int shift) add_vector_and_shift() argument
|
| H A D | exr.c | 763 unsigned short shift = (b[ 2] >> 2) & 15; in unpack_14() local [all...] |
| H A D | mpegvideo_enc.c | 115 int shift = 0; in ff_convert_matrix() local
|
| /third_party/elfutils/src/ |
| H A D | elflint.c | 2160 Elf32_Word shift = ((Elf32_Word *) data->d_buf)[3]; in check_gnu_hash() local
|
| /third_party/ffmpeg/libavfilter/ |
| H A D | af_arnndn.c | 637 int shift; in celt_autocorr() local
|
| /third_party/backends/backend/ |
| H A D | canon_dr.c | 9246 double shift, rise; in load_lut() local
|
| H A D | coolscan-scsidef.h | 53 setbitfield (unsigned char *pageaddr, int mask, int shift, int val) \ in setbitfield() argument 61 resetbitfield (unsigned char *pageaddr, int mask, int shift, int val) \ in resetbitfield() argument 69 getbitfield (unsigned char *pageaddr, int mask, int shift) \ in getbitfield() argument [all...] |
| /third_party/icu/icu4c/source/i18n/ |
| H A D | calendar.cpp | 1278 int cycle, offset, shift = 0; in gregoYearFromIslamicStart() local 1346 int cycle, offset, shift = 0; in firstIslamicStartYearFromGrego() local [all...] |
| /third_party/mbedtls/library/ |
| H A D | ssl_msg.c | 3437 uint64_t shift = rec_seqnum - ssl->in_window_top; in mbedtls_ssl_dtls_replay_update() local
|
| /third_party/jerryscript/jerry-core/api/ |
| H A D | jerry.c | 4375 uint8_t shift = ecma_typedarray_get_element_size_shift (array_p); in jerry_get_typedarray_buffer() local
|
| /third_party/mesa3d/src/imagination/vulkan/pds/ |
| H A D | pvr_pds.h | 379 uint32_t shift; member
|
| /third_party/mesa3d/src/gallium/drivers/radeonsi/ |
| H A D | gfx10_shader_ngg.c | 173 unsigned shift = 9 + i * 10; in gfx10_ngg_build_export_prim() local
|
| /third_party/mesa3d/src/mesa/main/ |
| H A D | get.c | 1751 int shift, i; in _mesa_GetBooleanv() local 1868 int shift, i; in _mesa_GetFloatv() local 1994 int shift, i; in _mesa_GetIntegerv() local 2129 int shift, in _mesa_GetInteger64v() local 2256 int shift, i; _mesa_GetDoublev() local 2381 int shift; _mesa_GetUnsignedBytevEXT() local 3370 int shift, i; _mesa_GetFixedv() local [all...] |
| /third_party/mesa3d/src/nouveau/codegen/ |
| H A D | nv50_ir_peephole.cpp | 2212 Instruction *shift = arg->getInsn(); in handleCVT_EXTBF() local [all...] |
| /third_party/libinput/src/ |
| H A D | evdev-mt-touchpad.c | 296 unsigned int shift; in tp_fake_finger_set() local
|
| /third_party/ltp/tools/sparse/sparse-src/ |
| H A D | linearize.c | 1004 unsigned int shift = ctype->bit_offset; in linearize_bitfield_insert() local 1012 mask <<= shift; in linearize_bitfield_insert() local 1112 pseudo_t shift = value_pseudo(off); in linearize_bitfield_extract() local
|
| /third_party/node/deps/v8/src/compiler/backend/arm/ |
| H A D | instruction-selector-arm.cc | 993 uint32_t const shift = mshr.right().ResolvedValue(); in VisitWord32And() local [all...] |
| /third_party/node/deps/v8/src/compiler/backend/mips/ |
| H A D | instruction-selector-mips.cc | 524 uint32_t shift = base::bits::CountPopulation(~mask); in VisitWord32And() local 577 uint32_t shift = m.right().ResolvedValue(); in VisitWord32Shl() local [all...] |
| /third_party/node/deps/v8/src/compiler/ |
| H A D | code-assembler.cc | 576 TNode<WordT> CodeAssembler::WordShl(TNode<WordT> value, int shift) { in WordShl() argument 580 TNode<WordT> CodeAssembler::WordShr(TNode<WordT> value, int shift) { in WordShr() argument 584 TNode<WordT> CodeAssembler::WordSar(TNode<WordT> value, int shift) { in WordSar() argument 588 TNode<Word32T> CodeAssembler::Word32Shr(TNode<Word32T> value, int shift) { in Word32Shr() argument 592 Word32Sar(TNode<Word32T> value, int shift) Word32Sar() argument [all...] |