Home
last modified time | relevance | path

Searched refs:UL (Results 1 – 25 of 175) sorted by relevance

1234567

/freebsd/sys/arm64/include/
H A Darmreg.h78 #define UL(x) UINT64_C(x) macro
368 #define CTR_TminLine_MASK (UL(0x3f) << CTR_TminLine_SHIFT)
784 #define ID_AA64DFR0_DebugVer_MASK (UL(0xf) << ID_AA64DFR0_DebugVer_SHIFT)
786 #define ID_AA64DFR0_DebugVer_8 (UL(0x6) << ID_AA64DFR0_DebugVer_SHIFT)
787 #define ID_AA64DFR0_DebugVer_8_VHE (UL(0x7) << ID_AA64DFR0_DebugVer_SHIFT)
788 #define ID_AA64DFR0_DebugVer_8_2 (UL(0x8) << ID_AA64DFR0_DebugVer_SHIFT)
789 #define ID_AA64DFR0_DebugVer_8_4 (UL(0x9) << ID_AA64DFR0_DebugVer_SHIFT)
790 #define ID_AA64DFR0_DebugVer_8_8 (UL(0xa) << ID_AA64DFR0_DebugVer_SHIFT)
793 #define ID_AA64DFR0_TraceVer_MASK (UL(0xf) << ID_AA64DFR0_TraceVer_SHIFT)
795 #define ID_AA64DFR0_TraceVer_NONE (UL(0x0) << ID_AA64DFR0_TraceVer_SHIFT)
[all …]
H A Dhypervisor.h70 #define HCR_VM (UL(0x1) << 0)
71 #define HCR_SWIO (UL(0x1) << 1)
72 #define HCR_PTW (UL(0x1) << 2)
73 #define HCR_FMO (UL(0x1) << 3)
74 #define HCR_IMO (UL(0x1) << 4)
75 #define HCR_AMO (UL(0x1) << 5)
76 #define HCR_VF (UL(0x1) << 6)
77 #define HCR_VI (UL(0x1) << 7)
78 #define HCR_VSE (UL(0x1) << 8)
79 #define HCR_FB (UL(0x1) << 9)
[all …]
/freebsd/sbin/ipf/ipftest/
H A Dmd5.c102 #define UL(x) x##U macro
208 FF ( a, b, c, d, in[ 0], S11, UL(3614090360)); /* 1 */ in Transform()
209 FF ( d, a, b, c, in[ 1], S12, UL(3905402710)); /* 2 */ in Transform()
210 FF ( c, d, a, b, in[ 2], S13, UL( 606105819)); /* 3 */ in Transform()
211 FF ( b, c, d, a, in[ 3], S14, UL(3250441966)); /* 4 */ in Transform()
212 FF ( a, b, c, d, in[ 4], S11, UL(4118548399)); /* 5 */ in Transform()
213 FF ( d, a, b, c, in[ 5], S12, UL(1200080426)); /* 6 */ in Transform()
214 FF ( c, d, a, b, in[ 6], S13, UL(2821735955)); /* 7 */ in Transform()
215 FF ( b, c, d, a, in[ 7], S14, UL(4249261313)); /* 8 */ in Transform()
216 FF ( a, b, c, d, in[ 8], S11, UL(1770035416)); /* 9 */ in Transform()
[all …]
/freebsd/sys/dev/isci/scil/
H A Dscu_registers.h91 #define SMU_POST_CONTEXT_PORT_CONTEXT_INDEX_SHIFT (0UL)
109 #define SMU_INTERRUPT_STATUS_QUEUE_ERROR_SHIFT (0UL)
125 #define SMU_INTERRUPT_MASK_QUEUE_ERROR_SHIFT (0UL)
137 #define SMU_INTERRUPT_COALESCING_CONTROL_TIMER_SHIFT (0UL)
147 #define SMU_TASK_CONTEXT_RANGE_START_SHIFT (0UL)
163 #define SMU_COMPLETION_QUEUE_PUT_POINTER_SHIFT (0UL)
181 #define SMU_COMPLETION_QUEUE_GET_POINTER_SHIFT (0UL)
212 #define SMU_COMPLETION_QUEUE_CONTROL_QUEUE_LIMIT_SHIFT (0UL)
229 #define SMU_DEVICE_CONTEXT_CAPACITY_MAX_TC_SHIFT (0UL)
267 #define SMU_CLOCK_GATING_CONTROL_IDLE_ENABLE_SHIFT (0UL)
[all …]
H A Dscu_viit_data.h83 #define SCU_VIIT_ENTRY_STATUS_SHIFT (0UL)
85 #define SCU_VIIT_ENTRY_ID_INVALID (0UL << SCU_VIIT_ENTRY_ID_SHIFT)
154 #define SCU_IIT_ENTRY_STATUS_SHIFT (0UL)
158 #define SCU_IIT_ENTRY_REMOTE_TAG_SHIFT (0UL)
163 #define SCU_IIT_ENTRY_ID_INVALID (0UL << SCU_IIT_ENTRY_ID_SHIFT)
/freebsd/contrib/gdtoa/
H A Dqnan.c66 #define UL (unsigned long) macro
86 printf("#define f_QNAN 0x%lx\n", UL c.L[0]); in main()
90 printf("#define d_QNAN0 0x%lx\n", UL c.L[0]); in main()
91 printf("#define d_QNAN1 0x%lx\n", UL c.L[1]); in main()
104 printf("#define ld_QNAN%d 0x%lx\n", i, UL a.L[i]); in main()
/freebsd/crypto/openssl/crypto/bn/
H A Dbn_srp.c22 # define bn_pack4(a1,a2,a3,a4) ((a1##UL<<48)|(a2##UL<<32)|(a3##UL<<16)|a4##UL)
27 # define bn_pack4(a1,a2,a3,a4) ((a3##UL<<16)|a4##UL), ((a1##UL<<16)|a2##UL)
/freebsd/contrib/ntp/sntp/libopts/
H A Denum.c262 uintptr_t res = 0UL; in optionEnumerationVal()
417 res = 0UL; in check_membership_start()
449 return 0UL; in check_membership_start()
477 return 0UL; in find_member_bit()
584 else res = ~0UL; in optionSetMembers()
596 if (bit == 0UL) in optionSetMembers()
608 res ^= ~0UL; in optionSetMembers()
/freebsd/sys/dev/random/
H A Duint128.h50 static const uint128_t very_long_zero = {0UL,0UL};
61 if (big_uintp->u128t_word0 == 0UL) in uint128_increment()
/freebsd/sys/ofed/include/uapi/rdma/
H A Dib_user_ioctl_verbs.h138 IB_UVERBS_FLOW_ACTION_ESP_FLAGS_INLINE_CRYPTO = 0UL << 0, /* Default */
141 IB_UVERBS_FLOW_ACTION_ESP_FLAGS_TUNNEL = 0UL << 1, /* Default */
144 IB_UVERBS_FLOW_ACTION_ESP_FLAGS_DECRYPT = 0UL << 2, /* Default */
/freebsd/tools/bus_space/C/
H A Dlang.c213 return ((error) ? ~0UL : addr); in busdma_seg_get_addr()
223 return ((error) ? ~0UL : size); in busdma_seg_get_size()
230 return (bd_sync(md, op, 0UL, ~0UL)); in busdma_sync()
/freebsd/sys/dev/mana/
H A Dgdma_util.h74 #define BITMAP_FIRST_WORD_MASK(start) (~0UL << ((start) % BITS_PER_LONG))
75 #define BITMAP_LAST_WORD_MASK(n) (~0UL >> (BITS_PER_LONG - (n)))
127 mask_to_set = ~0UL; in bitmap_set()
150 mask_to_clear = ~0UL; in bitmap_clear()
/freebsd/usr.bin/indent/tests/
H A Dbinary.05 unsigned long ul[] = {0b00001111UL, 0x01010101UL, 02UL, 17UL};
H A Dbinary.0.stdout7 unsigned long ul[] = {0b00001111UL, 0x01010101UL, 02UL, 17UL};
/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_allocator_local_cache.h35 CHECK_NE(class_id, 0UL); in Allocate()
50 CHECK_NE(class_id, 0UL); in Deallocate()
96 DCHECK_NE(c->max_count, 0UL); in InitCache()
160 CHECK_NE(class_id, 0UL); in Allocate()
175 CHECK_NE(class_id, 0UL); in Deallocate()
238 DCHECK_NE(c->max_count, 0UL); in InitCache()
/freebsd/contrib/ntp/sntp/tests/
H A DpacketHandling.c152 tmp.l_ui = 1000000000UL; in test_OffsetCalculationPositiveOffset()
153 tmp.l_uf = 0UL; in test_OffsetCalculationPositiveOffset()
157 tmp.l_ui = 1000000001UL; in test_OffsetCalculationPositiveOffset()
158 tmp.l_uf = 2147483648UL; in test_OffsetCalculationPositiveOffset()
162 tmp.l_ui = 1000000002UL; in test_OffsetCalculationNegativeOffset()
163 tmp.l_uf = 0UL; in test_OffsetCalculationNegativeOffset()
167 tmp.l_ui = 1000000001UL; in test_OffsetCalculationNegativeOffset()
168 tmp.l_uf = 0UL; in test_OffsetCalculationNegativeOffset()
198 tmp.l_ui = 1000000001UL; in test_OffsetCalculationNegativeOffset()
199 tmp.l_uf = 0UL; in test_OffsetCalculationNegativeOffset()
[all...]
/freebsd/contrib/bmake/unit-tests/
H A Dopt-debug-lint.mk76 .if ${value:${:UL}PL} != "LPL}" # FIXME: "LPL}" is unexpected here.
77 . error ${value:${:UL}PL}
/freebsd/contrib/ncurses/include/
H A Dcurses.tail16 #define NCURSES_BUTTON_RELEASED 001UL
17 #define NCURSES_BUTTON_PRESSED 002UL
18 #define NCURSES_BUTTON_CLICKED 004UL
19 #define NCURSES_DOUBLE_CLICKED 010UL
20 #define NCURSES_TRIPLE_CLICKED 020UL
21 #define NCURSES_RESERVED_EVENT 040UL
/freebsd/stand/kboot/kboot/arch/powerpc64/
H A Dload_addr.c55 static uint64_t load_segment = ~(0UL); in kboot_get_phys_load_segment()
63 if (load_segment == ~(0UL)) { in kboot_get_phys_load_segment()
66 load_segment = 0UL; in kboot_get_phys_load_segment()
/freebsd/contrib/ofed/libmlx5/
H A Dbitmap.h89 tmp = (*p) | (~0UL << size); in mlx5_find_first_zero_bit()
90 if (tmp == (uint32_t)~0UL) /* Are any bits zero? */ in mlx5_find_first_zero_bit()
/freebsd/sys/contrib/openzfs/config/
H A Dkernel-declare-event-class.m413 trace_zfs_autoconf_event_one(1UL);
14 trace_zfs_autoconf_event_two(2UL);
/freebsd/contrib/llvm-project/compiler-rt/lib/builtins/cpu_model/aarch64/
H A Dhwcap.inc173 #define HWCAP2_WFXT (1UL << 31)
182 #define HWCAP2_SME2 (1UL << 37)
188 #define HWCAP2_LRCPC3 (1UL << 46)
/freebsd/contrib/kyua/m4/
H A Dax_cxx_compile_stdcxx.m4298 return strlen_c_r(s, 0UL);
301 static_assert(strlen_c("") == 0UL, "");
302 static_assert(strlen_c("1") == 1UL, "");
303 static_assert(strlen_c("example") == 7UL, "");
304 static_assert(strlen_c("another\0example") == 7UL, "");
476 return (sizeof(x) == 1UL) ? 1 : 0;
501 auto length = 0UL;
507 static_assert(strlen_c("") == 0UL, "");
508 static_assert(strlen_c("x") == 1UL, "");
509 static_assert(strlen_c("test") == 4UL, "");
[all …]
/freebsd/sys/arm/ti/usb/
H A Domap_host.c58 #define UHH_SYSCONFIG_MIDLEMODE_FORCESTANDBY (0UL << 12)
63 #define UHH_SYSCONFIG_SIDLEMODE_FORCEIDLE (0UL << 3)
86 #define UHH_HOSTCONFIG_P1_MODE_ULPI_PHY (0UL << 16)
90 #define UHH_HOSTCONFIG_P2_MODE_ULPI_PHY (0UL << 18)
/freebsd/lib/libc/gen/
H A Dstatvfs.c63 result->f_namemax = ~0UL; in fstatvfs()
88 result->f_namemax = ~0UL; in statvfs()

1234567