Searched refs:offsets (Results 1 - 3 of 3) sorted by relevance

/bionic/libc/tools/zoneinfo/
H A DZoneCompactor.java33 // File offsets by zone name.
34 private Map<String,Integer> offsets = new HashMap<String,Integer>(); field in class:ZoneCompactor
79 offsets.put(s, offset);
95 offsets.put(from, offsets.get(to));
113 // Write dummy values for the three offsets, and remember where we need to seek back to later
126 sortedOlsonIds.addAll(offsets.keySet());
142 f.writeInt(offsets.get(actualZoneName));
164 // Go back and fix up the offsets in the header.
/bionic/libc/kernel/uapi/linux/
H A Dbinder.h114 binder_uintptr_t offsets; member in struct:binder_transaction_data::__anon200::__anon201
/bionic/libc/kernel/uapi/drm/
H A Ddrm_mode.h296 __u32 offsets[4]; member in struct:drm_mode_fb_cmd2

Completed in 129 milliseconds