Home
last modified time | relevance | path

Searched defs:shift (Results 576 - 600 of 708) sorted by relevance

1...<<212223242526272829

/third_party/spirv-tools/source/opt/
H A Dir_context.h944 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 Des3fFragmentOutputTests.cpp690 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 Dlibtommath.c1067 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 Dlibtommath.c1067 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 Dloadimage_etc.cpp377 int shift = 0; in renormalizeEAC() local
/third_party/ffmpeg/libavcodec/
H A Dmlpenc.c70 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 Dilbcdec.c609 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 Dexr.c763 unsigned short shift = (b[ 2] >> 2) & 15; in unpack_14() local
[all...]
H A Dmpegvideo_enc.c115 int shift = 0; in ff_convert_matrix() local
/third_party/elfutils/src/
H A Delflint.c2160 Elf32_Word shift = ((Elf32_Word *) data->d_buf)[3]; in check_gnu_hash() local
/third_party/ffmpeg/libavfilter/
H A Daf_arnndn.c637 int shift; in celt_autocorr() local
/third_party/backends/backend/
H A Dcanon_dr.c9246 double shift, rise; in load_lut() local
H A Dcoolscan-scsidef.h53 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 Dcalendar.cpp1278 int cycle, offset, shift = 0; in gregoYearFromIslamicStart() local
1346 int cycle, offset, shift = 0; in firstIslamicStartYearFromGrego() local
[all...]
/third_party/mbedtls/library/
H A Dssl_msg.c3437 uint64_t shift = rec_seqnum - ssl->in_window_top; in mbedtls_ssl_dtls_replay_update() local
/third_party/jerryscript/jerry-core/api/
H A Djerry.c4375 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 Dpvr_pds.h379 uint32_t shift; member
/third_party/mesa3d/src/gallium/drivers/radeonsi/
H A Dgfx10_shader_ngg.c173 unsigned shift = 9 + i * 10; in gfx10_ngg_build_export_prim() local
/third_party/mesa3d/src/mesa/main/
H A Dget.c1751 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 Dnv50_ir_peephole.cpp2212 Instruction *shift = arg->getInsn(); in handleCVT_EXTBF() local
[all...]
/third_party/libinput/src/
H A Devdev-mt-touchpad.c296 unsigned int shift; in tp_fake_finger_set() local
/third_party/ltp/tools/sparse/sparse-src/
H A Dlinearize.c1004 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 Dinstruction-selector-arm.cc993 uint32_t const shift = mshr.right().ResolvedValue(); in VisitWord32And() local
[all...]
/third_party/node/deps/v8/src/compiler/backend/mips/
H A Dinstruction-selector-mips.cc524 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 Dcode-assembler.cc576 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...]

Completed in 92 milliseconds

1...<<212223242526272829