HomeSort by relevance Sort by last modified time
    Searched refs:jj (Results 26 - 50 of 171) sorted by null

12 3 4 5 6 7

  /external/chromium_org/third_party/angle/src/compiler/translator/
UnfoldShortCircuitAST.cpp 73 for (size_t jj = ii + 1; jj < replacements.size(); ++jj)
75 NodeUpdateEntry& entry2 = replacements[jj];
  /frameworks/av/media/libeffects/lvm/lib/Common/src/
Core_MixInSoft_D32C31_SAT.c 39 LVM_INT16 ii,jj; local
76 for (jj = 4; jj!=0 ; jj--){
  /external/chromium_org/gpu/command_buffer/tests/
gl_test_utils.cc 118 for (int jj = 0; jj < 4; ++jj) {
119 vertices[ii * 4 + jj] = color[jj];
140 for (int jj = 0; jj < 4; ++jj) {
141 uint8 actual = pixels[offset + jj];
142 uint8 expected = color[jj];
    [all...]
  /external/chromium_org/gpu/command_buffer/client/
gles2_implementation_unittest_autogen.h 1082 for (int jj = 0; jj < 1; ++jj) {
1083 data[jj] = static_cast<GLfloat>(jj);
1109 for (int jj = 0; jj < 1; ++jj) {
1110 data[jj] = static_cast<GLint>(jj);
    [all...]
vertex_array_object_manager_unittest.cc 88 for (size_t jj = 0; jj < 4u; ++jj) {
89 manager_->SetAttribEnable(jj, true);
110 for (size_t jj = 0; jj < 4; ++jj) {
113 jj, GL_VERTEX_ATTRIB_ARRAY_BUFFER_BINDING, &param));
114 EXPECT_EQ(expected[ii][jj], param)
115 << "id: " << ids[ii] << ", attrib: " << jj; local
    [all...]
  /external/srec/srec/clib/
specnorm.c 94 int ii, jj, count, cumval; local
114 for (jj = ii; jj <= (spec->high_entry - spec->low_entry); jj++)
116 count += spec->hist[jj];
117 accum += spec->hist[jj] * (jj - ii);
128 int ii, jj, count, span, totcount; local
138 for (ii = 0, jj = spec->high_entry - spec->low_entry;
139 ii <= span; ii++, jj--
    [all...]
  /external/chromium_org/courgette/third_party/
bsdiff_create.cc 55 int i,j,k,x,tmp,jj,kk; local
77 jj=0;kk=0;
79 if(V[I[i]+h]<x) jj++;
82 jj+=start;kk+=jj;
85 while(i<jj) {
89 tmp=I[i];I[i]=I[jj+j];I[jj+j]=tmp;
97 while(jj+j<kk) {
98 if(V[I[jj+j]+h]==x)
    [all...]
  /external/google-tv-pairing-protocol/java/src/com/google/polo/json/
Test.java 22 JSONStringer jj; local
121 jj = new JSONStringer();
122 s = jj
156 jj = new JSONStringer();
157 jj.array();
158 jj.value(1);
159 jj.array();
160 jj.value(null);
161 jj.array();
162 jj.object()
    [all...]
  /external/chromium_org/third_party/sqlite/src/test/
fuzz_malloc.test 54 set jj 0
56 expr srand($jj)
57 incr jj
  /hardware/invensense/60xx/mlsdk/mllite/
mlstates.c 221 int kk, jj; local
232 for (jj = kk + 1;
233 jj < sStateChangeCallbacks.numStateChangeCallbacks; ++jj) {
234 sStateChangeCallbacks.stateChangeCallbacks[jj - 1] =
235 sStateChangeCallbacks.stateChangeCallbacks[jj];
  /external/chromium_org/third_party/mesa/src/src/mesa/tnl/
t_pipeline.h 70 extern void _tnl_RenderClippedLine( struct gl_context *ctx, GLuint ii, GLuint jj );
  /external/mesa3d/src/mesa/tnl/
t_pipeline.h 70 extern void _tnl_RenderClippedLine( struct gl_context *ctx, GLuint ii, GLuint jj );
  /external/srec/tools/grxmlcompile/
sub_phon.cpp 75 for (int jj= 0; jj < pronCount; jj++) {
77 int modelCount = pron.getPhonemeCount(jj);
80 pron.getPhoneme(jj, kk, modelLabel);
180 for (int jj= 0; jj < modelCount; jj++) {
181 if (jj == (modelCount - 1))
185 arcOne= CreateArc (modelSequence[jj], NONE_LABEL, currId, newId)
    [all...]
vocab.cpp 160 for (int jj=0;jj<getModelCount(ii);jj++) {
161 std::cout << " " << getModelID(ii,jj);
240 for ( int jj=0;jj<numPhonemes;jj++ )
243 getPIC(ii, jj, pic);
  /external/chromium_org/third_party/sqlite/src/ext/rtree/
rtree_util.tcl 65 for {set jj 1} {$jj <= $nCoord} {incr jj} {
66 set newval [format "%.${iPrec}f" [lindex $node $ii $jj]]
67 lset node $ii $jj $newval
  /external/eigen/bench/
sparse_setter.cpp 364 for(I jj = row_start; jj < row_end; jj++){
365 temp.push_back(std::make_pair(Aj[jj],Ax[jj]));
370 for(I jj = row_start, n = 0; jj < row_end; jj++, n++){
371 Aj[jj] = temp[n].first;
372 Ax[jj] = temp[n].second
387 I jj = row_end; local
    [all...]
  /external/eigen/Eigen/src/IterativeLinearSolvers/
IncompleteLUT.h 325 Index jj = 0; local
327 while (jj < sizel)
330 // we must select first the smallest column index among ju(jj:sizel)
332 Index minrow = ju.segment(jj,sizel-jj).minCoeff(&k); // k is relative to the segment
333 k += jj;
334 if (minrow != ju(jj))
337 Index j = ju(jj);
338 swap(ju(jj), ju(k));
339 jr(minrow) = jj; jr(j) = k
    [all...]
  /bootable/recovery/applypatch/
bsdiff.c 62 off_t i,j,k,x,tmp,jj,kk; local
84 jj=0;kk=0;
86 if(V[I[i]+h]<x) jj++;
89 jj+=start;kk+=jj;
92 while(i<jj) {
96 tmp=I[i];I[i]=I[jj+j];I[jj+j]=tmp;
104 while(jj+j<kk) {
105 if(V[I[jj+j]+h]==x)
    [all...]
  /external/bsdiff/
bsdiff.c 45 off_t i,j,k,x,tmp,jj,kk; local
67 jj=0;kk=0;
69 if(V[I[i]+h]<x) jj++;
72 jj+=start;kk+=jj;
75 while(i<jj) {
79 tmp=I[i];I[i]=I[jj+j];I[jj+j]=tmp;
87 while(jj+j<kk) {
88 if(V[I[jj+j]+h]==x)
    [all...]
  /external/chromium_org/chrome/installer/mac/third_party/bsdiff/
goobsdiff.c 60 off_t i,j,k,x,tmp,jj,kk; local
82 jj=0;kk=0;
84 if(V[I[i]+h]<x) jj++;
87 jj+=start;kk+=jj;
90 while(i<jj) {
94 tmp=I[i];I[i]=I[jj+j];I[jj+j]=tmp;
102 while(jj+j<kk) {
103 if(V[I[jj+j]+h]==x)
    [all...]
  /external/chromium_org/third_party/mesa/src/src/mesa/program/
prog_noise.c 260 int ii, jj; local
286 jj = j % 256;
294 n0 = t0 * t0 * grad2(perm[ii + perm[jj]], x0, y0);
302 n1 = t1 * t1 * grad2(perm[ii + i1 + perm[jj + j1]], x1, y1);
310 n2 = t2 * t2 * grad2(perm[ii + 1 + perm[jj + 1]], x2, y2);
347 int ii, jj, kk; local
427 jj = j % 256;
436 n0 = t0 * t0 * grad3(perm[ii + perm[jj + perm[kk]]], x0, y0, z0);
445 t1 * t1 * grad3(perm[ii + i1 + perm[jj + j1 + perm[kk + k1]]], x1,
455 t2 * t2 * grad3(perm[ii + i2 + perm[jj + j2 + perm[kk + k2]]], x2
530 int ii, jj, kk, ll; local
    [all...]
  /external/mesa3d/src/mesa/program/
prog_noise.c 260 int ii, jj; local
286 jj = j % 256;
294 n0 = t0 * t0 * grad2(perm[ii + perm[jj]], x0, y0);
302 n1 = t1 * t1 * grad2(perm[ii + i1 + perm[jj + j1]], x1, y1);
310 n2 = t2 * t2 * grad2(perm[ii + 1 + perm[jj + 1]], x2, y2);
347 int ii, jj, kk; local
427 jj = j % 256;
436 n0 = t0 * t0 * grad3(perm[ii + perm[jj + perm[kk]]], x0, y0, z0);
445 t1 * t1 * grad3(perm[ii + i1 + perm[jj + j1 + perm[kk + k1]]], x1,
455 t2 * t2 * grad3(perm[ii + i2 + perm[jj + j2 + perm[kk + k2]]], x2
530 int ii, jj, kk, ll; local
    [all...]
  /external/libselinux/src/
label_android_property.c 53 unsigned int ii, jj; local
58 for (jj = ii + 1; jj < data->nspec; jj++) {
59 if ((!strcmp(spec_arr[jj].property_key, curr_spec->property_key))) {
63 (spec_arr[jj].lr.ctx_raw,
69 spec_arr[jj].lr.ctx_raw,
  /external/qemu/distrib/libselinux/src/
label_android_property.c 53 unsigned int ii, jj; local
58 for (jj = ii + 1; jj < data->nspec; jj++) {
59 if ((!strcmp(spec_arr[jj].property_key, curr_spec->property_key))) {
63 (spec_arr[jj].lr.ctx_raw,
69 spec_arr[jj].lr.ctx_raw,
  /external/chromium_org/third_party/opus/src/tests/
test_opus_api.c 711 opus_int32 i,j,jj,sz; local
742 for(jj=0;jj<=1275*2+3;jj++)
745 ret=opus_packet_parse(packet,jj,&toc,frames,size,&payload_offset);
747 if((jj&1)==1 && jj<=2551)
752 if(size[0]!=size[1] || size[0]!=((jj-1)>>1))test_failed();
826 for(jj=49;jj<=64;jj++
    [all...]

Completed in 3577 milliseconds

12 3 4 5 6 7