Home
last modified time | relevance | path

Searched refs:W (Results 1 – 13 of 13) sorted by relevance

/system/core/libmincrypt/
Dsha.c52 uint32_t W[80]; in SHA1_Transform() local
64 (W[t] = bswap_32(ctx->buf.w[t])) + \ in SHA1_Transform()
81 (W[t] = ror31(W[t-3] ^ W[t-8] ^ W[t-14] ^ W[t-16])) + \ in SHA1_Transform()
94 (W[t] = ror31(W[t-3] ^ W[t-8] ^ W[t-14] ^ W[t-16])) + \ in SHA1_Transform()
110 (W[t] = ror31(W[t-3] ^ W[t-8] ^ W[t-14] ^ W[t-16])) + \ in SHA1_Transform()
126 (W[t] = ror31(W[t-3] ^ W[t-8] ^ W[t-14] ^ W[t-16])) + \ in SHA1_Transform()
196 uint32_t W[80]; in SHA1_transform() local
206 W[t] = tmp; in SHA1_transform()
210 W[t] = rol(1,W[t-3] ^ W[t-8] ^ W[t-14] ^ W[t-16]); in SHA1_transform()
220 uint32_t tmp = rol(5,A) + E + W[t]; in SHA1_transform()
/system/core/libpixelflinger/codeflinger/
DARMAssemblerInterface.cpp105 uint32_t ARMAssemblerInterface::immed12_pre(int32_t immed12, int W) in immed12_pre() argument
111 ((W&1)<<21) | (abs(immed12)&0x7FF); in immed12_pre()
124 uint32_t shift, int W) in reg_scale_pre() argument
127 (((uint32_t(Rm)>>31)^1)<<23) | ((W&1)<<21) | in reg_scale_pre()
137 uint32_t ARMAssemblerInterface::immed8_pre(int32_t immed8, int W) in immed8_pre() argument
146 ((W&1)<<21) | (((offset&0xF0)<<4)|(offset&0xF)); in immed8_pre()
161 uint32_t ARMAssemblerInterface::reg_pre(int Rm, int W) in reg_pre() argument
163 return (1<<24) | (((uint32_t(Rm)>>31)^1)<<23) | ((W&1)<<21) | (abs(Rm)&0xF); in reg_pre()
DARMAssemblerProxy.cpp145 void ARMAssemblerProxy::LDM(int cc, int dir, int Rn, int W, uint32_t reg_list) { in LDM() argument
146 mTarget->LDM(cc, dir, Rn, W, reg_list); in LDM()
148 void ARMAssemblerProxy::STM(int cc, int dir, int Rn, int W, uint32_t reg_list) { in STM() argument
149 mTarget->STM(cc, dir, Rn, W, reg_list); in STM()
DARMAssemblerInterface.h81 static uint32_t immed12_pre(int32_t immed12, int W=0);
83 static uint32_t reg_scale_pre(int Rm, int type=0, uint32_t shift=0, int W=0);
88 static uint32_t immed8_pre(int32_t immed8, int W=0);
90 static uint32_t reg_pre(int Rm, int W=0);
165 int Rn, int W, uint32_t reg_list) = 0;
167 int Rn, int W, uint32_t reg_list) = 0;
DARMAssemblerProxy.h92 int Rn, int W, uint32_t reg_list);
94 int Rn, int W, uint32_t reg_list);
DARMAssembler.h102 int Rn, int W, uint32_t reg_list);
104 int Rn, int W, uint32_t reg_list);
DARMAssembler.cpp327 int Rn, int W, uint32_t reg_list) in LDM() argument
332 (uint32_t(U[dir])<<23) | (1<<20) | (W<<21) | (Rn<<16) | reg_list; in LDM()
336 int Rn, int W, uint32_t reg_list) in STM() argument
341 (uint32_t(U[dir])<<23) | (0<<20) | (W<<21) | (Rn<<16) | reg_list; in STM()
Dtexturing.cpp368 const int need_w = GGL_READ_NEEDS(W, needs.n); in init_textures()
/system/core/libacc/tests/data/
Dotcc-ansi.c2 int d, z, C, h, P, K, ac, q, G, v, Q, R, D, L, W, M; variable
13 h = W; in o()
73 W = h; in ad()
Dotcc-noinclude.c19 F d,z,C,h,P,K,ac,q,G,v,Q,R,D,L,W,M; variable
28 h=W;
85 W=h;
Dotcc.c19 F d,z,C,h,P,K,ac,q,G,v,Q,R,D,L,W,M; variable
28 h=W;
85 W=h;
/system/core/libpixelflinger/
Dpicker.cpp102 n |= GGL_BUILD_NEEDS((enables & GGL_ENABLE_W) ?1:0, W); in ggl_pick()
/system/core/include/private/pixelflinger/
Dggl_context.h133 GGL_RESERVE_NEEDS( W, 7, 1 )