Searched refs:pref (Results 1 – 7 of 7) sorted by relevance
| /f-stack/freebsd/contrib/device-tree/src/arm64/cavium/ |
| H A D | thunder2-99xx.dtsi | 112 * MEM64 pref 0x40_0000_0000 - 0x60_0000_0000
|
| /f-stack/freebsd/contrib/ipfilter/netinet/ |
| H A D | radix_ipf.c | 1030 void test_addr(ipf_rdx_head_t *rnh, int pref, addrfamily_t *, int); 1324 test_addr(rnh, pref, addr, limit) in test_addr() argument 1326 int pref, limit; 1347 printf("%d.%d.LOOKUP(%s)", pref, i, addrname(&af)); 1355 printf("%d.%d.LOOKUP(%s)", pref, -1, addrname(addr));
|
| /f-stack/freebsd/vm/ |
| H A D | uma_core.c | 561 zone_domain_lowest(uma_zone_t zone, int pref) in zone_domain_lowest() argument 575 if (domain == pref) in zone_domain_lowest() 579 return (pref); in zone_domain_lowest() 589 zone_domain_highest(uma_zone_t zone, int pref) in zone_domain_highest() argument 595 if (ZDOM_GET(zone, pref)->uzd_nitems > BUCKET_MAX) in zone_domain_highest() 596 return (pref); in zone_domain_highest()
|
| /f-stack/app/redis-5.0.5/src/ |
| H A D | redis-cli.c | 234 static struct pref { struct 236 } pref; argument 670 if (!pref.hints) return NULL; in hintsCallback() 1634 if (!strcasecmp(argv[1],"hints")) pref.hints = 1; in cliSetPreferences() 1635 else if (!strcasecmp(argv[1],"nohints")) pref.hints = 0; in cliSetPreferences() 7045 pref.hints = 1; in main()
|
| /f-stack/app/redis-5.0.5/deps/jemalloc/ |
| H A D | configure | 962 | --exec-pref | --exec-pre | --exec-pr | --exec-p | --exec- \ 966 | --exec-pref=* | --exec-pre=* | --exec-pr=* | --exec-p=* | --exec-=* \ 1054 -prefix | --prefix | --prefi | --pref | --pre | --pr | --p) 1056 -prefix=* | --prefix=* | --prefi=* | --pref=* | --pre=* | --pr=* | --p=*) 1059 -program-prefix | --program-prefix | --program-prefi | --program-pref \ 1063 | --program-pref=* | --program-pre=* | --program-pr=* | --program-p=*)
|
| /f-stack/freebsd/contrib/zstd/lib/compress/ |
| H A D | zstd_compress.c | 674 const ZSTD_dictAttachPref_e pref = (ZSTD_dictAttachPref_e)value; in ZSTD_CCtxParams_setParameter() local 675 BOUNDCHECK(ZSTD_c_forceAttachDict, pref); in ZSTD_CCtxParams_setParameter() 676 CCtxParams->attachDictPref = pref; in ZSTD_CCtxParams_setParameter()
|
| /f-stack/freebsd/contrib/openzfs/module/zstd/lib/ |
| H A D | zstd.c | 13697 const ZSTD_dictAttachPref_e pref = (ZSTD_dictAttachPref_e)value; in ZSTD_CCtxParams_setParameter() local 13698 BOUNDCHECK(ZSTD_c_forceAttachDict, pref); in ZSTD_CCtxParams_setParameter() 13699 CCtxParams->attachDictPref = pref; in ZSTD_CCtxParams_setParameter()
|