HomeSort by: relevance | last modified time | path
    Searched refs:next_start (Results 1 - 10 of 10) sorted by relevancy

  /src/crypto/external/bsd/heimdal/dist/lib/wind/
normalize_table.h 27 unsigned char next_start; member in struct:canon_node
normalize.c 238 if (i < c->next_start || i >= c->next_end)
242 _wind_canon_next_table[c->next_offset + i - c->next_start];
  /src/crypto/external/bsd/heimdal/lib/libwind/
normalize_table.h 25 unsigned char next_start; member in struct:canon_node
  /src/external/apache2/llvm/dist/llvm/utils/benchmark/test/
output_test_helper.cc 68 SizeT next_start = 0; local
69 while ((pos = source.find(KV.first, next_start)) != std::string::npos) {
70 next_start = pos + KV.second.size();
  /src/external/bsd/wpa/dist/src/ap/
gas_query_ap.c 651 static int next_start = 0; local
656 gas, dst, (next_start + dialog_token) % 256))
661 dialog_token = (next_start + dialog_token) % 256;
662 next_start = (dialog_token + 1) % 256;
  /src/external/apache2/llvm/dist/libcxx/utils/google-benchmark/test/
output_test_helper.cc 77 SizeT next_start = 0; local
78 while ((pos = source.find(KV.first, next_start)) != std::string::npos) {
79 next_start = pos + KV.second.size();
  /src/external/gpl3/binutils/dist/bfd/
elf-eh-frame.c 1101 bfd_vma next_start; local
1112 next_start = text_sec->output_section->vma + text_sec->output_offset;
1113 if (end == next_start)
  /src/external/gpl3/binutils.old/dist/bfd/
elf-eh-frame.c 1096 bfd_vma next_start; local
1107 next_start = text_sec->output_section->vma + text_sec->output_offset;
1108 if (end == next_start)
  /src/external/gpl3/gdb/dist/bfd/
elf-eh-frame.c 1090 bfd_vma next_start; local
1101 next_start = text_sec->output_section->vma + text_sec->output_offset;
1102 if (end == next_start)
  /src/external/gpl3/gdb.old/dist/bfd/
elf-eh-frame.c 1090 bfd_vma next_start; local
1101 next_start = text_sec->output_section->vma + text_sec->output_offset;
1102 if (end == next_start)

Completed in 42 milliseconds