Searched refs:first_entry (Results 1 – 6 of 6) sorted by relevance
/external/e2fsprogs/ext2ed/ |
D | inode_com.c | 28 long group_num,group_offset,entry_num,block_num,first_entry,last_entry; in type_ext2_inode___prev() local 48 first_entry=0;last_entry=file_system_info.super_block.s_inodes_per_group-1; in type_ext2_inode___prev() 75 long group_num,group_offset,entry_num,block_num,first_entry,last_entry; in type_ext2_inode___next() local 96 first_entry=0;last_entry=file_system_info.super_block.s_inodes_per_group-1; in type_ext2_inode___next() 126 long group_num,group_offset,entry_num,block_num,first_entry,last_entry,inode_num; in type_ext2_inode___show() local 137 first_entry=0;last_entry=file_system_info.super_block.s_inodes_per_group-1; in type_ext2_inode___show() 275 if (entry_num==first_entry) { in type_ext2_inode___show() 402 long group_num,group_offset,entry_num,block_num,first_entry,last_entry,inode_num; in inode_offset_to_inode_num() local 413 first_entry=0;last_entry=file_system_info.super_block.s_inodes_per_group-1; in inode_offset_to_inode_num()
|
/external/llvm/lib/ExecutionEngine/ |
D | GDBRegistrationListener.cpp | 44 struct jit_code_entry *first_entry; member 136 jit_code_entry* NextEntry = __jit_debug_descriptor.first_entry; in NotifyDebugger() 141 __jit_debug_descriptor.first_entry = JITCodeEntry; in NotifyDebugger() 224 assert(__jit_debug_descriptor.first_entry == JITCodeEntry); in deregisterObjectInternal() 225 __jit_debug_descriptor.first_entry = NextEntry; in deregisterObjectInternal()
|
/external/v8/src/ic/ |
D | stub-cache.h | 64 reinterpret_cast<Address>(&first_entry(table)->key)); in key_reference() 69 reinterpret_cast<Address>(&first_entry(table)->map)); in map_reference() 74 reinterpret_cast<Address>(&first_entry(table)->value)); in value_reference() 77 StubCache::Entry* first_entry(StubCache::Table table) { in first_entry() function
|
/external/lldb/source/Breakpoint/ |
D | BreakpointResolverFileLine.cpp | 92 bool first_entry = true; in SearchCallback() local 103 if (first_entry) in SearchCallback() 107 first_entry = false; in SearchCallback()
|
/external/lldb/include/lldb/Core/ |
D | UniqueCStringMap.h | 210 const Entry *first_entry = &m_map[0]; in FindNextValueForName() local 211 const Entry *after_last_entry = first_entry + m_map.size(); in FindNextValueForName() 213 if (first_entry <= next_entry && next_entry < after_last_entry) in FindNextValueForName()
|
/external/v8/src/ |
D | heap-snapshot-generator.cc | 3049 bool first_entry = true; in SerializeTraceNodeInfos() local 3053 if (first_entry) { in SerializeTraceNodeInfos() 3054 first_entry = false; in SerializeTraceNodeInfos()
|