Searched defs:ii (Results 151 - 175 of 221) sorted by relevance

123456789

/external/chromium_org/third_party/webrtc/modules/audio_coding/codecs/isac/fix/source/
H A Dlpc_masking_model.c550 int k, n, ii; local
661 for (ii=0; ii<ORDERLO+2; ii++) {
662 corrloQQ[ii] = WEBRTC_SPL_LSHIFT_W32(corrloQQ[ii], sh_lo);
672 for (ii=0; ii<ORDERHI+1; ii++) {
673 corrhiQQ[ii]
[all...]
/external/iputils/
H A Dping_common.c214 int ii, jj, kk; local
230 ii = sscanf(patp,
236 if (ii > 0) {
237 for (kk = 0; kk <= maxpacket - (8 + ii); kk += ii)
238 for (jj = 0; jj < ii; ++jj)
243 for (jj = 0; jj < ii; ++jj)
/external/libpng/contrib/visupng/
H A DVisualPng.c525 int i, ii; local
569 ii = 0;
572 strcpy (*ppFileList + ii, szImgPathName);
573 strcpy (strrchr(*ppFileList + ii, '\\') + 1, finddata.cFileName);
575 if (strcmp(pstrPathName, *ppFileList + ii) == 0)
578 ii += MAX_PATH;
589 ii = i * MAX_PATH;
593 if (strcmp (*ppFileList + ii, *ppFileList + jj) > 0)
596 strcpy (*ppFileList + jj, *ppFileList + ii);
597 strcpy (*ppFileList + ii, szTm
[all...]
/external/mesa3d/src/gallium/drivers/llvmpipe/
H A Dlp_texture.c1318 uint ii = x, jj = y; local
1319 uint tile_offset = jj / TILE_SIZE + ii / TILE_SIZE;
1360 uint ii = x, jj = y; local
1361 uint tile_offset = jj / TILE_SIZE + ii / TILE_SIZE;
/external/mesa3d/src/gallium/state_trackers/xorg/
H A Dxorg_xv.c347 int ii = (i|1), jj = (j|1); local
348 int vuoffset = (w/2)*(ii/2) + (jj/2);
/external/mesa3d/src/mesa/drivers/dri/i915/
H A Dintel_tris.c917 intelRenderClippedLine(struct gl_context * ctx, GLuint ii, GLuint jj) argument
921 tnl->Driver.Render.Line(ctx, ii, jj);
/external/mesa3d/src/mesa/main/
H A Dtexcompress_fxt1.c1304 const GLint ii = i % inHeight; local
1309 = src[ii * srcRowStride + jj * comps + k];
/external/openssl/crypto/bio/
H A Dbss_dgram.c1190 int ii, auth_data = 0, auth_forward = 0; local
1197 ii = getsockopt(b->num, IPPROTO_SCTP, SCTP_PEER_AUTH_CHUNKS, authchunks, &optlen);
1198 OPENSSL_assert(ii >= 0);
/external/valgrind/main/none/tests/ppc32/
H A DtestVMX.c212 int ii, pos; local
216 for (ii= 0; ii< nadd; ii++)
217 if (memTab[ii].returnAdd == ptr)
219 pos = ii;
230 free( memTab[ii].realAdd );
232 for (ii= pos+1; ii< nadd; ii
[all...]
/external/webrtc/src/modules/audio_coding/codecs/isac/fix/source/
H A Dlpc_masking_model.c550 int k, n, ii; local
661 for (ii=0; ii<ORDERLO+2; ii++) {
662 corrloQQ[ii] = WEBRTC_SPL_LSHIFT_W32(corrloQQ[ii], sh_lo);
672 for (ii=0; ii<ORDERHI+1; ii++) {
673 corrhiQQ[ii]
[all...]
/external/bluetooth/bluedroid/stack/btm/
H A Dbtm_sec.c1167 UINT8 ii; local
1260 for (ii = 0; ii <= HCI_EXT_FEATURES_PAGE_MAX; ii++)
1262 p_features = p_dev_rec->features[ii];
1264 ii, p_features[0], p_features[1], p_features[2], p_features[3]);
/external/bluetooth/bluedroid/stack/gatt/
H A Dgatt_utils.c1347 UINT8 ii = 0; local
1351 for (ii = 0, p_sreg = gatt_cb.sr_reg; ii < GATT_MAX_SR_PROFILES; ii++, p_sreg++)
1371 return ii;
1562 UINT8 ii = (UINT8)gatt_if; local
1565 if (ii)
1567 ii--; /* convert from one based to zero based */
1568 p_reg = &gatt_cb.cl_rcb[ii];
1569 if ( (ii < GATT_MAX_APP
2756 UINT8 ii = 0; local
[all...]
/external/chromium_org/third_party/freetype/src/autofit/
H A Daflatin2.c929 FT_UInt ii, jj; local
931 for ( ii = 0; ii < count; ii++ )
933 if ( segments[ii].dir > 0 )
935 for ( jj = ii + 1; jj < count; jj++ )
942 tmp = segments[ii];
943 segments[ii] = segments[jj];
954 axis->mid_segments = ii;
/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/gallivm/
H A Dlp_bld_tgsi_soa.c443 LLVMValueRef ii = lp_build_const_int32(bld->gallivm, i); local
445 indexes, ii, "");
450 res = LLVMBuildInsertElement(builder, res, scalar, ii, "");
486 LLVMValueRef ii = lp_build_const_int32(gallivm, i); local
487 LLVMValueRef index = LLVMBuildExtractElement(builder, indexes, ii, "");
489 LLVMValueRef val = LLVMBuildExtractElement(builder, values, ii, "scatter_val");
491 LLVMBuildExtractElement(builder, pred, ii, "scatter_pred") : NULL;
495 ii, val, index, scalar_ptr);
1003 LLVMValueRef ii = lp_build_const_int32(gallivm, i); local
1005 ii, i
1046 LLVMValueRef ii = lp_build_const_int32(gallivm, i); local
[all...]
/external/chromium_org/third_party/sqlite/src/ext/fts3/
H A Dfts3_snippet.c839 int ii; local
840 for(ii=0; ii<pPhrase->nToken; ii++){
841 if( pPhrase->aToken[ii].bFulltext ) break;
843 if( ii<pPhrase->nToken ){
/external/chromium_org/third_party/sqlite/src/src/
H A Dvdbe.c2559 int ii; local
2653 for(ii=0; ii<db->nDb; ii++){
2654 rc = sqlite3BtreeSavepoint(db->aDb[ii].pBt, p1, iSavepoint);
3550 u16 ii; local
3574 for(ii=0; ii<nField; ii++){
3575 if( aMx[ii]
[all...]
/external/chromium_org/third_party/usrsctp/usrsctplib/netinet/
H A Dsctp_indata.c2128 int ii; local
2130 for (ii = 0; ii < distance; ii++) {
2131 asoc->mapping_array[ii] = asoc->mapping_array[slide_from + ii];
2132 asoc->nr_mapping_array[ii] = asoc->nr_mapping_array[slide_from + ii];
2135 for (ii = distance; ii < aso
[all...]
/external/clang/lib/CodeGen/
H A DCGExprComplex.cpp49 ComplexExprEmitter(CodeGenFunction &cgf, bool ir=false, bool ii=false) argument
50 : CGF(cgf), Builder(CGF.Builder), IgnoreReal(ir), IgnoreImag(ii) {
/external/freetype/src/autofit/
H A Daflatin2.c930 FT_UInt ii, jj; local
932 for ( ii = 0; ii < count; ii++ )
934 if ( segments[ii].dir > 0 )
936 for ( jj = ii + 1; jj < count; jj++ )
943 tmp = segments[ii];
944 segments[ii] = segments[jj];
955 axis->mid_segments = ii;
/external/libpng/contrib/gregbook/
H A Drpng2-win.c967 int ii, x, y, hw, hh, grayspot; local
1021 ii = (int)hue;
1022 f = hue - (double)ii;
1026 if (ii == 0) { red = v; green = t; blue = p; }
1027 else if (ii == 1) { red = q; green = v; blue = p; }
1028 else if (ii == 2) { red = p; green = v; blue = t; }
1029 else if (ii == 3) { red = p; green = q; blue = v; }
1030 else if (ii == 4) { red = t; green = p; blue = v; }
1031 else if (ii == 5) { red = v; green = p; blue = q; }
H A Drpng2-x.c1194 int ii, x, y, hw, hh, grayspot; local
1248 ii = (int)hue;
1249 f = hue - (double)ii;
1253 if (ii == 0) { red = v; green = t; blue = p; }
1254 else if (ii == 1) { red = q; green = v; blue = p; }
1255 else if (ii == 2) { red = p; green = v; blue = t; }
1256 else if (ii == 3) { red = p; green = q; blue = v; }
1257 else if (ii == 4) { red = t; green = p; blue = v; }
1258 else if (ii == 5) { red = v; green = p; blue = q; }
1963 int ii, local
[all...]
/external/mesa3d/src/gallium/auxiliary/gallivm/
H A Dlp_bld_tgsi_soa.c443 LLVMValueRef ii = lp_build_const_int32(bld->gallivm, i); local
445 indexes, ii, "");
450 res = LLVMBuildInsertElement(builder, res, scalar, ii, "");
486 LLVMValueRef ii = lp_build_const_int32(gallivm, i); local
487 LLVMValueRef index = LLVMBuildExtractElement(builder, indexes, ii, "");
489 LLVMValueRef val = LLVMBuildExtractElement(builder, values, ii, "scatter_val");
491 LLVMBuildExtractElement(builder, pred, ii, "scatter_pred") : NULL;
495 ii, val, index, scalar_ptr);
1003 LLVMValueRef ii = lp_build_const_int32(gallivm, i); local
1005 ii, i
1046 LLVMValueRef ii = lp_build_const_int32(gallivm, i); local
[all...]
/external/pdfium/core/src/fpdfapi/fpdf_page/
H A Dfpdf_page_func.cpp400 for (int ii = 0; ii < n - 1; ii ++) {
401 m_Stack[m_StackCount - n + ii] = m_Stack[m_StackCount - n + ii + 1];
408 int ii; local
409 for (ii = 0; ii < n - 1; ii ++) {
410 m_Stack[m_StackCount - ii
[all...]
/external/valgrind/main/callgrind/
H A Dmain.c109 static void log_global_event(InstrInfo* ii) argument
114 CLG_(bb_base) + ii->instr_offset, ii->instr_size);
118 CLG_ASSERT( (ii->eventset->mask & (1u<<EG_BUS))>0 );
125 cost_Bus = CLG_(cost_base) + ii->cost_offset + ii->eventset->offset[EG_BUS];
136 void log_cond_branch(InstrInfo* ii, Word taken) argument
143 CLG_(bb_base) + ii->instr_offset, taken);
145 miss = 1 & do_cond_branch_predict(CLG_(bb_base) + ii->instr_offset, taken);
149 CLG_ASSERT( (ii
166 log_ind_branch(InstrInfo* ii, UWord actual_dst) argument
780 InstrInfo* ii; local
808 InstrInfo* ii; local
[all...]
H A Dsim.c987 InstrInfo ii = { 0,0,0,0 }; local
992 current_ii = &ii; /* needs to be set for update_XX_use */
1063 static void log_1I0D(InstrInfo* ii) argument
1067 current_ii = ii;
1068 IrRes = (*simulator.I1_Read)(CLG_(bb_base) + ii->instr_offset, ii->instr_size);
1071 CLG_(bb_base) + ii->instr_offset, ii->instr_size, cacheRes(IrRes));
1079 cost_Ir = CLG_(cost_base) + ii->cost_offset + ii
1160 log_1I1Dr(InstrInfo* ii, Addr data_addr, Word data_size) argument
1196 log_0I1Dr(InstrInfo* ii, Addr data_addr, Word data_size) argument
1223 log_1I1Dw(InstrInfo* ii, Addr data_addr, Word data_size) argument
1256 log_0I1Dw(InstrInfo* ii, Addr data_addr, Word data_size) argument
1757 cachesim_add_icost(SimCost cost, BBCC* bbcc, InstrInfo* ii, ULong exe_count) argument
[all...]

Completed in 2951 milliseconds

123456789