| /external/tcpdump/ |
| print-fr.c | 391 u_int tlen,idx,hdr_len = 0; local 452 for (idx = 0; idx < ie_len && idx < MFR_ID_STRING_MAXLEN; idx++) { 453 if (*(tptr+idx) != 0) /* don't print null termination */ 454 safeputchar(*(tptr+idx));
|
| print-ldp.c | 251 u_int ui,vc_info_len, vc_info_tlv_type, vc_info_tlv_len,idx; local 392 for (idx = 2; idx < vc_info_tlv_len; idx++) 393 safeputchar(*(tptr+idx));
|
| /external/wpa_supplicant_8/src/ap/ |
| ieee802_1x.c | 109 int idx, int broadcast, 138 key->key_index = idx | (broadcast ? 0 : BIT(7)); 178 broadcast ? "broadcast" : "unicast", idx); 198 if (key->idx >= hapd->conf->broadcast_key_idx_max || 199 key->idx < hapd->conf->broadcast_key_idx_min) 200 key->idx = hapd->conf->broadcast_key_idx_min; 202 key->idx++; 204 if (!key->key[key->idx]) 205 key->key[key->idx] = os_malloc(key->default_len); 206 if (key->key[key->idx] == NULL | [all...] |
| /packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/JAJP/ |
| OpenWnnClauseConverterJAJP.java | 173 int idx = end - 1; local 176 if (sentence[idx] != null) { 178 if (sentence[idx].frequency > sentence[start-1].frequency + CLAUSE_COST + FREQ_LEARN) { 183 if (sentence[idx].frequency > CLAUSE_COST + FREQ_LEARN) { 216 if (sentence[idx] == null || (sentence[idx].frequency < ws.frequency)) { 217 sentence[idx] = ws;
|
| /ndk/sources/host-tools/sed-4.2.1/lib/ |
| regcomp.c | 51 static Idx duplicate_node (re_dfa_t *dfa, Idx org_idx, unsigned int constraint); 52 static Idx search_duplicated_node (const re_dfa_t *dfa, Idx org_node, 56 Idx node, bool root); 58 static Idx fetch_number (re_string_t *input, re_token_t *token, 66 Idx nest, reg_errcode_t *err); 69 Idx nest, reg_errcode_t *err); 72 Idx nest, reg_errcode_t *err); 75 Idx nest, reg_errcode_t *err) 1274 int idx = node->token.opr.idx; local 1406 Idx idx = node->node_idx; local 1575 Idx idx; local 1608 Idx src, idx; local 2835 int32_t elem, idx; local 2967 int32_t elem, idx; local 3778 Idx idx = (Idx) (long) extra; local [all...] |
| /external/icu4c/i18n/ |
| ucol_wgt.cpp | 63 getWeightByte(uint32_t weight, int32_t idx) { 64 return getWeightTrail(weight, idx); /* same calculation */ 68 setWeightByte(uint32_t weight, int32_t idx, uint32_t byte) { 71 idx*=8; 72 if(idx<32) { 73 mask=((uint32_t)0xffffffff)>>idx; 86 idx=32-idx; 87 mask|=0xffffff00<<idx; 88 return (uint32_t)((weight&mask)|(byte<<idx)); [all...] |
| /external/openssh/ |
| kex.c | 383 int *idx; local 386 for (idx = &check[0]; *idx != -1; idx++) { 387 if ((p = strchr(my[*idx], ',')) != NULL) 389 if ((p = strchr(peer[*idx], ',')) != NULL) 391 if (strcmp(my[*idx], peer[*idx]) != 0) { 393 my[*idx], peer[*idx]); [all...] |
| /external/wpa_supplicant_8/wpa_supplicant/ |
| bgscan_learn.c | 238 int idx, *n; local 243 idx = data->probe_idx + 1; 244 while (idx != data->probe_idx) { 245 if (data->supp_freqs[idx] == 0) 246 idx = 0; 247 if (!in_array(freqs, data->supp_freqs[idx])) { 249 "%u", data->supp_freqs[idx]); 250 data->probe_idx = idx; 255 freqs[count] = data->supp_freqs[idx]; 261 idx++ [all...] |
| /dalvik/vm/compiler/ |
| Dataflow.cpp | 1676 int idx; local 1693 int idx; local 1709 int idx; local 1725 int idx; local [all...] |
| /external/dropbear/libtomcrypt/src/encauth/ocb/ |
| ocb_test.c | 167 int err, x, idx, res; 172 if ((idx = find_cipher("aes")) == -1) { 173 if ((idx = find_cipher("rijndael")) == -1) { 180 if ((err = ocb_encrypt_authenticate_memory(idx, tests[x].key, 16, 204 if ((err = ocb_decrypt_verify_memory(idx, tests[x].key, 16, tests[x].nonce, outct, tests[x].ptlen,
|
| /external/icu4c/tools/makeconv/ |
| genmbcs.c | 562 uint32_t idx; local 583 idx=c>>MBCS_STAGE_1_SHIFT; 589 if(mbcsData->stage1[idx]==MBCS_STAGE_2_ALL_UNASSIGNED_INDEX) { 609 mbcsData->stage1[idx]=(uint16_t)newBlock; 614 idx=mbcsData->stage1[idx]+nextOffset; 623 if(mbcsData->stage2Single[idx]==0) { 639 i=idx; 648 p=stage3+mbcsData->stage2Single[idx]+nextOffset; 682 uint32_t idx, b, old, stage3Index local [all...] |
| /external/linux-tools-perf/util/ |
| trace-event-read.c | 375 int idx = cpu_data[cpu].index; local 376 void *ptr = page + idx; 389 if (!idx) { 411 idx = calc_index(ptr, cpu); 413 if (idx >= cpu_data[cpu].page_size) {
|
| /external/opencv/cxcore/src/ |
| cxutils.cpp | 1023 icvShuffle1D( const uchar* src, const int* idx, uchar* dst, int d, int n, int elemSize ) 1030 dst[i*d] = src[idx[i]]; 1034 ((ushort*)dst)[i*d] = ((ushort*)src)[idx[i]]; 1038 ((int*)dst)[i*d] = ((int*)src)[idx[i]]; 1042 ((int64*)dst)[i*d] = ((int64*)src)[idx[i]]; 1062 CvMat istub, *idx = _idx ? cvGetMat(_idx, &istub) : 0; local 1065 int istep = idx ? idx->step/sizeof(int) : 0; 1072 if( idx ) 1074 if( CV_MAT_TYPE( idx->type ) != CV_32SC1 [all...] |
| /external/openssl/crypto/x509/ |
| x509_att.c | 340 void *X509_ATTRIBUTE_get0_data(X509_ATTRIBUTE *attr, int idx, 344 ttmp = X509_ATTRIBUTE_get0_type(attr, idx); 353 ASN1_TYPE *X509_ATTRIBUTE_get0_type(X509_ATTRIBUTE *attr, int idx) 356 if(idx >= X509_ATTRIBUTE_count(attr)) return NULL; 357 if(!attr->single) return sk_ASN1_TYPE_value(attr->value.set, idx);
|
| /external/icu4c/common/ |
| ustrcase.c | 216 int32_t prev, titleStart, titleLimit, idx, destIndex, length; local 240 idx=ubrk_first(csm->iter); 242 idx=ubrk_next(csm->iter); 244 if(idx==UBRK_DONE || idx>srcLength) { 245 idx=srcLength; 261 if(prev<idx) { 264 U16_NEXT(src, titleLimit, idx, c); 269 if(titleLimit==idx) { 276 U16_NEXT(src, titleLimit, idx, c) [all...] |
| /external/llvm/lib/ExecutionEngine/JIT/ |
| JITEmitter.cpp | 617 unsigned idx = revGOTMap[addr]; local 618 if (!idx) { 619 idx = ++nextGOTIndex; 620 revGOTMap[addr] = idx; 621 DEBUG(dbgs() << "JIT: Adding GOT entry " << idx << " for addr [" 624 return idx; 874 unsigned idx = Resolver.getGOTIndexForAddr(ResultPtr); local 892 unsigned idx = Resolver.getGOTIndexForAddr((void*)BufferBegin); local [all...] |
| /external/icu4c/test/cintltst/ |
| cdattst.c | 1102 int32_t idx, dateIdx, timeIdx, localeCount; local [all...] |
| /external/valgrind/main/VEX/priv/ |
| guest_generic_x87.c | 618 UInt pol, UInt idx, 622 vassert((idx >> 1) == 0); 636 if (idx) { 653 if (idx) { 729 UInt idx = (imm8 >> 6) & 1; // imm8[6] 1==msb/bytemask local 759 intRes1, zmaskL, zmaskR, validL, pol, idx, isxSTRM 797 intRes1, zmaskL, zmaskR, validL, pol, idx, isxSTRM 837 intRes1, zmaskL, zmaskR, validL, pol, idx, isxSTRM 877 intRes1, zmaskL, zmaskR, validL, pol, idx, isxSTRM
|
| /external/valgrind/main/coregrind/m_demangle/ |
| cplus-dem.c | 550 int idx; local 558 idx = consume_count (mangled); 570 idx = **mangled - '0'; 574 return idx; 1848 int idx; local 1966 int idx; local 3160 int idx; local 3239 int idx; local 3645 int idx; local [all...] |
| /sdk/emulator/opengl/shared/OpenglCodecCommon/ |
| GLSharedGroup.cpp | 313 ssize_t idx = m_shaders.indexOfKey(shader); local 314 if (programData && idx >= 0) { 316 refShaderDataLocked(idx); 325 ssize_t idx = m_shaders.indexOfKey(shader); local 326 if (programData && idx >= 0) { 328 unrefShaderDataLocked(idx); 448 ssize_t idx = m_shaders.indexOfKey(shader); local 449 if (idx >= 0) { 450 unrefShaderDataLocked(idx);
|
| /hardware/ti/wlan/wl1271/stad/src/Data_link/ |
| Ctrl.c | 804 TI_UINT8 idx; local 835 TI_UINT8 idx; local [all...] |
| /external/skia/src/gpu/gl/ |
| GrGpuGLShaders.cpp | 879 int idx = GrGLProgram::PositionAttributeIdx(); local 888 int idx = GrGLProgram::TexCoordAttributeIdx(t); local 905 int idx = GrGLProgram::ColorAttributeIdx(); local 920 int idx = GrGLProgram::CoverageAttributeIdx(); local 935 int idx = GrGLProgram::EdgeAttributeIdx(); local [all...] |
| /frameworks/av/media/libstagefright/codecs/avc/common/src/ |
| deblock.cpp | 735 int idx, tmp; local 766 for (idx = 0; idx < 4; idx += 2) // unroll the loop, make 4 iterations to 2 770 pnz = MbQ->nz_coeff + (idx << 2); 833 pnz = MbQ->nz_coeff + ((idx + 1) << 2); 902 } /* end of: for(idx=0; idx<2; idx++) */ 910 int idx, tmp local [all...] |
| /cts/tests/tests/graphics/src/android/graphics/cts/ |
| BitmapRegionDecoderTest.java | 332 private String obtainPath(int idx) throws IOException { 335 File file = new File(dir, NAMES_TEMP_FILES[idx]); 336 InputStream is = obtainInputStream(RES_IDS[idx]); 385 int idx = row * width + col; local 386 mse += distance(expectedColors[idx], actualColors[idx]);
|
| /dalvik/dexgen/src/com/android/dexgen/dex/file/ |
| DebugInfoDecoder.java | 111 int idx = -1; local 114 idx = file.getStringIds().indexOf(new CstUtf8("this")); 123 thisStringIdx = idx; 274 // TODO: Final 0 should be idx of paramType.getDescriptor(). 502 int idx = entry.nameIndex; local 504 if ((idx < 0) || (idx == thisStringIdx)) {
|