Searched refs:first_entry (Results 1 - 10 of 10) sorted by relevance

/external/grub/stage2/
H A Dstage2.c242 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, entryn
[all...]
/external/llvm/lib/ExecutionEngine/JIT/
H A DJITDebugRegisterer.cpp154 jit_code_entry *NextEntry = __jit_debug_descriptor.first_entry;
159 __jit_debug_descriptor.first_entry = JITCodeEntry;
183 assert(__jit_debug_descriptor.first_entry == JITCodeEntry);
184 __jit_debug_descriptor.first_entry = NextEntry;
H A DJITDebugRegisterer.h44 struct jit_code_entry *first_entry; member in struct:jit_descriptor
/external/srec/srec/include/
H A Dhmm_desc.h146 const char* first_entry; /* first entry in the dictionary */ member in struct:__anon9865
/external/e2fsprogs/ext2ed/
H A Dinode_com.c28 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/
H A Dvoc_read.c124 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/
H A Dlibudev.h57 * @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/
H A Dstub-cache.h306 reinterpret_cast<Address>(&first_entry(table)->key));
312 reinterpret_cast<Address>(&first_entry(table)->value));
316 StubCache::Entry* first_entry(StubCache::Table table) { function in class:v8::internal::StubCache
/external/chromium/chrome/browser/webdata/
H A Dautofill_table.cc716 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) {
/external/webkit/Tools/Scripts/webkitpy/common/checkout/
H A Dscm_unittest.py471 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)

Completed in 3473 milliseconds