Home
last modified time | relevance | path

Searched refs:UINT_MAX (Results 1 – 25 of 69) sorted by relevance

123

/f-stack/freebsd/arm/nvidia/
H A Dtegra_efuse.c124 {2190, UINT_MAX},
125 {0, UINT_MAX},
130 {1965, UINT_MAX},
131 {0, UINT_MAX},
136 {2101, UINT_MAX},
137 {0, UINT_MAX},
262 {2119, UINT_MAX},
263 {2119, UINT_MAX},
268 {UINT_MAX, UINT_MAX},
269 {UINT_MAX, UINT_MAX},
[all …]
/f-stack/freebsd/sys/
H A Dlimits.h59 #define UINT_MAX __UINT_MAX /* max value for an unsigned int */ macro
85 #define GID_MAX UINT_MAX /* max value for a gid_t */
86 #define UID_MAX UINT_MAX /* max value for a uid_t */
/f-stack/tools/ifconfig/
H A Diffib.c74 if (*ep != '\0' || fib > UINT_MAX) { in setiffib()
93 if (*ep != '\0' || fib > UINT_MAX) { in settunfib()
/f-stack/freebsd/contrib/ck/include/spinlock/
H A Danderson.h82 lock->wrap = (UINT_MAX % count) + 1; in ck_spinlock_anderson_init()
118 if (position == UINT_MAX) in ck_spinlock_anderson_lock()
/f-stack/dpdk/lib/librte_mbuf/
H A Drte_mbuf_dyn.c227 unsigned int best_zone = UINT_MAX; in __rte_mbuf_dynfield_register_offset()
426 if (req != UINT_MAX && req != mbuf_dynflag->bitnum) { in __rte_mbuf_dynflag_register_bitnum()
442 if (req == UINT_MAX) { in __rte_mbuf_dynflag_register_bitnum()
500 req != UINT_MAX) { in rte_mbuf_dynflag_register_bitnum()
515 return rte_mbuf_dynflag_register_bitnum(params, UINT_MAX); in rte_mbuf_dynflag_register()
/f-stack/app/redis-5.0.5/deps/jemalloc/include/jemalloc/internal/
H A Dbit_util.h109 assert(ret < UINT_MAX); in lg_floor()
126 assert(ret < UINT_MAX); in lg_floor()
/f-stack/freebsd/contrib/ck/include/
H A Dck_limits.h37 #define UINT32_MAX UINT_MAX
H A Dck_bytelock.h53 #define CK_BYTELOCK_UNSLOTTED UINT_MAX
/f-stack/freebsd/x86/include/
H A Dvmware.h48 : "0" (VMW_HVMAGIC), "1" (UINT_MAX), "2" (cmd), "3" (VMW_HVPORT) in vmware_hvcall()
/f-stack/freebsd/kern/
H A Dsubr_smr.c162 #define SMR_SEQ_MAX_DELTA (UINT_MAX / 4)
166 #define SMR_SEQ_INCR (UINT_MAX / 10000)
167 #define SMR_SEQ_INIT (UINT_MAX - 100000)
H A Dimgact_aout.c229 virtual_offset + a_out->a_text + a_out->a_data + bss_size > UINT_MAX in exec_aout_imgact()
/f-stack/freebsd/contrib/openzfs/module/os/linux/spl/
H A Dspl-xdr.c373 if (*sizep > maxsize || *sizep > UINT_MAX / elsize) in xdr_enc_array()
401 if (size > maxsize || size > UINT_MAX / elsize) in xdr_dec_array()
458 if (size > maxsize || size > UINT_MAX - 1) in xdr_dec_string()
/f-stack/app/redis-5.0.5/src/
H A DlzfP.h176 # elif UINT_MAX == 65535
H A Dt_hash.c148 unsigned int vlen = UINT_MAX; in hashTypeGetValueLength()
169 unsigned int vlen = UINT_MAX; in hashTypeExists()
654 unsigned int vlen = UINT_MAX; in addHashFieldToReply()
754 unsigned int vlen = UINT_MAX; in addHashIteratorCursorToReply()
/f-stack/freebsd/x86/xen/
H A Dxen_msi.c61 if (num_msi_irqs > UINT_MAX - first_msi_irq) in xen_msi_init()
H A Dxenpv.c83 if (BUS_ADD_CHILD(parent, UINT_MAX, "xenpv", 0) == NULL) in xenpv_identify()
/f-stack/freebsd/arm64/arm64/
H A Dvm_machdep.c110 td2->td_pcb->pcb_vfpcpu = UINT_MAX; in cpu_fork()
183 td->td_pcb->pcb_vfpcpu = UINT_MAX; in cpu_copy_thread()
/f-stack/freebsd/netgraph/netflow/
H A Dnetflow_v9.h39 #define CNTR_MAX UINT_MAX
/f-stack/freebsd/mips/broadcom/
H A Dbhnd_nexus.c214 if (irq > UINT_MAX) in bhnd_nexus_unmap_intr()
H A Dbcm_mips.c544 if (isrc->refs == UINT_MAX) in bcm_mips_retain_cpu_intr()
621 if (cpuirq->refs == UINT_MAX) in bcm_mips_retain_cpu_intr()
/f-stack/freebsd/contrib/openzfs/include/os/linux/spl/sys/
H A Dsysmacros.h56 #define UINT32_MAX UINT_MAX
/f-stack/app/redis-5.0.5/deps/jemalloc/src/
H A Dctl.c619 a = UINT_MAX; in arenas_i2a_impl()
899 return UINT_MAX; in ctl_arena_init()
904 return UINT_MAX; in ctl_arena_init()
1343 if (mib[i] > UINT_MAX) { \
1884 tcache_ind = UINT_MAX; in tcache_flush_ctl()
1886 if (tcache_ind == UINT_MAX) { in tcache_flush_ctl()
1904 tcache_ind = UINT_MAX; in tcache_destroy_ctl()
1906 if (tcache_ind == UINT_MAX) { in tcache_destroy_ctl()
2464 if ((arena_ind = ctl_arena_init(tsd, extent_hooks)) == UINT_MAX) { in arenas_create_ctl()
2874 if (a == UINT_MAX || !ctl_arenas->arenas[a]->initialized) { in stats_arenas_i_index()
/f-stack/app/redis-5.0.5/deps/lua/src/
H A Dlua_cmsgpack.c28 #if UINTPTR_MAX == UINT_MAX
552 assert(len <= UINT_MAX); in mp_decode_to_lua_array()
566 assert(len <= UINT_MAX); in mp_decode_to_lua_hash()
/f-stack/freebsd/x86/x86/
H A Dtsc.c131 if (regs[1] != UINT_MAX) in tsc_freq_vmware()
584 max_freq = UINT_MAX; in init_TSC_tc()
/f-stack/dpdk/drivers/crypto/bcmfs/hw/
H A Dbcmfs4_rm.c364 dst_target = UINT_MAX; in estimate_nonheader_desc_count()
414 dst_target = UINT_MAX; in bcmfs4_enqueue_msg()

123