| /f-stack/freebsd/contrib/openzfs/scripts/ |
| H A D | cstyle.pl | 806 my ($pre_tabs, $label, $rest) = ($1, $2, $3); 811 $_ .= ("\t" x (length($label) / 8)).$rest; 910 $rest =~ s/^$rxp//; 935 if ($rest =~ /^\s*\{?$/) { 939 if ($rest =~ /^\s*;$/) { 958 if ($rest =~ /^$/) { 976 if ($rest =~ /^$/) { 980 if ($rest =~ /^\s*special/) { 988 err("stuff after {") if ($rest =~ /[^\s}]/); 994 if ($rest =~ /^$/) { [all …]
|
| /f-stack/app/nginx-1.16.1/src/http/ |
| H A D | ngx_http_request_body.c | 70 rb->rest = -1; in ngx_http_read_client_request_body() 109 && rb->rest > 0 in ngx_http_read_client_request_body() 144 if (rb->rest == 0) { in ngx_http_read_client_request_body() 151 if (rb->rest < 0) { in ngx_http_read_client_request_body() 330 rest = rb->rest - (rb->buf->last - rb->buf->pos); in ngx_http_do_read_client_request_body() 358 if (n == rest) { in ngx_http_do_read_client_request_body() 871 if (rb->rest == -1) { in ngx_http_request_body_length_filter() 912 rb->rest = 0; in ngx_http_request_body_length_filter() 942 if (rb->rest == -1) { in ngx_http_request_body_chunked_filter() 953 rb->rest = 3; in ngx_http_request_body_chunked_filter() [all …]
|
| /f-stack/app/nginx-1.16.1/src/http/modules/ |
| H A D | ngx_http_grpc_module.c | 1680 ctx->rest = 0; in ngx_http_grpc_process_header() 1994 ctx->rest = 0; in ngx_http_grpc_filter() 2211 ctx->rest = 0; in ngx_http_grpc_filter() 2243 ctx->rest -= 1; in ngx_http_grpc_filter() 2344 ctx->rest |= ch; in ngx_http_grpc_parse_frame() 2602 ctx->rest = 0; in ngx_http_grpc_parse_header() 3300 if (ctx->rest > 0) { in ngx_http_grpc_parse_rst_stream() 3412 if (ctx->rest > 0) { in ngx_http_grpc_parse_goaway() 3493 if (ctx->rest > 0) { in ngx_http_grpc_parse_window_update() 3690 if (ctx->rest > 0) { in ngx_http_grpc_parse_settings() [all …]
|
| H A D | ngx_http_memcached_module.c | 21 size_t rest; member 463 ctx->rest = NGX_HTTP_MEMCACHED_END; in ngx_http_memcached_filter_init() 486 if (u->length == (ssize_t) ctx->rest) { in ngx_http_memcached_filter() 489 ngx_http_memcached_end + NGX_HTTP_MEMCACHED_END - ctx->rest, in ngx_http_memcached_filter() 497 ctx->rest = 0; in ngx_http_memcached_filter() 503 ctx->rest -= bytes; in ngx_http_memcached_filter() 534 bytes, b->last - b->pos, u->length, ctx->rest); in ngx_http_memcached_filter() 550 ctx->rest = 0; in ngx_http_memcached_filter() 555 ctx->rest -= b->last - last; in ngx_http_memcached_filter() 558 u->length = ctx->rest; in ngx_http_memcached_filter()
|
| /f-stack/app/nginx-1.16.1/src/http/v2/ |
| H A D | ngx_http_v2_table.c | 108 size_t rest; in ngx_http_v2_get_indexed_header() local 142 rest = h2c->hpack.storage + NGX_HTTP_V2_TABLE_SIZE - entry->name.data; in ngx_http_v2_get_indexed_header() 144 if (entry->name.len > rest) { in ngx_http_v2_get_indexed_header() 145 p = ngx_cpymem(p, entry->name.data, rest); in ngx_http_v2_get_indexed_header() 146 p = ngx_cpymem(p, h2c->hpack.storage, entry->name.len - rest); in ngx_http_v2_get_indexed_header() 166 rest = h2c->hpack.storage + NGX_HTTP_V2_TABLE_SIZE - entry->value.data; in ngx_http_v2_get_indexed_header() 168 if (entry->value.len > rest) { in ngx_http_v2_get_indexed_header() 169 p = ngx_cpymem(p, entry->value.data, rest); in ngx_http_v2_get_indexed_header() 170 p = ngx_cpymem(p, h2c->hpack.storage, entry->value.len - rest); in ngx_http_v2_get_indexed_header()
|
| H A D | ngx_http_v2_filter_module.c | 1090 rest = end - pos; in ngx_http_v2_create_headers_frame() 1099 frame->length = rest; in ngx_http_v2_create_headers_frame() 1160 rest -= frame_size; in ngx_http_v2_create_headers_frame() 1162 if (rest) { in ngx_http_v2_create_headers_frame() 1205 frame->length = rest; in ngx_http_v2_create_push_frame() 1279 rest -= frame_size; in ngx_http_v2_create_push_frame() 1281 if (rest) { in ngx_http_v2_create_push_frame() 1511 rest = frame_size; in ngx_http_v2_send_chain() 1541 rest = 0; in ngx_http_v2_send_chain() 1548 if (rest) { in ngx_http_v2_send_chain() [all …]
|
| /f-stack/freebsd/contrib/device-tree/Bindings/clock/ |
| H A D | arm,syscon-icst.yaml | 37 Integrator/AP 22 1 Bit 8 0, rest variable 40 Integrator/AP 46 3 Bit 8 0, rest variable 46 Integrator/CP 22 variable Bit 8 0, rest variable 49 Integrator/CP 22 variable Bit 8 0, rest variable
|
| H A D | ste-u300-syscon-clock.txt | 11 2 = rest/remaining clock
|
| /f-stack/tools/libxo/xolint/ |
| H A D | xolint.pl | 635 my($text, $ff, $fc, $rest); 636 for ($in = $format; $in; $in = $rest) { 637 ($text, $ff, $fc, $rest) = 641 ($text, $ff, $rest) = ($in =~ /^([^%]*)(%%)(.*)$/);
|
| /f-stack/freebsd/contrib/zstd/lib/common/ |
| H A D | entropy_common.c | 314 U32 const rest = total - weightTotal; in HUF_readStats_body() local 315 U32 const verif = 1 << BIT_highbit32(rest); in HUF_readStats_body() 316 U32 const lastWeight = BIT_highbit32(rest) + 1; in HUF_readStats_body() 317 …if (verif != rest) return ERROR(corruption_detected); /* last value must be a clean power of 2 … in HUF_readStats_body()
|
| /f-stack/tools/libxo/tests/xo/saved/ |
| H A D | xo_01.T.out | 9 partial line -- rest of line
|
| /f-stack/freebsd/contrib/device-tree/Bindings/mtd/ |
| H A D | intel,ixp4xx-flash.txt | 11 For the rest of the properties, see mtd-physmap.txt.
|
| H A D | cortina,gemini-flash.txt | 12 For the rest of the properties, see mtd-physmap.txt.
|
| H A D | arm-versatile.txt | 15 For the rest of the properties, see mtd-physmap.txt.
|
| /f-stack/freebsd/contrib/device-tree/Bindings/crypto/ |
| H A D | qcom-qce.txt | 10 "core" clocks rest of the crypto block
|
| /f-stack/freebsd/contrib/device-tree/Bindings/power/reset/ |
| H A D | nvmem-reboot-mode.txt | 13 The rest of the properties should follow the generic reboot-mode description
|
| H A D | qcom,pon.txt | 22 The rest of the properties should follow the generic reboot-mode description
|
| /f-stack/freebsd/contrib/openzfs/module/ |
| H A D | Kbuild.in | 14 # The rest is only relevant when run by kbuild
|
| /f-stack/freebsd/contrib/device-tree/Bindings/spi/ |
| H A D | spi-lantiq-ssc.txt | 13 For rest of the compatibles, should contain the "spi_rx", "spi_tx" and
|
| /f-stack/freebsd/contrib/openzfs/config/ |
| H A D | nls.m4 | 13 dnl by the GNU Library General Public License, and the rest of the GNU
|
| /f-stack/freebsd/contrib/device-tree/Bindings/dma/ |
| H A D | snps,dma-spear1340.yaml | 45 the rest of the optional parameters. 58 the rest of the optional parameters.
|
| /f-stack/freebsd/mips/conf/ |
| H A D | TL-WR1043NDv2.hints | 84 # force_link=1 is required for the rest of the parameters 92 # force_link=1 is required for the rest of the parameters
|
| H A D | DIR-655A1.hints | 94 # force_link=1 is required for the rest of the parameters 102 # force_link=1 is required for the rest of the parameters
|
| /f-stack/freebsd/contrib/device-tree/Bindings/display/bridge/ |
| H A D | dw_hdmi.txt | 30 - ports: The connectivity of the DWC HDMI TX with the rest of the system is
|
| /f-stack/dpdk/doc/guides/eventdevs/ |
| H A D | octeontx2.rst | 76 thresholds than the rest. The dictionary format is as follows 96 where the last element points to the next chunk and rest of them are used to
|