HomeSort by relevance Sort by last modified time
    Searched refs:idx (Results 526 - 550 of 1388) sorted by null

<<21222324252627282930>>

  /external/icu4c/test/perf/convperf/
convperf.h 123 int32_t idx; local
127 for (idx = 0; idx < availableConverters; idx++) {
128 convNames[idx] = ucnv_getAvailableName(idx);
132 int32_t idx; local
136 for (idx = 0; idx < availableConverters; idx++)
    [all...]
  /external/qemu/tcg/
tcg.c 157 int idx; local
162 idx = s->nb_labels++;
163 l = &s->labels[idx];
166 return idx;
299 int idx; local
307 idx = s->nb_globals;
317 return idx;
322 int idx; local
324 idx = tcg_global_reg_new_internal(TCG_TYPE_I32, reg, name);
325 return MAKE_TCGV_I32(idx);
330 int idx; local
342 int idx; local
400 int idx; local
409 int idx; local
419 int idx, k; local
472 int idx; local
480 int idx; local
    [all...]
  /external/ganymed-ssh2/src/main/java/ch/ethz/ssh2/crypto/digest/
SHA1.java 58 int idx = currentPos >> 2; local
63 w[idx] = (((b[off++] & 0xff) << 24) | ((b[off++] & 0xff) << 16) | ((b[off++] & 0xff) << 8) | (b[off++] & 0xff));
74 w[idx] = (w[idx] << 24) | (((b[off++] & 0xff) << 16) | ((b[off++] & 0xff) << 8) | (b[off++] & 0xff));
85 w[idx] = (w[idx] << 16) | (((b[off++] & 0xff) << 8) | (b[off++] & 0xff));
96 w[idx] = (w[idx] << 8) | (b[off++] & 0xff);
157 int idx = currentPos >> 2; local
158 w[idx] = (w[idx] << 8) | (b[off++] & 0xff)
174 int idx = currentPos >> 2; local
204 int idx = currentPos >> 2; local
    [all...]
  /external/icu4c/common/
ucnv_ext.c 128 int32_t i, j, idx, length, matchLength; local
137 idx=0;
161 toUSection=toUTable+idx;
205 idx=(int32_t)UCNV_EXT_TO_U_GET_PARTIAL_INDEX(value);
531 int32_t i, j, idx, length, matchLength; local
539 idx=firstCP>>10; /* stage 1 index */
540 if(idx>=cx[UCNV_EXT_FROM_U_STAGE_1_LENGTH]) {
546 idx=UCNV_EXT_FROM_U(stage12, stage3, idx, firstCP);
549 value=stage3b[idx];
    [all...]
ucnv_io.c 197 #define GET_STRING(idx) (const char *)(gMainTable.stringTable + (idx))
198 #define GET_NORMALIZED_STRING(idx) (const char *)(gMainTable.normalizedStringTable + (idx))
657 uint32_t idx; local
680 for (idx = 0; idx < gMainTable.taggedAliasArraySize; idx++) {
681 listOffset = gMainTable.taggedAliasArray[idx];
683 uint32_t currTagNum = idx/gMainTable.converterListSize
708 uint32_t idx; local
    [all...]
  /external/freetype/src/cff/
cffgload.c 2105 FT_Int idx = (FT_Int)( args[0] >> 16 ); local
2122 FT_Int idx = (FT_Int)( args[1] >> 16 ); local
2176 FT_Int idx = (FT_Int)( args[1] >> 16 ); local
2188 FT_Int idx = (FT_Int)( args[0] >> 16 ); local
2367 FT_UInt idx = (FT_UInt)( ( args[0] >> 16 ) + local
2409 FT_UInt idx = (FT_UInt)( ( args[0] >> 16 ) + local
    [all...]
  /external/opencv/cv/src/
mycvHaarDetectObjects.cpp 407 int idx = 0; local
410 MyCvHidHaarTreeNode* node = classifier->node + idx;
419 idx = sum < t ? node->left : node->right;
421 while( idx > 0 );
422 return classifier->alpha[-idx];
1310 int idx = *(int*)cvGetSeqElem( idx_seq, i ); local
1346 int idx = *(int*)cvGetSeqElem( idx_seq, i ); local
1472 int idx = *(int*)cvGetSeqElem( idx_seq, i ); local
    [all...]
  /external/libvpx/mkvparser/
mkvparser.cpp 1259 const long idx = m_clusterCount; local
1263 assert(idx < m_clusterSize);
1265 Cluster* const pCluster = m_clusters[idx];
1289 pCluster->m_index = idx; //move from preloaded to loaded
1326 idx,
1333 assert(idx < m_clusterSize);
1334 assert(m_clusters[idx] == pCluster);
1695 const long idx = pCluster->m_index; local
2895 const ptrdiff_t idx = i - m_clusters; local
2957 const ptrdiff_t idx = i - m_clusters; local
3251 const long idx = m_clusterCount - 1; local
3272 long idx = pCurr->m_index; local
    [all...]
  /ndk/sources/host-tools/sed-4.2.1/lib/
regexec.c 24 Idx n) internal_function;
27 static reg_errcode_t match_ctx_add_entry (re_match_context_t *cache, Idx node,
28 Idx str_idx, Idx from, Idx to)
30 static Idx search_cur_bkref_entry (const re_match_context_t *mctx, Idx str_idx)
32 static reg_errcode_t match_ctx_add_subtop (re_match_context_t *mctx, Idx node,
33 Idx str_idx) internal_function;
35 Idx node, Idx str_idx
1442 Idx idx, cur_node; local
1918 Idx idx = re_node_set_contains (dest_nodes, cur_node) - 1; local
3168 Idx idx, outside_node; local
3896 int32_t idx; local
4031 int32_t idx; local
    [all...]
  /external/opencv/otherlibs/highgui/
grfmt_jpeg.cpp 866 int idx = lstrm.GetByte(); local
868 if( idx < 1 || idx > m_planes ) // wrong index
870 idx = i+1; // hack
872 cmp_info& ci = m_ci[idx-1];
953 int idx = zigzag[i]; local
954 m_tq[tq][idx] = buffer[i] * 16 * idct_prescale[idx];
961 int idx = zigzag[i]; local
962 m_tq[tq][idx] = ((unsigned short*)buffer)[i] * idct_prescale[idx]
1045 int idx[3] = { -1, -1, -1 }; local
1674 int idx = zigzag[j]; local
1692 int idx = i >= 2; local
    [all...]
  /external/valgrind/main/coregrind/m_syswrap/
syswrap-x86-linux.c 310 VG_(printf)("clone child has SETTLS: tls info at %p: idx=%d "
645 Int idx; local
662 idx = info->entry_number;
664 if (idx == -1) {
669 for (idx = 1; idx < VEX_GUEST_X86_GDT_NENT; idx++) {
670 if (gdt[idx].LdtEnt.Words.word1 == 0
671 && gdt[idx].LdtEnt.Words.word2 == 0)
675 if (idx == VEX_GUEST_X86_GDT_NENT
697 Int idx; local
    [all...]
  /frameworks/base/tools/aapt/
Command.cpp 243 ssize_t idx = tree.indexOfAttribute(ns, attr); local
244 if (idx < 0) {
248 if (tree.getAttributeValue(idx, &value) != NO_ERROR) {
255 const uint16_t* str = tree.getAttributeStringValue(idx, &len);
261 ssize_t idx = indexOfAttribute(tree, attrRes); local
262 if (idx < 0) {
266 if (tree.getAttributeValue(idx, &value) != NO_ERROR) {
273 const uint16_t* str = tree.getAttributeStringValue(idx, &len);
280 ssize_t idx = indexOfAttribute(tree, attrRes); local
281 if (idx < 0)
298 ssize_t idx = indexOfAttribute(tree, attrRes); local
319 ssize_t idx = indexOfAttribute(tree, attrRes); local
377 ssize_t idx = componentName.find("."); local
    [all...]
  /dalvik/vm/
BitVector.h 38 u4 idx; member in struct:BitVectorIterator
  /external/dropbear/libtomcrypt/src/mac/pmac/
pmac_test.c 124 int err, x, idx;
129 if ((idx = find_cipher("aes")) == -1) {
130 if ((idx = find_cipher("rijndael")) == -1) {
137 if ((err = pmac_memory(idx, tests[x].key, 16, tests[x].msg, tests[x].msglen, outtag, &len)) != CRYPT_OK) {
  /external/dropbear/libtomcrypt/src/pk/ecc/
ecc_export.c 49 if (ltc_ecc_is_valid_idx(key->idx) == 0) {
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.test.performance.ui/src/org/eclipse/test/internal/performance/results/db/
DB_Results.java 1230 int idx = Arrays.binarySearch(CONFIGS, config); local
1250 int idx = Arrays.binarySearch(COMPONENTS, component); local
1270 int idx = Arrays.binarySearch(DIMENSIONS, id); local
1290 int idx = Arrays.binarySearch(VMS, vm); local
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.test.performance.ui/src/org/eclipse/test/performance/ui/
ScenarioStatusTable.java 109 int idx = boxName.indexOf('('); local
110 if (idx < 0) {
114 StringTokenizer tokenizer = new StringTokenizer(boxName.substring(0, idx).trim(), " ");
122 tokenizer = new StringTokenizer(boxName.substring(idx).trim(), " ");
  /external/elfutils/libdwfl/
libdwflP.h 216 unsigned int idx; /* My index in the dwfl_cu.lines table. */ member in struct:Dwfl_Lines::Dwfl_Line
217 } idx[0]; member in struct:Dwfl_Lines
225 idx[line->idx]));
  /external/freetype/include/freetype/internal/
ftdebug.h 144 FT_Trace_Get_Name( FT_Int idx ); variable
  /external/freetype/include/freetype/internal/services/
svpsinfo.h 50 FT_UInt idx,
  /external/jdiff/src/jdiff/
RootDocToXML.java 70 int idx = xsdFileName.lastIndexOf('\\'); local
72 if (idx == -1 && idx2 == -1) {
74 } else if (idx == -1 && idx2 != -1) {
76 } else if (idx != -1 && idx2 == -1) {
77 xsdFileName = xsdFileName.substring(0, idx);
78 } else if (idx != -1 && idx2 != -1) {
79 int max = idx2 > idx ? idx2 : idx;
394 int idx = endOfFirstSentence(text); local
395 if (idx == 0)
820 int idx = endOfFirstSentence(rct); local
878 int idx = curDir.lastIndexOf(JDiff.DIR_SEP); local
929 int idx = endOfFirstSentence(rct); local
    [all...]
  /external/kernel-headers/original/asm-x86/
desc_32.h 225 * idx - descriptor index
236 #define GET_DESC_BASE(idx, gdt, base, lo_w, lo_b, hi_b) \
237 movb idx*8+4(gdt), lo_b; \
238 movb idx*8+7(gdt), hi_b; \
240 movw idx*8+2(gdt), lo_w;
  /external/linux-tools-perf/util/
strlist.h 32 struct str_node *strlist__entry(const struct strlist *self, unsigned int idx);
  /external/opencv/cxcore/src/
cximage.cpp 167 bool CvImage::read( CvFileStorage* fs, const char* seqname, int idx )
175 obj = cvRead( fs, (CvFileNode*)cvGetSeqElem( seqnode->data.seq, idx ));
320 bool CvMatrix::read( CvFileStorage* fs, const char* seqname, int idx )
328 obj = cvRead( fs, (CvFileNode*)cvGetSeqElem( seqnode->data.seq, idx ));
  /external/openssl/crypto/asn1/
a_strnid.c 199 int idx; local
207 idx = sk_ASN1_STRING_TABLE_find(stable, &fnd);
208 if(idx < 0) return NULL;
209 return sk_ASN1_STRING_TABLE_value(stable, idx);

Completed in 1840 milliseconds

<<21222324252627282930>>