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

  /external/e2fsprogs/ext2ed/
inode_com.c 29 long group_num,group_offset,entry_num,block_num,first_entry,last_entry; local
49 first_entry=0;last_entry=file_system_info.super_block.s_inodes_per_group-1;
76 long group_num,group_offset,entry_num,block_num,first_entry,last_entry; local
97 first_entry=0;last_entry=file_system_info.super_block.s_inodes_per_group-1;
127 long group_num,group_offset,entry_num,block_num,first_entry,last_entry,inode_num; local
138 first_entry=0;last_entry=file_system_info.super_block.s_inodes_per_group-1;
276 if (entry_num==first_entry) {
403 long group_num,group_offset,entry_num,block_num,first_entry,last_entry,inode_num; local
414 first_entry=0;last_entry=file_system_info.super_block.s_inodes_per_group-1;
  /external/swiftshader/third_party/LLVM/lib/ExecutionEngine/JIT/
JITDebugRegisterer.h 44 struct jit_code_entry *first_entry; member in struct:jit_descriptor
  /external/v8/src/ic/
stub-cache.h 63 reinterpret_cast<Address>(&first_entry(table)->key));
68 reinterpret_cast<Address>(&first_entry(table)->map));
73 reinterpret_cast<Address>(&first_entry(table)->value));
76 StubCache::Entry* first_entry(StubCache::Table table) { function in class:v8::internal::StubCache
  /external/llvm/lib/ExecutionEngine/
GDBRegistrationListener.cpp 44 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;
  /toolchain/binutils/binutils-2.25/bfd/
peXXigen.c 3133 struct rsrc_entry * first_entry; member in struct:rsrc_dir_chain
    [all...]

Completed in 220 milliseconds