| /netbsd/src/external/bsd/wpa/dist/src/ap/ |
| D | airtime_policy.c | 122 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/ |
| D | snmp.h | 35 extern int quantum;
|
| D | snmp.c | 770 if (quantum!=lastq || v_req->vifi != ifnum) { 771 lastq = quantum;
|
| D | prune.c | 470 if (quantum != lastq || sg->src.s_addr!=st->st_origin in refresh_sg() 472 lastq = quantum; in refresh_sg()
|
| /netbsd/src/sys/kern/ |
| D | subr_vmem.c | 978 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/ |
| D | jemalloc.c | 678 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/ |
| D | dm9000.c | 849 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/ |
| D | RELEASE_NOTES | 32 [Forward compatibility 20250212] Support for OpenSSL 3.5 post-quantum 38 For more, look for "Post-quantum" in the postconf(5) manpage.
|
| D | HISTORY | 20704 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/ |
| D | RELEASE_NOTES | 32 [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/ |
| D | Kconfig.profile | 64 int "Scheduling quantum for userspace batches (ms, jiffy granularity)"
|
| /netbsd/src/external/historical/nawk/dist/ |
| D | run.c | 107 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()
|
| D | b.c | 861 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/ |
| D | acronyms.comp | 180 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/ |
| D | web2a | 44313 quantum liquid 44314 quantum-mechanical 44315 quantum mechanics 44316 quantum number 44317 quantum theory
|
| D | web2 | 161867 quantum
|
| /netbsd/src/external/gpl3/gcc/dist/gcc/config/s390/ |
| D | s390.md | 380 ; With these rounding modes (1-7) a quantum exception might occur
|
| /netbsd/src/etc/ |
| D | services | 20301 … 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/ |
| D | postconf.proto | 13378 <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/ |
| D | fortunes2 | 4011 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!
|
| D | fortunes | 2497 And rescue my psyche from quantum decay.
|
| /netbsd/src/external/lgpl3/mpfr/dist/ |
| D | ChangeLog | 1726 (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.
|