| /third_party/mesa3d/src/mesa/main/ |
| H A D | pixeltransfer.c | 200 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 D | texenv.c | 338 GLuint shift; in set_combiner_scale() local
|
| /third_party/ltp/testcases/kernel/syscalls/clock_adjtime/ |
| H A D | clock_adjtime.h | 38 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 D | snmp_asn1.c | 222 u8_t shift, tail; in snmp_asn1_enc_oid() local
|
| /third_party/node/deps/v8/src/codegen/arm64/ |
| H A D | assembler-arm64.h | 148 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 D | source-position-table.cc | 92 int shift = 0; in DecodeInt() local
|
| /third_party/node/deps/v8/src/parsing/ |
| H A D | preparse-data-impl.h | 98 unsigned shift = 0; in ReadVarint32() local
|
| /third_party/mesa3d/src/gallium/drivers/lima/ir/pp/ |
| H A D | codegen.c | 33 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 D | lcra.c | 169 unsigned shift = (BA & 0xffff) - 1; in lcra_solve() local
|
| /third_party/mesa3d/src/util/ |
| H A D | fossilize_db.c | 66 unsigned shift = 7; in truncate_hash_to_64bits() local
|
| /third_party/mesa3d/src/gallium/auxiliary/gallivm/ |
| H A D | lp_bld_format_float.c | 83 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 D | ocb128.c | 42 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 D | ocb128.c | 42 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 D | RuntimeDyldCOFFAArch64.h | 55 static void write32AArch64Addr(void *T, uint64_t s, uint64_t p, int shift) { in write32AArch64Addr() argument
|
| /third_party/skia/src/core/ |
| H A D | SkAnalyticEdge.cpp | 372 int shift = fCurveShift; in updateQuadratic() local
|
| H A D | SkEdge.cpp | 36 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 D | SkMathPriv.h | 307 uint32_t shift = 1; in GrNextSizePow2() local
|
| H A D | SkYUVMath.cpp | 266 const int shift = c.bits - 8; in make_rgb_to_yuv_matrix() local
|
| /third_party/skia/third_party/externals/swiftshader/src/System/ |
| H A D | Half.hpp | 224 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 D | rescaler_msa.c | 121 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 D | bit_writer_utils.c | 117 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 D | SkUTF.cpp | 9 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 D | hash_longest_match64_inc.h | 23 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 D | ftcalc.c | 115 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 D | ftoutln.c | 64 FT_Int shift; in FT_EXPORT_DEF() local 935 FT_Vector in, out, anchor, shift; in FT_EXPORT_DEF() local [all...] |