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

  /src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/tests/
sanitizer_bitvector_test.cc 36 uptr last_idx = bv.size(); local
41 if (last_idx != bv.size())
42 EXPECT_LT(last_idx, idx);
43 last_idx = idx;
48 last_idx = bv.size();
51 if (last_idx != bv.size())
52 EXPECT_LT(last_idx, idx);
53 last_idx = idx;
  /src/external/gpl3/gcc/dist/libsanitizer/sanitizer_common/
sanitizer_stack_store.cpp 77 uptr last_idx = GetBlockIdx(start + count - 1); local
78 if (LIKELY(block_idx == last_idx)) {
91 *pack += blocks_[last_idx].Stored(count - in_first);
  /src/lib/libc/stdlib/
malloc.c 230 static size_t last_idx; variable
374 last_idx = ptr2idx(tail) - 1;
377 if ((last_idx+1) >= malloc_ninfo && !extend_pgdir(last_idx)) {
379 last_idx = ptr2idx(malloc_brk) - 1;
831 if (idx > last_idx) {
1027 for(i=idx;i <= last_idx;)
1030 last_idx = idx - 1;
1125 if (idx > last_idx) {
  /src/sys/dev/pci/
if_et.c 1836 int error, maxsegs, first_idx, last_idx, i; local
1912 last_idx = -1;
1925 last_idx = idx;
1937 KASSERT(last_idx >= 0);
1938 tbd->tbd_buf[first_idx].tb_dmap = tbd->tbd_buf[last_idx].tb_dmap;
1939 tbd->tbd_buf[last_idx].tb_dmap = map;
1940 tbd->tbd_buf[last_idx].tb_mbuf = m;
  /src/external/gpl3/gcc/dist/gcc/analyzer/
region-model-manager.cc 1228 HOST_WIDE_INT last_idx local
1231 if (start_idx == last_idx)
svalue.cc 1579 HOST_WIDE_INT last_idx local
1582 if (start_idx == last_idx)
  /src/external/gpl3/gcc.old/dist/gcc/analyzer/
region-model-manager.cc 1068 HOST_WIDE_INT last_idx local
1071 if (start_idx == last_idx)
svalue.cc 1407 HOST_WIDE_INT last_idx local
1410 if (start_idx == last_idx)
  /src/external/mit/isl/dist/interface/
plain_cpp.cc 1931 string call, last_idx; local
1941 last_idx = ::to_string(num_params - 1);
1957 prefix.c_str(), last_idx.c_str());
  /src/external/gpl3/binutils/dist/gprofng/src/
Experiment.h 82 int last_idx; member in struct:__anon10248
  /src/external/gpl3/binutils.old/dist/gprofng/src/
Experiment.h 82 int last_idx; member in struct:__anon11721
  /src/external/gpl3/gcc/dist/gcc/
tree-ssa-strlen.cc 483 int last_idx = 0; local
490 return last_idx;
583 return last_idx;
587 return last_idx;
598 last_idx = idx;
604 return last_idx;
tree-ssa-reassoc.cc 4724 unsigned int first_idx, last_idx; member in struct:inter_bb_range_test_entry
4854 bb_ent.last_idx = bb_ent.first_idx;
4916 bb_ent.last_idx++;
4932 bb_ent.last_idx++;
4937 bb_ent.last_idx = ops.length ();
4941 for (unsigned int i = bb_ent.first_idx; i < bb_ent.last_idx; ++i)
4998 bb_ent.last_idx++;
5003 bb_ent.last_idx = ops.length ();
5006 for (unsigned int i = bb_ent.first_idx; i < bb_ent.last_idx; ++i)
5026 if (bbinfo[idx].first_idx < bbinfo[idx].last_idx
    [all...]
tree-vect-slp.cc 7589 unsigned last_idx = 0; local
7605 last_idx = i;
7624 && (i != last_idx
9708 int last_idx = stack.length () - 1; local
9709 while (stack[last_idx] != node)
9710 last_idx--;
9716 unsigned todo = stack.length () - last_idx;
9719 for (int idx = stack.length () - 1; idx >= last_idx; --idx)
9764 stack.truncate (last_idx);
dwarf2out.cc 29825 count_index_strings (indirect_string_node **h, unsigned int *last_idx)
29830 *last_idx += 1;
29884 unsigned int last_idx = 0;
29888 <unsigned int *, count_index_strings> (&last_idx);
29889 str_offsets_length = last_idx * dwarf_offset_size + 4;
29951 count_index_addrs (addr_table_entry **slot, unsigned int *last_idx)
29956 *last_idx += 1;
29976 unsigned int last_idx = 0;
29980 <unsigned int *, count_index_addrs> (&last_idx);
29981 addrs_length = last_idx * DWARF2_ADDR_SIZE + 4
29865 unsigned int last_idx = 0; local
29957 unsigned int last_idx = 0; local
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/
tree-ssa-strlen.cc 481 int last_idx = 0; local
488 return last_idx;
581 return last_idx;
585 return last_idx;
596 last_idx = idx;
602 return last_idx;
tree-ssa-reassoc.cc 4679 unsigned int first_idx, last_idx; member in struct:inter_bb_range_test_entry
4809 bb_ent.last_idx = bb_ent.first_idx;
4871 bb_ent.last_idx++;
4887 bb_ent.last_idx++;
4892 bb_ent.last_idx = ops.length ();
4896 for (unsigned int i = bb_ent.first_idx; i < bb_ent.last_idx; ++i)
4953 bb_ent.last_idx++;
4958 bb_ent.last_idx = ops.length ();
4961 for (unsigned int i = bb_ent.first_idx; i < bb_ent.last_idx; ++i)
4981 if (bbinfo[idx].first_idx < bbinfo[idx].last_idx
    [all...]
tree-vect-slp.cc 7677 int last_idx = stack.length () - 1; local
7678 while (stack[last_idx] != node)
7679 last_idx--;
7685 unsigned todo = stack.length () - last_idx;
7688 for (int idx = stack.length () - 1; idx >= last_idx; --idx)
7733 stack.truncate (last_idx);
dwarf2out.cc 29679 count_index_strings (indirect_string_node **h, unsigned int *last_idx)
29684 *last_idx += 1;
29738 unsigned int last_idx = 0;
29742 <unsigned int *, count_index_strings> (&last_idx);
29743 str_offsets_length = last_idx * dwarf_offset_size + 4;
29805 count_index_addrs (addr_table_entry **slot, unsigned int *last_idx)
29810 *last_idx += 1;
29830 unsigned int last_idx = 0;
29834 <unsigned int *, count_index_addrs> (&last_idx);
29835 addrs_length = last_idx * DWARF2_ADDR_SIZE + 4
29719 unsigned int last_idx = 0; local
29811 unsigned int last_idx = 0; local
    [all...]

Completed in 144 milliseconds