| /f-stack/app/nginx-1.16.1/auto/lib/zlib/ |
| H A D | makefile.bcc | 12 trees.c zutil.c compress.c \ 16 +trees.obj +zutil.obj +compress.obj \
|
| H A D | makefile.owc | 11 wcl386 -c $(CFLAGS) adler32.c crc32.c deflate.c trees.c zutil.c & 13 wlib -n zlib.lib adler32.obj crc32.obj deflate.obj trees.obj &
|
| H A D | makefile.msvc | 12 trees.c zutil.c compress.c \ 16 trees.obj zutil.obj compress.obj \
|
| H A D | conf | 25 CORE_LIBS="$CORE_LIBS $ZLIB/trees.o"
|
| /f-stack/app/nginx-1.16.1/src/stream/ |
| H A D | ngx_stream_geo_module.c | 69 ngx_stream_geo_trees_t trees; member 181 ngx_radix32tree_find(ctx->u.trees.tree, INADDR_NONE); in ngx_stream_geo_cidr_variable() 199 ngx_radix32tree_find(ctx->u.trees.tree, inaddr); in ngx_stream_geo_cidr_variable() 203 ngx_radix128tree_find(ctx->u.trees.tree6, p); in ngx_stream_geo_cidr_variable() 212 ngx_radix32tree_find(ctx->u.trees.tree, INADDR_NONE); in ngx_stream_geo_cidr_variable() 221 ngx_radix32tree_find(ctx->u.trees.tree, inaddr); in ngx_stream_geo_cidr_variable() 504 geo->u.trees.tree = ctx.tree; in ngx_stream_geo_block() 514 geo->u.trees.tree6 = ctx.tree6; in ngx_stream_geo_block()
|
| /f-stack/app/nginx-1.16.1/src/http/modules/ |
| H A D | ngx_http_geo_module.c | 71 ngx_http_geo_trees_t trees; member 190 ngx_radix32tree_find(ctx->u.trees.tree, INADDR_NONE); in ngx_http_geo_cidr_variable() 208 ngx_radix32tree_find(ctx->u.trees.tree, inaddr); in ngx_http_geo_cidr_variable() 212 ngx_radix128tree_find(ctx->u.trees.tree6, p); in ngx_http_geo_cidr_variable() 221 ngx_radix32tree_find(ctx->u.trees.tree, INADDR_NONE); in ngx_http_geo_cidr_variable() 230 ngx_radix32tree_find(ctx->u.trees.tree, inaddr); in ngx_http_geo_cidr_variable() 537 geo->u.trees.tree = ctx.tree; in ngx_http_geo_block() 547 geo->u.trees.tree6 = ctx.tree6; in ngx_http_geo_block()
|
| /f-stack/freebsd/contrib/device-tree/Bindings/clock/ |
| H A D | qoriq-clock.txt | 76 trees the children of the clockgen node are the clock providers. 109 device trees with these nodes, but new device trees should not use them.
|
| /f-stack/freebsd/contrib/device-tree/Bindings/soc/fsl/cpm_qe/qe/ |
| H A D | par_io.txt | 26 the new device trees. Instead, each Par I/O bank should be represented
|
| H A D | ucc.txt | 33 do so, in order to support older device trees, but they should be updated
|
| /f-stack/freebsd/contrib/device-tree/Bindings/powerpc/fsl/ |
| H A D | cpus.txt | 5 Power Architecture CPUs in Freescale SOCs are represented in device trees as
|
| H A D | mpc5200.txt | 27 To express this information as completely as possible, 5200B device trees 31 It is *strongly* recommended that 5200B device trees follow this convention
|
| H A D | mpic.txt | 64 device-trees omit this property on MPIC nodes even when the MPIC is
|
| /f-stack/freebsd/contrib/zlib/doc/ |
| H A D | algorithm.txt | 14 match distances are compressed with another tree. The trees are stored 18 it would be useful to start another block with fresh trees. (This is 84 of the first table is nine bits. Also the distance trees have 30 possible 120 At least for deflate's output that generates new trees every several 10's of
|
| H A D | rfc1951.txt | 194 and Huffman coding. The Huffman trees for each block are independent 199 Each block consists of two parts: a pair of Huffman code trees that 201 compressed data part. (The Huffman trees themselves are compressed 214 The code trees for each block appear in a compact form just before 537 read representation of code trees (see 795 new block with fresh trees would be useful, or when the block size
|
| /f-stack/freebsd/contrib/device-tree/Bindings/serial/ |
| H A D | mtk-uart.txt | 40 For compatibility with older device trees an unnamed clock is used for the
|
| /f-stack/freebsd/contrib/device-tree/Bindings/net/ |
| H A D | nixge.txt | 5 older device trees with DMA engines co-located in the address map,
|
| H A D | xilinx_axienet.txt | 44 this is possible). New device trees should specify this - the
|
| H A D | altera_tse.txt | 6 ALTR is supported for legacy device trees, but is deprecated.
|
| H A D | micrel-ksz90x1.txt | 20 change the driver now because of the many existing device trees that have
|
| /f-stack/freebsd/contrib/zlib/ |
| H A D | ChangeLog | 314 - Update trees.c to be able to generate modified trees.h 556 - Add ush casts in trees.c to avoid pedantic runtime errors 624 trees.c, according to the txtvsbin.txt document [Truta] 681 - Add cast in trees.c t avoid a warning [Oberhumer] 766 - Fix trees.c to update strm->data_type (no one ever noticed!) 826 - Cast a type in a debug statement in trees.c 1008 - Remove MAX #define in trees.c (conflicted with some libraries) 1163 - use constant arrays for the static trees in trees.c instead of computing 1165 trees.h, compile with GEN_TREES_H and run "make test". 1320 - static_init_done in trees.c is an int [all …]
|
| /f-stack/freebsd/contrib/device-tree/Bindings/ |
| H A D | submitting-patches.rst | 80 3) For a series going though multiple trees, the binding patch should be
|
| H A D | chosen.txt | 34 Device trees may specify the device to be used for boot console output
|
| /f-stack/freebsd/contrib/device-tree/Bindings/pinctrl/ |
| H A D | nvidia,tegra124-xusb-padctl.txt | 18 how to describe and reference PHYs in device trees.
|
| /f-stack/freebsd/contrib/device-tree/Bindings/mtd/ |
| H A D | marvell-nand.txt | 98 Note on legacy bindings: One can find, in not-updated device trees,
|
| /f-stack/freebsd/contrib/device-tree/src/arm/ |
| H A D | omap5-board-common.dtsi | 151 /* TI trees use GPIO instead of msecure, see also muxing */ 243 /* TI trees use GPIO mode; msecure mode does not work reliably? */
|