HomeSort by relevance Sort by last modified time
    Searched refs:first_entry (Results 1 - 18 of 18) 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/include/bcc/ExecutionEngine/
GDBJIT.h 61 struct jit_code_entry *first_entry; member in struct:jit_descriptor
  /external/chromium_org/build/ios/
clean_env.py 33 first_entry = argv[0];
34 if first_entry.startswith('ADD_TO_PATH='):
36 add_to_path = first_entry.replace('ADD_TO_PATH=', '', 1).split(':')
  /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:__anon28299
  /frameworks/compile/libbcc/lib/ExecutionEngine/
GDBJITRegistrar.cpp 120 jit_code_entry* NextEntry = __jit_debug_descriptor.first_entry;
125 __jit_debug_descriptor.first_entry = JITCodeEntry;
218 assert(__jit_debug_descriptor.first_entry == JITCodeEntry);
219 __jit_debug_descriptor.first_entry = NextEntry;
  /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/chromium_org/base/json/
json_writer.cc 173 bool first_entry = true; local
175 itr.Advance(), first_entry = false) {
181 if (!first_entry) {
  /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/chromium_org/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/chromium_org/v8/src/
types.cc 509 bool first_entry = true; local
514 if (!first_entry) PrintF(out, ",");
515 first_entry = false;
stub-cache.h 363 reinterpret_cast<Address>(&first_entry(table)->key));
369 reinterpret_cast<Address>(&first_entry(table)->map));
375 reinterpret_cast<Address>(&first_entry(table)->value));
379 StubCache::Entry* first_entry(StubCache::Table table) { function in class:v8::internal::StubCache
    [all...]
  /external/chromium_org/chrome/browser/extensions/api/storage/
syncable_settings_storage.cc 211 base::DictionaryValue::Iterator first_entry(*new_sync_state);
212 std::string key = first_entry.key();
  /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/chromium_org/components/autofill/core/browser/webdata/
autofill_table.cc 801 bool first_entry = true; local
811 if (first_entry) {
817 first_entry = false;
835 // If there is at least one result returned, first_entry will be false.
837 if (!first_entry) {
    [all...]
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/common/checkout/scm/
scm_unittest.py 548 first_entry = """2009-10-26 Eric Seidel <eric@webkit.org>
619 write_into_file_at_path('ChangeLog', first_entry)
623 # Patch files were created against just 'first_entry'.
625 changelog_contents = "%s\n%s" % (intermediate_entry, first_entry)
    [all...]

Completed in 943 milliseconds