Home
last modified time | relevance | path

Searched refs:quantum (Results 1 – 22 of 22) sorted by relevance

/netbsd/src/external/bsd/wpa/dist/src/ap/
Dairtime_policy.c122 unsigned int quantum = AIRTIME_QUANTUM_TARGET / max_wt; in get_airtime_quantum() local
124 if (quantum < AIRTIME_QUANTUM_MIN) in get_airtime_quantum()
125 quantum = AIRTIME_QUANTUM_MIN; in get_airtime_quantum()
126 else if (quantum > AIRTIME_QUANTUM_MAX) in get_airtime_quantum()
127 quantum = AIRTIME_QUANTUM_MAX; in get_airtime_quantum()
129 return quantum; in get_airtime_quantum()
140 unsigned int quantum; in update_airtime_weights() local
213 quantum = get_airtime_quantum(max_wt); in update_airtime_weights()
219 set_sta_weights(bss, bss->airtime_weight * quantum); in update_airtime_weights()
/netbsd/src/usr.sbin/mrouted/
Dsnmp.h35 extern int quantum;
Dsnmp.c770 if (quantum!=lastq || v_req->vifi != ifnum) {
771 lastq = quantum;
Dprune.c470 if (quantum != lastq || sg->src.s_addr!=st->st_origin in refresh_sg()
472 lastq = quantum; in refresh_sg()
/netbsd/src/sys/kern/
Dsubr_vmem.c978 vmem_addr_t base, vmem_size_t size, vmem_size_t quantum, in vmem_init() argument
986 KASSERT(quantum > 0); in vmem_init()
987 KASSERT(powerof2(quantum)); in vmem_init()
1016 vm->vm_quantum_mask = quantum - 1; in vmem_init()
1017 vm->vm_quantum_shift = SIZE2ORDER(quantum); in vmem_init()
1018 KASSERT(ORDER2SIZE(vm->vm_quantum_shift) == quantum); in vmem_init()
1069 vmem_size_t quantum, vmem_import_t *importfn, vmem_release_t *releasefn, in vmem_create() argument
1075 return vmem_init(NULL, name, base, size, quantum, in vmem_create()
1087 vmem_size_t quantum, vmem_ximport_t *importfn, vmem_release_t *releasefn, in vmem_xcreate() argument
1093 return vmem_init(NULL, name, base, size, quantum, in vmem_xcreate()
/netbsd/src/lib/libc/stdlib/
Djemalloc.c678 static size_t quantum; variable
2573 bin->reg_size = quantum * (i - ntbins + 1); in arena_new()
3161 _malloc_message("Quantum size: ", size_t2s(quantum, s), "\n", ""); in malloc_print_stats()
3472 quantum = (1 << opt_quantum_2pow); in malloc_init_hard()
3473 quantum_mask = quantum - 1; in malloc_init_hard()
3475 small_min = (quantum >> 1) + 1; in malloc_init_hard()
3478 assert(small_min <= quantum); in malloc_init_hard()
3504 assert(quantum >= sizeof(void *)); in malloc_init_hard()
3505 assert(quantum <= pagesize); in malloc_init_hard()
3507 assert(quantum * 4 <= chunksize); in malloc_init_hard()
/netbsd/src/sys/dev/ic/
Ddm9000.c849 int pad, quantum; in dme_alloc_receive_buffer() local
851 quantum = sc->sc_data_width; in dme_alloc_receive_buffer()
860 m->m_pkthdr.len = frame_length + (frame_length % quantum); in dme_alloc_receive_buffer()
874 m->m_len = frame_length + (frame_length % quantum); in dme_alloc_receive_buffer()
/netbsd/src/external/ibm-public/postfix/dist/
DRELEASE_NOTES32 [Forward compatibility 20250212] Support for OpenSSL 3.5 post-quantum
38 For more, look for "Post-quantum" in the postconf(5) manpage.
DHISTORY20704 Take that, you quantum computer attackers! Viktor Dukhovni.
28959 Support for OpenSSL 3.5 post-quantum cryptography. To manage
28980 and tls_ffdhe_auto_groups description with post-quantum
28981 configuration; added a post-quantum example to the
/netbsd/src/external/ibm-public/postfix/dist/README_FILES/
DRELEASE_NOTES32 [Forward compatibility 20250212] Support for OpenSSL 3.5 post-quantum
38 For more, look for "Post-quantum" in the postconf(5) manpage.
/netbsd/src/sys/external/bsd/drm2/dist/drm/i915/
DKconfig.profile64 int "Scheduling quantum for userspace batches (ms, jiffy granularity)"
/netbsd/src/external/historical/nawk/dist/
Drun.c107 int adjbuf(char **pbuf, int *psiz, int minlen, int quantum, char **pbptr, in adjbuf() argument
121 int rminlen = quantum ? minlen % quantum : 0; in adjbuf()
125 minlen += quantum - rminlen; in adjbuf()
Db.c861 bool fnematch(fa *pfa, FILE *f, char **pbuf, int *pbufsize, int quantum) in fnematch() argument
890 quantum, 0, "fnematch"); in fnematch()
/netbsd/src/share/misc/
Dacronyms.comp180 BQP bounded-error quantum polynomial time
325 CRQC cryptanalytically relevant quantum computer
1348 PQC post-quantum cryptography
1391 QPU quantum processing unit
/netbsd/src/share/dict/
Dweb2a44313 quantum liquid
44314 quantum-mechanical
44315 quantum mechanics
44316 quantum number
44317 quantum theory
Dweb2161867 quantum
/netbsd/src/external/gpl3/gcc/dist/gcc/config/s390/
Ds390.md380 ; With these rounding modes (1-7) a quantum exception might occur
/netbsd/src/etc/
Dservices20301 … David Borman mailto:david.borman&quantum.com …
23019 … Paul A. Suhler mailto:paul.suhler&quantum.com …
23090 … Paul Suhler mailto:paul.suhler&quantum.com …
/netbsd/src/external/ibm-public/postfix/dist/proto/
Dpostconf.proto13378 <p> Post-quantum cryptography support: OpenSSL 3.5 introduces new
13419 <p> Post-quantum cryptography support: OpenSSL 3.5 introduces new
/netbsd/src/games/fortune/datfiles/
Dfortunes24011 pitching arm and a new quantum theory.
18599 and the Devil runs them by quantum theory on Tuesday, Thursday, and Saturday.
21220 -- Albert Einstein, on the randomness of quantum mechanics
37324 Quark! Quark! Beware the quantum duck!
Dfortunes2497 And rescue my psyche from quantum decay.
/netbsd/src/external/lgpl3/mpfr/dist/
DChangeLog1726 (this has the effect to decrease the quantum by 1 compared to the
1727 "natural value"), though the quantum is not yet specified in MPFR.