| /src/external/gpl2/gettext/dist/gnulib-local/lib/ |
| 3level.h | 89 uint32_t index1 = wc >> (t->q + t->p); local 90 if (index1 < t->level1_size) 92 uint32_t lookup1 = t->level1[index1]; 115 uint32_t index1 = wc >> (t->q + t->p); local 123 if (index1 >= t->level1_size) 125 if (index1 >= t->level1_alloc) 128 if (alloc <= index1) 129 alloc = index1 + 1; 134 while (index1 >= t->level1_size) 138 if (t->level1[index1] == EMPTY 183 uint32_t index1; local [all...] |
| /src/crypto/dist/ipsec-tools/src/racoon/ |
| isakmp_unity.c | 209 int index1 = 0; local 218 for(;index1 < count; index1++) 221 &network[index1], 232 for(;index1 < count; index1++) 235 &network[index1], 266 int index1 = 0; local 282 for (; index1 < count; index1++) [all...] |
| isakmp.c | 394 isakmp_index *index1 = (isakmp_index *)isakmp; local 451 iph1 = getph1byindex(index1); 551 iph1 = getph1byindex0(index1); 627 iph1 = getph1byindex0(index1); 1529 isakmp_pindex(const isakmp_index *index1, const uint32_t msgid) 1538 p = (const u_char *)index1;
|
| isakmp_xauth.c | 1334 int index1 = 0; local 1344 while ((member = gr->gr_mem[index1++])!=NULL) {
|
| /src/external/gpl2/gettext/dist/gettext-tools/libuniname/ |
| uniname.c | 155 unsigned int index1; local 167 index1 = tmp; 169 q = jamo_initial_short_name[index1]; 379 unsigned int index1; local 381 for (index1 = 0; index1 < 19; index1++) 382 if (memcmp(jamo_initial_short_name[index1], p1, n1) == 0 383 && jamo_initial_short_name[index1][n1] == '\0') 397 return 0xAC00 + (index1 * 21 + index2) * 28 + index3 [all...] |
| /src/external/gpl2/groff/dist/src/include/ |
| font.h | 49 int get_kern(int index1, int index2, int point_size); 112 void add_kern(int index1, int index2, int amount);
|
| /src/external/gpl3/binutils/dist/gprofng/src/ |
| Module.cc | 960 for (int index1 = 0; index1 < data_items->size (); index1++) 962 Hist_data::HistItem *hi = data_items->fetch (index1); 1030 marks->append (index1); 1039 for (int index1 = 0; index1 < data_items->size (); index1++) 1041 Hist_data::HistItem *hi = data_items->fetch (index1); 1059 int_pair_t pair = {index1, index2} [all...] |
| dbe_structs.h | 216 int index1; member in struct:__anon10305
|
| vec.h | 139 void swap (long index1, long index2); 336 Vector<ITEM>::swap (long index1, long index2) 339 item = data[index1]; 340 data[index1] = data[index2];
|
| DbeSession.cc | 2286 int which, index, index1; local 2295 index1 = index + 1; 2306 fprintf (dis_file, NTXT ("%8d) %s\n"), index1, item_name); 2313 fprintf (dis_file, NTXT ("%8d) %s %s:0x%llx (%s)\n"), index1, 2316 fprintf (dis_file, NTXT ("%8d) %s %s:0x%llx\n"), index1, 2325 fprintf (dis_file, NTXT ("%8d) %s(%s)\n"), index1, 2328 fprintf (dis_file, NTXT ("%8d) %s(%s)\n"), index1, item_name, 2332 fprintf (dis_file, NTXT ("%8d) %s\n"), index1, item_name); 2398 int index1, index2; local 2399 Vec_loop (LoadObject*, lobjs, index1, loitem 2431 int index1, index2, index3, which = -1; local [all...] |
| /src/external/gpl3/binutils.old/dist/gprofng/src/ |
| Module.cc | 960 for (int index1 = 0; index1 < data_items->size (); index1++) 962 Hist_data::HistItem *hi = data_items->fetch (index1); 1030 marks->append (index1); 1039 for (int index1 = 0; index1 < data_items->size (); index1++) 1041 Hist_data::HistItem *hi = data_items->fetch (index1); 1059 int_pair_t pair = {index1, index2} [all...] |
| dbe_structs.h | 216 int index1; member in struct:__anon11778
|
| vec.h | 139 void swap (long index1, long index2); 336 Vector<ITEM>::swap (long index1, long index2) 339 item = data[index1]; 340 data[index1] = data[index2];
|
| DbeSession.cc | 2286 int which, index, index1; local 2295 index1 = index + 1; 2306 fprintf (dis_file, NTXT ("%8d) %s\n"), index1, item_name); 2313 fprintf (dis_file, NTXT ("%8d) %s %s:0x%llx (%s)\n"), index1, 2316 fprintf (dis_file, NTXT ("%8d) %s %s:0x%llx\n"), index1, 2325 fprintf (dis_file, NTXT ("%8d) %s(%s)\n"), index1, 2328 fprintf (dis_file, NTXT ("%8d) %s(%s)\n"), index1, item_name, 2332 fprintf (dis_file, NTXT ("%8d) %s\n"), index1, item_name); 2398 int index1, index2; local 2399 Vec_loop (LoadObject*, lobjs, index1, loitem 2431 int index1, index2, index3, which = -1; local [all...] |
| /src/external/gpl3/gcc/dist/contrib/unicode/from_glibc/ |
| utf8_gen.py | 70 index1, index2 = divmod(index2, 21) 72 + JAMO_INITIAL_SHORT_NAME[index1] \
|
| /src/external/gpl3/gcc.old/dist/contrib/unicode/from_glibc/ |
| utf8_gen.py | 70 index1, index2 = divmod(index2, 21) 72 + JAMO_INITIAL_SHORT_NAME[index1] \
|
| /src/external/gpl2/gettext/dist/gettext-tools/src/ |
| x-csharp.c | 754 unsigned int index1 = uc >> 16; local 755 if (index1 < ((const int *) table)[0]) 757 int lookup1 = ((const int *) table)[1 + index1];
|
| /src/external/mit/lua/dist/src/ |
| lapi.c | 334 LUA_API int lua_rawequal (lua_State *L, int index1, int index2) { 335 const TValue *o1 = index2value(L, index1); 357 LUA_API int lua_compare (lua_State *L, int index1, int index2, int op) { 362 o1 = index2value(L, index1);
|
| /src/external/gpl2/gettext/dist/gettext-tools/gnulib-lib/ |
| linebreak.c | 584 unsigned int index1 = uc >> lbrkprop_header_0; local 585 if (index1 < lbrkprop_header_1) 587 int lookup1 = lbrkprop.level1[index1];
|
| /src/external/gpl2/gettext/dist/gettext-tools/libgettextpo/ |
| linebreak.c | 584 unsigned int index1 = uc >> lbrkprop_header_0; local 585 if (index1 < lbrkprop_header_1) 587 int lookup1 = lbrkprop.level1[index1];
|
| /src/external/gpl3/gcc.old/dist/libphobos/src/std/algorithm/ |
| sorting.d | 1029 auto index1 = new immutable(int)*[arr.length]; 1030 makeIndex!("a < b")(arr, index1); 1031 assert(isSorted!("*a < *b")(index1)); 1044 auto index1 = new immutable(int)*[arr.length]; 1046 alias ImmIndex = typeof(index1); 1051 makeIndex!("a < b")(arr, index1); 1052 assert(isSorted!("*a < *b")(index1));
|
| /src/external/gpl3/gcc/dist/gcc/ |
| tree-ssa-alias.cc | 1504 tree index1 = TREE_OPERAND (ref1, 1); local 1511 if (operand_equal_p (index1, low_bound1, 0) 1549 if (TREE_CODE (index1) == INTEGER_CST && TREE_CODE (index2) == INTEGER_CST) 1551 if (tree_int_cst_equal (index1, index2))
|
| ipa-modref.cc | 2799 int index1 = stack.last ().name; local 2801 while (stack.last ().pos < m_lattice[index1].propagate_to.length ()) 2803 int index2 = m_lattice[index1] 2819 && stack.last ().pos == m_lattice[index1].propagate_to.length ()) 2821 rpo[pos--] = index1;
|
| /src/external/gpl3/gcc.old/dist/gcc/ |
| tree-ssa-alias.cc | 1491 tree index1 = TREE_OPERAND (ref1, 1); local 1498 if (operand_equal_p (index1, low_bound1, 0) 1536 if (TREE_CODE (index1) == INTEGER_CST && TREE_CODE (index2) == INTEGER_CST) 1538 if (tree_int_cst_equal (index1, index2))
|
| ipa-modref.cc | 2796 int index1 = stack.last ().name; local 2798 while (stack.last ().pos < m_lattice[index1].propagate_to.length ()) 2800 int index2 = m_lattice[index1] 2816 && stack.last ().pos == m_lattice[index1].propagate_to.length ()) 2818 rpo[pos--] = index1;
|