Searched refs:idx2 (Results 1 - 25 of 33) sorted by relevance

12

/macosx-10.10.1/bind9-45.101/bind9/contrib/idn/idnkit-1.0-src/lib/
H A Dnameprep_template.c77 int idx2 = IDX2(MAP, v); local
83 offset = TABLE[IMAP[IMAP[idx0] + idx1]].tbl[idx2];
96 int idx2 = IDX2(PROH, v); local
102 return (bm[idx2 / 8] & (1 << (idx2 % 8)));
111 int idx2 = IDX2(UNAS, v); local
117 return (bm[idx2 / 8] & (1 << (idx2 % 8)));
126 int idx2 = IDX2(BIDI, v); local
132 offset = TABLE[IMAP[IMAP[idx0] + idx1]].tbl[idx2];
[all...]
/macosx-10.10.1/ruby-106/ruby/ext/tk/lib/tkextlib/iwidgets/
H A Dtoolbar.rb85 def delete(idx1, idx2=nil)
86 if idx2
87 tk_call(@path, 'delete', index(idx1), index(idx2))
H A Dnotebook.rb76 def delete(idx1, idx2=nil)
80 if idx2
81 if (new_idx2 = self.index(idx2)) < 0
82 new_idx2 = tagid(idx2)
H A Dtabnotebook.rb88 def delete(idx1, idx2=nil)
89 if idx2
90 tk_call(@path, 'delete', index(idx1), index(idx2))
H A Dtabset.rb70 def delete(idx1, idx2=nil)
71 if idx2
72 tk_call(@path, 'delete', index(idx1), index(idx2))
H A Dhierarchy.rb272 def compare(idx1, op, idx2)
274 op, _get_eval_enc_str(idx2)))
H A Dscrolledtext.rb88 def compare(idx1, op, idx2)
90 op, _get_eval_enc_str(idx2)))
/macosx-10.10.1/ICU-531.30/icuSources/tools/gencnval/
H A Dgencnval.c656 uint32_t idx, idx2; local
701 for (idx2 = 0; idx2 < tags[standard].aliasList[idx].aliasCount; idx2++) {
702 uint16_t aliasNum = tags[standard].aliasList[idx].aliases[idx2];
803 uint16_t idx, idx2, idx3; local
806 for (idx2 = 0; idx2 < converterCount; idx2++) {
807 for (idx3 = 0; idx3 < tags[idx].aliasList[idx2]
[all...]
/macosx-10.10.1/configd-699.1.5/SystemConfiguration.fproj/
H A DSCNetworkMigration.c378 CFIndex idx2 = 0; local
396 for (idx2 = 0; idx2 < CFArrayGetCount(interfaces); idx2++) {
399 CFDictionaryRef dict = CFArrayGetValueAtIndex(interfaces, idx2);
411 CFArrayInsertValueAtIndex(interfaces, idx2, interfaceEntity);
740 for (CFIndex idx2 = 0; idx2 < targetBuiltinInterfaceCount; idx2++) {
741 targetInterface = CFArrayGetValueAtIndex(targetBuiltinInterfaces, idx2);
[all...]
/macosx-10.10.1/ppp-786.1.1/Controller/
H A Dflow_divert_controller.c523 CFIndex idx2; local
526 for (idx2 = 0; idx2 < id_count; idx2++) {
530 if (idx2 == idx1) {
534 str_len2 = strlen(c_signing_ids[idx2]);
538 str_idx < str_len1 && str_idx < str_len2 && c_signing_ids[idx1][str_idx] == c_signing_ids[idx2][str_idx];
/macosx-10.10.1/tcl-105/tcl_ext/tklib/tklib/modules/menubar/
H A Dtree.tcl824 set idx2 [lsearch -exact ${children} ${node2}]
826 set children [lreplace ${children} ${idx2} ${idx2} ${node1}]
833 set idx2 [lsearch -exact ${children2} ${node2}]
835 set children2 [lreplace ${children2} ${idx2} ${idx2} ${node1}]
/macosx-10.10.1/vim-55/src/
H A Ddiff.c46 static int diff_equal_entry __ARGS((diff_T *dp, int idx1, int idx2));
1549 diff_equal_entry(dp, idx1, idx2)
1552 int idx2;
1558 if (dp->df_count[idx1] != dp->df_count[idx2])
1568 cmp = diff_cmp(line, ml_get_buf(curtab->tp_diffbuf[idx2],
1569 dp->df_lnum[idx2] + i, FALSE));
2492 int idx2; local
2498 idx2 = diff_buf_idx(buf2);
2499 if (idx1 == DB_COUNT || idx2 == DB_COUNT || curtab->tp_first_diff == NULL)
2523 if (baseline > dp->df_count[idx2])
[all...]
H A Dquickfix.c1923 int idx2 = -1; local
1945 if (!get_list_range(&arg, &idx1, &idx2) || *arg != NUL)
1953 if (idx2 < 0)
1954 idx2 = (-idx2 > i) ? 0 : idx2 + i + 1;
1961 if ((qfp->qf_valid || all) && idx1 <= i && i <= idx2)
/macosx-10.10.1/OpenLDAP-499.27/OpenLDAP/servers/slapd/back-bdb/
H A Dmonitor.c579 const monitor_idx_t *idx2 = (const monitor_idx_t *)p2; local
581 return SLAP_PTRCMP( idx1->idx_ad, idx2->idx_ad );
588 monitor_idx_t *idx2 = (monitor_idx_t *)p2; local
590 return SLAP_PTRCMP( idx1->idx_ad, idx2->idx_ad ) == 0 ? -1 : 0;
/macosx-10.10.1/ruby-106/ruby/
H A Dencoding.c791 int idx1, idx2; local
796 idx2 = rb_enc_get_index(str2);
798 if (idx1 < 0 || idx2 < 0)
801 if (idx1 == idx2) {
805 enc2 = rb_enc_from_index(idx2);
818 if (!isstr2 && idx2 == ENCINDEX_US_ASCII)
828 idx1 = idx2;
829 idx2 = idx0;
/macosx-10.10.1/ruby-106/ruby/ext/tk/lib/tk/
H A Dtext.rb628 def compare(idx1, op, idx2)
630 op, _get_eval_enc_str(idx2)))
633 def count(idx1, idx2, *opts)
641 args << _get_eval_enc_str(idx1) << _get_eval_enc_str(idx2)
649 def count_info(idx1, idx2, update=true)
656 lst = count(idx1, idx2, :update, *opts)
658 lst = count(idx1, idx2, *opts)
670 def replace(idx1, idx2, *opts)
671 tk_send('replace', idx1, idx2, *opts)
/macosx-10.10.1/apache-793/httpd/modules/cache/
H A Dmod_socache_shmcb.c147 * idx2 = { data_pos = 3, data_used = 3, id_len = 1, ...}
754 SHMCBIndex *idx2; local
766 idx2 = SHMCB_INDEX(subcache, subcache->idx_pos);
767 subcache->data_used -= SHMCB_CYCLIC_SPACE(idx->data_pos, idx2->data_pos,
769 subcache->data_pos = idx2->data_pos;
773 idx = idx2;
/macosx-10.10.1/gnutar-453/gnutar/lib/
H A Dfnmatch_loop.c386 int32_t idx2; local
389 idx2 = findidx (&np);
390 if (idx2 != 0 && len == weights[idx2])
396 == weights[idx2 + 1 + cnt]))
/macosx-10.10.1/ruby-106/ruby/ext/tk/sample/
H A Dtktree.tcl89 foreach {axis idx1 idx2} {yview 1 3 xview 0 2} {
90 set range [expr abs([lindex $region $idx2]) - abs([lindex $region $idx1])]
91 set itemtop [lindex $item $idx1]; set itembot [lindex $item $idx2]
/macosx-10.10.1/ruby-106/ruby/ext/tk/lib/tkextlib/tktable/
H A Dtktable.rb558 def delete_active(idx1, idx2=None)
559 tk_send('delete', 'active', tagid(idx1), tagid(idx2))
590 def get_area(idx1, idx2)
591 simplelist(tk_send('get', tagid(idx1), tagid(idx2))).collect{|v|
/macosx-10.10.1/tcl-105/tcl_ext/tcllib/tcllib/modules/struct/
H A Dlist.tcl382 proc ::struct::list::LlcsInvert2 {idx1 idx2 len1 len2} {
387 foreach a $idx1 b $idx2 {
456 proc ::struct::list::LlcsInvertMerge2 {idx1 idx2 len1 len2} {
461 foreach a $idx1 b $idx2 {
/macosx-10.10.1/OpenSSH-189/openssh/
H A Dkey.c434 u_int idx0, idx1, idx2, idx3, idx4; local
439 idx2 = ((((u_int)(dgst_raw[2 * i])) & 3) +
443 retval[j++] = vowels[idx2];
457 idx2 = seed / 6;
460 retval[j++] = vowels[idx2];
/macosx-10.10.1/ruby-106/ruby/ext/tk/tkutil/
H A Dtkutil.c300 long idx, idx2, size, size2; local
365 for(idx2 = 0; idx2 < size2; idx2++) {
366 val2 = RARRAY_PTR(val)[idx2];
/macosx-10.10.1/cxxfilt-11/cxxfilt/libiberty/
H A Dregex.c3423 int32_t idx2 = table[ch];
3424 size_t len = weights[idx2];
3435 == weights[idx2 + 1 + cnt]))
6343 int32_t idx, idx2;
6361 idx2 = 0;
6363 for (i = 0 ; idx2 == 0 && i < WORK_BUFFER_SIZE - 1; i++)
6375 idx2 = findidx ((const wint_t**)&cp);
6392 len = weights[idx2];
6400 if (idx2 != 0 && len == weights[idx])
6404 == weights[idx2
3410 int32_t idx2 = table[ch]; local
6326 int32_t idx, idx2; local
[all...]
/macosx-10.10.1/gnudiff-19/diffutils/lib/
H A Dregex.c3494 int32_t idx2 = table[ch];
3495 size_t len = weights[idx2];
3506 == weights[idx2 + 1 + cnt]))
6545 int32_t idx, idx2;
6563 idx2 = 0;
6565 for (i = 0 ; idx2 == 0 && i < WORK_BUFFER_SIZE - 1; i++)
6577 idx2 = findidx ((const wint_t**)&cp);
6594 len = weights[idx2];
6602 if (idx2 != 0 && len == weights[idx])
6606 == weights[idx2
3481 int32_t idx2 = table[ch]; variable
6528 int32_t idx, idx2; local
[all...]

Completed in 211 milliseconds

12