/netbsd-src/sys/arch/x86/include/ |
H A D | cpufunc.h | 363 uint32_t low, high; in rdxcr() local 377 uint32_t low, high; in wrxcr() local 444 uint32_t low, high; in xsave() local 460 uint32_t low, high; in xsaveopt() local 476 uint32_t low, high; in xrstor() local 519 uint32_t low, high; in xsave64() local 535 uint32_t low, high; in xsaveopt64() local 551 uint32_t low, high; in xrstor64() local 604 uint32_t low, high; in rdmsr() local 618 uint32_t low, high, pass = OPTERON_MSR_PASSCODE; in rdmsr_locked() local [all …]
|
/netbsd-src/sys/uvm/ |
H A D | uvm_pglist.c | 112 uvm_pglistalloc_c_ps(uvm_physseg_t psi, int num, paddr_t low, paddr_t high, in uvm_pglistalloc_c_ps() 300 uvm_pglistalloc_contig_aggressive(int num, paddr_t low, paddr_t high, in uvm_pglistalloc_contig_aggressive() 451 uvm_pglistalloc_contig(int num, paddr_t low, paddr_t high, paddr_t alignment, in uvm_pglistalloc_contig() 524 uvm_pglistalloc_s_ps(uvm_physseg_t psi, int num, paddr_t low, paddr_t high, in uvm_pglistalloc_s_ps() 614 uvm_pglistalloc_simple(int num, paddr_t low, paddr_t high, in uvm_pglistalloc_simple() 691 uvm_pglistalloc(psize_t size, paddr_t low, paddr_t high, paddr_t alignment, in uvm_pglistalloc()
|
/netbsd-src/external/gpl3/gcc.old/dist/libquadmath/math/ |
H A D | hypotq.c | 67 uint64_t low; in hypotq() local 85 uint64_t low; in hypotq() local
|
/netbsd-src/external/gpl3/gcc/dist/libquadmath/math/ |
H A D | hypotq.c | 67 uint64_t low; in hypotq() local 85 uint64_t low; in hypotq() local
|
/netbsd-src/lib/libm/src/ |
H A D | e_hypot.c | 70 u_int32_t low; in __ieee754_hypot() local 85 u_int32_t low; in __ieee754_hypot() local
|
/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/builtins/ |
H A D | int_types.h | 39 su_int low; member 54 su_int low; member 80 du_int low; member 95 du_int low; member 135 udwords low; member
|
/netbsd-src/external/cddl/osnet/dist/uts/common/fs/zfs/sys/ |
H A D | spa.h | 63 #define BF32_DECODE(x, low, len) P2PHASE((x) >> (low), 1U << (len)) argument 64 #define BF64_DECODE(x, low, len) P2PHASE((x) >> (low), 1ULL << (len)) argument 65 #define BF32_ENCODE(x, low, len) (P2PHASE((x), 1U << (len)) << (low)) argument 66 #define BF64_ENCODE(x, low, len) (P2PHASE((x), 1ULL << (len)) << (low)) argument 68 #define BF32_GET(x, low, len) BF32_DECODE(x, low, len) argument 69 #define BF64_GET(x, low, len) BF64_DECODE(x, low, len) argument 71 #define BF32_SET(x, low, len, val) do { \ argument 77 #define BF64_SET(x, low, len, val) do { \ argument 83 #define BF32_GET_SB(x, low, len, shift, bias) \ argument 85 #define BF64_GET_SB(x, low, len, shift, bias) \ argument [all …]
|
/netbsd-src/external/gpl3/gcc/dist/libgfortran/runtime/ |
H A D | select_inc.c | 31 CHARTYPE *low; member 53 int i, low, high, mid; in select_string() local
|
/netbsd-src/external/gpl3/gcc.old/dist/libgfortran/runtime/ |
H A D | select_inc.c | 31 CHARTYPE *low; member 53 int i, low, high, mid; in select_string() local
|
/netbsd-src/lib/libc/arch/powerpc/softfloat/ |
H A D | softfloat.h | 59 unsigned long long low; member 64 unsigned long long high, low; member
|
/netbsd-src/lib/libc/arch/arm/softfloat/ |
H A D | softfloat.h | 60 unsigned long long low; member 65 unsigned long long high, low; member
|
/netbsd-src/lib/libc/arch/or1k/softfloat/ |
H A D | softfloat.h | 59 unsigned long long low; member 64 unsigned long long high, low; member
|
/netbsd-src/lib/libc/arch/sh3/softfloat/ |
H A D | softfloat.h | 59 unsigned long long low; member 64 unsigned long long high, low; member
|
/netbsd-src/external/gpl3/binutils.old/dist/gprof/ |
H A D | symtab.c | 180 unsigned long low, mid, high; in dbg_sym_lookup() local 219 long low, high; in sym_lookup() local
|
/netbsd-src/lib/libc/arch/sparc64/softfloat/ |
H A D | softfloat.h | 61 unsigned long long low; member 66 unsigned long long high, low; member
|
/netbsd-src/lib/libc/arch/m68k/softfloat/ |
H A D | softfloat.h | 61 unsigned long long low; member 66 unsigned long long high, low; member
|
/netbsd-src/lib/libc/arch/mips/softfloat/ |
H A D | softfloat.h | 61 unsigned long long low; member 66 unsigned long long high, low; member
|
/netbsd-src/lib/libc/arch/aarch64/softfloat/ |
H A D | softfloat.h | 62 unsigned long long low; member 68 unsigned long long high, low; member
|
/netbsd-src/regress/lib/libc/ieeefp/testfloat/include/ |
H A D | softfloat.h | 91 uint64_t low; member 100 uint64_t high, low; member
|
/netbsd-src/external/gpl3/binutils/dist/gprof/ |
H A D | symtab.c | 180 unsigned long low, mid, high; in dbg_sym_lookup() local 219 long low, high; in sym_lookup() local
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
H A D | dbgcnt.c | 114 unsigned int low, unsigned int high) in dbg_cnt_set_limit_by_index() 138 dbg_cnt_set_limit_by_name (const char *name, unsigned int low, in dbg_cnt_set_limit_by_name() 173 unsigned int high, low; in dbg_cnt_process_single_pair() local
|
/netbsd-src/common/lib/libc/quad/ |
H A D | muldi3.c | 111 union uu u, v, low, prod; in __muldi3() local 195 u_int u1, u0, v1, v0, udiff, vdiff, high, mid, low; in __lmulq() local
|
/netbsd-src/sys/lib/libkern/ |
H A D | softfloat.h | 88 u_int64_t low; member 97 u_int64_t high, low; member
|
/netbsd-src/external/gpl3/gcc/dist/gcc/ |
H A D | dbgcnt.cc | 126 unsigned int low, unsigned int high) in dbg_cnt_set_limit_by_index() 152 dbg_cnt_set_limit_by_name (const char *name, unsigned int low, in dbg_cnt_set_limit_by_name() 187 unsigned int high, low; in dbg_cnt_process_single_pair() local
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/Lex/ |
H A D | PPConditionalDirectiveRecord.cpp | 28 CondDirectiveLocsTy::const_iterator low = llvm::lower_bound( in rangeIntersectsConditionalDirective() local 57 CondDirectiveLocsTy::const_iterator low = llvm::lower_bound( in findConditionalDirectiveRegionLoc() local
|