Home
last modified time | relevance | path

Searched refs:ulong (Results 1 – 25 of 39) sorted by relevance

12

/freebsd/contrib/bc/src/
H A Drand.c207 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 Dlibrary.c1692 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 Dbc_parse.c1795 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 Dnum.c4482 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 Datomic.c45 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 Dopencl-c.h115 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 Dopencl-c-base.h134 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 Drand.h65 * @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 Dvm.h453 #define BC_MAX_EXP ((ulong) (BC_NUM_BIGDIG_MAX))
456 #define BC_MAX_VARS ((ulong) (SIZE_MAX - 1))
H A Dnum.h54 typedef unsigned long ulong; typedef
/freebsd/contrib/file/magic/Magdir/
H A Dzfs56 >48 ulong >0
57 >>52 ulong >0
86 >48 ulong >0
87 >>52 ulong >0
H A Dscientific57 >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 Dmacintosh125 #>>>>>>>>101 ulong 0
198 >69 ulong !0 \b, creator
202 >65 ulong !0 \b, type
H A Dmathematica134 >>>4 ulong !0
H A Dcad46 >(2.s*2) ulong x
/freebsd/sys/kern/
H A Dsubr_stats.c304 [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 Dtypes.h61 typedef unsigned long ulong; typedef
/freebsd/sys/sys/
H A Dstats.h154 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 Dgrant_table.h395 XEN_GUEST_HANDLE(ulong) frame_list;
H A Dxen.h48 __DEFINE_XEN_GUEST_HANDLE(ulong, unsigned long);
/freebsd/crypto/openssl/doc/man3/
H A DOSSL_PARAM_int.pod45 * 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 Dtests.c238 DEFINE_COMPARISONS(unsigned long, ulong, "%lu")
/freebsd/sys/contrib/openzfs/module/os/linux/spl/
H A Dspl-generic.c57 module_param(spl_hostid, ulong, 0644);
/freebsd/crypto/openssl/test/
H A Dtestutil.h321 DECLARE_COMPARISONS(unsigned long, ulong)
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGBlocks.cpp156 llvm::IntegerType *ulong = in buildBlockDescriptor() local
181 elements.addInt(ulong, 0); in buildBlockDescriptor()
187 elements.addInt(ulong, blockInfo.BlockSize.getQuantity()); in buildBlockDescriptor()

12