Searched refs:width (Results 1 – 6 of 6) sorted by relevance
| /spdk/doc/ |
| H A D | stylesheet.css | 5 width: 100%; 48 width: 100%; 109 width: 100%; 252 @media (min-width: 768px) { 254 width: 750px; 260 @media (min-width: 992px) { 262 width:970px; 268 @media (min-width: 1200px) { 270 width: 1170px; 480 width: 100%; [all …]
|
| H A D | two.min.js | 31 this.Two=function(c){function k(){var a=document.body.getBoundingClientRect(),c=this.width=a.width,… 39 {},{fullscreen:!1,width:640,height:480,type:p.Types.svg,autostart:!1});d.each(a,function(a,c){"full… property 40 …):d.isElement(a.domElement)||(this.renderer.setSize(a.width,a.height,this.ratio),this.width=a.widt… 61 …);c.fill="black";var k=c.getBoundingClientRect(!0);k.centroid={x:k.left+k.width/2,y:k.top+k.height… 78 …lastFrame).toFixed(3)));this._lastFrame=c;var a=this.width,c=this.height,f=this.renderer;a===f.wid… 80 …f,!(d.isBoolean(c)&&c),!0);c=f.getBoundingClientRect();f.center().translation.set(c.left+c.width/2, 82 c.width/2,c.top+c.height/2);this.scene.add(f);return f},makeText:function(a,c,f,e){a=new p.Text(a,c… 122 …gLoaded||this._flagScale)a.x=this._offset.x,a.y=this._offset.y,e&&(a.x-=e.width/2,a.y-=e.height/2,… 123 …width=0,a.height=0,e){g.width=a.width=e.width;g.height=a.height=e.height;switch(this._repeat){case… 125 …pe,c.Utils.Events,{setSize:function(c,a){this.width=c;this.height=a;h.setAttributes(this.domElemen… property [all …]
|
| /spdk/test/vhost/windows/ |
| H A D | windows_scsi_compliance.py | 141 pprint.pprint(warns, width=150) 146 pprint.pprint(fails, width=150) 150 pprint.pprint(not_expected_warns, width=150) 151 pprint.pprint(not_expected_fails, width=150)
|
| /spdk/lib/nvme/ |
| H A D | nvme_opal_internal.h | 198 enum opal_atom_width width; member
|
| H A D | nvme_opal.c | 282 token->width = OPAL_WIDTH_TINY; in opal_response_parse_tiny() 300 token->width = OPAL_WIDTH_SHORT; in opal_response_parse_short() 331 token->width = OPAL_WIDTH_MEDIUM; in opal_response_parse_medium() 350 token->width = OPAL_WIDTH_LONG; in opal_response_parse_long() 370 token->width = OPAL_WIDTH_TOKEN; in opal_response_parse_token() 499 if (!(resp->resp_tokens[index].width == OPAL_WIDTH_TINY || in opal_response_get_u64() 500 resp->resp_tokens[index].width == OPAL_WIDTH_SHORT)) { in opal_response_get_u64() 502 resp->resp_tokens[index].width); in opal_response_get_u64() 555 switch (token.width) { in opal_response_get_string()
|
| /spdk/app/spdk_top/ |
| H A D | spdk_top.c | 1849 print_in_middle(WINDOW *win, int starty, int startx, int width, char *string, chtype color) in print_in_middle() argument 1854 temp = (width - length) / 2; in print_in_middle() 1861 print_left(WINDOW *win, int starty, int startx, int width, const char *string, chtype color) in print_left() argument
|