Home
last modified time | relevance | path

Searched refs:SUM (Results 1 – 25 of 44) sorted by relevance

12

/third_party/jerryscript/tools/
Drss-measure.sh31 SUM=`ps -o rss $PID | grep [0-9]`
33SUM=$(grep -o -e "^[0-9a-f][0-9a-f]*.*" -e "^Rss.*" /proc/$PID/smaps 2>/dev/null | grep -A 1 -- "r…
36 if [ "$SUM" != "" ];
38 eval "$OUT=\"\$$OUT $SUM\\n\"";
/third_party/ffmpeg/libavutil/
Dxtea.c83 #define DSTEP(SUM, K0, K1) \ in xtea_crypt_ecb()
84 v1 -= (((v0 << 4) ^ (v0 >> 5)) + v0) ^ (SUM + K0); \ in xtea_crypt_ecb()
85 v0 -= (((v1 << 4) ^ (v1 >> 5)) + v1) ^ (SUM - 0x9E3779B9U + K1) in xtea_crypt_ecb()
136 #define ESTEP(SUM, K0, K1) \ in xtea_crypt_ecb()
137 v0 += (((v1 << 4) ^ (v1 >> 5)) + v1) ^ (SUM + K0);\ in xtea_crypt_ecb()
138 v1 += (((v0 << 4) ^ (v0 >> 5)) + v0) ^ (SUM + 0x9E3779B9U + K1) in xtea_crypt_ecb()
/third_party/openssl/crypto/rc4/asm/
Drc4-c64xplus.pl31 ($KEYB,$YY,$TX,$tx,$SUM,$dat)=map("B$_",(5,7,8,9,1,2));
78 ADD4 $TY,$TX,$SUM ; [0,0] $TX is not replaced by $tx yet!
82 LDBU *${KEYB}[$SUM],$ret
/third_party/ffmpeg/libavcodec/x86/
Dme_cmp_init.c137 #define SUM(in0, in1, out0, out1) \ in vsad_intra16_mmx() macro
171 SUM(%%mm4, %%mm5, %%mm0, %%mm1) in vsad_intra16_mmx()
173 SUM(%%mm0, %%mm1, %%mm4, %%mm5) in vsad_intra16_mmx()
191 #undef SUM
202 #define SUM(in0, in1, out0, out1) \ in vsad16_mmx() macro
252 SUM(%%mm4, %%mm5, %%mm0, %%mm1) in vsad16_mmx()
254 SUM(%%mm0, %%mm1, %%mm4, %%mm5) in vsad16_mmx()
272 #undef SUM
/third_party/python/Include/internal/
Dpycore_bitutils.h119 const uint32_t SUM = 0x01010101; in _Py_popcount32()
128 return (uint32_t)((uint64_t)x * (uint64_t)SUM) >> 24; in _Py_popcount32()
/third_party/openGLES/extensions/HP/
DHP_texture_lighting.txt63 + SUM (att )(spot )[a * a
87 + SUM (att )(spot )[a * a
97 c = SUM (att )(spot )(f )(n @ h ) s * s
/third_party/skia/third_party/externals/opengl-registry/extensions/HP/
DHP_texture_lighting.txt63 + SUM (att )(spot )[a * a
87 + SUM (att )(spot )[a * a
97 c = SUM (att )(spot )(f )(n @ h ) s * s
/third_party/toybox/tests/
Dtar.test25 function SUM()
287 unset LONG TAR SUM OLDUMASK OLDTZ
/third_party/openssl/crypto/poly1305/asm/
Dpoly1305-ia64.S28 # define SUM sum macro
32 # define SUM nop macro
268 { .mii; SUM 1<<1 // back to big-endian
/third_party/openGLES/extensions/EXT/
DEXT_separate_specular_color.txt145 + SUM(att_i * spot_i * (a_cm * a_cli
154 + SUM (att_i * spot_i * (a_cm * a_cli
157 c_2 = SUM(att_i * spot_i * (f_i * (n dot h_i)^s_rm * s_cm * s_cli)
DEXT_convolution.txt362 SUM{}{}equation
375 C[i] = SUM{n = 0 through Wf-1}
381 C[i,j] = SUM{n = 0 through Wf-1}
388 C[i,j] = SUM{n = 0 through Wf-1}
/third_party/skia/third_party/externals/opengl-registry/extensions/EXT/
DEXT_separate_specular_color.txt145 + SUM(att_i * spot_i * (a_cm * a_cli
154 + SUM (att_i * spot_i * (a_cm * a_cli
157 c_2 = SUM(att_i * spot_i * (f_i * (n dot h_i)^s_rm * s_cm * s_cli)
DEXT_convolution.txt362 SUM{}{}equation
375 C[i] = SUM{n = 0 through Wf-1}
381 C[i,j] = SUM{n = 0 through Wf-1}
388 C[i,j] = SUM{n = 0 through Wf-1}
/third_party/openGLES/extensions/OES/
DOES_matrix_palette.txt217 (ye) = SUM w_i * M_i * (yo)
286 (nx' ny' nz') = (nx ny nz) Inv ( SUM w_i * Mu_i)
293 (nx' ny' nz') = SUM w_i * (nx ny nz) Inv(Mu_i)
/third_party/skia/third_party/externals/opengl-registry/extensions/OES/
DOES_matrix_palette.txt207 (ye) = SUM w_i * M_i * (yo)
276 (nx' ny' nz') = (nx ny nz) Inv ( SUM w_i * Mu_i)
283 (nx' ny' nz') = SUM w_i * (nx ny nz) Inv(Mu_i)
/third_party/openGLES/extensions/SGI/
DSGI_fft.txt232 SUM{}{}equation
243 C[n] = SUM{k = 0 through Ws-1}
251 C[n] = SUM{k = 0 through Ws-1}
/third_party/skia/third_party/externals/opengl-registry/extensions/SGI/
DSGI_fft.txt232 SUM{}{}equation
243 C[n] = SUM{k = 0 through Ws-1}
251 C[n] = SUM{k = 0 through Ws-1}
/third_party/skia/third_party/externals/opengl-registry/extensions/ARB/
DARB_vertex_blend.txt259 w[<size>] = 1 - SUM <weights>[i]
403 (ye) = SUM w_i * M_i * (yo)
454 (nx' ny' nz') = (nx ny nz) Inv ( SUM w_i * Mu_i)
461 (nx' ny' nz') = SUM w_i * (nx ny nz) Inv(Mu_i)
DARB_matrix_palette.txt218 CURRENT_WEIGHT_ARB[<size>] = 1 - SUM <weights>[i]
380 (ye) = SUM w_i * M_i * (yo)
450 (nx' ny' nz') = (nx ny nz) Inv ( SUM w_i * Mu_i)
457 (nx' ny' nz') = SUM w_i * (nx ny nz) Inv(Mu_i)
/third_party/openGLES/extensions/ARB/
DARB_vertex_blend.txt269 w[<size>] = 1 - SUM <weights>[i]
413 (ye) = SUM w_i * M_i * (yo)
464 (nx' ny' nz') = (nx ny nz) Inv ( SUM w_i * Mu_i)
471 (nx' ny' nz') = SUM w_i * (nx ny nz) Inv(Mu_i)
DARB_matrix_palette.txt228 CURRENT_WEIGHT_ARB[<size>] = 1 - SUM <weights>[i]
390 (ye) = SUM w_i * M_i * (yo)
460 (nx' ny' nz') = (nx ny nz) Inv ( SUM w_i * Mu_i)
467 (nx' ny' nz') = SUM w_i * (nx ny nz) Inv(Mu_i)
/third_party/skia/third_party/externals/opengl-registry/extensions/SGIX/
DSGIX_fragment_specular_lighting.txt66 | SUM |
256 SUM{_i = 0 through Nf-1} {
276 I' = SUM{i = 0 through Nf-1} I[i] (3.1)
/third_party/openGLES/extensions/SGIX/
DSGIX_fragment_specular_lighting.txt66 | SUM |
256 SUM{_i = 0 through Nf-1} {
276 I' = SUM{i = 0 through Nf-1} I[i] (3.1)
DSGIX_cube_map.txt220 SUM{_i = 0 through Nf-1} {
/third_party/openh264/codec/processing/src/x86/
Dvaa.asm257 %define SUM [esp]
270 movdqu SUM, xmm7
284 add SUM, ebx
316 mov bx, word SUM
333 %undef SUM
444 %define SUM r10;[esp]
461 movq SUM, xmm7
479 add SUM, r14
510 mov r0, SUM

12