Searched defs:first_entry (Results 1 - 5 of 5) sorted by relevance

/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/lldb/source/Breakpoint/
H A DBreakpointResolverFileLine.cpp92 bool first_entry = true; local
103 if (first_entry)
107 first_entry = false;
/external/lldb/include/lldb/Core/
H A DUniqueCStringMap.h210 const Entry *first_entry = &m_map[0]; local
211 const Entry *after_last_entry = first_entry + m_map.size();
213 if (first_entry <= next_entry && next_entry < after_last_entry)
/external/llvm/lib/ExecutionEngine/
H A DGDBRegistrationListener.cpp44 struct jit_code_entry *first_entry; member in struct:jit_descriptor
136 jit_code_entry* NextEntry = __jit_debug_descriptor.first_entry;
141 __jit_debug_descriptor.first_entry = JITCodeEntry;
224 assert(__jit_debug_descriptor.first_entry == JITCodeEntry);
225 __jit_debug_descriptor.first_entry = NextEntry;
/external/v8/src/ic/
H A Dstub-cache.h64 reinterpret_cast<Address>(&first_entry(table)->key));
69 reinterpret_cast<Address>(&first_entry(table)->map));
74 reinterpret_cast<Address>(&first_entry(table)->value));
77 StubCache::Entry* first_entry(StubCache::Table table) { function in class:v8::internal::StubCache

Completed in 545 milliseconds