Home
last modified time | relevance | path

Searched refs:moffset (Results 1 – 4 of 4) sorted by relevance

/external/v8/src/compiler/x64/
Dinstruction-selector-x64.cc308 Int32BinopMatcher moffset(offset); in VisitCheckedLoad() local
309 if (mlength.HasValue() && moffset.right().HasValue() && in VisitCheckedLoad()
310 moffset.right().Value() >= 0 && in VisitCheckedLoad()
311 mlength.Value() >= moffset.right().Value()) { in VisitCheckedLoad()
313 g.UseRegister(moffset.left().node()), in VisitCheckedLoad()
314 g.UseImmediate(moffset.right().node()), g.UseImmediate(length)); in VisitCheckedLoad()
363 Int32BinopMatcher moffset(offset); in VisitCheckedStore() local
364 if (mlength.HasValue() && moffset.right().HasValue() && in VisitCheckedStore()
365 moffset.right().Value() >= 0 && in VisitCheckedStore()
366 mlength.Value() >= moffset.right().Value()) { in VisitCheckedStore()
[all …]
/external/elfutils/libdwfl/
Ddwfl_segment_report_module.c175 uint64_t mstart, mend, moffset; in handle_file_note() local
178 || ! buf_read_ulong (ei_data, sz, &ptr, fptr, &moffset)) in handle_file_note()
180 if (mstart == module_start && moffset == 0) in handle_file_note()
/external/e2fsprogs/lib/ext2fs/
Dtdb.c1752 tdb_off_t moffset = offset & ~(tdb->page_size-1); in transaction_sync() local
1753 if (msync(moffset + (char *)tdb->map_ptr, in transaction_sync()
1754 length + (offset - moffset), MS_SYNC) != 0) { in transaction_sync()
/external/elfutils/src/
Dreadelf.c9284 uint64_t mstart, mend, moffset; in handle_file_note() local
9287 || ! buf_read_ulong (core, &ptr, fstart, &moffset)) in handle_file_note()
9296 mstart, mend, moffset * page_size, mend - mstart); in handle_file_note()