| /src/external/bsd/wpa/dist/wpa_supplicant/wpa_gui-qt4/ |
| stringquery.cpp | 19 QGridLayout *layout = new QGridLayout; local 20 layout->addWidget(new QLabel(label), 0, 0); 21 layout->addWidget(edit, 0, 1); 22 setLayout(layout);
|
| /src/external/gpl3/gdb.old/dist/gdb/nat/ |
| x86-xstate.c | 56 x86_xsave_layout layout; local 57 layout.sizeof_xsave = len; 58 layout.avx_offset = xsave_feature_offset (xcr0, X86_XSTATE_AVX_ID); 59 layout.k_offset = xsave_feature_offset (xcr0, X86_XSTATE_K_ID); 60 layout.zmm_h_offset = xsave_feature_offset (xcr0, X86_XSTATE_ZMM_H_ID); 61 layout.zmm_offset = xsave_feature_offset (xcr0, X86_XSTATE_ZMM_ID); 62 layout.pkru_offset = xsave_feature_offset (xcr0, X86_XSTATE_PKRU_ID); 63 return layout;
|
| /src/external/gpl3/gdb/dist/gdb/nat/ |
| x86-xstate.c | 56 x86_xsave_layout layout; local 57 layout.sizeof_xsave = len; 58 layout.avx_offset = xsave_feature_offset (xcr0, X86_XSTATE_AVX_ID); 59 layout.k_offset = xsave_feature_offset (xcr0, X86_XSTATE_K_ID); 60 layout.zmm_h_offset = xsave_feature_offset (xcr0, X86_XSTATE_ZMM_H_ID); 61 layout.zmm_offset = xsave_feature_offset (xcr0, X86_XSTATE_ZMM_ID); 62 layout.pkru_offset = xsave_feature_offset (xcr0, X86_XSTATE_PKRU_ID); 63 return layout;
|
| /src/external/gpl3/gcc/dist/contrib/ |
| jit-coverage-report.py | 64 layout = '%40s %5s %s' variable 65 print(layout % ('SYMBOL', 'USES', 'HISTOGRAM')) 67 print(layout % (sym, count, '*' * count if count else 'UNUSED'))
|
| /src/external/gpl3/gcc.old/dist/contrib/ |
| jit-coverage-report.py | 64 layout = '%40s %5s %s' variable 65 print(layout % ('SYMBOL', 'USES', 'HISTOGRAM')) 67 print(layout % (sym, count, '*' * count if count else 'UNUSED'))
|
| /src/sys/dev/wscons/ |
| wsksymvar.h | 58 kbd_t layout; member in struct:wskbd_mapdata 61 /* layout variant bits ignored by mapping code */
|
| /src/external/bsd/pdisk/dist/ |
| layout_dump.h | 54 } layout; typedef in typeref:struct:__anon7966 75 void dump_using_layout(void *buffer, layout *desc);
|
| /src/external/bsd/tmux/dist/ |
| cmd-select-layout.c | 26 * Switch window to selected layout. 33 .name = "select-layout", 37 .usage = "[-Enop] " CMD_TARGET_PANE_USAGE " [layout-name]", 46 .name = "next-layout", 59 .name = "previous-layout", 81 int next, previous, layout; local 117 layout = w->lastlayout; 119 layout = layout_set_lookup(layoutname); 120 if (layout != -1) { 121 layout_set_select(w, layout); [all...] |
| layout-custom.c | 45 /* Calculate layout checksum. */ 47 layout_checksum(const char *layout) 52 for (; *layout != '\0'; layout++) { 54 csum += *layout; 59 /* Dump layout as a string. */ 63 char layout[8192], *out; local 65 *layout = '\0'; 66 if (layout_append(root, layout, sizeof layout) != 0 [all...] |
| layout-set.c | 28 * one-off and generate a layout tree. 74 layout_set_select(struct window *w, u_int layout) 76 if (layout > nitems(layout_sets) - 1) 77 layout = nitems(layout_sets) - 1; 79 if (layout_sets[layout].arrange != NULL) 80 layout_sets[layout].arrange(w); 82 w->lastlayout = layout; 83 return (layout); 89 u_int layout; local 92 layout = 0 108 u_int layout; local [all...] |
| /src/external/apache2/llvm/dist/llvm/utils/TableGen/ |
| SequenceToOffsetTable.h | 84 /// Compute the layout of a table that contains all the sequences, possibly by 110 // Entries in the final table, or 0 before layout was called. 122 /// This must be called before layout(). 124 assert(Entries == 0 && "Cannot call add() after layout()"); 142 assert((empty() || Entries) && "Call layout() before size()"); 146 /// layout - Computes the final table layout. 147 void layout() { function in class:llvm::SequenceToOffsetTable 148 assert(Entries == 0 && "Can only call layout() once"); 160 assert(Entries && "Call layout() before get()") [all...] |
| /src/external/gpl3/gdb.old/dist/gdb/ |
| amd64-fbsd-tdep.c | 82 /* This layout including fsbase and gsbase was adopted in FreeBSD 226 x86_xsave_layout layout; local 227 uint64_t xcr0 = i386_fbsd_core_read_xsave_info (abfd, layout);
|
| i386-fbsd-tdep.c | 73 /* This layout including fsbase and gsbase was adopted in FreeBSD 246 i386_fbsd_core_read_xsave_info (bfd *abfd, x86_xsave_layout &layout) 268 if (!i387_guess_xsave_layout (xcr0, size, layout)) 278 x86_xsave_layout &layout) 281 layout) != 0; 291 x86_xsave_layout layout; local 292 uint64_t xcr0 = i386_fbsd_core_read_xsave_info (abfd, layout);
|
| /src/external/gpl3/gdb/dist/gdb/ |
| amd64-fbsd-tdep.c | 82 /* This layout including fsbase and gsbase was adopted in FreeBSD 226 x86_xsave_layout layout; local 227 uint64_t xcr0 = i386_fbsd_core_read_xsave_info (abfd, layout);
|
| i386-fbsd-tdep.c | 73 /* This layout including fsbase and gsbase was adopted in FreeBSD 246 i386_fbsd_core_read_xsave_info (bfd *abfd, x86_xsave_layout &layout) 268 if (!i387_guess_xsave_layout (xcr0, size, layout)) 278 x86_xsave_layout &layout) 280 return i386_fbsd_core_read_xsave_info (&cbfd, layout) != 0; 290 x86_xsave_layout layout; local 291 uint64_t xcr0 = i386_fbsd_core_read_xsave_info (abfd, layout);
|
| /src/external/apache2/llvm/dist/clang/lib/CodeGen/ |
| ConstantInitBuilder.cpp | 210 auto &layout = Builder.CGM.getDataLayout(); local 213 layout.getABITypeAlignment(type))); 214 offset += CharUnits::fromQuantity(layout.getTypeStoreSize(type)); 243 // Perform simple layout on the elements in cacheEnd..<end. 245 auto &layout = Builder.CGM.getDataLayout(); local 253 layout.getABITypeAlignment(elementType))); 254 offset += CharUnits::fromQuantity(layout.getTypeStoreSize(elementType));
|
| /src/external/gpl3/gcc/dist/libobjc/ |
| gc.c | 98 struct objc_struct_layout layout; local 102 objc_layout_structure (type, &layout); 104 while (objc_layout_structure_next_member (&layout)) 108 objc_layout_structure_get_info (&layout, &position, NULL, &mtype); 187 struct objc_struct_layout layout; local 191 objc_layout_structure (type, &layout); 193 while (objc_layout_structure_next_member (&layout)) 197 objc_layout_structure_get_info (&layout, &offset, &align, &ivar_type);
|
| encoding.c | 348 struct objc_struct_layout layout; local 351 objc_layout_structure (type, &layout); 352 while (objc_layout_structure_next_member (&layout)) 354 objc_layout_finish_structure (&layout, &size, NULL); 541 struct objc_struct_layout layout; local 544 objc_layout_structure (type, &layout); 545 while (objc_layout_structure_next_member (&layout)) 547 objc_layout_finish_structure (&layout, NULL, &align); 1057 struct objc_struct_layout layout; 1060 objc_layout_structure (type, &layout); [all...] |
| /src/external/gpl3/gcc.old/dist/libobjc/ |
| gc.c | 98 struct objc_struct_layout layout; local 102 objc_layout_structure (type, &layout); 104 while (objc_layout_structure_next_member (&layout)) 108 objc_layout_structure_get_info (&layout, &position, NULL, &mtype); 187 struct objc_struct_layout layout; local 191 objc_layout_structure (type, &layout); 193 while (objc_layout_structure_next_member (&layout)) 197 objc_layout_structure_get_info (&layout, &offset, &align, &ivar_type);
|
| /src/external/gpl3/gdb.old/dist/gdb/tui/ |
| tui-layout.h | 1 /* TUI layout window management. 45 /* The basic object in a TUI layout. This represents a single piece 56 /* Clone this object. Ordinarily a layout is cloned before it is 58 "skeleton" layout. */ 61 /* Change the size and location of this layout. When 68 /* Return the minimum and maximum height or width of this layout. 73 horizontal layouts) item in this layout is boxed. */ 77 horizontal layouts) item in this layout is boxed. */ 80 /* Return the name of this layout's window, or nullptr if this 81 layout does not represent a single window. * 322 std::unique_ptr<tui_layout_base> layout; member in struct:tui_layout_split::split [all...] |
| /src/external/gpl3/gdb/dist/gdb/tui/ |
| tui-layout.h | 1 /* TUI layout window management. 44 /* The basic object in a TUI layout. This represents a single piece 55 /* Clone this object. Ordinarily a layout is cloned before it is 57 "skeleton" layout. */ 60 /* Change the size and location of this layout. When 67 /* Return the minimum and maximum height or width of this layout. 72 horizontal layouts) item in this layout is boxed. */ 76 horizontal layouts) item in this layout is boxed. */ 79 /* Return the name of this layout's window, or nullptr if this 80 layout does not represent a single window. * 321 std::unique_ptr<tui_layout_base> layout; member in struct:tui_layout_split::split [all...] |
| /src/sys/arch/hpc/stand/hpcboot/menu/ |
| menu.cpp | 123 // layout checkbox and editbox. 124 layout(); 210 MainTabWindow::layout() function in class:MainTabWindow
|
| /src/usr.sbin/diskpart/ |
| diskpart.c | 75 * Each array defines a layout for a disk; 124 int spc, def, part, layout, j, ch; local 252 * 'g' or 'd' partition. This is reflected in the layout 255 for (layout = 0; layout < NLAYOUTS; layout++) { 257 for (lp = layouts[layout]; *lp != 0; lp++) {
|
| /src/external/apache2/llvm/dist/llvm/tools/llvm-objcopy/MachO/ |
| MachOLayoutBuilder.cpp | 227 // If we are building the layout of an executable or dynamic library 268 // Now we have determined the layout of the contents of the __LINKEDIT 388 Error MachOLayoutBuilder::layout() { function in class:llvm::objcopy::macho::MachOLayoutBuilder
|
| /src/external/bsd/mdocml/dist/ |
| tbl.h | 50 * A cell in a layout row. 53 struct tbl_cell *next; /* Layout cell to the right. */ 71 * A layout row. 74 struct tbl_row *next; /* Layout row below. */ 75 struct tbl_cell *first; /* Leftmost layout cell. */ 76 struct tbl_cell *last; /* Rightmost layout cell. */ 91 * actual string value that's in the cell. The rest is layout. 95 struct tbl_cell *layout; /* Associated layout cell. */ member in struct:tbl_dat 116 struct tbl_row *layout; /* Associated layout row. * member in struct:tbl_span [all...] |