HomeSort by relevance Sort by last modified time
    Searched refs:poly (Results 26 - 40 of 40) sorted by null

12

  /external/quake/quake/src/WinQuake/
gl_rsurf.cpp 323 // normal lightmaped poly
424 // normal lightmaped poly
884 // add the poly to the proper lightmap chain
1565 glpoly_t *poly; local
    [all...]
gl_warp.cpp 64 glpoly_t *poly; local
123 poly = (glpoly_t*) Hunk_Alloc (sizeof(glpoly_t) + (numverts-4) * VERTEXSIZE*sizeof(float));
124 poly->next = warpface->polys;
125 warpface->polys = poly;
126 poly->numverts = numverts;
129 VectorCopy (verts, poly->verts[i]);
132 poly->verts[i][3] = s;
133 poly->verts[i][4] = t;
  /external/quake/quake/src/QW/client/
gl_warp.c 64 glpoly_t *poly; local
123 poly = Hunk_Alloc (sizeof(glpoly_t) + (numverts-4) * VERTEXSIZE*sizeof(float));
124 poly->next = warpface->polys;
125 warpface->polys = poly;
126 poly->numverts = numverts;
129 VectorCopy (verts, poly->verts[i]);
132 poly->verts[i][3] = s;
133 poly->verts[i][4] = t;
  /external/dropbear/libtomcrypt/src/encauth/gcm/
gcm_gf_mult.c 74 static const unsigned char poly[] = { 0x00, 0xE1 }; variable
98 V[0] ^= poly[z];
  /frameworks/base/core/jni/android/opengl/
util.cpp 39 #include "poly.h"
75 print_poly(const char* label, Poly* pPoly) {
136 Poly poly; local
137 float* pDest = & poly.vert[0].sx;
139 poly.n = 3;
143 result = poly_clip_to_frustum(&poly);
  /external/openssl/crypto/ec/
ec2_mult.c 249 if (!BN_GF2m_mod_arr(x1, &point->X, group->poly)) goto err; /* x1 = x */
ec_lcl.h 213 int poly[6]; /* Field specification for curves over GF(2^m). member in struct:ec_group_st
215 * t^poly[0] + t^poly[1] + ... + t^poly[k]
216 * where m = poly[0] > poly[1] > ... > poly[k] = 0.
217 * The array is terminated with poly[k+1]=-1.
  /external/webrtc/src/modules/audio_coding/codecs/isac/main/source/
entropy_coding.c 686 double poly[MAX_ORDER]; local
708 poly[0] = 1.0;
710 memcpy(&poly[1], ptrIO, sizeof(double) * vecSize);
711 WebRtcIsac_Poly2Rc(poly, vecSize, rc);
    [all...]
  /frameworks/av/media/libstagefright/
MPEG2TSWriter.cpp 997 uint32_t poly = 0x04C11DB7; local
1002 crc = (crc << 1) ^ ((crc & 0x80000000) ? (poly) : 0);
  /frameworks/av/media/libstagefright/wifi-display/source/
TSPacketizer.cpp 1003 uint32_t poly = 0x04C11DB7; local
1008 crc = (crc << 1) ^ ((crc & 0x80000000) ? (poly) : 0);
  /external/valgrind/main/coregrind/m_syswrap/
syswrap-darwin.c 4845 mach_msg_port_descriptor_t poly; member in struct:__anon16843
    [all...]
  /external/zxing/core/
core.jar 
  /prebuilts/devtools/tools/lib/
jfreechart-1.0.9.jar 
  /prebuilts/tools/common/jfreechart/
jfreechart-1.0.9.jar 
  /prebuilts/tools/common/m2/repository/jfree/jfreechart/1.0.9/
jfreechart-1.0.9.jar 

Completed in 1307 milliseconds

12