Home
last modified time | relevance | path

Searched defs:y (Results 1 – 7 of 7) 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
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
800 #define RB_FIND(name, x, y) name##_RB_FIND(x, y) argument
801 #define RB_NFIND(name, x, y) name##_RB_NFIND(x, y) argument
802 #define RB_NEXT(name, x, y) name##_RB_NEXT(y) argument
803 #define RB_PREV(name, x, y) name##_RB_PREV(y) argument
[all …]
/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/lib/util/
H A Dcpuset.c179 #define V(x, y) [x] = y + 1 in hex_value() argument
/spdk/lib/json/
H A Djson_parse.c15 #define V(x, y) [x] = y + 1 in hex_value() argument
/spdk/doc/
H A Dtwo.min.js50 …b),scaleY:Math.sqrt(a.c*a.c+a.d*a.d),skewX:c,skewY:180/Math.PI*Math.atan2(f.y,f.x),rotation:c}},ap… variable
61 …ll="black";var k=c.getBoundingClientRect(!0);k.centroid={x:k.left+k.width/2,y:k.top+k.height/2};d.… 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
191 2,y:c.top+c.height/2};a.each(this.vertices,function(a){a.addSelf(c.centroid)});return this},center:… property
269 …eturn a},corner:function(){var a=this.getBoundingClientRect(!0),c={x:a.left,y:a.top};this.children… 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