HomeSort by: relevance | last modified time | path
    Searched defs:index1 (Results 1 - 21 of 21) sorted by relevancy

  /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_xauth.c 1334 int index1 = 0; local
1344 while ((member = gr->gr_mem[index1++])!=NULL) {
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;
  /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/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/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/binutils/dist/gprofng/src/
dbe_structs.h 216 int index1; member in struct:__anon10305
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/
dbe_structs.h 216 int index1; member in struct:__anon11778
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/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/gpl3/gcc/dist/gcc/
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;
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))
expr.cc 11884 tree index1 = fold_convert_loc (loc, sizetype, treeop1);
11897 index1 = size_diffop_loc (loc, index1,
11901 if (tree_fits_uhwi_p (index1)
11902 && compare_tree_int (index1, TREE_STRING_LENGTH (init)) < 0)
11910 [TREE_INT_CST_LOW (index1)],
11864 tree index1 = fold_convert_loc (loc, sizetype, treeop1); local
  /src/external/gpl3/gcc.old/dist/gcc/
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;
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))
expr.cc 11072 tree index1 = fold_convert_loc (loc, sizetype, treeop1);
11085 index1 = size_diffop_loc (loc, index1,
11089 if (tree_fits_uhwi_p (index1)
11090 && compare_tree_int (index1, TREE_STRING_LENGTH (init)) < 0)
11098 [TREE_INT_CST_LOW (index1)],
11052 tree index1 = fold_convert_loc (loc, sizetype, treeop1); local
  /src/sys/dev/stbi/
stb_image.c 3801 int index1 = j * tga_width * req_comp; local
3805 unsigned char temp = tga_data[index1];
3806 tga_data[index1] = tga_data[index2];
3808 ++index1;
  /src/external/gpl3/gcc/dist/gcc/cp/
typeck.cc 1338 tree index1, index2;
1345 index1 = TEMPLATE_TYPE_PARM_INDEX (TYPE_MAIN_VARIANT (t1));
1349 if (TEMPLATE_PARM_IDX (index1) != TEMPLATE_PARM_IDX (index2)
1350 || TEMPLATE_PARM_LEVEL (index1) != TEMPLATE_PARM_LEVEL (index2)
1351 || (TEMPLATE_PARM_PARAMETER_PACK (index1)
1336 tree index1, index2; local
  /src/external/gpl3/gcc.old/dist/gcc/cp/
typeck.cc 1188 tree index1, index2;
1195 index1 = TEMPLATE_TYPE_PARM_INDEX (TYPE_MAIN_VARIANT (t1));
1199 if (TEMPLATE_PARM_IDX (index1) != TEMPLATE_PARM_IDX (index2)
1200 || TEMPLATE_PARM_LEVEL (index1) != TEMPLATE_PARM_LEVEL (index2)
1201 || (TEMPLATE_PARM_PARAMETER_PACK (index1)
1186 tree index1, index2; local

Completed in 97 milliseconds