Home
last modified time | relevance | path

Searched refs:text (Results 1 – 10 of 10) sorted by relevance

/spdk/test/unit/lib/util/base64.c/
H A Dbase64_ut.c78 char text[200]; in test_base64_encode() local
81 ret = spdk_base64_encode(text, raw_A, sizeof(raw_A)); in test_base64_encode()
83 CU_ASSERT(strcmp(text, text_A) == 0); in test_base64_encode()
84 CU_ASSERT_EQUAL(strlen(text), strlen(text_A)); in test_base64_encode()
86 ret = spdk_base64_encode(text, raw_B, sizeof(raw_B)); in test_base64_encode()
88 CU_ASSERT(strcmp(text, text_B) == 0); in test_base64_encode()
89 CU_ASSERT_EQUAL(strlen(text), strlen(text_B)); in test_base64_encode()
91 ret = spdk_base64_encode(text, raw_C, sizeof(raw_C)); in test_base64_encode()
93 CU_ASSERT(strcmp(text, text_C) == 0); in test_base64_encode()
95 ret = spdk_base64_encode(text, raw_D, sizeof(raw_D)); in test_base64_encode()
[all …]
/spdk/module/bdev/nvme/
H A Dnvme_rpc.c234 char *text = NULL; in rpc_decode_cmdbuf() local
239 rc = spdk_json_decode_string(val, &text); in rpc_decode_cmdbuf()
244 text_strlen = strlen(text); in rpc_decode_cmdbuf()
252 rc = spdk_base64_urlsafe_decode(cmdbuf, &raw_len, text); in rpc_decode_cmdbuf()
266 free(text); in rpc_decode_cmdbuf()
274 char *text = NULL; in rpc_decode_data() local
278 rc = spdk_json_decode_string(val, &text); in rpc_decode_data()
282 text_strlen = strlen(text); in rpc_decode_data()
300 rc = spdk_base64_urlsafe_decode(req->data, (size_t *)&req->data_len, text); in rpc_decode_data()
303 free(text); in rpc_decode_data()
[all …]
/spdk/lib/jsonrpc/
H A Djsonrpc_server.c35 remove_newlines(char *text) in remove_newlines() argument
39 while (text[i] != '\0') { in remove_newlines()
40 if (text[i] != '\n') { in remove_newlines()
41 text[j++] = text[i]; in remove_newlines()
45 text[j] = '\0'; in remove_newlines()
/spdk/doc/
H A Dstylesheet.css94 text-align: center;
99 text-align: center;
105 text-align: center;
146 text-wrap: unrestricted;
152 text-indent: -53px;
176 text-align: right;
298 text-align: center;
310 text-align: center;
321 text-align: right;
505 text-align: center;
[all …]
H A Dftl.md35 ```text
55 ```text
77 ```text
106 ```text
H A Dcompression.md91 ```text
126 ```text
160 ```text
208 ```text
H A Dblob.md60 ```text
267 ```text
276 ```text
382 ```text
395 ```text
H A Dtwo.min.js114 …id),this.parent._renderer.elem.appendChild(a)));return this.flagReset()}},text:{render:function(c)… property
131 …;w&&a.restore()}}H||a.restore();G&&!f&&a.clip();return this.flagReset()}},text:{render:function(a,… property
154 …sition,2,a.FLOAT,!1,0,0),a.drawArrays(a.TRIANGLES,0,6),this.flagReset()}},text:{updateCanvas:funct… property
162 …w c.Array(12)),this._renderer.opacity=this._opacity*f._renderer.opacity,n.text.getBoundingClientRe…
/spdk/scripts/bpf/
H A Dgen.py21 lines = subprocess.check_output(['bpftrace', '-l', '-p', str(self._pid)], text=True)
/spdk/test/accel/
H A Dbib32 %T On the line breaking problem in text formatting
75 %T Intonation in text-to-speech synthesis: evaluation of algorithms
270 %T A means for achieving a high degree of compaction on scan-digitized printed text
296 %T Computer supported reading vs reading text on paper: a comparison of two reading situations
462 %T Better OPM/L text compression
478 %T An introduction to text compression
803 %T Scripts in memory for text
848 %T Understanding expository text: a theoretical and practical handbook for analyzing explanatory te…
913 %T An adaptation of the Unix DITROFF for formatting bidirectional text
1465 %T Adaptive text compression to enhance a modem
[all …]