/frameworks/av/media/libstagefright/codecs/amrwbenc/src/asm/ARMV7/ |
syn_filt_neon.s | 39 MOV r5, r13 @ copy yy = y_buf address 43 @ *yy++ = mem[i]@ 46 VST1.S16 {D0, D1, D2, D3}, [r5]! @store 16 mem[] to *yy 60 ADD r4, r13, #32 @ yy[i] address 68 ADD r10, r4, r8, LSL #1 @ y[i], yy[i] address 89 STRH r9, [r10] @ yy[i] 95 ADD r5, r13, #160 @ yy[64] address
|
/external/bison/examples/calc++/ |
Makefile.am | 39 ../../doc/bison.texi -- calc++-parser.yy \ 59 $(srcdir)/calc++-parser.yy \ 63 $(srcdir)/calc++-parser.stamp: $(srcdir)/calc++-parser.yy $(BISON_IN) 67 $(srcdir)/calc++-parser.yy 85 calc_extracted = $(calc_sources_extracted) $(srcdir)/calc++-parser.yy
|
stack.hh | 35 ** Define the yy::stack class. 44 namespace yy { namespace 129 } // yy
|
/external/bzip2/ |
huffman.c | 46 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...] |
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/email/ |
_parseaddr.py | 74 [dd, mm, yy, tm, tz] = data 85 i = yy.find(':') 87 yy, tm = tm, yy 88 if yy[-1] == ',': 89 yy = yy[:-1] 90 if not yy[0].isdigit(): 91 yy, tz = tz, yy [all...] |
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/email/ |
_parseaddr.py | 74 [dd, mm, yy, tm, tz] = data 85 i = yy.find(':') 87 yy, tm = tm, yy 88 if yy[-1] == ',': 89 yy = yy[:-1] 90 if not yy[0].isdigit(): 91 yy, tz = tz, yy [all...] |
/frameworks/av/media/libstagefright/codecs/amrwbenc/src/ |
syn_filt.c | 41 Word16 *yy, *p1, *p2; local 42 yy = &y_buf[0]; 46 *yy++ = mem[i]; 53 p2 = &yy[i-1]; 73 y[i] = yy[i] = extract_h(L_add(L_tmp, 0x8000)); 79 mem[i] = yy[lg - 16 + i];
|
/external/skia/bench/ |
VertBench.cpp | 49 SkScalar yy = 0; local 53 pts->set(xx, yy); 65 yy += dy;
|
/external/bison/build-aux/ |
missing | 82 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 test ! -f lex.yy.c; then 259 echo 'main() { return 0; }' >lex.yy.c
|
/external/chromium_org/gpu/command_buffer/tests/ |
gl_depth_texture_unittest.cc | 201 for (GLint yy = 0; bad_count < 16 && yy < kResolution; ++yy) { 203 const uint8* actual = &actual_pixels[(yy * kResolution + xx) * 4]; 211 << "pixel at " << xx << ", " << yy 219 if (yy > 0 && yy < kResolution - 1) { 220 EXPECT_GT(actual[0], down[0]) << "pixel at " << xx << ", " << yy; local
|
gl_pointcoord_unittest.cc | 127 for (GLint yy = 0; yy < max_point_size; yy += point_step) { 133 GLfloat v = yy / max_point_size * 2 - 1;
|
/external/chromium_org/third_party/opus/src/ |
missing | 83 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/chromium_org/third_party/yasm/source/patched-yasm/modules/parsers/gas/tests/ |
datavis.asm | 25 .section .yy, "w", @nobits
|
/external/grub/ |
missing | 82 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/ |
missing | 83 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/ |
missing | 82 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/ |
missing | 82 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/openfst/ |
missing | 83 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/pixman/ |
missing | 83 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/skia/tests/ |
PathOpsQuadParameterizationTest.cpp | 15 double yy = q.y2() * point.fY * point.fY; local 19 double sum = xx + xy + yy + x + y + c;
|
/external/chromium_org/third_party/opus/src/celt/ |
vq.c | 168 opus_val16 yy; local 194 xy = yy = 0; 230 yy = MAC16_16(yy, y[j],y[j]); 246 yy = MAC16_16(yy, tmp, tmp); 247 yy = MAC16_16(yy, tmp, y[0]); 267 yy = ADD32(yy, 1) [all...] |
/frameworks/av/media/libstagefright/codecs/amrnb/enc/src/ |
g_pitch.cpp | 172 Word16 xy, yy, exp_xy, exp_yy, gain; 199 yy = pv_round (L_shl (s, exp_yy)); 209 yy = pv_round (L_shl (s, exp_yy)); 239 g_coeff[0] = yy; 251 // compute gain = xy/yy 253 xy = shr (xy, 1); // Be sure xy < yy 254 gain = div_s (xy, yy); 310 Word16 yy; local 345 yy = pv_round(L_temp, pOverflow); 364 yy = pv_round(L_temp, pOverflow) [all...] |
/external/bluetooth/bluedroid/stack/btm/ |
btm_pm.c | 788 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].mask & BTM_PM_REG_NOTIF 921 int xx, yy; local [all...] |
/external/opencv/cv/src/ |
cvoptflowlk.cpp | 47 float yy; member in struct:__anon23987 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 + II[address + jj].yy) * Ker [all...] |
/ndk/tests/device/test-stlport_shared-exception/jni/ |
eh990323-2.cpp | 23 int yy[63]; member in struct:E
|