Searched refs:max_offset (Results 1 - 10 of 10) sorted by relevance

/macosx-10.9.5/objc4-551.1/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.9.5/vim-53/src/proto/
H A Dterm.pro53 int check_termcode __ARGS((int max_offset, char_u *buf, int buflen));
/macosx-10.9.5/BootCache-106/
H A Dkext.c3775 u_int64_t max_offset = old_cm->cm_pextents[next_old_extent_idx[cm_idx]]->ce_diskoffset; local
3776 if (max_offset < ce->ce_diskoffset + ce->ce_length) {
3777 if (max_offset <= ce->ce_diskoffset) {
3780 ce->ce_length = (max_offset - ce->ce_diskoffset);
3894 u_int64_t max_offset = cm->cm_pextents[ce_idx + 1]->ce_diskoffset; local
3895 if (max_offset < ce->ce_diskoffset + ce->ce_length) {
3905 if (max_offset <= ce->ce_diskoffset) {
3908 ce->ce_length = (max_offset - ce->ce_diskoffset);
/macosx-10.9.5/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.9.5/xnu-2422.115.4/osfmk/vm/
H A Dvm_map.h323 #define max_offset hdr.links.end /* end of range */ macro
573 #define vm_map_max(map) ((map)->max_offset)
H A Dvm_map.c753 result->max_offset = max;
964 (void) vm_map_delete(map, map->min_offset, map->max_offset,
1271 if ((end > map->max_offset) || (end < start)) {
1645 effective_max_offset = map->max_offset;
3754 * above the map's max_offset.
3756 if (start >= map->max_offset) {
5986 * above the map's max_offset.
5988 if (dst_addr >= dst_map->max_offset) {
7749 if ((end > dst_map->max_offset) || (end < start)) {
7751 if (size <= (dst_map->max_offset
[all...]
/macosx-10.9.5/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.9.5/xnu-2422.115.4/osfmk/ipc/
H A Dipc_kmsg.c497 #define MAP_SIZE_DIFFERS(map) (map->max_offset < MACH_VM_MAX_ADDRESS)
501 #define MAP_SIZE_DIFFERS(map) (map->max_offset > VM_MAX_ADDRESS)
2540 boolean_t is_task_64bit = (map->max_offset > VM_MAX_ADDRESS);
3745 boolean_t is_task_64bit = (map->max_offset > VM_MAX_ADDRESS);
3819 boolean_t is_task_64bit = (map->max_offset > VM_MAX_ADDRESS);
/macosx-10.9.5/xnu-2422.115.4/osfmk/kern/
H A Dtask.c1051 task->map->max_offset,
1191 task->map->max_offset, VM_MAP_NO_FLAGS);
/macosx-10.9.5/vim-53/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)

Completed in 227 milliseconds