Home
last modified time | relevance | path

Searched defs:shr (Results 1 – 9 of 9) sorted by relevance

/third_party/musl/src/stdlib/
Dqsort.c79 static inline void shr(size_t p[2], int n) in shr() function
/third_party/ffmpeg/libavformat/
Dtls_mbedtls.c165 TLSShared *shr = &tls_ctx->tls_shared; in tls_open() local
/third_party/skia/third_party/externals/tint/src/transform/
Dvertex_pulling.cc462 auto* shr = ctx.dst->Shr(low_u32, 8u); in Fetch() local
485 auto* shr = ctx.dst->Shr(low_u32, 24u); in Fetch() local
/third_party/ffmpeg/libswscale/
Dinput.c282 int shr, int shg, in rgb16_32ToUV_c_template()
310 int shr, int shg, in rgb16_32ToUV_half_c_template()
349 #define rgb16_32_wrapper(fmt, name, shr, shg, shb, shp, maskr, \ argument
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/
DIceAssemblerX8664.cpp2712 void AssemblerX8664::shr(Type Ty, GPRRegister reg, const Immediate &imm) { in shr() function in Ice::X8664::AssemblerX8664
2716 void AssemblerX8664::shr(Type Ty, GPRRegister operand, GPRRegister shifter) { in shr() function in Ice::X8664::AssemblerX8664
2720 void AssemblerX8664::shr(Type Ty, const AsmAddress &operand, in shr() function in Ice::X8664::AssemblerX8664
DIceAssemblerX8632.cpp2573 void AssemblerX8632::shr(Type Ty, GPRRegister reg, const Immediate &imm) { in shr() function in Ice::X8632::AssemblerX8632
2577 void AssemblerX8632::shr(Type Ty, GPRRegister operand, GPRRegister shifter) { in shr() function in Ice::X8632::AssemblerX8632
2581 void AssemblerX8632::shr(Type Ty, const AsmAddress &operand, in shr() function in Ice::X8632::AssemblerX8632
/third_party/flutter/skia/src/core/
DSkVM.cpp164 I32 Builder::shr(I32 x, int bits) { return {this->push(Op::shr_i32, x.id,NA,NA, bits)}; } in shr() function in skvm::Builder
/third_party/skia/src/core/
DSkVM.h1262 SI I32 shr(I32 x, int bits) { return x->shr(x, bits); } in shr() function
DSkVM.cpp1011 I32 Builder::shr(I32 x, int bits) { in shr() function in skvm::Builder