HomeSort by relevance Sort by last modified time
    Searched refs:yy (Results 101 - 125 of 254) sorted by null

1 2 3 45 6 7 8 91011

  /external/bzip2/
compress.c 122 UChar yy[256]; local
161 for (i = 0; i < s->nInUse; i++) yy[i] = (UChar) i;
170 if (yy[0] == ll_i) {
193 rtmp = yy[1];
194 yy[1] = yy[0];
195 ryy_j = &(yy[1]);
204 yy[0] = rtmp;
205 j = ryy_j - &(yy[0]);
  /external/mesa3d/src/glsl/
Android.gen.mk 61 define local-yy-to-cpp-and-h
76 $(intermediates)/glsl_parser.cpp: $(LOCAL_PATH)/glsl_parser.yy
77 $(call local-yy-to-cpp-and-h,.cpp)
  /external/chromium_org/chrome/common/extensions/docs/examples/howto/sandbox/
handlebars-1.0.0.beta.6.js 104 yy: {},
108 performAction: function anonymous(yytext,yyleng,yylineno,yy,yystate,$$,_$) {
114 case 2: this.$ = new yy.ProgramNode($$[$0-2], $$[$0])
116 case 3: this.$ = new yy.ProgramNode($$[$0])
118 case 4: this.$ = new yy.ProgramNode([])
124 case 7: this.$ = new yy.InverseNode($$[$0-2], $$[$0-1], $$[$0])
126 case 8: this.$ = new yy.BlockNode($$[$0-2], $$[$0-1], $$[$0])
132 case 11: this.$ = new yy.ContentNode($$[$0])
134 case 12: this.$ = new yy.CommentNode($$[$0])
136 case 13: this.$ = new yy.MustacheNode($$[$0-1][0], $$[$0-1][1])
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
rfc822.py 880 [dd, mm, yy, tm, tz] = data
890 i = yy.find(':')
892 yy, tm = tm, yy
893 if yy[-1] == ',':
894 yy = yy[:-1]
895 if not yy[0].isdigit():
896 yy, tz = tz, yy
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
rfc822.py 880 [dd, mm, yy, tm, tz] = data
890 i = yy.find(':')
892 yy, tm = tm, yy
893 if yy[-1] == ',':
894 yy = yy[:-1]
895 if not yy[0].isdigit():
896 yy, tz = tz, yy
    [all...]
  /external/libnfc-nci/src/nfc/nfc/
nfc_main.c 221 int yy = 0; local
241 else if (((*p) > NCI_INTERFACE_FIRST_VS) && (yy < NFC_NFCC_MAX_NUM_VS_INTERFACE))
244 nfc_cb.vs_interface[yy++] = *p;
839 UINT8 xx, yy, num_intf, intf_mask; local
851 for (yy = 0; yy < NFC_NFCC_MAX_NUM_VS_INTERFACE; yy++)
853 if (nfc_cb.vs_interface[yy] == p_maps[xx].intf_type)
    [all...]
  /external/qemu/hw/
goldfish_fb.c 278 int yy; local
285 for (yy = 0; yy < fbs->height; yy++) {
431 if (yy < rect->ymin) rect->ymin = yy;
432 if (yy > rect->ymax) rect->ymax = yy;
  /external/bison/examples/calc++/
calc++-parser.hh 35 ** Define the yy::parser class.
66 namespace yy { namespace
277 } // yy
position.hh 35 ** Define the yy::position class.
54 namespace yy { namespace
169 } // yy
calc++-parser.cc 147 namespace yy { namespace
    [all...]
  /external/chromium_org/third_party/freetype/src/base/
ftlcdfil.c 109 FT_UInt val1, yy; local
127 for ( yy = 2; yy < height; yy++ )
ftsynth.c 66 transform.yy = 0x10000L;
  /external/clang/test/Sema/
block-return.c 82 int (*yy)(const char *s) = funk; // expected-warning {{incompatible pointer types initializing 'int (*)(const char *)' with an expression of type 'int (char *)'}}
  /external/freetype/include/freetype/
fttypes.h 369 /* y' = x*yx + y*yy */
379 /* yy :: Matrix coefficient. */
384 FT_Fixed yx, yy; member in struct:FT_Matrix_
    [all...]
  /external/freetype/src/base/
ftlcdfil.c 111 FT_UInt val1, yy; local
129 for ( yy = 2; yy < height; yy++ )
ftsynth.c 67 transform.yy = 0x10000L;
  /external/libsepol/tests/
Makefile 20 $(CHECKPOLICY)parse_util.o $(CHECKPOLICY)lex.yy.o \
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm11/vc/api/
omxVC_s.h 107 yy EQU 4;
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm_neon/vc/api/
omxVC_s.h 107 yy EQU 4;
  /external/bluetooth/bluedroid/stack/btm/
btm_inq.c 2336 UINT8 xx, yy, num_resp; local
3148 UINT8 yy, xx; local
3338 UINT8 yy; local
    [all...]
  /frameworks/av/media/libstagefright/codecs/amrwbenc/src/asm/ARMV5E/
syn_filt_opt.s 40 MOV r5, r13 @ copy yy = y_buf address
44 @ *yy++ = mem[i]@
137 ADD r10, r4, r8, LSL #1 @ temp_p = yy + i
220 STRH r7, [r10] @ yy[i]
225 ADD r5, r13, #160 @ yy[64] address
  /external/opencv/ml/src/
mlcnn.cpp     [all...]
  /frameworks/rs/scriptc/
rs_quaternion.rsh 233 float yy = q->y * q->y;
239 m->m[0] = 1.0f - 2.0f * ( yy + zz );
247 m->m[10] = 1.0f - 2.0f * ( xx + yy );
  /prebuilts/sdk/renderscript/include/
rs_quaternion.rsh 233 float yy = q->y * q->y;
239 m->m[0] = 1.0f - 2.0f * ( yy + zz );
247 m->m[10] = 1.0f - 2.0f * ( xx + yy );
  /external/chromium_org/third_party/angle_dx11/samples/gles2_book/Common/
esTransform.c 64 GLfloat xx, yy, zz, xy, yz, zx, xs, ys, zs; local
73 yy = y * y;
89 rotMat.m[1][1] = (oneMinusCos * yy) + cosAngle;

Completed in 4914 milliseconds

1 2 3 45 6 7 8 91011