Searched refs:SUM (Results 1 - 6 of 6) sorted by relevance
/third_party/jerryscript/tools/ |
H A D | rss-measure.sh | 31 SUM=`ps -o rss $PID | grep [0-9]` 33 SUM=$(grep -o -e "^[0-9a-f][0-9a-f]*.*" -e "^Rss.*" /proc/$PID/smaps 2>/dev/null | grep -A 1 -- "r[w-]-p " | grep "^Rss"|awk '{s += $2;} END {print s;}') 36 if [ "$SUM" != "" ]; 38 eval "$OUT=\"\$$OUT $SUM\\n\"";
|
/third_party/ffmpeg/libavutil/ |
H A D | xtea.c | 83 #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/node/deps/openssl/openssl/crypto/rc4/asm/ |
H A D | rc4-c64xplus.pl | 31 ($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/openssl/crypto/rc4/asm/ |
H A D | rc4-c64xplus.pl | 31 ($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/node/deps/openssl/openssl/crypto/poly1305/asm/ |
H A D | poly1305-ia64.S | 28 # define SUM sum 32 # define SUM nop 268 { .mii; SUM 1<<1 // back to big-endian
|
/third_party/openssl/crypto/poly1305/asm/ |
H A D | poly1305-ia64.S | 28 # define SUM sum 32 # define SUM nop 268 { .mii; SUM 1<<1 // back to big-endian
|
Completed in 3 milliseconds