Searched defs:total_entries (Results 1 - 3 of 3) sorted by relevance

/system/core/libunwindstack/
H A DDwarfEhFrameWithHdr.cpp118 uint64_t total_entries) {
120 CHECK(total_entries <= fde_count_);
123 size_t last = total_entries;
117 GetFdeOffsetBinary(uint64_t pc, uint64_t* fde_offset, uint64_t total_entries) argument
H A DElfInterfaceArm.h84 size_t total_entries() { return total_entries_; } function in class:unwindstack::ElfInterfaceArm
/system/core/fs_mgr/
H A Dfs_mgr_fstab.cpp655 int total_entries = a->num_entries + b->num_entries; local
657 a->recs, total_entries * (sizeof(struct fstab_rec))));
667 for (int i = a->num_entries, j = 0; i < total_entries; i++, j++) {
678 a->num_entries = total_entries;

Completed in 82 milliseconds