Searched refs:yy (Results 1 - 25 of 134) sorted by relevance

123456

/external/clang/test/CodeGen/
H A D2007-11-28-GlobalInitializer.c4 extern FOO yy[];
6 int *y = &((yy + 1)->x);
7 void *z = &((yy + 1)->x);
/external/valgrind/main/VEX/priv/
H A Dhost_generic_simd64.c142 static inline Short qadd16S ( Short xx, Short yy )
144 Int t = ((Int)xx) + ((Int)yy);
150 static inline Char qadd8S ( Char xx, Char yy )
152 Int t = ((Int)xx) + ((Int)yy);
158 static inline UShort qadd16U ( UShort xx, UShort yy )
160 UInt t = ((UInt)xx) + ((UInt)yy);
165 static inline UChar qadd8U ( UChar xx, UChar yy )
167 UInt t = ((UInt)xx) + ((UInt)yy);
172 static inline Short qsub16S ( Short xx, Short yy )
174 Int t = ((Int)xx) - ((Int)yy);
[all...]
H A Dhost_generic_simd128.c45 static inline UInt mul32 ( Int xx, Int yy )
47 Int t = ((Int)xx) * ((Int)yy);
51 static inline UInt max32S ( Int xx, Int yy )
53 return toUInt((xx > yy) ? xx : yy);
56 static inline UInt min32S ( Int xx, Int yy )
58 return toUInt((xx < yy) ? xx : yy);
61 static inline UInt max32U ( UInt xx, UInt yy )
63 return toUInt((xx > yy)
[all...]
/external/speex/libspeex/
H A Dfilters_sse.h57 __m128 yy; local
60 yy = _mm_add_ss(xx, mem[0]);
61 _mm_store_ss(y+i, yy);
62 yy = _mm_shuffle_ps(yy, yy, 0);
69 mem[0] = _mm_sub_ps(mem[0], _mm_mul_ps(yy, den[0]));
75 mem[1] = _mm_sub_ps(mem[1], _mm_mul_ps(yy, den[1]));
80 mem[2] = _mm_sub_ps(mem[2], _mm_mul_ps(yy, den[2]));
107 __m128 yy; local
162 __m128 yy; local
209 __m128 yy; local
260 __m128 yy; local
306 __m128 yy; local
[all...]
H A Dltp_sse.h76 __m128 sum, *xx, *yy; local
78 yy = y+i;
82 sum = _mm_add_ps(sum, _mm_mul_ps(xx[0], yy[0]));
83 sum = _mm_add_ps(sum, _mm_mul_ps(xx[1], yy[1]));
85 yy += 2;
/external/clang/test/SemaCXX/
H A Dwarn-shadow.cpp16 namespace yy { namespace
22 using namespace yy;
/external/bluetooth/bluedroid/stack/sdp/
H A Dsdp_db.c62 UINT16 xx, yy; local
76 for (yy = 0; yy < p_seq->num_uids; yy++)
84 &p_seq->uuid_entry[yy].value[0],
85 p_seq->uuid_entry[yy].len))
91 &p_seq->uuid_entry[yy].value[0],
92 p_seq->uuid_entry[yy].len, 0))
102 if (yy == p_seq->num_uids)
222 UINT16 xx, yy, le local
332 UINT16 xx, yy, zz; local
400 UINT16 xx, yy, zz; local
833 UINT16 xx, yy; local
[all...]
/external/checkpolicy/
H A DMakefile17 CHECKOBJS = y.tab.o lex.yy.o queue.o module_compiler.o parse_util.o \
24 GENERATED=lex.yy.c y.tab.c y.tab.h
39 lex.yy.o: lex.yy.c
45 lex.yy.c: policy_scan.l y.tab.c
60 -rm -f $(TARGETS) $(CHECKPOLOBJS) $(CHECKMODOBJS) y.tab.c y.tab.h lex.yy.c
/external/openssl/crypto/rc4/asm/
H A Drc4-586.pl66 $yy="ebx";
77 &add (&LB($yy),&LB($tx));
78 &mov ($ty,&DWP(0,$dat,$yy,4));
79 &mov (&DWP(0,$dat,$yy,4),$tx);
105 &add (&LB($yy),&LB($tx));
111 &mov ($ty,&DWP(0,$dat,$yy,4));
112 &mov (&DWP(0,$dat,$yy,4),$tx);
131 &add (&LB($yy),&LB($tx));
133 &mov ($ty,&DWP(0,$dat,$yy,4));
134 &mov (&DWP(0,$dat,$yy,
[all...]
/external/valgrind/main/none/tests/amd64/
H A Dbug132918.c15 double yy = y; local
28 : /*in*/ "m" (f64), "m" (xx), "m" (yy)
/external/bzip2/
H A Dhuffman.c46 Int32 zz, yy, tmp; \
49 yy = zz << 1; \
50 if (yy > nHeap) break; \
51 if (yy < nHeap && \
52 weight[heap[yy+1]] < weight[heap[yy]]) \
53 yy++; \
54 if (weight[tmp] < weight[heap[yy]]) break; \
55 heap[zz] = heap[yy]; \
56 zz = yy; \
[all...]
/external/freetype/src/base/
H A Dftcalc.c705 FT_Fixed xx, xy, yx, yy; local
712 xy = FT_MulFix( a->xx, b->xy ) + FT_MulFix( a->xy, b->yy );
713 yx = FT_MulFix( a->yx, b->xx ) + FT_MulFix( a->yy, b->yx );
714 yy = FT_MulFix( a->yx, b->xy ) + FT_MulFix( a->yy, b->yy );
717 b->yx = yx; b->yy = yy;
726 FT_Pos delta, xx, yy; local
733 delta = FT_MulFix( matrix->xx, matrix->yy )
759 FT_Fixed xx, xy, yx, yy; local
[all...]
/external/clang/test/Sema/
H A Dcomplex-int.c7 __complex__ signed yy; local
16 result = xx*yy;
/external/grub/
H A Dmissing82 flex create \`lex.yy.c', if possible, from existing .c
84 lex create \`lex.yy.c', if possible, from existing .c
246 rm -f lex.yy.c
253 cp "$SRCFILE" lex.yy.c
258 if [ ! -f lex.yy.c ]; then
259 echo 'main() { return 0; }' >lex.yy.c
/external/libcap-ng/libcap-ng-0.7/
H A Dmissing83 flex create \`lex.yy.c', if possible, from existing .c
85 lex create \`lex.yy.c', if possible, from existing .c
247 rm -f lex.yy.c
254 cp "$SRCFILE" lex.yy.c
259 if test ! -f lex.yy.c; then
260 echo 'main() { return 0; }' >lex.yy.c
/external/libffi/
H A Dmissing82 flex create \`lex.yy.c', if possible, from existing .c
84 lex create \`lex.yy.c', if possible, from existing .c
246 rm -f lex.yy.c
253 cp "$SRCFILE" lex.yy.c
258 if [ ! -f lex.yy.c ]; then
259 echo 'main() { return 0; }' >lex.yy.c
/external/llvm/autoconf/
H A Dmissing82 flex create \`lex.yy.c', if possible, from existing .c
84 lex create \`lex.yy.c', if possible, from existing .c
246 rm -f lex.yy.c
253 cp "$SRCFILE" lex.yy.c
258 if [ ! -f lex.yy.c ]; then
259 echo 'main() { return 0; }' >lex.yy.c
/external/skia/bench/
H A DVertBench.cpp51 SkScalar yy = 0; local
55 pts->set(xx, yy);
67 yy += dy;
/external/bluetooth/bluedroid/stack/btm/
H A Dbtm_pm.c788 int xx, yy, zz; local
862 for(yy=0; yy<=BTM_MAX_PM_RECORDS; yy++)
865 if( (mode == BTM_PM_MD_ACTIVE) && (p_cb->req_mode[yy].mode == BTM_PM_MD_HOLD) )
866 p_cb->req_mode[yy].mode = BTM_PM_MD_ACTIVE;
894 for(yy=0; yy<BTM_MAX_PM_RECORDS; yy++)
896 if(btm_cb.pm_reg_db[yy]
921 int xx, yy; local
[all...]
/external/opencv/cv/src/
H A Dcvoptflowlk.cpp47 float yy; member in struct:__anon9579
318 II[address].yy = GradY * GradY;
338 II[address].yy = GradY * GradY;
361 II[address].yy = GradY * GradY;
379 WII[address].yy = 0;
389 WII[address].yy += II[address + jj].yy * Ker;
403 WII[address].yy = 0;
413 WII[address].yy += (II[address - jj].yy
[all...]
/external/bison/build-aux/
H A Dmissing82 flex create \`lex.yy.c', if possible, from existing .c
84 lex create \`lex.yy.c', if possible, from existing .c
246 rm -f lex.yy.c
253 cp "$SRCFILE" lex.yy.c
258 if [ ! -f lex.yy.c ]; then
259 echo 'main() { return 0; }' >lex.yy.c
/external/chromium/sdch/open-vcdiff/
H A Dmissing85 flex create \`lex.yy.c', if possible, from existing .c
87 lex create \`lex.yy.c', if possible, from existing .c
249 rm -f lex.yy.c
256 cp "$SRCFILE" lex.yy.c
261 if test ! -f lex.yy.c; then
262 echo 'main() { return 0; }' >lex.yy.c
/external/chromium/third_party/libevent/
H A Dmissing87 flex create \`lex.yy.c', if possible, from existing .c
89 lex create \`lex.yy.c', if possible, from existing .c
239 rm -f lex.yy.c
246 cp "$SRCFILE" lex.yy.c
251 if [ ! -f lex.yy.c ]; then
252 echo 'main() { return 0; }' >lex.yy.c
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.test.performance.ui/src/org/eclipse/test/performance/ui/
H A DBarGraph.java153 int yy= y + bars.length * (BARHEIGHT + GAP);
154 gc.drawLine(center, y, center, yy + TGAP);
162 gc.drawLine(center - x, y, center - x, yy + TGAP);
163 gc.drawLine(center + x, y, center + x, yy + TGAP);
169 gc.drawString(s3, center - x - es3.x / 2, yy + TGAP, true);
173 gc.drawString(s4, center + x - es4.x / 2, yy + TGAP, true);
175 gc.drawLine(0, yy, w, yy);
/external/elfutils/config/
H A Dmissing85 flex create \`lex.yy.c', if possible, from existing .c
87 lex create \`lex.yy.c', if possible, from existing .c
249 rm -f lex.yy.c
256 cp "$SRCFILE" lex.yy.c
261 if test ! -f lex.yy.c; then
262 echo 'main() { return 0; }' >lex.yy.c

Completed in 1356 milliseconds

123456