HomeSort by relevance Sort by last modified time
    Searched defs:zz (Results 26 - 48 of 48) sorted by null

12

  /external/clang/test/Sema/
designated-initializers.c 98 struct outer { struct inner { int x, *y; } in, *inp; } zz[] = { variable in typeref:struct:outer
99 [0].in.x = 2, &zz[0].in.x, &zz[0].in,
100 0, &anint, &zz[1].in,
102 [7].in.y = &anint, &zz[0].in,
106 int zz_sizecheck[sizeof(zz) / sizeof(struct outer) == 8? 1 : -1 ];
array-init.c 149 static char const zz[3] = "test"; // expected-warning{{initializer-string for char array is too long}} variable
  /external/libvpx/libvpx/vp8/common/
postproc.c 870 char zz[4]; local
872 sprintf(zz, "%c", mi[mb_index].mbmi.mode + 'a');
874 vp8_blit_text(zz, y_ptr, post->y_stride);
902 char zz[4]; local
908 sprintf(zz, "a");
910 sprintf(zz, "%c", dc_diff + '0');
912 vp8_blit_text(zz, y_ptr, post->y_stride);
    [all...]
  /external/valgrind/main/VEX/test/
test-amd64.c 636 short zz = (fpuc & ~0x0c00) | (i << 10); local
637 asm volatile ("fldcw %0" : : "m" (zz));
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/platform/graphics/transforms/
TransformationMatrix.cpp 1425 double zz = decomp.quaternionZ * decomp.quaternionZ; local
    [all...]
  /external/chromium_org/third_party/mesa/src/src/mesa/math/
m_matrix.c 797 GLfloat xx, yy, zz, xy, yz, zx, xs, ys, zs, one_c, s, c; local
926 zz = z * z;
948 M(2,2) = (one_c * zz) + c;
    [all...]
  /external/jmonkeyengine/engine/src/core/com/jme3/math/
Quaternion.java 414 float zz = z * zs; local
418 result.m00 = 1 - (yy + zz);
422 result.m11 = 1 - (xx + zz);
459 float zz = z * zs; local
463 result.m00 = 1 - (yy + zz);
467 result.m11 = 1 - (xx + zz);
518 float zz = z * z * norm; local
523 store.x = 1 - 2 * (yy + zz);
529 store.y = 1 - 2 * (xx + zz);
    [all...]
  /external/mesa3d/src/mesa/math/
m_matrix.c 797 GLfloat xx, yy, zz, xy, yz, zx, xs, ys, zs, one_c, s, c; local
926 zz = z * z;
948 M(2,2) = (one_c * zz) + c;
    [all...]
  /external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/lang/
ThreadTest.java 75 zz(); method
100 public void zz() throws BogusException { method in class:ThreadTest.ResSupThread
  /frameworks/av/media/libstagefright/codecs/m4v_h263/enc/src/
vlc_encode.cpp 1795 Int *zz, nc, zzorder; local
    [all...]
  /system/core/libpixelflinger/
scanline.cpp 860 uint16_t zz = uint32_t(z)>>(16); local
    [all...]
  /external/chromium_org/third_party/yasm/source/patched-yasm/libyasm/
bitvect.c 2541 N_word zz; local
    [all...]
  /external/clang/test/SemaCXX/
warn-thread-safety-analysis.cpp 3711 int zz = a + b; local
    [all...]
  /external/valgrind/main/perf/
test_input_for_tinycc.c 2775 { Int32 zz, tmp; zz = nHeap; tmp = heap[zz]; while (weight[tmp] < weight[heap[zz >> 1]]) { heap[zz] = heap[zz >> 1]; zz >>= 1; } heap[zz] = tmp; }; local
2781 n1 = heap[1]; heap[1] = heap[nHeap]; nHeap--; { Int32 zz, yy, tmp; zz = 1; tmp = heap[zz]; while (((Bool)1)) { yy = zz << 1; if (yy > nHeap) break; if (yy < nHeap && weight[heap[yy+1]] < weight[heap[yy]]) yy++; if (weight[tmp] < weight[heap[yy]]) break; heap[zz] = heap[yy]; zz = yy; } heap[zz] = tmp; }; local
2782 n2 = heap[1]; heap[1] = heap[nHeap]; nHeap--; { Int32 zz, yy, tmp; zz = 1; tmp = heap[zz]; while (((Bool)1)) { yy = zz << 1; if (yy > nHeap) break; if (yy < nHeap && weight[heap[yy+1]] < weight[heap[yy]]) yy++; if (weight[tmp] < weight[heap[yy]]) break; heap[zz] = heap[yy]; zz = yy; } heap[zz] = tmp; }; local
2789 { Int32 zz, tmp; zz = nHeap; tmp = heap[zz]; while (weight[tmp] < weight[heap[zz >> 1]]) { heap[zz] = heap[zz >> 1]; zz >>= 1; } heap[zz] = tmp; }; local
    [all...]
  /prebuilts/devtools/tools/lib/
commons-compress-1.0.jar 
jfreechart-1.0.9.jar 
  /prebuilts/tools/common/commons-compress/
commons-compress-1.0.jar 
  /prebuilts/tools/common/m2/repository/org/apache/commons/commons-compress/1.0/
commons-compress-1.0.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/lib/
ant.jar 
  /prebuilts/tools/common/ant/
ant.jar 
  /prebuilts/tools/common/m2/internal/org/apache/ant/ant/1.8.0/
ant-1.8.0.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 4781 milliseconds

12