Home
last modified time | relevance | path

Searched defs:x (Results 1 – 17 of 17) sorted by relevance

/spdk/include/spdk/
H A Dtree.h292 #define SPLAY_INSERT(name, x, y) name##_SPLAY_INSERT(x, y) argument
293 #define SPLAY_REMOVE(name, x, y) name##_SPLAY_REMOVE(x, y) argument
294 #define SPLAY_FIND(name, x, y) name##_SPLAY_FIND(x, y) argument
295 #define SPLAY_NEXT(name, x, y) name##_SPLAY_NEXT(x, y) argument
296 #define SPLAY_MIN(name, x) (SPLAY_EMPTY(x) ? NULL \ argument
298 #define SPLAY_MAX(name, x) (SPLAY_EMPTY(x) ? NULL \ argument
301 #define SPLAY_FOREACH(x, name, head) \ argument
375 #define RB_AUGMENT(x) break argument
798 #define RB_INSERT(name, x, y) name##_RB_INSERT(x, y) argument
799 #define RB_REMOVE(name, x, y) name##_RB_REMOVE(x, y) argument
[all …]
H A Dstring.h20 #define _SPDK_STRINGIFY(x) #x argument
21 #define SPDK_STRINGIFY(x) _SPDK_STRINGIFY(x) argument
H A Dmemory.h36 #define FLOOR_2MB(x) (((uintptr_t)(x)) & ~MASK_2MB) argument
37 #define CEIL_2MB(x) FLOOR_2MB(((uintptr_t)(x)) + VALUE_2MB - 1) argument
/spdk/lib/util/
H A Dmath.c19 spdk_u32log2(uint32_t x) in spdk_u32log2()
38 spdk_u64log2(uint64_t x) in spdk_u64log2()
H A Dbit_array.c16 #define SPDK_BIT_ARRAY_WORD_TZCNT(x) (__builtin_ctzll(x)) argument
17 #define SPDK_BIT_ARRAY_WORD_POPCNT(x) (__builtin_popcountll(x)) argument
18 #define SPDK_BIT_ARRAY_WORD_C(x) ((spdk_bit_array_word)(x)) argument
H A Dcpuset.c179 #define V(x, y) [x] = y + 1 in hex_value() argument
/spdk/module/bdev/gpt/
H A Dgpt.h35 #define SPDK_GPT_GUID_EQUAL(x,y) (memcmp(x, y, sizeof(struct spdk_gpt_guid)) == 0) argument
/spdk/scripts/
H A Dcalc-iobuf.py27 conv: typing.Callable = lambda x: x argument
/spdk/lib/json/
H A Djson_parse.c15 #define V(x, y) [x] = y + 1 in hex_value() argument
/spdk/test/unit/lib/scsi/lun.c/
H A Dlun_ut.c21 int x; member
/spdk/test/nvme/sgl/
H A Dsgl.c505 TEST(x) main() argument
/spdk/lib/idxd/
H A Didxd.c1900 IDXD_COMPLETION(x) global() argument
1901 IDXD_FAILURE(x) global() argument
1902 IDXD_SW_ERROR(x) global() argument
[all...]
/spdk/test/unit/lib/json/json_util.c/
H A Djson_util_ut.c15 #define NUM_SETUP(x) \ argument
/spdk/test/nvme/e2edp/
H A Dnvme_dp.c664 TEST(x) main() argument
/spdk/doc/
H A Dtwo.min.js61 …0)).noStroke();c.fill="black";var k=c.getBoundingClientRect(!0);k.centroid={x:k.left+k.width/2,y:k… property
96 this.command);d.relative=this._relative;return d},toObject:function(){var c={x:this.x,y:this.y};thi… property
122 texture:{render:function(d,a){a||this._update();a={};var g={x:0,y:0},e=this.image;if(this._flagLoad… property
190 …";return this},corner:function(){var c=this.getBoundingClientRect(!0);c.centroid={x:c.left+c.width/ property
191 …rn this},center:function(){var c=this.getBoundingClientRect(!0);c.centroid={x:c.left+c.width/2,y:c… property
269 …},this);return a},corner:function(){var a=this.getBoundingClientRect(!0),c={x:a.left,y:a.top};this… property
270 {x:a.left+a.width/2,y:a.top+a.height/2};this.children.forEach(function(c){c.isShape&&c.translation.… property
/spdk/test/app/fuzz/vhost_fuzz/
H A Dvhost_fuzz.c427 #define V(x, y) [x] = y + 1 in hex_value() argument
/spdk/lib/nvmf/
H A Dvfio_user.c30 #define SWAP(x, y) \ argument
[all...]