| /f-stack/app/nginx-1.16.1/src/core/ |
| H A D | ngx_crypt.c | 192 ngx_str_t encoded, decoded; in ngx_crypt_ssha() local 204 decoded.data = ngx_pnalloc(pool, len); in ngx_crypt_ssha() 205 if (decoded.data == NULL) { in ngx_crypt_ssha() 212 decoded.len = 20; in ngx_crypt_ssha() 219 ngx_sha1_update(&sha1, decoded.data + 20, decoded.len - 20); in ngx_crypt_ssha() 220 ngx_sha1_final(decoded.data, &sha1); in ngx_crypt_ssha() 232 ngx_encode_base64(&encoded, &decoded); in ngx_crypt_ssha() 243 ngx_str_t encoded, decoded; in ngx_crypt_sha() local 249 decoded.len = sizeof(digest); in ngx_crypt_sha() 250 decoded.data = digest; in ngx_crypt_sha() [all …]
|
| H A D | ngx_string.c | 1612 u_char *d, *s, ch, c, decoded; in ngx_unescape_uri() local 1623 decoded = 0; in ngx_unescape_uri() 1649 decoded = (u_char) (ch - '0'); in ngx_unescape_uri() 1656 decoded = (u_char) (c - 'a' + 10); in ngx_unescape_uri() 1674 ch = (u_char) ((decoded << 4) + (ch - '0')); in ngx_unescape_uri() 1694 ch = (u_char) ((decoded << 4) + (c - 'a') + 10); in ngx_unescape_uri()
|
| /f-stack/freebsd/contrib/device-tree/Bindings/spi/ |
| H A D | spi-cadence.txt | 17 - is-decoded-cs : Flag to indicate whether decoder is used or not. 28 is-decoded-cs = <0>;
|
| /f-stack/app/redis-5.0.5/src/ |
| H A D | hyperloglog.c | 1535 sds decoded = sdsempty(); in pfdebugCommand() local 1549 decoded = sdscatprintf(decoded,"z:%d ",runlen); in pfdebugCommand() 1553 decoded = sdscatprintf(decoded,"Z:%d ",runlen); in pfdebugCommand() 1558 decoded = sdscatprintf(decoded,"v:%d,%d ",regval,runlen); in pfdebugCommand() 1561 decoded = sdstrim(decoded," "); in pfdebugCommand() 1562 addReplyBulkCBuffer(c,decoded,sdslen(decoded)); in pfdebugCommand() 1563 sdsfree(decoded); in pfdebugCommand()
|
| H A D | db.c | 320 robj *decoded = getDecodedObject(o); in dbUnshareStringValue() local 321 o = createRawStringObject(decoded->ptr, sdslen(decoded->ptr)); in dbUnshareStringValue() 322 decrRefCount(decoded); in dbUnshareStringValue()
|
| H A D | debug.c | 1129 robj *decoded; in logCurrentClient() local 1131 decoded = getDecodedObject(cc->argv[j]); in logCurrentClient() 1133 (char*)decoded->ptr); in logCurrentClient() 1134 decrRefCount(decoded); in logCurrentClient()
|
| H A D | module.c | 1788 robj *decoded = getDecodedObject(ele); in RM_ListPop() local 1791 autoMemoryAdd(key->ctx,REDISMODULE_AM_STRING,decoded); in RM_ListPop() 1792 return decoded; in RM_ListPop() 2427 robj *decoded = getDecodedObject(*valueptr); in RM_HashGet() local 2429 *valueptr = decoded; in RM_HashGet()
|
| /f-stack/freebsd/contrib/device-tree/Bindings/mtd/ |
| H A D | cadence-quadspi.txt | 19 - cdns,is-decoded-cs : Flag to indicate whether decoder is used or not. 52 cdns,is-decoded-cs;
|
| /f-stack/freebsd/contrib/device-tree/Bindings/input/ |
| H A D | gpio-decoder.txt | 5 - gpios: a spec of gpios (at least two) to be decoded to a number with
|
| /f-stack/freebsd/contrib/zstd/doc/ |
| H A D | zstd_compression_format.md | 543 to generate the decoded literals. 599 When all _sequences_ are decoded, 718 The match length is equal to the decoded `Baseline` plus 795 decoded previously from their normalized distribution. 807 These sequences are decoded in order from first to last. 876 Once literals and sequences have been decoded, 882 from the decoded literals to the output. 893 Note that all offsets leading to previously decoded data 1064 - Value decoded : small values use 1 less bit : 1073 | Value read | Value decoded | Number of bits used | [all …]
|
| /f-stack/freebsd/contrib/device-tree/src/arm/ |
| H A D | zynq-zc770-xm011.dts | 53 is-decoded-cs = <0>;
|
| H A D | zynq-zc770-xm012.dts | 59 is-decoded-cs = <0>;
|
| H A D | zynq-zc770-xm013.dts | 64 is-decoded-cs = <0>;
|
| H A D | zynq-zc770-xm010.dts | 70 is-decoded-cs = <0>;
|
| /f-stack/app/nginx-1.16.1/src/http/ |
| H A D | ngx_http_parse.c | 1265 u_char c, ch, decoded, *p, *u; in ngx_http_parse_complex_uri() local 1276 decoded = '\0'; in ngx_http_parse_complex_uri() 1508 decoded = (u_char) (ch - '0'); in ngx_http_parse_complex_uri() 1516 decoded = (u_char) (c - 'a' + 10); in ngx_http_parse_complex_uri() 1526 ch = (u_char) ((decoded << 4) + (ch - '0')); in ngx_http_parse_complex_uri() 1544 ch = (u_char) ((decoded << 4) + (c - 'a') + 10); in ngx_http_parse_complex_uri()
|
| /f-stack/freebsd/contrib/device-tree/Bindings/bus/ |
| H A D | nvidia,tegra20-gmi.txt | 37 The chip-select number is decoded from the child nodes second address cell of 39 then be decoded from the first cell of the 'reg' property.
|
| H A D | qcom,ebi2.txt | 46 The XMEM registers are totally undocumented but could be partially decoded
|
| /f-stack/freebsd/contrib/xz-embedded/linux/Documentation/ |
| H A D | xz.txt | 58 when encoding files that are supposed to be decoded by the kernel. With 72 dictionaries cannot be used for files that are intended to be decoded
|
| /f-stack/dpdk/doc/guides/prog_guide/ |
| H A D | bbdev.rst | 638 "hard output","hard decisions buffer, decoded output, size K for each CB" 662 The CB parameter ``k`` is the size of the decoded CB (this maps to K as described in 676 the decoded CBs of K sizes (CRC24A/B is the last 24-bit in each decoded CB). 984 |hard_output |hard decisions buffer, decoded output | 1036 The mbuf output ``hard_output`` is mandatory and is the decoded CBs size 1037 K (CRC24A/B is the last 24-bit in each decoded CB).
|
| /f-stack/freebsd/contrib/device-tree/Bindings/pci/ |
| H A D | rockchip-pcie-host.txt | 69 INTx interrupts are decoded and routed.
|
| /f-stack/freebsd/amd64/include/ |
| H A D | vmm.h | 596 uint8_t decoded; /* set to 1 if successfully decoded */ member
|
| /f-stack/freebsd/contrib/zstd/ |
| H A D | README.md | 108 …st few KB. Then, the compression algorithm will gradually use previously decoded content to better…
|
| /f-stack/freebsd/contrib/zlib/doc/ |
| H A D | algorithm.txt | 133 The code being decoded, with 10 symbols, from 1 to 6 bits long:
|
| /f-stack/app/redis-5.0.5/tests/unit/ |
| H A D | scripting.tcl | 202 r eval {local decoded = cjson.decode('{"keya": "a", "keyb": "b"}')
|
| /f-stack/freebsd/amd64/vmm/ |
| H A D | vmm_instruction_emul.c | 1768 if (!vie->decoded) in vmm_emulate_instruction() 2939 vie->decoded = 1; /* success */ in vmm_decode_instruction()
|