Home
last modified time | relevance | path

Searched defs:shift (Results 1 – 24 of 24) sorted by relevance

/system/netd/libnetdutils/include/netdutils/
DMath.h27 inline constexpr const T mask(const int shift) { in mask()
33 inline constexpr const T align(const T& x, const int shift) { in align()
/system/core/libpixelflinger/include/private/pixelflinger/
Dggl_fixed.h110 __attribute__((always_inline)) inline GGLfixed gglMulx(GGLfixed x, GGLfixed y, int shift) { in gglMulx()
134 int shift) { in gglMulAddx()
155 inline GGLfixed gglMulSubx(GGLfixed x, GGLfixed y, GGLfixed a, int shift) { in gglMulSubx()
197 inline GGLfixed gglMulx(GGLfixed a, GGLfixed b, int shift) { in gglMulx()
293 inline GGLfixed gglMulAddx(GGLfixed a, GGLfixed b, GGLfixed c, int shift) { in gglMulAddx()
365 inline GGLfixed gglMulSubx(GGLfixed a, GGLfixed b, GGLfixed c, int shift) { in gglMulSubx()
465 inline GGLfixed gglMulx(GGLfixed x, GGLfixed y, int shift) in gglMulx()
482 inline GGLfixed gglMulAddx(GGLfixed x, GGLfixed y, GGLfixed a, int shift) in gglMulAddx()
496 inline GGLfixed gglMulSubx(GGLfixed x, GGLfixed y, GGLfixed a, int shift) in gglMulSubx()
526 inline GGLfixed gglMulx(GGLfixed a, GGLfixed b, int shift) { in gglMulx()
[all …]
/system/core/libunwindstack/
DDwarfMemory.cpp49 uint64_t shift = 0; in ReadULEB128() local
64 uint64_t shift = 0; in ReadSLEB128() local
DArmExidx.cpp445 uint32_t shift = 0; in DecodePrefix_10_11_0010() local
/system/core/libpixelflinger/arch-mips64/
Dcol32cb16blend.S17 .macro pixel dreg src f sR sG sB shift
Dt32cb16blend.S34 .macro pixel dreg src fb shift
/system/core/libpixelflinger/arch-mips/
Dcol32cb16blend.S17 .macro pixel dreg src f sR sG sB shift
Dt32cb16blend.S36 .macro pixel dreg src fb shift
94 .macro pixel dreg src fb shift
/system/core/libpixelflinger/codeflinger/
Dload_store.cpp335 const int shift = (GGL_DITHER_BITS - (sbits-dbits)); in downshift() local
343 int shift = sh-dbits; in downshift() local
359 int shift = sh-dh; in downshift() local
DArm64Assembler.cpp373 uint32_t shift; in dataProcessingCommon() local
884 uint32_t ArmToArm64Assembler::reg_imm(int Rm, int type, uint32_t shift) in reg_imm()
925 uint32_t shift, int W) in reg_scale_pre()
1073 uint32_t Rm, uint32_t shift, in A64_ADD_X()
1082 uint32_t imm, uint32_t shift) in A64_ADD_IMM_X()
1089 uint32_t imm, uint32_t shift) in A64_SUB_IMM_X()
1096 uint32_t Rm, uint32_t shift, in A64_ADD_W()
1106 uint32_t Rm, uint32_t shift, in A64_SUB_W()
1127 uint32_t Rm, uint32_t shift, in A64_AND_W()
1137 uint32_t Rm, uint32_t shift, in A64_ORR_W()
[all …]
Dblending.cpp448 const int shift = fragment.size() - fb.size(); in build_blendFOneMinusF() local
466 const int shift = fragment.size() - fb.size(); in build_blendOneMinusFF() local
641 const int shift = src.size() - dst.size(); in component_add() local
Dtexturing.cpp505 const int shift = 31 - gglClz(tmu.format.size); in build_textures() local
762 int shift = 0; in filter16() local
1090 int shift = incoming.l; in modulate() local
1165 int shift = incoming.l; in decal() local
1203 int shift = incoming.l; in blend() local
DGGLAssembler.cpp567 const int shift = fragment.h <= 8 ? 0 : fragment.h-8; in build_incoming_component() local
701 const int shift = GGL_COLOR_BITS-fragment.size(); in build_alpha_test() local
917 int shift = rot + bitpos; in build_and_immediate() local
DARMAssemblerProxy.cpp93 uint32_t ARMAssemblerProxy::reg_imm(int Rm, int type, uint32_t shift) in reg_imm()
122 uint32_t ARMAssemblerProxy::reg_scale_pre(int Rm, int type, uint32_t shift, int W) in reg_scale_pre()
127 uint32_t ARMAssemblerProxy::reg_scale_post(int Rm, int type, uint32_t shift) in reg_scale_post()
DARMAssembler.cpp496 uint32_t ARMAssembler::reg_imm(int Rm, int type, uint32_t shift) in reg_imm()
532 uint32_t shift, int W) in reg_scale_pre()
539 uint32_t ARMAssembler::reg_scale_post(int Rm, int type, uint32_t shift) in reg_scale_post()
DMIPS64Assembler.cpp221 uint32_t ArmToMips64Assembler::reg_imm(int Rm, int type, uint32_t shift) in reg_imm()
266 uint32_t shift, int W) in reg_scale_pre()
DMIPSAssembler.cpp232 uint32_t ArmToMipsAssembler::reg_imm(int Rm, int type, uint32_t shift) in reg_imm()
277 uint32_t shift, int W) in reg_scale_pre()
/system/core/libpixelflinger/tests/gglmul/
Dgglmul_test.cpp104 int shift; member
146 int shift; member
189 int shift; member
/system/core/libpixelflinger/
Dbuffer.cpp343 const int shift = (GGL_DITHER_BITS - (sbits-dbits)); in downshift_component() local
374 int shift = dh-sh; in downshift_component() local
380 int shift = sh-dh; in downshift_component() local
Dfixed.cpp62 int shift; in gglRecipQ() local
Dtrap.cpp696 const int shift = TRI_ITERATORS_BITS - TRI_FRACTION_BITS; in edge_setup() local
882 const int shift = FIXED_BITS - TRI_FRACTION_BITS; in aa_edge_setup() local
1002 const int32_t shift = TRI_FRACTION_BITS + TRI_ITERATORS_BITS - FIXED_BITS; in aapolyx() local
Dscanline.cpp1089 void horz_clamp_iterator::init(const context_t* c, int shift) in init()
/system/chre/apps/chqts/src/shared/
Dnano_string.cc80 for (size_t i = 0, shift = 28; i < 8; i++, shift -= 4) { in uint32ToHexAscii() local
/system/extras/simpleperf/
Dutils.cpp392 int shift = 0; in ConvertBytesToValue() local