Home
last modified time | relevance | path

Searched refs:VALUE (Results 1 – 14 of 14) sorted by relevance

/f-stack/freebsd/contrib/libsodium/builds/msvc/
H A Dresource.rc47 VALUE "FileDescription", "The Sodium crypto library (libsodium) "
48 VALUE "FileVersion", LIBSODIUM_VERSION_STRING
49 VALUE "InternalName", "libsodium"
50 VALUE "LegalCopyright", "Copyright (c) 2017 The libsodium authors."
51 VALUE "OriginalFilename", "libsodium.dll"
52 VALUE "ProductName", LIBSODIUM_PRODUCT_NAME
53 VALUE "ProductVersion", LIBSODIUM_VERSION_STRING
58 VALUE "Translation", 0x409, 1200
/f-stack/freebsd/tools/
H A Dacpi_quirks2h.awk107 VALUE = $4;
113 TABLE, OPERAND, VALUE) > OUTPUT;
122 VALUE = $4;
128 TABLE, OPERAND, VALUE) > OUTPUT;
/f-stack/dpdk/app/test/
H A Dtest_metrics.c18 #define VALUE 1 macro
61 err = rte_metrics_update_value(RTE_METRICS_GLOBAL, KEY, VALUE); in test_metrics_without_init()
121 err = rte_metrics_update_value(RTE_METRICS_GLOBAL, KEY, VALUE); in test_metrics_update_value()
127 err = rte_metrics_update_value(9, KEY, VALUE); in test_metrics_update_value()
131 err = rte_metrics_update_value(-2, KEY, VALUE); in test_metrics_update_value()
135 err = rte_metrics_update_value(39, KEY, VALUE); in test_metrics_update_value()
139 err = rte_metrics_update_value(RTE_METRICS_GLOBAL, KEY+12, VALUE); in test_metrics_update_value()
/f-stack/tools/libutil/
H A Dproperty.c80 enum { LOOK, COMMENT, NAME, VALUE, MVALUE, COMMIT, FILL, STOP } state, last_state; in properties_read() enumerator
155 state = VALUE; in properties_read()
161 case VALUE: in properties_read()
/f-stack/freebsd/contrib/openzfs/config/
H A Dzfs-meta.m49 dnl # ^[ ]*KEY:[ \t]+VALUE$
12 dnl # - KEY is separated from VALUE by a colon and one or more spaces/tabs.
13 dnl # - KEY and VALUE are case sensitive.
23 dnl # VALUE will prematurely terminate the string since that sequence is
195 dnl # Returns the META VALUE associated with the given KEY_NAME_OR_REGEX expr.
H A Dprogtest.m424 dnl TEST-PERFORMED-ON-FOUND_PROGRAM [, VALUE-IF-NOT-FOUND [, PATH]])
/f-stack/app/micro_thread/
H A Dmicro_thread.h571 #define MT_ATTR_API(ATTR, VALUE) \ argument
576 fm->GetLogAdpt()->AttrReportAdd(ATTR, VALUE); \
580 #define MT_ATTR_API_SET(ATTR, VALUE) \ argument
585 fm->GetLogAdpt()->AttrReportSet(ATTR, VALUE); \
/f-stack/freebsd/contrib/ngatm/netnatm/sig/
H A Dunidef.h296 #define DEF(NAME, VALUE, STR) NAME = VALUE, argument
H A Dsig_print.c243 #define DEF(NAME, VALUE, STR) { STR, VALUE }, in uni_print_api() argument
/f-stack/freebsd/sys/
H A Dpmc.h311 #define __PMC_CAP(NAME, VALUE, DESCR) PMC_CAP_##NAME = (1 << VALUE) , argument
/f-stack/tools/libxo/doc/
H A Dgetting.rst148 ../configure [OPTION]... [VAR=VALUE]...
/f-stack/dpdk/doc/guides/nics/
H A Dcxgbe.rst147 FLAG VALUE
163 | FILTERMODE COMBINATIONS | VALUE |
/f-stack/dpdk/doc/guides/sample_app_ug/
H A Dl3_forward.rst214 can be specified with --hash-entry-num VALUE in command line, being its default value 4.
/f-stack/app/redis-5.0.5/
H A D00-RELEASENOTES473 * DEBUG DIGEST-VALUE added in case you want to make sure a given set of keys
585 DEBUG DIGEST-VALUE implemented.