Home
last modified time | relevance | path

Searched defs:c (Results 1 – 19 of 19) sorted by relevance

/spdk/doc/
H A Dtwo.min.js25 var $jscomp = $jscomp || {}; $jscomp.scope = {}; $jscomp.ASSUME_ES5 = !1; $jscomp.ASSUME_NO_NATIVE_… argument
26 …al.Symbol=$jscomp.Symbol)};$jscomp.symbolCounter_=0;$jscomp.Symbol=function(c){return $jscomp.SYMB… argument
27 $jscomp.initSymbolIterator=function(){$jscomp.initSymbol();var c=$jscomp.global.Symbol.iterator;c||… argument
28 $jscomp.iteratorPrototype=function(c){$jscomp.initSymbolIterator();c={next:c};c[$jscomp.global.Symb… argument
29 $jscomp.polyfill=function(c,k,m,l){if(k){m=$jscomp.global;c=c.split(".");for(l=0;l<c.length-1;l++){… argument
30 $jscomp.polyfill("Array.prototype.values",function(c){return c?c:function(){return $jscomp.iterator… argument
31 this.Two=function(c){function k(){var a=document.body.getBoundingClientRect(),c=this.width=a.width,… argument
34 return"function"===c||"object"===c&&!!a},toArray:function(a){return a?d.isArray(a)?x.call(a):q(a)?d… argument
36 d.keys(a),f=[],e=0;e<c.length;e++)f.push(a[c[e]]);return f},each:function(a,c,f){f=f||this;for(var … argument
37 uniqueId:function(a){var c=++d._indexAmount+"";return a?a+c:c}},e=Math.sin,a=Math.cos,g=Math.atan2,… argument
[all …]
/spdk/lib/json/
H A Djson_parse.c13 hex_value(uint8_t c) in hex_value()
121 uint8_t c; in json_decode_string_escape_twochar() local
238 uint8_t c; in json_valid_number() local
447 uint8_t c = *data; in spdk_json_parse() local
605 uint8_t c = *data; in spdk_json_parse() local
H A Djson_util.c114 char c = *iter++; in json_number_split() local
/spdk/include/spdk_internal/
H A Dutf.h16 utf8_tail(uint8_t c) in utf8_tail()
167 utf8_encode_unsafe(uint8_t *buf, uint32_t c) in utf8_encode_unsafe()
195 utf8_codepoint_len(uint32_t c) in utf8_codepoint_len()
/spdk/lib/util/
H A Dhexlify.c10 __c2v(char c) in __c2v()
25 __v2c(int c) in __v2c()
H A Dcpuset.c177 hex_value(uint8_t c) in hex_value()
267 char c; in parse_mask() local
H A Dstring.c474 const char *c = str; in spdk_strarray_from_string() local
558 size_t c, search_size, replace_size, dst_size; in spdk_strcpy_replace() local
H A Diov.c10 spdk_iov_memset(struct iovec *iovs, int iovcnt, int c) in spdk_iov_memset()
/spdk/module/bdev/ocf/
H A Dctx.c328 cleaner_cmpl(ocf_cleaner_t c,uint32_t interval) cleaner_cmpl() argument
336 vbdev_ocf_ctx_cleaner_init(ocf_cleaner_t c) vbdev_ocf_ctx_cleaner_init() argument
355 vbdev_ocf_ctx_cleaner_stop(ocf_cleaner_t c) vbdev_ocf_ctx_cleaner_stop() argument
/spdk/module/bdev/raid/
H A Draid5f.c139 #define __CHUNK_IN_RANGE(req, c) \ argument
142 #define FOR_EACH_CHUNK_FROM(req, c, from) \ argument
145 #define FOR_EACH_CHUNK(req, c) \ argument
148 #define __NEXT_DATA_CHUNK(req, c) \ argument
151 #define FOR_EACH_DATA_CHUNK(req, c) \ argument
289 uint8_t c; in raid5f_xor_stripe() local
/spdk/app/spdk_top/
H A Dspdk_top.c1965 int i, c, elements; in filter_columns() local
2099 int i, c, elements; in change_sorting() local
2276 int c; in change_refresh_rate() local
2552 int c; in display_thread() local
2690 int c; in show_core() local
2860 int c; in show_poller() local
2999 int c; in show_scheduler() local
3093 int c; in help_window_display() local
3210 int c; in show_stats() local
3478 int c, max_col, rc = 0; in wait_init() local
/spdk/lib/ftl/
H A Dftl_sb_common.h16 #define FTL_MAGIC(a, b, c, d) \ argument
/spdk/lib/ftl/upgrade/
H A Dftl_sb_prev.h17 #define FTL_MAGIC_V2(a, b, c, d) \ argument
/spdk/include/spdk/
H A Dgpt_spec.h69 #define SPDK_GPT_GUID(a, b, c, d, e) \ argument
/spdk/lib/nvmf/
H A Drdma.c3090 nvmf_rdma_all_pollers_management_done(void * c) nvmf_rdma_all_pollers_management_done() argument
4056 _nvmf_rdma_register_poller_in_group(void * c) _nvmf_rdma_register_poller_in_group() argument
4808 _nvmf_rdma_remove_destroyed_device(void * c) _nvmf_rdma_remove_destroyed_device() argument
4829 _nvmf_rdma_remove_poller_in_group_cb(void * c) _nvmf_rdma_remove_poller_in_group_cb() argument
4844 _nvmf_rdma_remove_poller_in_group(void * c) _nvmf_rdma_remove_poller_in_group() argument
[all...]
H A Dnvmf_rpc.c57 if (c >= '0' && c <= '9') { in hex_nybble_to_num() argument
[all...]
/spdk/lib/nvme/
H A Dnvme_qpair.c161 int c; in nvme_get_sgl() local
/spdk/lib/rocksdb/
H A Denv_spdk.cc81 for (const char &c : input_tmp) { in sanitize_path() local
/spdk/test/app/fuzz/vhost_fuzz/
H A Dvhost_fuzz.c425 hex_value(uint8_t c) in hex_value()