/third_party/musl/src/stdlib/ |
D | qsort.c | 79 static inline void shr(size_t p[2], int n) in shr() function
|
/third_party/ffmpeg/libavformat/ |
D | tls_mbedtls.c | 165 TLSShared *shr = &tls_ctx->tls_shared; in tls_open() local
|
/third_party/skia/third_party/externals/tint/src/transform/ |
D | vertex_pulling.cc | 462 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/ |
D | input.c | 282 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/ |
D | IceAssemblerX8664.cpp | 2712 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
|
D | IceAssemblerX8632.cpp | 2573 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/ |
D | SkVM.cpp | 164 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/ |
D | SkVM.h | 1262 SI I32 shr(I32 x, int bits) { return x->shr(x, bits); } in shr() function
|
D | SkVM.cpp | 1011 I32 Builder::shr(I32 x, int bits) { in shr() function in skvm::Builder
|