HomeSort by: relevance | last modified time | path
    Searched refs:layout (Results 1 - 25 of 336) sorted by relevancy

1 2 3 4 5 6 7 8 91011>>

  /src/external/gpl3/gdb.old/dist/gdb/
i386-fbsd-tdep.h 27 If it appears to be valid, return it and fill LAYOUT with values
30 Otherwise, return 0 to indicate no state was found and leave LAYOUT
32 uint64_t i386_fbsd_core_read_xsave_info (bfd *abfd, x86_xsave_layout &layout);
36 x86_xsave_layout &layout);
40 matches the layout on Linux. */
i386-linux-tdep.h 40 If it appears to be valid, return it and fill LAYOUT with values
43 Otherwise, return 0 to indicate no state was found and leave LAYOUT
46 x86_xsave_layout &layout);
50 x86_xsave_layout &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/
i386-fbsd-tdep.h 27 If it appears to be valid, return it and fill LAYOUT with values
30 Otherwise, return 0 to indicate no state was found and leave LAYOUT
32 uint64_t i386_fbsd_core_read_xsave_info (bfd *abfd, x86_xsave_layout &layout);
37 x86_xsave_layout &layout);
41 matches the layout on Linux. */
i386-linux-tdep.h 40 If it appears to be valid, return it and fill LAYOUT with values
43 Otherwise, return 0 to indicate no state was found and leave LAYOUT
46 x86_xsave_layout &layout);
51 x86_xsave_layout &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/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/bsd/tmux/dist/
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...]
  /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/gpl3/gcc/dist/libobjc/
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/
encoding.c 343 struct objc_struct_layout layout; local
346 objc_layout_structure (type, &layout);
347 while (objc_layout_structure_next_member (&layout))
349 objc_layout_finish_structure (&layout, &size, NULL);
536 struct objc_struct_layout layout; local
539 objc_layout_structure (type, &layout);
540 while (objc_layout_structure_next_member (&layout))
542 objc_layout_finish_structure (&layout, NULL, &align);
1052 struct objc_struct_layout layout;
1055 objc_layout_structure (type, &layout);
    [all...]
  /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.tui/
list-before.exp 20 standard_testfile tui-layout.c
break.exp 20 standard_testfile tui-layout.c
list.exp 20 standard_testfile tui-layout.c
34 Term::command "layout asm"
main-2.exp 23 standard_testfile tui-layout.c
main.exp 22 standard_testfile tui-layout.c
  /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.tui/
list-before.exp 20 standard_testfile tui-layout.c
break.exp 20 standard_testfile tui-layout.c
list.exp 20 standard_testfile tui-layout.c
34 Term::command "layout asm"
main-2.exp 23 standard_testfile tui-layout.c
  /src/external/gpl3/gdb.old/dist/gdb/tui/
tui-layout.c 1 /* TUI layout window management.
37 #include "tui/tui-layout.h"
45 /* The layout that is currently applied. */
48 /* The "skeleton" version of the layout that is currently applied. */
59 /* See tui-layout.h. */
78 /* This should always be made visible by a layout. */
102 /* See tui-layout. */
110 /* See tui-layout. */
118 /* Set the current layout to LAYOUT. *
177 tui_layout_split *layout = (tui_layout_split *) command->context (); local
1114 tui_layout_split *layout = (tui_layout_split *) context; local
1164 tui_layout_split *layout; local
    [all...]
  /src/external/gpl3/gdb/dist/gdb/tui/
tui-layout.c 1 /* TUI layout window management.
37 #include "tui/tui-layout.h"
45 /* The layout that is currently applied. */
48 /* The "skeleton" version of the layout that is currently applied. */
59 /* See tui-layout.h. */
78 /* This should always be made visible by a layout. */
102 /* See tui-layout. */
110 /* See tui-layout. */
118 /* Set the current layout to LAYOUT. *
177 tui_layout_split *layout = (tui_layout_split *) command->context (); local
1114 tui_layout_split *layout = (tui_layout_split *) context; local
1156 tui_layout_split *layout; local
    [all...]
  /src/external/apache2/llvm/dist/llvm/lib/ObjectYAML/
MinidumpEmitter.cpp 116 static LocationDescriptor layout(BlobAllocator &File, yaml::BinaryRef Data) {
121 static size_t layout(BlobAllocator &File, MinidumpYAML::ExceptionStream &S) {
133 S.MDExceptionStream.ThreadContext = layout(File, S.ThreadContext);
138 static void layout(BlobAllocator &File, MemoryListStream::entry_type &Range) {
139 Range.Entry.Memory = layout(File, Range.Content);
142 static void layout(BlobAllocator &File, ModuleListStream::entry_type &M) {
145 M.Entry.CvRecord = layout(File, M.CvRecord);
146 M.Entry.MiscRecord = layout(File, M.MiscRecord);
149 static void layout(BlobAllocator &File, ThreadListStream::entry_type &T) {
150 T.Entry.Stack.Memory = layout(File, T.Stack)
    [all...]
  /src/sbin/newfs_udf/
udf_core.c 74 struct udf_disclayout layout; variable in typeref:struct:udf_disclayout
248 printf("\tiso9660_vrs\t\t%d\n", layout.iso9660_vrs);
249 printf("\tanchor0\t\t\t%d\n", layout.anchors[0]);
250 printf("\tanchor1\t\t\t%d\n", layout.anchors[1]);
251 printf("\tanchor2\t\t\t%d\n", layout.anchors[2]);
252 printf("\tvds1_size\t\t%d\n", layout.vds1_size);
253 printf("\tvds2_size\t\t%d\n", layout.vds2_size);
254 printf("\tvds1\t\t\t%d\n", layout.vds1);
255 printf("\tvds2\t\t\t%d\n", layout.vds2);
256 printf("\tlvis_size\t\t%d\n", layout.lvis_size)
    [all...]
  /src/external/bsd/mdocml/dist/
tbl_data.c 64 /* Advance to the next layout cell, skipping spanners. */
66 cp = dp->last == NULL ? dp->layout->first : dp->last->layout->next;
71 * If the current layout row is out of cells, allocate
78 if (dp->layout->last->col + 1 < dp->opts->cols) {
83 dp->layout->last->next = cp;
84 cp->col = dp->layout->last->col + 1;
85 dp->layout->last = cp;
96 dat->layout = cp;
108 * not over layout rows, because one layout ro
    [all...]

Completed in 46 milliseconds

1 2 3 4 5 6 7 8 91011>>