OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:n3
(Results
1 - 20
of
20
) sorted by null
/external/stlport/test/unit/
mismatch_test.cpp
42
int
n3
[5] = { 1, 2, 3, 2, 1 };
local
47
result = mismatch((int*)n1, (int*)n1 + 5, (int*)
n3
);
48
CPPUNIT_ASSERT(!(result.first ==(n1 + 5) && result.second ==(
n3
+ 5)));
/system/core/rootdir/etc/
init.testmenu
8
n3
=`cat /data/phoneentry3 2>/dev/null`
11
n3
=${
n3
:-"*#06#"}
119
echo " 3: Dial: ATD $
n3
;"
133
"3" ) echo "Dialing $
n3
"; echo -e "ATD $
n3
;\r" >$atdev;;
136
"6" ) echo -n "Number: "; read
n3
; echo $
n3
>/data/phoneentry3;;
/external/opencore/codecs_v2/audio/aac/dec/src/
fft_rx4_short.cpp
198
Int
n3
;
local
255
n3
= n1 >> 1;
262
pData3 = pData1 +
n3
;
323
pData3 = pData1 +
n3
;
/frameworks/base/media/libstagefright/codecs/aacdec/
fft_rx4_short.cpp
198
Int
n3
;
local
255
n3
= n1 >> 1;
262
pData3 = pData1 +
n3
;
323
pData3 = pData1 +
n3
;
/system/core/sh/
parser.c
152
union node *n1, *n2, *
n3
;
local
168
n3
= (union node *)stalloc(sizeof (struct nredir));
169
n3
->type = NBACKGND;
170
n3
->nredir.n = n2;
171
n3
->nredir.redirect = NULL;
172
n2 =
n3
;
179
n3
= (union node *)stalloc(sizeof (struct nbinary));
180
n3
->type = NSEMI;
181
n3
->nbinary.ch1 = n1;
182
n3
->nbinary.ch2 = n2
222
union node *n1, *n2, *
n3
;
local
[
all
...]