| /external/e2fsprogs/lib/ss/ |
| help.c | 48 register int idx; local 83 for (fd = -1, idx = 0; info->info_dirs[idx] != (char *)NULL; idx++) { 84 buffer = malloc(strlen (info->info_dirs[idx]) + 1 + 91 (void) strcpy(buffer, info->info_dirs[idx]);
|
| /external/openssl/crypto/objects/ |
| obj_xref.c | 99 int idx = sk_nid_triple_find(sig_app, &tmp); local 100 if (idx >= 0) 101 rv = sk_nid_triple_value(sig_app, idx); 131 int idx = sk_nid_triple_find(sigx_app, &tmp); local 132 if (idx >= 0) 134 t = sk_nid_triple_value(sigx_app, idx);
|
| /external/openssl/crypto/x509/ |
| x509_ext.c | 99 void *X509_CRL_get_ext_d2i(X509_CRL *x, int nid, int *crit, int *idx) 101 return X509V3_get_d2i(x->crl->extensions, nid, crit, idx); 150 void *X509_get_ext_d2i(X509 *x, int nid, int *crit, int *idx) 152 return X509V3_get_d2i(x->cert_info->extensions, nid, crit, idx); 198 void *X509_REVOKED_get_ext_d2i(X509_REVOKED *x, int nid, int *crit, int *idx) 200 return X509V3_get_d2i(x->extensions, nid, crit, idx);
|
| /external/skia/tests/ |
| PathCoverageTest.cpp | 29 int idx = SkAbs32(SkScalarRound(dx)); local 31 if (idx > idy) { 32 idx += idy >> 1; 34 idx = idy + (idx >> 1); 36 return idx;
|
| /frameworks/rs/ |
| rsElement.h | 97 const Element * getField(uint32_t idx) const {return mFields[idx].e.get();} 98 const char * getFieldName(uint32_t idx) const {return mFields[idx].name.string();} 99 uint32_t getFieldArraySize(uint32_t idx) const {return mFields[idx].arraySize;}
|
| /external/opencv/ml/src/ |
| mlboost.cpp | 199 int idx = cat_labels[i]; local 201 int d = idx >= 0 ? CV_DTREE_CAT_DIR(idx,subset) : 0; 220 int idx = sorted[i].i; local 221 double w = weights[idx]; 222 dir[idx] = (char)-1; 228 int idx = sorted[i].i; local 229 double w = weights[idx]; 230 dir[idx] = (char)1; 262 int idx = sorted[i].i local 277 int idx = sorted[i].i; local 302 int idx = sorted[i].i; local 343 int i, j, k, idx; local 455 int idx = sorted[i].i; local 464 int idx = sorted[i].i; local 509 int idx = cat_labels[i]; local 535 int idx = (int)(sum_ptr[subset_i] - sum); local 562 int idx = (int)(sum_ptr[i] - sum); local 591 int idx = sorted[i].i; local 606 int idx = sorted[i].i; local 660 int idx = cat_labels[i]; local 715 int idx = labels[i]; local 749 int idx = labels[i]; local 1361 int idx = vidx ? vidx[i] : i; local [all...] |
| /external/opencv/cv/src/ |
| cvhistogram.cpp | 816 int idx = cvFloor((j - a)*scale); local 817 if( (unsigned)idx < (unsigned)sz ) 818 idx *= step; 820 idx = ICV_HIST_DUMMY_IDX; 822 tab[i*(hi - lo) + j - lo] = idx; 831 int idx = -1, write_idx = ICV_HIST_DUMMY_IDX, sz = size[i]; local 846 if( (unsigned)(++idx) < (unsigned)sz ) 848 limit = hist->thresh2[i][idx+1]; 851 write_idx = idx*step; 940 int idx = tab[i] local 957 int idx = tab[v0] + tab[256+v1]; local 972 int idx = tab[v0] + tab[256+v1]; local 995 int idx = tab[v0] + tab[256+v1] + tab[512+v2]; local 1010 int idx = tab[v0] + tab[256+v1] + tab[512+v2]; local 1030 int idx = tab[i*256 + img[i][x]]; local 1048 int idx = tab[i*256 + img[i][x]]; local 1078 int idx = tab[i*256 + img[i][x]]; local 1098 int idx = tab[i*256 + img[i][x]]; local 1259 int idx = cvFloor((double)img[i][x]*uni_range[i][0] local 1278 int idx = cvFloor((double)img[i][x]*uni_range[i][0] local 1309 int idx = -1, sz = histsize[i]; local 1346 int idx = cvFloor(img[i][x]*uni_range[i][0] local 1370 int idx = -1, sz = histsize[i]; local 1602 int idx = tab[i]; local 1647 int idx = tab[v0] + tab[256+v1]; local 1662 int idx = tab[v0] + tab[256+v1]; local 1691 int idx = tab[v0] + tab[256+v1] + tab[512+v2]; local 1707 int idx = tab[v0] + tab[256+v1] + tab[512+v2]; local 1732 int idx = tab[i*256 + img[i][x]]; local 1753 int idx = tab[i*256 + img[i][x]]; local 1789 int idx = tab[i*256 + img[i][x]]; local 1933 int idx = cvFloor(img[i][x]*uni_range[i][0] local 1961 int idx = -1, sz = histsize[i]; local 1995 int idx = cvFloor(img[i][x]*uni_range[i][0] local 2018 int idx = -1, sz = histsize[i]; local [all...] |
| /dalvik/dexgen/src/com/android/dexgen/dex/file/ |
| ProtoIdsSection.java | 133 int idx = 0; local 136 ((ProtoIdItem) i).setIndex(idx); 137 idx++;
|
| /dalvik/dexgen/src/com/android/dexgen/util/ |
| ListIntSet.java | 110 private int idx = 0; 114 return idx < ints.size(); 123 return ints.get(idx++);
|
| /dalvik/dx/src/com/android/dx/dex/file/ |
| ProtoIdsSection.java | 133 int idx = 0; local 136 ((ProtoIdItem) i).setIndex(idx); 137 idx++;
|
| /dalvik/dx/src/com/android/dx/util/ |
| ListIntSet.java | 110 private int idx = 0; 114 return idx < ints.size(); 123 return ints.get(idx++);
|
| /external/antlr/antlr-3.4/runtime/ObjC/Framework/ |
| ANTLRPtrBuffer.h | 84 - (void) insertObject:(id)aRule atIndex:(NSUInteger)idx; 85 - (id) objectAtIndex:(NSUInteger)idx; 87 - (void)removeObjectAtIndex:(NSInteger)idx;
|
| /external/dexmaker/src/dx/java/com/android/dx/dex/file/ |
| ProtoIdsSection.java | 133 int idx = 0; local 136 ((ProtoIdItem) i).setIndex(idx); 137 idx++;
|
| /external/dexmaker/src/dx/java/com/android/dx/util/ |
| ListIntSet.java | 110 private int idx = 0; 114 return idx < ints.size(); 123 return ints.get(idx++);
|
| /external/elfutils/libdw/ |
| dwarf_getscopevar.c | 96 inline bool file_matches (Dwarf_Files *files, size_t idx) 98 if (idx >= files->nfiles) 101 const char *file = files->info[idx].name;
|
| /external/freetype/src/autofit/ |
| afwarp.c | 125 FT_Int idx; local 129 for ( idx = idx_min; idx <= idx_max; idx++, y++ ) 130 scores[idx] += af_warper_weights[y & 63] * len; 135 FT_Int idx; local 138 for ( idx = idx_min; idx <= idx_max; idx++ ) 140 AF_WarpScore score = scores[idx]; [all...] |
| /external/iproute2/tc/ |
| q_prio.c | 34 int idx = 0; local 74 if (idx > TC_PRIO_MAX) { 78 opt.priomap[idx++] = band; 85 for (; idx < TC_PRIO_MAX; idx++) 86 opt.priomap[idx] = opt.priomap[TC_PRIO_BESTEFFORT];
|
| q_rr.c | 35 int idx = 0; local 75 if (idx > TC_PRIO_MAX) { 79 opt.priomap[idx++] = band;
|
| /external/jmonkeyengine/engine/src/terrain/com/jme3/terrain/noise/filter/ |
| OptimizedErode.java | 69 int idx = y * size + x;
local 70 float h = tmp[idx];
107 retval[idx] = 0.5f * (vertAvg / (vertCount > 0 ? vertCount : 1) + horizAvg / (horizCount > 0 ? horizCount : 1));
|
| /external/v8/test/mjsunit/regress/ |
| regress-732.js | 28 // idx is a valid array index but is too big to be cached in hash field. 29 var idx = 10000000; variable 36 obj[idx] = "obj" + idx; 39 var str = "" + idx; 46 assertEquals(obj[str], obj[idx])
|
| splice-missing-wb.js | 34 for (var i = 0; i < a.length; i++) a[i] = {idx:i}; 42 a[0] = {idx:0}; 52 // Try accessing a[0].idx. It will segfault if write-barrier was accidentally 54 assertEquals(0, a[0].idx); 55 assertEquals(1, a[1].idx); 56 assertEquals(202, a[2].idx);
|
| /frameworks/av/media/libstagefright/codecs/m4v_h263/enc/src/ |
| mp4enc_api.cpp | 190 Int nLayers, idx, i, j; local 603 for (idx = 0; idx < nLayers; idx++) 605 temp_w = video->encParams->LayerWidth[idx]; 606 temp_h = video->encParams->LayerHeight[idx]; 617 mbsPerSec = (Int)(nTotalMB * video->encParams->LayerFrameRate[idx]); 618 if (mbsPerSec > video->encParams->LayerMaxMbsPerSec[idx]) status = PV_FALSE; 660 for (idx = 0; idx < nTotalMB; idx++ 1080 Int idx, i; local 2965 Int idx, temp_w, temp_h, max = 0, max_width, max_height; local [all...] |
| /bionic/libc/kernel/arch-x86/asm/ |
| desc_32.h | 74 #define GET_DESC_BASE(idx, gdt, base, lo_w, lo_b, hi_b) movb idx*8+4(gdt), lo_b; movb idx*8+7(gdt), hi_b; shll $16, base; movw idx*8+2(gdt), lo_w;
|
| /dalvik/libdex/ |
| DexFile.cpp | 105 const char* dexStringAndSizeById(const DexFile* pDexFile, u4 idx, 107 const DexStringId* pStringId = dexGetStringId(pDexFile, idx); 186 int idx = hash & mask; local 193 while (pLookup->table[idx].classDescriptorOffset != 0) { 194 idx = (idx + 1) & mask; 200 pLookup->table[idx].classDescriptorHash = hash; 201 pLookup->table[idx].classDescriptorOffset = stringOff; 202 pLookup->table[idx].classDefOffset = classDefOff; 446 int idx, mask local [all...] |
| /development/ndk/platforms/android-9/arch-x86/include/asm/ |
| desc_32.h | 74 #define GET_DESC_BASE(idx, gdt, base, lo_w, lo_b, hi_b) movb idx*8+4(gdt), lo_b; movb idx*8+7(gdt), hi_b; shll $16, base; movw idx*8+2(gdt), lo_w;
|