Searched refs:high_bits (Results 1 - 7 of 7) sorted by relevance

/macosx-10.10/xnu-2782.1.97/osfmk/kern/
H A Dtimer.h96 uint32_t high_bits; member in struct:timer
H A Dtimer.c81 timer->high_bits = 0;
114 timer_update(timer, (uint32_t)(timer->high_bits + (low >> 32)), (uint32_t)low);
H A Dkern_stackshot.c149 uint64_t time = t->high_bits; /* endian independent grab */
/macosx-10.10/cxxfilt-11/cxxfilt/bfd/
H A Dcoff-arm.c978 unsigned int high_bits;
984 high_bits = (rel_off >> 11) & 0x000007FF; /* The top 11 bits. */
987 br_insn = LOW_HI_ORDER | (low_bits << 16) | high_bits;
989 br_insn = HI_LOW_ORDER | (high_bits << 16) | low_bits;
977 unsigned int high_bits; local
H A Delfxx-mips.c7952 bfd_vma high_bits;
7970 high_bits = addend;
7975 high_bits = sign_bits;
7979 bfd_put_32 (input_bfd, high_bits,
8072 bfd_vma high_bits;
8092 high_bits = value;
8097 high_bits = sign_bits;
8101 bfd_put_32 (input_bfd, high_bits,
7920 bfd_vma high_bits; local
8040 bfd_vma high_bits; local
H A Delf32-arm.c3924 unsigned int high_bits; local
3930 high_bits = (rel_off >> 11) & 0x000007FF; /* The top 11 bits. */
3933 br_insn = LOW_HI_ORDER | (low_bits << 16) | high_bits;
3935 br_insn = HI_LOW_ORDER | (high_bits << 16) | low_bits;
/macosx-10.10/xnu-2782.1.97/osfmk/i386/
H A Dgenassym.c495 DECLARE("TIMER_HIGH", offsetof(struct timer, high_bits));

Completed in 216 milliseconds