HomeSort by relevance Sort by last modified time
    Searched refs:QUAD (Results 1 - 25 of 25) sorted by null

  /external/bison/lib/
strtol.c 56 # ifdef QUAD
62 # ifdef QUAD
70 # ifdef QUAD
76 # ifdef QUAD
86 # ifdef QUAD
92 # ifdef QUAD
100 # ifdef QUAD
106 # ifdef QUAD
113 /* If QUAD is defined, we are defining 'strtoll' or 'strtoull',
115 #ifdef QUAD
    [all...]
  /development/ndk/platforms/android-18/samples/gles3jni/jni/
gles3jni.h 49 // - The model (a quad) is in a [-1 .. 1]^2 space
64 extern const Vertex QUAD[4];
RendererES2.cpp 95 glBufferData(GL_ARRAY_BUFFER, sizeof(QUAD), &QUAD[0], GL_STATIC_DRAW);
RendererES3.cpp 96 glBufferData(GL_ARRAY_BUFFER, sizeof(QUAD), &QUAD[0], GL_STATIC_DRAW);
gles3jni.cpp 23 const Vertex QUAD[4] = {
  /external/chromium_org/v8/test/mjsunit/
whitespaces.js 23 0x2000, // EN QUAD
24 0x2001, // EM QUAD
  /external/chromium_org/v8/test/webkit/
string-trim.js 45 {s : '\u2000', t : 'EN QUAD'},
46 {s : '\u2001', t : 'EM QUAD'},
  /external/chromium_org/third_party/mesa/src/src/mesa/tnl_dd/
t_dd_tritmp.h 534 QUAD( (v[0]), (v[1]), (v[2]), (v[3]) );
537 QUAD( (v[0]), (v[1]), (v[2]), (v[3]) );
660 TAB[IND].quad = TAG(quadr);
  /external/mesa3d/src/mesa/tnl_dd/
t_dd_tritmp.h 534 QUAD( (v[0]), (v[1]), (v[2]), (v[3]) );
537 QUAD( (v[0]), (v[1]), (v[2]), (v[3]) );
660 TAB[IND].quad = TAG(quadr);
  /external/openssl/crypto/
pariscid.pl 24 .SUBSPA \$CODE\$,QUAD=0,ALIGN=8,ACCESS=0x2C,CODE_ONLY
  /external/openssl/crypto/rc4/asm/
rc4-parisc.pl 141 .SUBSPA \$CODE\$,QUAD=0,ALIGN=8,ACCESS=0x2C,CODE_ONLY
  /external/openssl/crypto/sha/asm/
sha1-parisc.pl 150 .SUBSPA \$CODE\$,QUAD=0,ALIGN=8,ACCESS=0x2C,CODE_ONLY
sha512-parisc.pl 163 .SUBSPA \$CODE\$,QUAD=0,ALIGN=8,ACCESS=0x2C,CODE_ONLY
  /frameworks/compile/mclinker/lib/Script/
ScriptParser.yy 153 %token QUAD
574 | QUAD '(' script_exp ')'
ScriptScanner.ll 138 <LDSCRIPT>"QUAD" { return token::QUAD; }
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
ntdef.h 393 } QUAD, *PQUAD, UQUAD, *PUQUAD;
  /external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/i915/
intel_tris.c 562 #define QUAD( a, b, c, d ) \
604 tnl_quad_func quad; member in struct:__anon18952
865 #define RENDER_QUAD( v0, v1, v2, v3 ) QUAD( V(v0), V(v1), V(v2), V(v3) )
1016 tnl->Driver.Render.Quad = rast_tab[index].quad;
    [all...]
  /external/mesa3d/src/mesa/drivers/dri/i915/
intel_tris.c 562 #define QUAD( a, b, c, d ) \
604 tnl_quad_func quad; member in struct:__anon11436
865 #define RENDER_QUAD( v0, v1, v2, v3 ) QUAD( V(v0), V(v1), V(v2), V(v3) )
1016 tnl->Driver.Render.Quad = rast_tab[index].quad;
    [all...]
  /external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/r200/
r200_swtcl.c 387 #define QUAD( a, b, c, d ) r200_quad( rmesa, a, b, c, d )
405 tnl_quad_func quad; member in struct:__anon19115
586 tnl->Driver.Render.Quad = rast_tab[index].quad;
  /external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/radeon/
radeon_swtcl.c 509 #define QUAD( a, b, c, d ) radeon_quad( rmesa, a, b, c, d )
527 tnl_quad_func quad; member in struct:__anon19128
709 tnl->Driver.Render.Quad = rast_tab[index].quad;
  /external/mesa3d/src/mesa/drivers/dri/r200/
r200_swtcl.c 387 #define QUAD( a, b, c, d ) r200_quad( rmesa, a, b, c, d )
405 tnl_quad_func quad; member in struct:__anon11599
586 tnl->Driver.Render.Quad = rast_tab[index].quad;
  /external/mesa3d/src/mesa/drivers/dri/radeon/
radeon_swtcl.c 509 #define QUAD( a, b, c, d ) radeon_quad( rmesa, a, b, c, d )
527 tnl_quad_func quad; member in struct:__anon11612
709 tnl->Driver.Render.Quad = rast_tab[index].quad;
  /external/openssl/crypto/modes/asm/
ghash-parisc.pl 85 .SUBSPA \$CODE\$,QUAD=0,ALIGN=8,ACCESS=0x2C,CODE_ONLY
  /external/openssl/crypto/bn/asm/
parisc-mont.pl 141 .SUBSPA \$CODE\$,QUAD=0,ALIGN=8,ACCESS=0x2C,CODE_ONLY
  /external/openssl/crypto/aes/asm/
aes-parisc.pl 68 .SUBSPA \$CODE\$,QUAD=0,ALIGN=8,ACCESS=0x2C,CODE_ONLY

Completed in 1049 milliseconds