HomeSort by: relevance | last modified time | path
    Searched defs:__u64 (Results 1 - 5 of 5) sorted by relevancy

  /src/libexec/ld.elf_so/arch/powerpc/
ppc_reloc.c 64 #define __u64(x) ((uint64_t)(x)) macro
66 #define __ha48 __u64(0xffffffff8000)
67 #define __ha32 __u64(0xffff8000)
72 #define highesta(x) __ha(__u64(x), 48)
73 #define highest(x) __hi(__u64(x), 48)
74 #define higher(x) __ha(__u64(x), 32)
75 #define higher(x) __hi(__u64(x), 32)
  /src/sys/external/bsd/common/include/linux/
types.h 47 typedef uint64_t __u64; typedef
  /src/external/gpl3/binutils/dist/gprofng/libcollector/
unwind.c 234 typedef uint64_t __u64; typedef
239 context->uc_mcontext.sp = (__u64) __builtin_frame_address(0); \
4591 __u64 *lbuf = (void *) buf;
4592 int lsize = size / sizeof (__u64);
4593 __u64 pc = context->uc_mcontext.pc;
4594 __u64 sp = context->uc_mcontext.sp;
4595 __u64 stack_base;
4606 stack_base = (__u64) -1;
4637 pc = ((__u64 *) sp)[1];
4638 __u64 old_sp = sp
    [all...]
  /src/external/gpl3/binutils.old/dist/gprofng/libcollector/
unwind.c 234 typedef uint64_t __u64; typedef
239 context->uc_mcontext.sp = (__u64) __builtin_frame_address(0); \
4591 __u64 *lbuf = (void *) buf;
4592 int lsize = size / sizeof (__u64);
4593 __u64 pc = context->uc_mcontext.pc;
4594 __u64 sp = context->uc_mcontext.sp;
4595 __u64 stack_base;
4606 stack_base = (__u64) -1;
4637 pc = ((__u64 *) sp)[1];
4638 __u64 old_sp = sp
    [all...]
  /src/sys/external/bsd/drm2/dist/include/uapi/drm/
drm.h 79 typedef uint64_t __u64; typedef
648 __u64 size;
679 __u64 capability;
680 __u64 value;
725 __u64 capability;
726 __u64 value;
765 __u64 src_point;
766 __u64 dst_point;
775 __u64 handles;
785 __u64 handles
    [all...]

Completed in 24 milliseconds