Searched refs:kz (Results 1 - 11 of 11) sorted by relevance

/freebsd-13-stable/contrib/unbound/contrib/
H A Dwarmup.sh21 admir.kz
27 almaty.tele2.kz
33 beeline.kz
50 google.kz
53 goto.kz
60 irr.kz
64 kcell.kz
65 krisha.kz
109 tele2.kz
110 tengrinews.kz
[all...]
H A Dwarmup.cmd27 admir.kz
33 almaty.tele2.kz
39 beeline.kz
55 google.kz
58 goto.kz
64 irr.kz
68 kcell.kz
69 krisha.kz
113 tele2.kz
114 tengrinews.kz
[all...]
/freebsd-13-stable/tools/tools/umastat/
H A Dumastat.c284 struct uma_keg *kzp, kz; local
360 LIST_NEXT(&kz, uk_link)) {
361 ret = kread(kvm, kzp, &kz, sizeof(kz), 0);
368 uma_print_keg_align(&kz, " ");
369 printf(" uk_pages = %d\n", kz.uk_pages);
370 printf(" uk_free = %d\n", kz.uk_free);
371 printf(" uk_reserve = %d\n", kz.uk_reserve);
372 printf(" uk_size = %d\n", kz.uk_size);
373 printf(" uk_rsize = %d\n", kz
[all...]
/freebsd-13-stable/contrib/bearssl/src/mac/
H A Dhmac_ct.c69 uint32_t kr, km, kl, kz, u; local
122 * We compute kr, kl, kz and km.
126 * kz index of the last byte of the actual last padding block
129 * km, kz and kl are counted from the current offset in the
133 kz = ((kr + (uint32_t)len + po + bs - 1) & ~(bs - 1)) - 1 - kr;
134 kl = kz - 7;
151 * is the result we want if and only if u == kz.
180 CCOPY(EQ(u, kz), tmp2, tmp1, hlen);
/freebsd-13-stable/lib/libmemstat/
H A Dmemstat_uma.c318 struct uma_keg *kzp, kz; local
370 LIST_NEXT(&kz, uk_link)) {
371 ret = kread(kvm, kzp, &kz, sizeof(kz), 0);
378 for (uzp = LIST_FIRST(&kz.uk_zones); uzp != NULL; uzp =
435 if (kz.uk_flags & UMA_ZFLAG_INTERNAL)
449 mtp->mt_size = kz.uk_size;
450 mtp->mt_rsize = kz.uk_rsize;
473 if (!((kz.uk_flags & UMA_ZONE_SECONDARY) &&
474 LIST_FIRST(&kz
[all...]
H A Dmemstat_malloc.c481 struct memstat_kmemzone *kmemzones, *kz; local
510 kz = kmemzones;
512 memstat_malloc_zone_sizes[i] = kz->kz_size;
513 kz = (struct memstat_kmemzone *)((char *)kz + objsize);
/freebsd-13-stable/share/vt/keymaps/
H A DMakefile52 kz.io.kbd \
53 kz.kst.kbd \
/freebsd-13-stable/libexec/rc/rc.d/
H A Dsyscons115 kk.pt154.io) echo kz.io;;
116 kk.pt154.kst) echo kz.kst;;
/freebsd-13-stable/sys/vm/
H A Duma_core.c5180 uma_keg_t kz; local
5186 LIST_FOREACH(kz, &uma_kegs, uk_link) {
5187 LIST_FOREACH(z, &kz->uk_zones, uz_link)
5235 uma_keg_t kz; local
5250 LIST_FOREACH(kz, &uma_kegs, uk_link) {
5251 LIST_FOREACH(z, &kz->uk_zones, uz_link)
5267 LIST_FOREACH(kz, &uma_kegs, uk_link) {
5270 kfree += kz->uk_domain[i].ud_free_items;
5271 pages += kz->uk_domain[i].ud_pages;
5273 LIST_FOREACH(z, &kz
5550 get_uma_stats(uma_keg_t kz, uma_zone_t z, uint64_t *allocs, uint64_t *used, uint64_t *sleeps, long *cachefree, uint64_t *xdomain) argument
5578 uma_keg_t kz; local
[all...]
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86InstrFMA3Info.cpp29 FMA3GROUP(Name, Suf##kz, Attrs | X86InstrFMA3Group::KZeroMasked)
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/X86/MCTargetDesc/
H A DX86InstComments.cpp35 case X86::V##Inst##Suffix##src##kz:

Completed in 224 milliseconds