| /src/crypto/external/apache2/openssl/dist/crypto/engine/ |
| eng_dyn.c | 210 int new_idx = ENGINE_get_ex_new_index(0, NULL, NULL, NULL, local 212 if (new_idx == -1) { 221 dynamic_ex_data_idx = new_idx; 222 new_idx = -1; 226 * In theory we could "give back" the index here if (new_idx>-1), but
|
| /src/crypto/external/bsd/openssl/dist/crypto/engine/ |
| eng_dyn.c | 212 int new_idx = ENGINE_get_ex_new_index(0, NULL, NULL, NULL, local 214 if (new_idx == -1) { 223 dynamic_ex_data_idx = new_idx; 224 new_idx = -1; 228 * In theory we could "give back" the index here if (new_idx>-1), but
|
| /src/crypto/external/bsd/openssl.old/dist/crypto/engine/ |
| eng_dyn.c | 207 int new_idx = ENGINE_get_ex_new_index(0, NULL, NULL, NULL, local 209 if (new_idx == -1) { 217 dynamic_ex_data_idx = new_idx; 218 new_idx = -1; 222 * In theory we could "give back" the index here if (new_idx>-1), but
|
| /src/external/bsd/tmux/dist/ |
| session.c | 705 int new_idx, new_curw_idx, marked_idx = -1; local 712 new_idx = options_get_number(s->options, "base-index"); 717 wl_new = winlink_add(&s->windows, new_idx); 727 new_idx++;
|
| /src/crypto/external/apache2/openssl/dist/crypto/bio/ |
| bss_dgram_pair.c | 84 size_t new_idx; local 101 new_idx = r->idx[idx] + num_bytes; 102 if (new_idx == r->len) 103 new_idx = 0; 105 r->idx[idx] = new_idx;
|
| /src/external/gpl3/gcc/dist/gcc/ |
| tree-ssa-loop-im.cc | 2639 unsigned new_idx; local 2643 && !sm_seq_push_down (seq, seq.length () - 1, &new_idx)) 2648 seq[new_idx].second = sm_other; 2649 seq[new_idx].from = NULL_TREE; 2677 unsigned new_idx; local 2678 if (!sm_seq_push_down (seq, seq.length () - 1, &new_idx) 2686 seq[new_idx].second = sm_other; 2906 unsigned new_idx; local 2915 && !sm_seq_push_down (seq->second, i, &new_idx)) 2924 seq->second[new_idx].second = sm_other [all...] |
| ipa-prop.cc | 5582 int new_idx = -1; local 5584 new_idx = new_indices[v->index]; 5586 if (new_idx >= 0) 5588 v->index = new_idx;
|
| /src/external/gpl3/gcc.old/dist/gcc/ |
| tree-ssa-loop-im.cc | 2588 unsigned new_idx; local 2592 && !sm_seq_push_down (seq, seq.length () - 1, &new_idx)) 2597 seq[new_idx].second = sm_other; 2598 seq[new_idx].from = NULL_TREE; 2626 unsigned new_idx; local 2627 if (!sm_seq_push_down (seq, seq.length () - 1, &new_idx) 2635 seq[new_idx].second = sm_other; 2855 unsigned new_idx; local 2864 && !sm_seq_push_down (seq->second, i, &new_idx)) 2873 seq->second[new_idx].second = sm_other [all...] |
| ipa-prop.cc | 5639 int new_idx local 5644 v->index = new_idx; 5645 if (new_idx >= 0)
|
| /src/external/gpl3/gcc.old/dist/gcc/c-family/ |
| c-warn.cc | 3414 rdwr_map new_idx; local 3415 init_attr_rdwr_indices (&new_idx, newattrs); 3417 if (cur_idx.is_empty () && new_idx.is_empty ()) 3458 attr_access *newa = new_idx.get (parmpos);
|
| /src/external/gpl3/gcc/dist/gcc/c-family/ |
| c-warn.cc | 3452 rdwr_map new_idx; local 3453 init_attr_rdwr_indices (&new_idx, newattrs); 3455 if (cur_idx.is_empty () && new_idx.is_empty ()) 3496 attr_access *newa = new_idx.get (parmpos);
|