| /llvm-project-15.0.7/llvm/test/CodeGen/NVPTX/ |
| H A D | texsurf-queries.ll | 42 ; SM20: txq.height.b32 43 ; SM30: txq.height.b32 44 %height = tail call i32 @llvm.nvvm.txq.height(i64 %texHandle) 45 ret i32 %height 55 %height = tail call i32 @llvm.nvvm.txq.height(i64 %texHandle) 56 ret i32 %height 84 ; SM20: suq.height.b32 86 %height = tail call i32 @llvm.nvvm.suq.height(i64 %surfHandle) 87 ret i32 %height 97 %height = tail call i32 @llvm.nvvm.suq.height(i64 %surfHandle) [all …]
|
| /llvm-project-15.0.7/polly/www/video-js/ |
| H A D | video-js.css | 33 .vjs-styles-check { height: 5px; position: absolute; } 59 height: 25px; /* Default height of individual controls */ 99 .vjs-play-control span { display: block; font-size: 0; line-height: 0; } 101 width: 0; height: 0; margin: 8px 0 0 8px; 108 width: 3px; height: 10px; margin: 8px auto 0; 117 height: 9px; border: 1px solid #777; 152 width: 5px; height: 0px; /* Total height is height + bottom border */ 170 width: 20px; height: 20px; 191 .vjs-no-video { font-size: small; line-height: 1.5; } 214 display: block; font-size: 0; line-height: 0; [all …]
|
| H A D | video.js | 227 height: function(height){ argument 228 if (height !== undefined) { 229 this.element.height = height; 230 this.box.style.height = height+"px"; 234 return this.element.height; 717 this.element.style.height=this.height()+"px"; 870 height: function(height){ argument 871 if (height !== undefined) { 872 this.video.height = height; 873 this.box.style.height = height+"px"; [all …]
|
| /llvm-project-15.0.7/llvm/docs/_static/ |
| H A D | LoopOptWG_invite.ics | 35 …height: 18px;}\n\na, td {\n font-size: 14px; font-family: Arial; color: #333; word-wrap: break-wor…
|
| /llvm-project-15.0.7/clang/www/analyzer/scripts/ |
| H A D | expandcollapse.js | 72 with (data.style) { height = (CLIP_HEIGHT - EXPANDER_HEIGHT) + "px"; 103 expandableDiv.style.height = CLIP_HEIGHT + "px"; 154 newHeight = cellInfo.height; 163 expandableDiv.style.height = newHeight + "px"; 168 if (state.height > newHeight) { 170 data.style.height = (newHeight - EXPANDER_HEIGHT) + "px"; 175 data.style.height = ""; 188 window.scrollBy(0, newHeight - cellInfo.height);
|
| /llvm-project-15.0.7/clang/test/Analysis/ |
| H A D | runtime-regression.c | 18 uint64_t *square_sat, int width, int height, in filter_slice_word() argument 21 const int starty = height * jobnr / nb_jobs; in filter_slice_word() 22 const int endy = height * (jobnr + 1) / nb_jobs; in filter_slice_word() 27 int higher_y = y + radius + 1 > height ? height : y + radius + 1; in filter_slice_word()
|
| H A D | retaincountchecker-compoundregion.m | 20 int height = 0; 23 …CFNumberCreate(allocator, kCFNumberSInt32Type, &height), //expected-warning{{Potential leak of an …
|
| H A D | default-analyze.m | 34 CGFloat height; field 52 return (aRect.size.height);
|
| /llvm-project-15.0.7/clang/test/Refactor/Extract/ |
| H A D | ExtractionSemicolonPolicy.cpp | 3 struct Rectangle { int width, height; }; member 6 /*range adeclstmt=->+0:59*/int area = r.width * r.height; in extractStatement() 18 int x = r.height; in extractStatementNoSemiIf() 33 int x = r.height; in extractStatementDontExtraneousSemi()
|
| /llvm-project-15.0.7/clang-tools-extra/clang-doc/assets/ |
| H A D | clang-doc-default-stylesheet.css | 15 height: 100%; 28 min-height: 100vh; 57 height: 50px; 72 min-height: 0; 122 min-height: 50px; 259 line-height: 1.4; 594 line-height: 1; 766 height: 24px; 773 height: 100%; 793 height: 90%; [all …]
|
| /llvm-project-15.0.7/clang/test/CodeGenObjC/ |
| H A D | messages-2.m | 15 float width, height; field 53 arg0.width, arg0.height); 76 arg0.width, arg0.height); 92 arg0.height *= 2; 110 x.height *= 2; 121 arg0.height *= 2; 139 x.height *= 2;
|
| H A D | arc-linetable-autorelease.m | 25 - (NSBezierPath *)_createBezierPathWithWidth:(CGFloat)width height:(CGFloat)height radius:(CGFloat)… 27 NSRect rect = NSMakeRect(0, 0, width, height);
|
| /llvm-project-15.0.7/llvm/include/llvm/ADT/ |
| H A D | IntervalMap.h | 885 while (height() < Height) in fillLeft() 978 unsigned height; variable 1023 height = 1; in switchRootToBranch() 1029 height = 0; in switchRootToLeaf() 1248 ++height; in splitRoot() 1472 for (unsigned i = map->height - path.height() - 1; i; --i) { in pathFillFind() 1505 if (path.height()) { in treeAdvanceTo() 1840 P.moveLeft(P.height()); in treeInsert() 1873 P.setSize(P.height(), Size); in treeInsert() 1904 eraseNode(IM.height); in treeErase() [all …]
|
| /llvm-project-15.0.7/lldb/source/Core/ |
| H A D | IOHandlerCursesGUI.cpp | 146 int height; member 151 height = 0; in Clear() 158 return lhs.width == rhs.width && lhs.height == rhs.height; in operator ==() 162 return lhs.width != rhs.width || lhs.height != rhs.height; in operator !=() 235 bottom.size.height = size.height - top.size.height; in HorizontalSplit() 254 right.size.height = size.height; in VerticalSplit() 630 height = std::min(size.height, height); in GetCenteredRect() 632 int y = (size.height - height) / 2; in GetCenteredRect() 1102 height++; in FieldDelegateGetHeight() 1740 height++; in FieldDelegateGetHeight() [all …]
|
| /llvm-project-15.0.7/compiler-rt/test/asan/TestCases/Posix/ |
| H A D | lto-constmerge-odr.cpp | 9 struct { long width, height; } a = {16, 16}; in main() member 10 struct { long width, height; } b = {16, 16}; in main() member
|
| /llvm-project-15.0.7/clang-tools-extra/pseudo/tool/ |
| H A D | HTMLForest.css | 13 height: 100%; 22 line-height: 36px; 27 padding: 9px 0; /* No "gaps" between lines due to line-height */ 39 min-height: 20em;
|
| /llvm-project-15.0.7/lld/docs/llvm-theme/static/ |
| H A D | llvm.css | 22 line-height: 150%; 62 height: 2em; 70 height: 2em; 82 line-height: 1.75em; 120 line-height: 130%; 249 line-height: 120%; 332 line-height: 1.3em;
|
| /llvm-project-15.0.7/llvm/docs/_themes/llvm-theme/static/ |
| H A D | llvm-theme.css | 21 line-height: 150%; 61 height: 2em; 69 height: 2em; 81 line-height: 1.75em; 119 line-height: 130%; 275 line-height: 120%; 358 line-height: 1.3em;
|
| /llvm-project-15.0.7/openmp/docs/_themes/llvm-theme/static/ |
| H A D | llvm-theme.css | 21 line-height: 150%; 61 height: 2em; 69 height: 2em; 81 line-height: 1.75em; 119 line-height: 130%; 275 line-height: 120%; 358 line-height: 1.3em;
|
| /llvm-project-15.0.7/flang/docs/_themes/llvm-theme/static/ |
| H A D | llvm-theme.css | 21 line-height: 150%; 61 height: 2em; 69 height: 2em; 81 line-height: 1.75em; 119 line-height: 130%; 275 line-height: 120%; 358 line-height: 1.3em;
|
| /llvm-project-15.0.7/clang/test/CodeGenObjC/Inputs/ |
| H A D | nsvalue-boxed-expressions-support.h | 21 CGFloat height; member 37 CGFloat height; member
|
| /llvm-project-15.0.7/lldb/utils/lui/ |
| H A D | sandbox.py | 32 height, width = self.screen.getmaxyx() 34 h2 = height / 2
|
| H A D | sourcewin.py | 83 if self.viewline < len(self.content) - self.height + 1: 95 half = self.height / 2 107 (self.height, self.width) = self.win.getmaxyx() 151 end = min(len(content), self.viewline + self.height)
|
| /llvm-project-15.0.7/clang-tools-extra/docs/clang-tidy/checks/bugprone/ |
| H A D | implicit-widening-of-multiplication-result.rst | 16 void zeroinit(char* base, unsigned width, unsigned height) { 17 for(unsigned row = 0; row != height; ++row) { 25 This is fine in general, but if ``width * height`` overflows,
|
| /llvm-project-15.0.7/llvm/docs/_ocamldoc/ |
| H A D | style.css | 10 line-height: inherit; vertical-align: baseline; text-align:inherit; 19 color: black; background: transparent /* url(line-height-22.gif) */; } 30 { font-size : 0.813em; line-height:0; margin-left:0.4ex;}
|