HomeSort by relevance Sort by last modified time
    Searched refs:first_entry (Results 1 - 11 of 11) sorted by null

  /external/grub/stage2/
stage2.c 242 int c, time1, time2 = -1, first_entry = 0; local
251 invariant for TERM_DUMB: first_entry == 0 */
256 first_entry++;
311 print_entries_raw (num_entries, first_entry, menu_entries);
342 print_entries (3, 12, first_entry, entryno, menu_entries);
421 first_entry + entryno,
426 first_entry + entryno,
429 else if (first_entry > 0)
431 first_entry--;
432 print_entries (3, 12, first_entry, entryno
    [all...]
  /frameworks/compile/libbcc/lib/ExecutionEngine/
GDBJIT.h 61 struct jit_code_entry *first_entry; member in struct:jit_descriptor
GDBJITRegistrar.cpp 118 jit_code_entry* NextEntry = __jit_debug_descriptor.first_entry;
123 __jit_debug_descriptor.first_entry = JITCodeEntry;
216 assert(__jit_debug_descriptor.first_entry == JITCodeEntry);
217 __jit_debug_descriptor.first_entry = NextEntry;
  /external/llvm/lib/ExecutionEngine/RuntimeDyld/
GDBRegistrar.cpp 41 struct jit_code_entry *first_entry; member in struct:jit_descriptor
106 jit_code_entry* NextEntry = __jit_debug_descriptor.first_entry;
111 __jit_debug_descriptor.first_entry = JITCodeEntry;
183 assert(__jit_debug_descriptor.first_entry == JITCodeEntry);
184 __jit_debug_descriptor.first_entry = NextEntry;
  /external/srec/srec/include/
hmm_desc.h 146 const char* first_entry; /* first entry in the dictionary */ member in struct:__anon12636
  /external/e2fsprogs/ext2ed/
inode_com.c 28 long group_num,group_offset,entry_num,block_num,first_entry,last_entry; local
48 first_entry=0;last_entry=file_system_info.super_block.s_inodes_per_group-1;
75 long group_num,group_offset,entry_num,block_num,first_entry,last_entry; local
96 first_entry=0;last_entry=file_system_info.super_block.s_inodes_per_group-1;
126 long group_num,group_offset,entry_num,block_num,first_entry,last_entry,inode_num; local
137 first_entry=0;last_entry=file_system_info.super_block.s_inodes_per_group-1;
275 if (entry_num==first_entry) {
402 long group_num,group_offset,entry_num,block_num,first_entry,last_entry,inode_num; local
413 first_entry=0;last_entry=file_system_info.super_block.s_inodes_per_group-1;
  /external/srec/srec/clib/
voc_read.c 124 voc->first_entry = strchr(voc->ok_file_data, '\n') + 1;
177 low = voc->first_entry;
205 while (voc->first_entry < low) {
250 voc->first_entry = 0;
  /external/chromium/third_party/libjingle/source/talk/third_party/libudev/
libudev.h 57 * @first_entry: first entry to start with
61 #define udev_list_entry_foreach(list_entry, first_entry) \
62 for (list_entry = first_entry; \
  /external/v8/src/
stub-cache.h 275 reinterpret_cast<Address>(&first_entry(table)->key));
281 reinterpret_cast<Address>(&first_entry(table)->map));
287 reinterpret_cast<Address>(&first_entry(table)->value));
291 StubCache::Entry* first_entry(StubCache::Table table) { function in class:v8::internal::StubCache
    [all...]
  /external/chromium/chrome/browser/webdata/
autofill_table.cc 716 bool first_entry = true; local
726 if (first_entry) {
732 first_entry = false;
749 // If there is at least one result returned, first_entry will be false.
751 if (!first_entry) {
    [all...]
  /external/webkit/Tools/Scripts/webkitpy/common/checkout/
scm_unittest.py 471 first_entry = """2009-10-26 Eric Seidel <eric@webkit.org>
542 write_into_file_at_path('ChangeLog', first_entry)
546 # Patch files were created against just 'first_entry'.
548 changelog_contents = "%s\n%s" % (intermediate_entry, first_entry)
    [all...]

Completed in 222 milliseconds