/freebsd/contrib/llvm-project/libcxx/include/__locale_dir/locale_base_api/ |
H A D | bsd_locale_defaults.h | 28 #define __libcpp_mbtowc_l(pwc, pmb, max, l) mbtowc_l(pwc, pmb, max, l) argument
|
/freebsd/contrib/llvm-project/libcxx/include/__random/ |
H A D | poisson_distribution.h | 111 result_type max() const {return numeric_limits<result_type>::max();} max() function
|
H A D | subtract_with_carry_engine.h | 89 static _LIBCPP_CONSTEXPR result_type max() { return _Max; } max() function
|
/freebsd/usr.sbin/bhyve/ |
H A D | mevent_test.c | 67 uint64_t min, max, diff, sum, tsc_freq; in timer_print() local
|
H A D | virtio.c | 570 uint64_t virtio_config_size, max; in vi_pci_read() local 691 uint64_t virtio_config_size, max; in vi_pci_write() local
|
/freebsd/sys/netinet/ |
H A D | accf_http.c | 120 mbufstrncmp(struct mbuf *m, struct mbuf *npkt, int offset, int max, char *cmp) in mbufstrncmp()
|
/freebsd/usr.bin/bluetooth/rfcomm_sppd/ |
H A D | rfcomm_sppd.c | 59 #define max(a, b) (((a) > (b))? (a) : (b)) macro
|
/freebsd/sys/contrib/openzfs/module/lua/ |
H A D | ltablib.c | 24 lua_Number max = 0; in maxn() local
|
/freebsd/tests/sys/netinet/libalias/ |
H A D | util.h | 60 rand_range(int min, int max) in rand_range()
|
/freebsd/crypto/openssl/test/ |
H A D | conf_include_test.c | 186 char max[(sizeof(long) * 8) / 3 + 3]; in test_check_overflow() local
|
/freebsd/contrib/pf/libevent/ |
H A D | kqueue.c | 152 kq_recalc(struct event_base *base, void *arg, int max) in kq_recalc()
|
H A D | poll.c | 111 poll_recalc(struct event_base *base, void *arg, int max) in poll_recalc()
|
H A D | select.c | 144 select_recalc(struct event_base *base, void *arg, int max) in select_recalc()
|
/freebsd/lib/libkvm/ |
H A D | kvm_pcpu.c | 87 int max; in _kvm_pcpu_init() local
|
/freebsd/lib/libopenbsd/ |
H A D | imsg.h | 32 size_t max; member
|
/freebsd/sys/powerpc/pseries/ |
H A D | plpar_iommu.c | 160 bus_addr_t min, bus_addr_t max, bus_size_t alignment, bus_addr_t boundary, in phyp_iommu_map()
|
/freebsd/sys/dev/ppbus/ |
H A D | ppb_base.c | 55 ppb_poll_bus(device_t bus, int max, in ppb_poll_bus()
|
/freebsd/usr.bin/gprof/ |
H A D | gprof.c | 544 max(unsigned long a, unsigned long b) in max() function
|
/freebsd/sys/contrib/zstd/lib/compress/ |
H A D | hist.c | 75 unsigned max=0; in HIST_count_parallel_wksp() local
|
/freebsd/contrib/arm-optimized-routines/math/aarch64/advsimd/ |
H A D | erf.c | 17 float64x2_t max, shift; member
|
/freebsd/sys/contrib/openzfs/module/zstd/lib/compress/ |
H A D | hist.c | 76 unsigned max=0; in HIST_count_parallel_wksp() local
|
/freebsd/sys/compat/linuxkpi/common/include/linux/ |
H A D | xarray.h | 37 #define XA_LIMIT(min, max) \ argument
|
/freebsd/lib/libc/db/hash/ |
H A D | hash_page.c | 545 int i, max; in __get_page() local 581 int i, max; in __put_page() local
|
/freebsd/contrib/libpcap/ |
H A D | pcap-dos.h | 77 #define max(a,b) _max(a,b) macro 85 #define max(a,b) ((a) < (b) ? (b) : (a)) macro
|
/freebsd/crypto/openssl/crypto/ |
H A D | provider_core.c | 632 int i, max; in create_provider_children() local 1224 int i, max = sk_OSSL_PROVIDER_CHILD_CB_num(store->child_cbs); in provider_deactivate() local 1531 int ret = 0, curr, max, ref = 0; in ossl_provider_doall_activated() local 2084 int i, max; in ossl_provider_default_props_update() local 2124 int ret = 0, i, max; in ossl_provider_register_child_cb() local 2199 int i, max; in ossl_provider_deregister_child_cb() local
|