/freebsd/contrib/bc/src/ |
H A D | rand.c | 207 static ulong 210 ulong buf[1]; in bc_rand_frand() 218 nread = read(fd, buf, sizeof(ulong)); in bc_rand_frand() 220 if (BC_ERR(nread != sizeof(ulong))) bc_vm_fatalError(BC_ERR_FATAL_IO_ERR); in bc_rand_frand() 222 return *((ulong*) buf); in bc_rand_frand() 231 static ulong 234 ulong buf[1]; in bc_rand_winrand() 241 s = BCryptGenRandom(NULL, (char*) buf, sizeof(ulong), in bc_rand_winrand() 258 static ulong 262 ulong re in bc_rand_rand() [all...] |
H A D | library.c | 1692 ulong vals[BCL_SEED_ULONGS]; in bcl_rand_seed() 1700 ulong val = ((ulong) seed[i]) in bcl_rand_seed() 1701 << (((ulong) CHAR_BIT) * (i % sizeof(ulong))); in bcl_rand_seed()
|
H A D | bc_parse.c | 1795 bc_vm_printf("BC_LONG_BIT = %lu\n", (ulong) BC_LONG_BIT); in bc_parse_stmt() 1796 bc_vm_printf("BC_BASE_DIGS = %lu\n", (ulong) BC_BASE_DIGS); in bc_parse_stmt() 1797 bc_vm_printf("BC_BASE_POW = %lu\n", (ulong) BC_BASE_POW); in bc_parse_stmt() 1798 bc_vm_printf("BC_OVERFLOW_MAX = %lu\n", (ulong) BC_NUM_BIGDIG_MAX); in bc_parse_stmt()
|
H A D | num.c | 4482 ulong i, scale = n->scale; in bc_num_dump() 4506 div = n->num[i] / ((BcDig) bc_num_pow10[(ulong) d]); in bc_num_dump() 4510 div = n->num[i] % ((BcDig) bc_num_pow10[(ulong) d]); in bc_num_dump()
|
/freebsd/sys/contrib/openzfs/lib/libspl/ |
H A D | atomic.c | 45 ATOMIC_INC(ulong, ulong_t) in ATOMIC_INC() 61 ATOMIC_DEC(ulong, ulong_t) 121 ATOMIC_OR(ulong, ulong_t) 137 ATOMIC_AND(ulong, ulong_t) 157 ATOMIC_INC_NV(ulong, ulong_t) 173 ATOMIC_DEC_NV(ulong, ulong_t) 233 ATOMIC_OR_NV(ulong, ulong_t) 249 ATOMIC_AND_NV(ulong, ulong_t) 286 ATOMIC_CAS(ulong, ulong_t) in ATOMIC_CAS() 306 ATOMIC_SWAP(ulong, ulong_t)
|
/freebsd/contrib/llvm-project/clang/lib/Headers/ |
H A D | opencl-c.h | 115 char __ovld __cnfn convert_char_rte(ulong); 116 char __ovld __cnfn convert_char_sat_rte(ulong); 117 char __ovld __cnfn convert_char_rtz(ulong); 118 char __ovld __cnfn convert_char_sat_rtz(ulong); 119 char __ovld __cnfn convert_char_rtp(ulong); 120 char __ovld __cnfn convert_char_sat_rtp(ulong); 121 char __ovld __cnfn convert_char_rtn(ulong); 122 char __ovld __cnfn convert_char_sat_rtn(ulong); 123 char __ovld __cnfn convert_char(ulong); 124 char __ovld __cnfn convert_char_sat(ulong); [all …]
|
H A D | opencl-c-base.h | 134 typedef unsigned long ulong; typedef 202 typedef ulong ulong2 __attribute__((ext_vector_type(2))); 203 typedef ulong ulong3 __attribute__((ext_vector_type(3))); 204 typedef ulong ulong4 __attribute__((ext_vector_type(4))); 205 typedef ulong ulong8 __attribute__((ext_vector_type(8))); 206 typedef ulong ulong16 __attribute__((ext_vector_type(16))); 615 #define as_ulong(x) __builtin_astype((x), ulong)
|
/freebsd/contrib/bc/include/ |
H A D | rand.h | 65 * @param ptr A void ptr to some data that will help generate the random ulong. 66 * @return The random ulong. 68 typedef ulong (*BcRandUlong)(void* ptr); 487 bc_rand_seed(BcRNG* r, ulong state1, ulong state2, ulong inc1, ulong inc2);
|
H A D | vm.h | 453 #define BC_MAX_EXP ((ulong) (BC_NUM_BIGDIG_MAX)) 456 #define BC_MAX_VARS ((ulong) (SIZE_MAX - 1))
|
H A D | num.h | 54 typedef unsigned long ulong; typedef
|
/freebsd/contrib/file/magic/Magdir/ |
H A D | zfs | 56 >48 ulong >0 57 >>52 ulong >0 86 >48 ulong >0 87 >>52 ulong >0
|
H A D | scientific | 57 >1072 ulong >1 Compressed(%d), 58 >1100 ulong >1 %d headers, 59 >1104 ulong >0 %d x 60 >1108 ulong >0 %d, 61 >1120 ulong >0 %d bits/pixel
|
H A D | macintosh | 125 #>>>>>>>>101 ulong 0 198 >69 ulong !0 \b, creator 202 >65 ulong !0 \b, type
|
H A D | mathematica | 134 >>>4 ulong !0
|
H A D | cad | 46 >(2.s*2) ulong x
|
/freebsd/sys/kern/ |
H A D | subr_stats.c | 304 [VSD_DTYPE_INT_ULONG] = {.intlong = {.ulong = 0}}, 317 [VSD_DTYPE_INT_ULONG] = {.intlong = {.ulong = ULONG_MAX}}, 509 curstepexp) <= bkt_lb->intlong.ulong) 565 bkt_ub->intlong.ulong += (unsigned long)step; 632 done = (bkt_ub.intlong.ulong > 633 info->ub.intlong.ulong); 911 *((unsigned long *)vss->iv) = iv.intlong.ulong; 1983 sbuf_printf(buf, "%lu", vsd->intlong.ulong); 2543 if (VSD(intlong, vsd)->ulong < voival->intlong.ulong) { 2544 VSD(intlong, vsd)->ulong = voival->intlong.ulong; [all …]
|
/freebsd/sys/compat/linuxkpi/common/include/linux/ |
H A D | types.h | 61 typedef unsigned long ulong; typedef
|
/freebsd/sys/sys/ |
H A D | stats.h | 154 unsigned long ulong; member 206 unsigned long ulong; member 955 *ret = vsd->intlong.ulong; in stats_voistat_fetch_ulong() 1117 tmp.intlong.ulong = voival; in stats_voi_update_abs_ulong() 1132 tmp.intlong.ulong = voival; in stats_voi_update_rel_ulong()
|
/freebsd/sys/contrib/xen/ |
H A D | grant_table.h | 395 XEN_GUEST_HANDLE(ulong) frame_list;
|
H A D | xen.h | 48 __DEFINE_XEN_GUEST_HANDLE(ulong, unsigned long);
|
/freebsd/crypto/openssl/doc/man3/ |
H A D | OSSL_PARAM_int.pod | 45 * double, int, int32, int64, long, size_t, time_t, uint, uint32, uint64, ulong 159 unsigned long int (ulong)
|
/freebsd/crypto/openssl/test/testutil/ |
H A D | tests.c | 238 DEFINE_COMPARISONS(unsigned long, ulong, "%lu")
|
/freebsd/sys/contrib/openzfs/module/os/linux/spl/ |
H A D | spl-generic.c | 57 module_param(spl_hostid, ulong, 0644);
|
/freebsd/crypto/openssl/test/ |
H A D | testutil.h | 321 DECLARE_COMPARISONS(unsigned long, ulong)
|
/freebsd/contrib/llvm-project/clang/lib/CodeGen/ |
H A D | CGBlocks.cpp | 156 llvm::IntegerType *ulong = in buildBlockDescriptor() local 181 elements.addInt(ulong, 0); in buildBlockDescriptor() 187 elements.addInt(ulong, blockInfo.BlockSize.getQuantity()); in buildBlockDescriptor()
|