Home
last modified time | relevance | path

Searched refs:symbol (Results 1 – 25 of 80) sorted by relevance

1234

/f-stack/freebsd/contrib/libsodium/dist-build/
H A Dgenerate-emscripten-symbols.sh8 while read symbol standard sumo; do
14 eval "defined_${symbol}=yes"
16 eval "defined_${symbol}=no"
23 while read symbol; do
24 eval "found=\$defined_${symbol}"
26 echo "$symbol"
29 echo "*** [$symbol] was not expected ***" >&2
39 while read symbol ; do
43 out="${out}\"${symbol}\""
/f-stack/dpdk/buildtools/
H A Dmap-list-symbol.sh6 symbol=all
19 [ $symbol = 'all' ] || {
23 symbol=$OPTARG
41 if ("'$section'" == "all" && "'$symbol'" == "all") {
56 if ("'$symbol'" == "all" || $1 == "'$symbol'") {
61 if ("'$symbol'" != "all") {
/f-stack/freebsd/contrib/device-tree/Bindings/phy/
H A Dsamsung,ufs-phy.yaml30 - description: symbol clock for input symbol ( rx0-ch0 symbol clock)
31 - description: symbol clock for input symbol ( rx1-ch1 symbol clock)
32 - description: symbol clock for output symbol ( tx0 symbol clock)
/f-stack/freebsd/contrib/openzfs/lib/libuutil/
H A Dlibuutil.abi8 …<elf-symbol name='_sol_getmntent' type='func-type' binding='global-binding' visibility='default-vi…
11 …<elf-symbol name='atomic_add_32' type='func-type' binding='global-binding' visibility='default-vis…
13 …<elf-symbol name='atomic_add_64' type='func-type' binding='global-binding' visibility='default-vis…
14 …<elf-symbol name='atomic_add_64_nv' type='func-type' binding='global-binding' visibility='default-…
15 …<elf-symbol name='atomic_add_8' type='func-type' binding='global-binding' visibility='default-visi…
33 …<elf-symbol name='atomic_and_8' type='func-type' binding='global-binding' visibility='default-visi…
129 …<elf-symbol name='avl_add' type='func-type' binding='global-binding' visibility='default-visibilit…
175 …<elf-symbol name='mkdirp' type='func-type' binding='global-binding' visibility='default-visibility…
178 …<elf-symbol name='strlcat' type='func-type' binding='global-binding' visibility='default-visibilit…
179 …<elf-symbol name='strlcpy' type='func-type' binding='global-binding' visibility='default-visibilit…
[all …]
/f-stack/freebsd/contrib/zstd/lib/compress/
H A Dfse_compress.c113 U32 symbol; in FSE_buildCTable_wksp() local
114 for (symbol=0; symbol<=maxSymbolValue; symbol++) { in FSE_buildCTable_wksp()
161 { U32 symbol; in FSE_buildCTable_wksp()
162 for (symbol=0; symbol<=maxSymbolValue; symbol++) { in FSE_buildCTable_wksp()
164 symbol, normalizedCounter[symbol], in FSE_buildCTable_wksp()
210 unsigned symbol = 0; in FSE_writeNCount_generic() local
225 unsigned start = symbol; in FSE_writeNCount_generic()
226 while ((symbol < alphabetSize) && !normalizedCounter[symbol]) symbol++; in FSE_writeNCount_generic()
228 while (symbol >= start+24) { in FSE_writeNCount_generic()
238 while (symbol >= start+3) { in FSE_writeNCount_generic()
[all …]
/f-stack/dpdk/doc/guides/contributing/
H A Dabi_versioning.rst144 versioned symbol ``b@DPDK_n`` to the internal function ``be``.
147 the linker to bind references to symbol ``b`` to the internal symbol
152 can still be mapped back to the public symbol name.
156 version of symbol ``b``.
279 symbol at which versions. First, at the site of the initial symbol definition,
281 with the public symbol name
297 mapping this new symbol name to the initial symbol name at version node 21.
309 create a new symbol ``rte_acl_create@DPDK_21``, which matches the symbol created
343 The macro instructs the linker to create the new default symbol
511 symbol as before, we now add the symbol to both the ``EXPERIMENTAL``
[all …]
/f-stack/app/redis-5.0.5/deps/jemalloc/include/jemalloc/internal/
H A Dprivate_namespace.sh3 for symbol in `cat "$@"` ; do
4 echo "#define ${symbol} JEMALLOC_N(${symbol})"
/f-stack/freebsd/contrib/openzfs/lib/libzfs/
H A Dlibzfs.abi17 …<elf-symbol name='SHA256Init' type='func-type' binding='global-binding' visibility='default-visibi…
18 …<elf-symbol name='SHA2Final' type='func-type' binding='global-binding' visibility='default-visibil…
19 …<elf-symbol name='SHA2Init' type='func-type' binding='global-binding' visibility='default-visibili…
20 …<elf-symbol name='SHA2Update' type='func-type' binding='global-binding' visibility='default-visibi…
21 …<elf-symbol name='SHA384Init' type='func-type' binding='global-binding' visibility='default-visibi…
22 …<elf-symbol name='SHA512Init' type='func-type' binding='global-binding' visibility='default-visibi…
32 …<elf-symbol name='cityhash4' type='func-type' binding='global-binding' visibility='default-visibil…
33 …<elf-symbol name='color_end' type='func-type' binding='global-binding' visibility='default-visibil…
34 …<elf-symbol name='color_start' type='func-type' binding='global-binding' visibility='default-visib…
38 …<elf-symbol name='do_mount' type='func-type' binding='global-binding' visibility='default-visibili…
[all …]
H A Dlibzfs_diff.c135 char symbol; in print_what() local
139 symbol = 'B'; in print_what()
142 symbol = 'C'; in print_what()
145 symbol = '/'; in print_what()
149 symbol = '>'; in print_what()
153 symbol = '|'; in print_what()
156 symbol = '@'; in print_what()
160 symbol = 'P'; in print_what()
164 symbol = '='; in print_what()
167 symbol = 'F'; in print_what()
[all …]
/f-stack/freebsd/contrib/openzfs/lib/libnvpair/
H A Dlibnvpair.abi7 …<elf-symbol name='dump_nvlist' type='func-type' binding='global-binding' visibility='default-visib…
8 …<elf-symbol name='fnvlist_add_boolean' type='func-type' binding='global-binding' visibility='defau…
11 …<elf-symbol name='fnvlist_add_byte' type='func-type' binding='global-binding' visibility='default-…
13 …<elf-symbol name='fnvlist_add_int16' type='func-type' binding='global-binding' visibility='default…
15 …<elf-symbol name='fnvlist_add_int32' type='func-type' binding='global-binding' visibility='default…
17 …<elf-symbol name='fnvlist_add_int64' type='func-type' binding='global-binding' visibility='default…
19 …<elf-symbol name='fnvlist_add_int8' type='func-type' binding='global-binding' visibility='default-…
34 …<elf-symbol name='fnvlist_alloc' type='func-type' binding='global-binding' visibility='default-vis…
35 …<elf-symbol name='fnvlist_dup' type='func-type' binding='global-binding' visibility='default-visib…
36 …<elf-symbol name='fnvlist_free' type='func-type' binding='global-binding' visibility='default-visi…
[all …]
/f-stack/freebsd/contrib/zstd/lib/common/
H A Dfse.h385 static void FSE_encodeSymbol(BIT_CStream_t* bitC, FSE_CState_t* CStatePtr, unsigned symbol);
528 MEM_STATIC void FSE_initCState2(FSE_CState_t* statePtr, const FSE_CTable* ct, U32 symbol) in FSE_initCState2() argument
531 …pressionTransform symbolTT = ((const FSE_symbolCompressionTransform*)(statePtr->symbolTT))[symbol]; in FSE_initCState2()
539 MEM_STATIC void FSE_encodeSymbol(BIT_CStream_t* bitC, FSE_CState_t* statePtr, unsigned symbol) in FSE_encodeSymbol() argument
541 …onTransform const symbolTT = ((const FSE_symbolCompressionTransform*)(statePtr->symbolTT))[symbol]; in FSE_encodeSymbol()
598 unsigned char symbol; member
614 return DInfo.symbol; in FSE_peekSymbol()
629 BYTE const symbol = DInfo.symbol; in FSE_decodeSymbol() local
633 return symbol; in FSE_decodeSymbol()
642 BYTE const symbol = DInfo.symbol; in FSE_decodeSymbolFast() local
[all …]
H A Dfse_decompress.c95 tableDecode[highThreshold--].symbol = (FSE_FUNCTION_TYPE)s; in FSE_buildDTable_internal()
144 tableDecode[uPosition].symbol = spread[s + u]; in FSE_buildDTable_internal()
157 tableDecode[position].symbol = (FSE_FUNCTION_TYPE)s; in FSE_buildDTable_internal()
167 FSE_FUNCTION_TYPE const symbol = (FSE_FUNCTION_TYPE)(tableDecode[u].symbol); in FSE_buildDTable_internal() local
168 U32 const nextState = symbolNext[symbol]++; in FSE_buildDTable_internal()
198 cell->symbol = symbolValue; in FSE_buildDTable_rle()
224 dinfo[s].symbol = (BYTE)s; in FSE_buildDTable_raw()
/f-stack/freebsd/contrib/openzfs/lib/libzfs_core/
H A Dlibzfs_core.abi15 …<elf-symbol name='_sol_getmntent' type='func-type' binding='global-binding' visibility='default-vi…
16 …<elf-symbol name='atomic_add_16' type='func-type' binding='global-binding' visibility='default-vis…
17 …<elf-symbol name='atomic_add_16_nv' type='func-type' binding='global-binding' visibility='default-…
19 …<elf-symbol name='atomic_add_32_nv' type='func-type' binding='global-binding' visibility='default-…
21 …<elf-symbol name='atomic_add_64_nv' type='func-type' binding='global-binding' visibility='default-…
22 …<elf-symbol name='atomic_add_8' type='func-type' binding='global-binding' visibility='default-visi…
26 …<elf-symbol name='atomic_add_int' type='func-type' binding='global-binding' visibility='default-vi…
136 …<elf-symbol name='avl_add' type='func-type' binding='global-binding' visibility='default-visibilit…
140 …<elf-symbol name='avl_find' type='func-type' binding='global-binding' visibility='default-visibili…
145 …<elf-symbol name='avl_last' type='func-type' binding='global-binding' visibility='default-visibili…
[all …]
/f-stack/freebsd/contrib/xz-embedded/linux/lib/xz/
H A Dxz_dec_lzma2.c522 uint32_t symbol = 1; in rc_bittree() local
526 symbol = (symbol << 1) + 1; in rc_bittree()
528 symbol <<= 1; in rc_bittree()
531 return symbol; in rc_bittree()
539 uint32_t symbol = 1; in rc_bittree_reverse() local
544 symbol = (symbol << 1) + 1; in rc_bittree_reverse()
547 symbol <<= 1; in rc_bittree_reverse()
584 uint32_t symbol; in lzma_literal() local
595 symbol = 1; in lzma_literal()
605 symbol = (symbol << 1) + 1; in lzma_literal()
[all …]
/f-stack/freebsd/contrib/openzfs/tests/zfs-tests/tests/functional/cli_root/zfs_diff/
H A Dzfs_diff_types.ksh52 symbol="$2"
56 if [[ "$diffsym" != "$symbol" ]]; then
57 log_fail "Unexpected type for $path ('$diffsym' != '$symbol')"
59 log_note "Object $path type is correctly displayed as '$symbol'"
/f-stack/app/nginx-1.16.1/src/os/unix/
H A Dngx_dlopen.h19 #define ngx_dlsym(handle, symbol) dlsym(handle, symbol) argument
/f-stack/dpdk/devtools/
H A Dcheck-abi-version.sh43 symbol=$(echo $SYM | cut -d'-' -f 2)
47 echo "Warning: symbol $symbol ($version) should be annotated " \
/f-stack/freebsd/contrib/zlib/doc/
H A Dalgorithm.txt96 lookup table for the first, let's say, nine bits of a Huffman symbol. The
97 symbol could be as short as one bit or as long as 15 bits. If a particular
98 symbol is shorter than nine bits, then that symbol's translation is duplicated
99 in all those entries that start with that symbol's bits. For example, if the
100 symbol is four bits, then it's duplicated 32 times in a nine-bit table. If a
101 symbol is nine bits long, it appears in the table once.
103 If the symbol is longer than nine bits, then that entry in the table points
113 the above example are gobbled), or it contains the translation for the symbol
118 longest symbol is? The reason is that if you do that, you end up spending
119 more time filling in duplicate symbol entries than you do actually decoding.
[all …]
/f-stack/freebsd/contrib/device-tree/Bindings/clock/
H A Dqcom,gcc-msm8998.yaml29 - description: UFS phy rx symbol clock for pipe 0
30 - description: UFS phy rx symbol clock for pipe 1
31 - description: UFS phy tx symbol clock
/f-stack/freebsd/contrib/device-tree/Bindings/leds/
H A Dleds-el15203000.txt9 Vending area LED encoded with symbol 'V' (hex code 0x56).
13 encoded with symbol 'S' (hex code 0x53). Supports blinking breathing pattern.
15 Water Pipe LED encoded with symbol 'P' (hex code 0x50) and
/f-stack/freebsd/contrib/openzfs/lib/libzfsbootenv/
H A Dlibzfsbootenv.abi18 …<elf-symbol name='lzbe_add_pair' type='func-type' binding='global-binding' visibility='default-vis…
19 …<elf-symbol name='lzbe_bootenv_print' type='func-type' binding='global-binding' visibility='defaul…
20 …<elf-symbol name='lzbe_get_boot_device' type='func-type' binding='global-binding' visibility='defa…
21 …<elf-symbol name='lzbe_nvlist_free' type='func-type' binding='global-binding' visibility='default-…
22 …<elf-symbol name='lzbe_nvlist_get' type='func-type' binding='global-binding' visibility='default-v…
23 …<elf-symbol name='lzbe_nvlist_set' type='func-type' binding='global-binding' visibility='default-v…
24 …<elf-symbol name='lzbe_remove_pair' type='func-type' binding='global-binding' visibility='default-…
25 …<elf-symbol name='lzbe_set_boot_device' type='func-type' binding='global-binding' visibility='defa…
64 …' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='lzbe_add_pair'>
76 …' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='lzbe_nvlist_se…
[all …]
/f-stack/dpdk/drivers/net/tap/
H A Dmeson.build23 # input array for meson symbol search:
25 # "enum/define", "symbol to search" ]
/f-stack/freebsd/contrib/zstd/lib/decompress/
H A Dhuf_decompress.c122 static U64 HUF_DEltX1_set4(BYTE symbol, BYTE nbBits) { in HUF_DEltX1_set4() argument
125 D4 = symbol + (nbBits << 8); in HUF_DEltX1_set4()
127 D4 = (symbol << 8) + nbBits; in HUF_DEltX1_set4()
216 int symbol=wksp->rankVal[0]; in HUF_readDTableX1_wksp_bmi2() local
229 D.byte = wksp->symbols[symbol + s]; in HUF_readDTableX1_wksp_bmi2()
274 symbol += symbolCount; in HUF_readDTableX1_wksp_bmi2()
551 const U32 symbol = sortedSymbols[s].symbol; in HUF_fillDTableX2Level2() local
583 const U16 symbol = sortedList[s].symbol; in HUF_fillDTableX2() local
597 nbBitsBaseline, symbol); in HUF_fillDTableX2()
600 MEM_writeLE16(&(DElt.sequence), symbol); in HUF_fillDTableX2()
[all …]
/f-stack/dpdk/drivers/net/mlx4/
H A Dmeson.build89 # "symbol to search", "struct member to search" ]
95 # input array for meson symbol search:
97 # "symbol to search" ]
/f-stack/freebsd/kern/
H A Dlinker_if.m34 # Lookup a symbol in the file's symbol table. If the symbol is not
108 # Get the symbol table, returning it in **symtab. Return the

1234