OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SUM2
(Results
1 - 3
of
3
) sorted by null
/external/ltp/testcases/network/tcp_cmds/rcp/
rcp01
82
SUM2
=`rsh -n -l root $RHOST sum $TCtmp/$j | awk '{print $1}'`
86
if [ "$SUM1 = $
SUM2
" ]; then
104
SUM2
=`rsh -n -l root $RHOST sum $TCdat/$j | awk '{print $1}'`
108
if [ "$SUM1" = "$
SUM2
" ]; then
/external/ltp/testcases/network/tcp_cmds/ftp/
ftp01
105
SUM2
=`ls -l $TCdat/$j | awk '{print $5}'`
117
SUM2
=`sum $TCdat/$j | awk '{print $1}'`
121
if [ $SUM1 = $
SUM2
]; then
/external/webp/src/enc/
picture_csp_enc.c
569
#define
SUM2
(ptr) \
785
r =
SUM2
(r_ptr + j);
786
g =
SUM2
(g_ptr + j);
787
b =
SUM2
(b_ptr + j);
812
dst[0] =
SUM2
(r_ptr + j);
813
dst[1] =
SUM2
(g_ptr + j);
814
dst[2] =
SUM2
(b_ptr + j);
[
all
...]
Completed in 348 milliseconds