Searched refs:max_offset (Results 1 - 11 of 11) sorted by path

/macosx-10.10.1/BootCache-109/
H A Dkext.c3781 u_int64_t max_offset = old_cm->cm_pextents[next_old_extent_idx[cm_idx]]->ce_diskoffset; local
3782 if (max_offset < ce->ce_diskoffset + ce->ce_length) {
3783 if (max_offset <= ce->ce_diskoffset) {
3786 ce->ce_length = (max_offset - ce->ce_diskoffset);
3900 u_int64_t max_offset = cm->cm_pextents[ce_idx + 1]->ce_diskoffset; local
3901 if (max_offset < ce->ce_diskoffset + ce->ce_length) {
3911 if (max_offset <= ce->ce_diskoffset) {
3914 ce->ce_length = (max_offset - ce->ce_diskoffset);
/macosx-10.10.1/cxxfilt-11/cxxfilt/bfd/
H A Delf64-hppa.c2007 unsigned int max_offset;
2034 max_offset = 32768;
2040 max_offset = 8192;
2045 if ((value & 7) || value + max_offset >= 2*max_offset - 8)
2006 unsigned int max_offset; local
/macosx-10.10.1/dtrace-147/libdwarf/
H A Ddwarf_form.c248 Dwarf_Unsigned max_offset; local
299 max_offset = cu_context->cc_length
302 if (offset >= max_offset) {
/macosx-10.10.1/gpatch-3/patch/
H A Dpatch.c861 LINENUM max_offset = (max_pos_offset < max_neg_offset local
906 for (offset = 0; offset <= max_offset; offset++) {
/macosx-10.10.1/objc4-646/runtime/
H A Dobjc-layout.mm852 long max_offset = 0;
864 if (max_offset < union_offset) max_offset = union_offset;
868 *next_offset = max_offset;
/macosx-10.10.1/vim-55/src/proto/
H A Dterm.pro53 int check_termcode __ARGS((int max_offset, char_u *buf, int buflen));
/macosx-10.10.1/vim-55/src/
H A Dterm.c3829 * + max_offset].
3838 check_termcode(max_offset, buf, buflen)
3839 int max_offset;
3895 * "x<Up>" that can be mapped. Stop at max_offset, because characters
3901 for (offset = 0; offset < max_offset; ++offset)
/macosx-10.10.1/xnu-2782.1.97/osfmk/ipc/
H A Dipc_kmsg.c504 #define MAP_SIZE_DIFFERS(map) (map->max_offset < MACH_VM_MAX_ADDRESS)
508 #define MAP_SIZE_DIFFERS(map) (map->max_offset > VM_MAX_ADDRESS)
2465 boolean_t is_task_64bit = (map->max_offset > VM_MAX_ADDRESS);
3783 boolean_t is_task_64bit = (map->max_offset > VM_MAX_ADDRESS);
3857 boolean_t is_task_64bit = (map->max_offset > VM_MAX_ADDRESS);
/macosx-10.10.1/xnu-2782.1.97/osfmk/kern/
H A Dtask.c1332 task->map->max_offset,
1501 task->map->max_offset, VM_MAP_NO_FLAGS);
/macosx-10.10.1/xnu-2782.1.97/osfmk/vm/
H A Dvm_map.c763 result->max_offset = max;
974 (void) vm_map_delete(map, map->min_offset, map->max_offset,
1281 if ((end > map->max_offset) || (end < start)) {
1672 effective_max_offset = map->max_offset;
4013 * above the map's max_offset.
4015 if (start >= map->max_offset) {
6502 * above the map's max_offset.
6504 if (dst_addr >= dst_map->max_offset) {
8291 if ((end > dst_map->max_offset) || (end < start)) {
8293 if (size <= (dst_map->max_offset
[all...]
H A Dvm_map.h333 #define max_offset hdr.links.end /* end of range */ macro
584 #define vm_map_max(map) ((map)->max_offset)

Completed in 338 milliseconds