Home
last modified time | relevance | path

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

1234

/f-stack/app/redis-5.0.5/deps/jemalloc/bin/
H A Djeprof.in701 my $symbols;
992 my $symbols = shift;
1145 my $symbols = shift;
1227 $sym = $symbols->{$k}->[0] . " " . $symbols->{$k}->[1];
1598 my $symbols = {};
3451 my $symbols = {};
3477 return $symbols;
3848 my $symbols;
3905 $result->{symbols} = $symbols;
4846 my $symbols = {};
[all …]
/f-stack/freebsd/contrib/libsodium/dist-build/
H A Dgenerate-emscripten-symbols.sh5 symbols() { function
18 done < emscripten-symbols.def
49 out=$(symbols standard)
/f-stack/freebsd/contrib/openzfs/config/
H A DAbigail.am4 # --no-unreferenced-symbols: Exclude symbols which are not referenced by
19 abidiff --no-unreferenced-symbols \
H A Dkernel-config-defined.m417 [Define to 1 if GPL-only symbols can be used])
127 *** This kernel has unused symbols trimming enabled, please disable.
/f-stack/freebsd/contrib/zstd/doc/educational_decoder/
H A Dzstd_decompress.c162 u8 *symbols; member
210 u8 *symbols; member
1216 if (!table->symbols) { in decode_seq_table()
1510 dst->symbols = malloc(size); in HUF_copy_dtable()
1516 memcpy(dst->symbols, src->symbols, size); in HUF_copy_dtable()
1529 dst->symbols = malloc(size); in FSE_copy_dtable()
1536 memcpy(dst->symbols, src->symbols, size); in FSE_copy_dtable()
1923 free(table->symbols); in HUF_init_dtable()
2002 free(dtable->symbols); in HUF_free_dtable()
2308 dtable->symbols[0] = symb; in FSE_init_dtable_rle()
[all …]
/f-stack/freebsd/contrib/zlib/doc/
H A Dalgorithm.txt88 little more than eight bits for 286 symbols and a little less than five bits
89 for 30 symbols.
107 compression in the first place.) For the less frequent long symbols, there
109 symbols, you could have as many levels of lookups as is efficient. For
122 would take too long if you're only decoding several thousand symbols. At the
125 traversing the tree while decoding, even for short symbols.
133 The code being decoded, with 10 symbols, from 1 to 6 bits long:
185 the symbols, it takes on the average 1.25 lookups per symbol. That's compared
/f-stack/app/redis-5.0.5/deps/jemalloc/include/jemalloc/
H A Djemalloc_rename.sh7 * Name mangling for public symbols is controlled by --with-mangling and
/f-stack/dpdk/doc/guides/contributing/
H A Dabi_versioning.rst275 the symbols from the DPDK_21 node. This list is directly translated into a
276 list of exported symbols when DPDK is compiled as a shared library.
295 the macros used for versioning symbols and we have annotated the function as
368 :ref:`mapping static symbols <mapping_static_symbols>`,
375 Mapping static symbols
379 and differently named symbols. We've then mapped each of those back to the
426 Aliasing experimental symbols
508 :ref:`experimental symbols <experimental_apis>`, a maintainer may wish to offer
572 :ref:`mapping static symbols <mapping_static_symbols>`.
638 To do this, start by modifying the version map file, such that all symbols from
[all …]
/f-stack/app/nginx-1.16.1/auto/os/
H A Dwin3223 MAIN_LINK="$MAIN_LINK -Wl,--export-all-symbols"
/f-stack/dpdk/buildtools/
H A Dmeson.build7 check_symbols = find_program('check-symbols.sh')
/f-stack/freebsd/contrib/device-tree/Bindings/display/
H A Dallwinner,sun4i-a10-tcon.yaml380 * symbols with the other example.
450 * symbols with the other example.
526 * symbols with the other example.
577 * symbols with the other example.
634 * symbols with the other example.
H A Dallwinner,sun8i-a83t-dw-hdmi.yaml173 * symbols with the other example.
226 * symbols with the other example.
H A Dallwinner,sun4i-a10-display-backend.yaml184 * symbols with the other example.
247 * symbols with the other example.
/f-stack/freebsd/contrib/zstd/doc/
H A Dzstd_compression_format.md788 literal lengths, offsets, and match lengths symbols.
1006 while FSE is used for all other symbols
1104 and how many symbols are present.
1206 in a manner such that different symbols may be represented
1257 having collected weights of literal symbols from `0` to `4`,
1313 The first state (`State1`) encodes the even indexed symbols,
1314 and the second (`State2`) encodes the odd indexed symbols.
1319 The number of symbols to decode is determined
1327 All present symbols shall now have a `Weight` value.
1333 Within same `Weight`, symbols keep natural sequential order.
[all …]
/f-stack/freebsd/mips/conf/
H A Dstd.BERI20 makeoptions DEBUG=-g #Build kernel with gdb(1) debug symbols
H A DAR71XX_BASE23 makeoptions DEBUG=-g #Build kernel with gdb(1) debug symbols
H A Dstd.AR531226 makeoptions DEBUG=-g #Build kernel with gdb(1) debug symbols
H A Dstd.AR531525 makeoptions DEBUG=-g #Build kernel with gdb(1) debug symbols
H A Dstd.AR724X24 makeoptions DEBUG=-g #Build kernel with gdb(1) debug symbols
H A Dstd.AR91XX22 makeoptions DEBUG=-g #Build kernel with gdb(1) debug symbols
H A Dstd.MALTA14 makeoptions DEBUG=-g #Build kernel with gdb(1) debug symbols
/f-stack/dpdk/app/test/
H A Dautotest_runner.py210 symbols = subprocess.check_output(['nm', binary]).decode()
211 self.avail_cmds = re.findall('test_register_(\w+)', symbols)
/f-stack/freebsd/contrib/libsodium/
H A DChangeLog57 `_messagebytes_max()` symbols) have been added to represent the
67 - The `sodium_runtime_has_*` symbols for CPU features detection are
68 now defined as weak symbols, i.e. they can be replaced with an
92 - Javascript: the sumo builds now include all symbols. They were
93 previously limited to symbols defined in minimal builds.
182 the symbols of the original C library.
239 - Undocumented symbols that were exported, but were only useful for
242 `crypto_onetimeauth_poly1305_donna()` symbols,
379 - All the symbols are now exported by the Emscripten build script.
/f-stack/freebsd/contrib/device-tree/Bindings/hsi/
H A Dclient-devices.txt2 symbols the remote device connected to the HSI port. The
/f-stack/freebsd/contrib/zstd/lib/decompress/
H A Dhuf_decompress.c137 BYTE symbols[HUF_SYMBOLVALUE_MAX + 1]; member
199 wksp->symbols[wksp->rankStart[w]++] = (BYTE)(n+u); in HUF_readDTableX1_wksp_bmi2()
204 wksp->symbols[wksp->rankStart[w]++] = (BYTE)n; in HUF_readDTableX1_wksp_bmi2()
229 D.byte = wksp->symbols[symbol + s]; in HUF_readDTableX1_wksp_bmi2()
238 D.byte = wksp->symbols[symbol + s]; in HUF_readDTableX1_wksp_bmi2()
247 U64 const D4 = HUF_DEltX1_set4(wksp->symbols[symbol + s], nbBits); in HUF_readDTableX1_wksp_bmi2()
254 U64 const D4 = HUF_DEltX1_set4(wksp->symbols[symbol + s], nbBits); in HUF_readDTableX1_wksp_bmi2()
262 U64 const D4 = HUF_DEltX1_set4(wksp->symbols[symbol + s], nbBits); in HUF_readDTableX1_wksp_bmi2()

1234