Home
last modified time | relevance | path

Searched defs:shift (Results 201 - 225 of 708) sorted by relevance

12345678910>>...29

/third_party/mesa3d/src/mesa/main/
H A Dpixeltransfer.c200 GLint shift = ctx->Pixel.IndexShift; in _mesa_shift_and_offset_ci() local
233 GLint shift in _mesa_apply_stencil_transfer_ops() local
[all...]
H A Dtexenv.c338 GLuint shift; in set_combiner_scale() local
/third_party/ltp/testcases/kernel/syscalls/clock_adjtime/
H A Dclock_adjtime.h38 int shift; /* interval duration (s) (shift) (ro) */ member
76 int shift; /* interval duration (s) (shift) (ro) */ member
/third_party/lwip/src/apps/snmp/
H A Dsnmp_asn1.c222 u8_t shift, tail; in snmp_asn1_enc_oid() local
/third_party/node/deps/v8/src/codegen/arm64/
H A Dassembler-arm64.h148 Shift shift() const { return shift_; } in shift() function in v8::internal::MemOperand
618 asr(const Register& rd, const Register& rn, int shift) asr() argument
[all...]
/third_party/node/deps/v8/src/codegen/
H A Dsource-position-table.cc92 int shift = 0; in DecodeInt() local
/third_party/node/deps/v8/src/parsing/
H A Dpreparse-data-impl.h98 unsigned shift = 0; in ReadVarint32() local
/third_party/mesa3d/src/gallium/drivers/lima/ir/pp/
H A Dcodegen.c33 static unsigned encode_swizzle(uint8_t *swizzle, int shift, int dest_shift) in encode_swizzle() argument
217 static unsigned shift_to_op(int shift) in shift_to_op() argument
[all...]
/third_party/mesa3d/src/panfrost/util/
H A Dlcra.c169 unsigned shift = (BA & 0xffff) - 1; in lcra_solve() local
/third_party/mesa3d/src/util/
H A Dfossilize_db.c66 unsigned shift = 7; in truncate_hash_to_64bits() local
/third_party/mesa3d/src/gallium/auxiliary/gallivm/
H A Dlp_bld_format_float.c83 LLVMValueRef i32_qnanbit, shift, res; in lp_build_float_to_smallfloat() local
291 LLVMValueRef wasinfnan, tmp, res, shift, maskab in lp_build_smallfloat_to_float() local
429 LLVMValueRef shift, mask; lp_build_rgb9_to_float_helper() local
466 LLVMValueRef shift, scale, bias, exp; lp_build_rgb9e5_to_float() local
[all...]
/third_party/node/deps/openssl/openssl/crypto/modes/
H A Docb128.c42 static void ocb_block_lshift(const unsigned char *in, size_t shift, in ocb_block_lshift() argument
222 size_t bottom, shift; in CRYPTO_ocb128_setiv() local
/third_party/openssl/crypto/modes/
H A Docb128.c42 static void ocb_block_lshift(const unsigned char *in, size_t shift, in ocb_block_lshift() argument
222 size_t bottom, shift; in CRYPTO_ocb128_setiv() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/RuntimeDyld/Targets/
H A DRuntimeDyldCOFFAArch64.h55 static void write32AArch64Addr(void *T, uint64_t s, uint64_t p, int shift) { in write32AArch64Addr() argument
/third_party/skia/src/core/
H A DSkAnalyticEdge.cpp372 int shift = fCurveShift; in updateQuadratic() local
H A DSkEdge.cpp36 setLine(const SkPoint& p0, const SkPoint& p1, const SkIRect* clip, int shift) setLine() argument
181 setQuadraticWithoutUpdate(const SkPoint pts[3], int shift) setQuadraticWithoutUpdate() argument
281 setQuadratic(const SkPoint pts[3], int shift) setQuadratic() argument
297 int shift = fCurveShift; updateQuadratic() local
351 setCubicWithoutUpdate(const SkPoint pts[4], int shift, bool sortY) setCubicWithoutUpdate() argument
451 setCubic(const SkPoint pts[4], int shift) setCubic() argument
[all...]
H A DSkMathPriv.h307 uint32_t shift = 1; in GrNextSizePow2() local
H A DSkYUVMath.cpp266 const int shift = c.bits - 8; in make_rgb_to_yuv_matrix() local
/third_party/skia/third_party/externals/swiftshader/src/System/
H A DHalf.hpp224 const unsigned int shift = (float32ExponentBias - float11ExponentBias) - in float32ToFloat11() local
303 const unsigned int shift = (float32ExponentBias - float10ExponentBias) - in float32ToFloat10() local
/third_party/skia/third_party/externals/libwebp/src/dsp/
H A Drescaler_msa.c121 const v4u32 shift = (v4u32)__msa_fill_w(WEBP_RESCALER_RFIX); ExportRowExpand_0() local
183 const v4u32 shift = (v4u32)__msa_fill_w(WEBP_RESCALER_RFIX); ExportRowExpand_1() local
[all...]
/third_party/skia/third_party/externals/libwebp/src/utils/
H A Dbit_writer_utils.c117 const int shift = kNorm[bw->range_]; in VP8PutBit() local
305 const int shift = VP8L_WRITER_MAX_BITS - used; in VP8LPutBitsInternal() local
309 bits >>= shift; in VP8LPutBitsInternal() local
/third_party/skia/src/utils/
H A DSkUTF.cpp9 static constexpr inline int32_t left_shift(int32_t value, int32_t shift) { in left_shift() argument
/third_party/skia/third_party/externals/brotli/c/enc/
H A Dhash_longest_match64_inc.h23 HashBytes(const uint8_t* BROTLI_RESTRICT data, const uint64_t mask, const int shift) HashBytes() argument
/third_party/skia/third_party/externals/freetype/src/base/
H A Dftcalc.c115 FT_Int shift = 0; in FT_BASE_DEF() local
851 FT_Int sx = 1, sy = 1, shift; FT_BASE_DEF() local
886 x <<= shift; FT_BASE_DEF() local
887 y <<= shift; FT_BASE_DEF() local
[all...]
H A Dftoutln.c64 FT_Int shift; in FT_EXPORT_DEF() local
935 FT_Vector in, out, anchor, shift; in FT_EXPORT_DEF() local
[all...]

Completed in 24 milliseconds

12345678910>>...29