Home
last modified time | relevance | path

Searched refs:esr (Results 1 – 9 of 9) sorted by relevance

/dragonfly/contrib/zstd/lib/dictBuilder/
H A Dzdict.c623 { size_t const errorCode = ZSTD_compressBegin_usingCDict(esr.zc, esr.dict); in ZDICT_countEStats()
627 cSize = ZSTD_compressBlock(esr.zc, esr.workPlace, ZSTD_BLOCKSIZE_MAX, src, srcSize); in ZDICT_countEStats()
631 const seqStore_t* const seqStorePtr = ZSTD_getSeqStore(esr.zc); in ZDICT_countEStats()
724 EStats_ress_t esr = { NULL, NULL, NULL }; in ZDICT_analyzeEntropy() local
747 esr.zc = ZSTD_createCCtx(); in ZDICT_analyzeEntropy()
748 esr.workPlace = malloc(ZSTD_BLOCKSIZE_MAX); in ZDICT_analyzeEntropy()
749 if (!esr.dict || !esr.zc || !esr.workPlace) { in ZDICT_analyzeEntropy()
757 ZDICT_countEStats(esr, &params, in ZDICT_analyzeEntropy()
878 ZSTD_freeCDict(esr.dict); in ZDICT_analyzeEntropy()
879 ZSTD_freeCCtx(esr.zc); in ZDICT_analyzeEntropy()
[all …]
/dragonfly/sys/platform/pc64/apic/
H A Dapicreg.h398 u_int32_t esr; PAD3; member
/dragonfly/contrib/ncurses/misc/
H A Dterminfo.src2811 # a missing <sc> -- esr)
6250 # chars look like --esr)
7919 # <flash> from BRL -- esr)
10601 # old ones skip -- esr)
10967 # ko implies -- esr)
16885 # in :is: -- esr)
19287 # work any more. -- esr)
20964 # ":do=^J:" -- esr)
22988 # esr's notes:
23384 # file -- esr)
[all …]
/dragonfly/sys/dev/netif/xe/
H A Dif_xe.c607 u_int8_t psr, isr, esr, rsr, rst0, txst0, txst1, coll; in xe_intr() local
742 while ((esr = XE_INB(XE_ESR)) & XE_ESR_FULL_PACKET_RX) { in xe_intr()
744 IFPRINTF(3, (ifp, "intr: ESR=0x%02x, RSR=0x%02x\n", esr, rsr)); in xe_intr()
/dragonfly/contrib/wpa_supplicant/src/ap/
H A Dap_config.h543 int esr; member
H A Dieee802_11_shared.c504 if (hapd->conf->esr) in hostapd_eid_interworking()
/dragonfly/lib/libncurses/include/
H A Dcurses.head32 * and: Eric S. Raymond <esr@snark.thyrsus.com> *
/dragonfly/contrib/ncurses/include/
H A DCaps31 # and: Eric S. Raymond <esr@snark.thyrsus.com>
/dragonfly/share/termcap/
H A Dtermcap.src270 # (att5425: added <rmam>/<smam> based on the init string -- esr)
2029 # commented out, :im:=\E1 because there's no :ei: -- esr)
4602 # names below. I've removed obsolete ":nl=5^J:" as there is a :do: -- esr)