Home
last modified time | relevance | path

Searched full:marker (Results 1 – 25 of 1247) sorted by relevance

12345678910>>...50

/OK3568_Linux_fs/buildroot/boot/grub2/
H A D0034-efi-Move-the-shim_lock-verifier-to-the-GRUB-core.patch60 @@ -6954,29 +6954,6 @@ pgp.marker: $(pgp_module_SOURCES) $(nodist_pgp_module_SOURCES)
62 grep 'MARKER' $@.new > $@; rm -f $@.new
79 -MARKER_FILES += shim_lock.marker
80 -CLEANFILES += shim_lock.marker
82 -shim_lock.marker: $(shim_lock_module_SOURCES) $(nodist_shim_lock_module_SOURCES)
84 - grep 'MARKER' $@.new > $@; rm -f $@.new
556 @COND_riscv64_efi_TRUE@ reboot.marker
558 @COND_riscv64_efi_TRUE@am__append_2039 = reboot.marker
566 -@COND_x86_64_efi_TRUE@ shim_lock.marker
568 -@COND_x86_64_efi_TRUE@am__append_2046 = shim_lock.marker
[all …]
/OK3568_Linux_fs/kernel/Documentation/i2c/
H A Di2c_bus.svg21 <marker
35 </marker>
36 <marker
51 </marker>
52 <marker
66 </marker>
67 <marker
82 </marker>
83 <marker
97 </marker>
[all …]
/OK3568_Linux_fs/yocto/poky/bitbake/lib/progressbar/
H A Dwidgets.py191 """An animated marker for the progress bar which defaults to appear as if
202 """Updates the widget to show the next marker or the first marker when
280 __slots__ = ('marker', 'left', 'right', 'fill', 'fill_left')
282 def __init__(self, marker='#', left='|', right='|', fill=' ', argument
286 marker - string or updatable object to use as a marker
292 self.marker = marker
303 (self.left, self.marker, self.right))
319 """A bar which has a marker which bounces from side to side."""
321 def __init__(self, marker='#', left='|', right='|', fill=' ', argument
325 marker - string or updatable object to use as a marker
[all …]
/OK3568_Linux_fs/kernel/drivers/gpu/drm/vmwgfx/
H A Dvmwgfx_marker.c47 struct vmw_marker *marker, *next; in vmw_marker_queue_takedown() local
50 list_for_each_entry_safe(marker, next, &queue->head, head) { in vmw_marker_queue_takedown()
51 kfree(marker); in vmw_marker_queue_takedown()
59 struct vmw_marker *marker = kmalloc(sizeof(*marker), GFP_KERNEL); in vmw_marker_push() local
61 if (unlikely(!marker)) in vmw_marker_push()
64 marker->seqno = seqno; in vmw_marker_push()
65 marker->submitted = ktime_get_raw_ns(); in vmw_marker_push()
67 list_add_tail(&marker->head, &queue->head); in vmw_marker_push()
76 struct vmw_marker *marker, *next; in vmw_marker_pull() local
90 list_for_each_entry_safe(marker, next, &queue->head, head) { in vmw_marker_pull()
[all …]
/OK3568_Linux_fs/kernel/Documentation/RCU/Design/Memory-Ordering/
H A DTreeRCU-dyntick.svg37 <marker
50 </marker>
51 <marker
64 </marker>
65 <marker
78 </marker>
79 <marker
92 </marker>
93 <marker
106 </marker>
[all …]
H A DTreeRCU-hotplug.svg37 <marker
50 </marker>
51 <marker
64 </marker>
65 <marker
78 </marker>
79 <marker
92 </marker>
93 <marker
106 </marker>
[all …]
H A DTreeRCU-gp-init-1.svg37 <marker
50 </marker>
51 <marker
64 </marker>
65 <marker
78 </marker>
79 <marker
92 </marker>
93 <marker
106 </marker>
[all …]
H A DTreeRCU-gp-cleanup.svg37 <marker
50 </marker>
51 <marker
64 </marker>
65 <marker
78 </marker>
79 <marker
92 </marker>
93 <marker
106 </marker>
[all …]
H A DTreeRCU-gp-fqs.svg37 <marker
50 </marker>
51 <marker
64 </marker>
65 <marker
78 </marker>
79 <marker
92 </marker>
93 <marker
106 </marker>
[all …]
H A DTreeRCU-gp-init-2.svg37 <marker
50 </marker>
51 <marker
64 </marker>
65 <marker
78 </marker>
79 <marker
92 </marker>
93 <marker
106 </marker>
[all …]
H A DTreeRCU-gp-init-3.svg37 <marker
50 </marker>
51 <marker
64 </marker>
65 <marker
78 </marker>
79 <marker
92 </marker>
93 <marker
106 </marker>
[all …]
H A DTreeRCU-callback-invocation.svg37 <marker
50 </marker>
51 <marker
64 </marker>
65 <marker
78 </marker>
79 <marker
92 </marker>
93 <marker
106 </marker>
[all …]
H A DTreeRCU-gp.svg37 <marker
50 </marker>
51 <marker
64 </marker>
65 <marker
78 </marker>
79 <marker
92 </marker>
93 <marker
106 </marker>
[all …]
H A DTreeRCU-qs.svg37 <marker
50 </marker>
51 <marker
64 </marker>
65 <marker
78 </marker>
79 <marker
92 </marker>
93 <marker
106 </marker>
[all …]
/OK3568_Linux_fs/kernel/Documentation/userspace-api/media/v4l/
H A Dconstraints.svg3marker id="marker6261" overflow="visible" orient="auto"><path id="path6263" transform="matrix(-.4 …
4marker><marker id="marker6001" overflow="visible" orient="auto"><path id="path6003" transform="mat…
5marker><marker id="marker5259" overflow="visible" orient="auto"><path id="path5261" transform="mat…
9marker-end="url(#Arrow2Mend)" stroke="#000080" stroke-linejoin="round" stroke-width="99.991"/><rec…
10 marker-end="url(#marker5469)" stroke="#000080" stroke-linejoin="round" stroke-width="100"/><rect id…
11 fill="none"/><path id="path319" d="m9650 12550v1505.2" fill="none" marker-end="url(#marker5693)" st…
/OK3568_Linux_fs/kernel/include/linux/
H A Dtpm_eventlog.h168 void *marker; in __calc_tpm2_event_size() local
178 marker = event; in __calc_tpm2_event_size()
179 marker_start = marker; in __calc_tpm2_event_size()
180 marker = marker + sizeof(event->pcr_idx) + sizeof(event->event_type) in __calc_tpm2_event_size()
185 mapping_size = marker - marker_start; in __calc_tpm2_event_size()
235 mapping = TPM_MEMREMAP((unsigned long)marker, in __calc_tpm2_event_size()
242 mapping = marker; in __calc_tpm2_event_size()
246 marker = marker + halg_size; in __calc_tpm2_event_size()
250 marker += in __calc_tpm2_event_size()
269 mapping = TPM_MEMREMAP((unsigned long)marker, in __calc_tpm2_event_size()
[all …]
/OK3568_Linux_fs/kernel/Documentation/RCU/Design/Expedited-Grace-Periods/
H A DExpSchedFlow.svg37 <marker
50 </marker>
51 <marker
64 </marker>
65 <marker
78 </marker>
79 <marker
92 </marker>
93 <marker
106 </marker>
[all …]
H A DExpRCUFlow.svg37 <marker
50 </marker>
51 <marker
64 </marker>
65 <marker
78 </marker>
79 <marker
92 </marker>
93 <marker
106 </marker>
[all …]
/OK3568_Linux_fs/kernel/drivers/media/v4l2-core/
H A Dv4l2-jpeg.c23 /* Table B.1 - Marker code assignments */
100 u16 marker = 0; in jpeg_next_marker() local
103 marker = (marker << 8) | byte; in jpeg_next_marker()
105 if (marker == TEM || (marker > 0xffbf && marker < 0xffff)) in jpeg_next_marker()
106 return marker; in jpeg_next_marker()
448 * jpeg_parse_header - locate marker segments and optionally parse headers
449 * @buf: address of the JPEG buffer, should start with a SOI marker
451 * @out: returns marker segment positions and optionally parsed headers
463 int marker; in v4l2_jpeg_parse_header() local
472 /* the first marker must be SOI */ in v4l2_jpeg_parse_header()
[all …]
/OK3568_Linux_fs/external/xserver/Xi/
H A DMakefile.in750 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/allowev.Plo@am__quote@ # am--include-marker
751 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/chgdctl.Plo@am__quote@ # am--include-marker
752 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/chgfctl.Plo@am__quote@ # am--include-marker
753 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/chgkbd.Plo@am__quote@ # am--include-marker
754 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/chgkmap.Plo@am__quote@ # am--include-marker
755 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/chgprop.Plo@am__quote@ # am--include-marker
756 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/chgptr.Plo@am__quote@ # am--include-marker
757 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/closedev.Plo@am__quote@ # am--include-marker
758 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/devbell.Plo@am__quote@ # am--include-marker
759 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/exevents.Plo@am__quote@ # am--include-marker
[all …]
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/share/doc/as.html/
H A Ds390-Instruction-Marker.html16 <title>Using as: s390 Instruction Marker</title>
18 <meta name="description" content="Using as: s390 Instruction Marker">
19 <meta name="keywords" content="Using as: s390 Instruction Marker">
63 <a name="s390-Instruction-Marker"></a>
69 <a name="Instruction-Marker"></a>
70 <h4 class="subsubsection">9.41.3.7 Instruction Marker</h4>
72 <a name="index-s390-instruction-marker"></a>
79 <dd><p>The :tls_load marker is used to flag the load instruction in the initial
84 <dd><p>The :tls_gdcall marker is used to flag the branch-and-save instruction to
88 <dd><p>The :tls_ldcall marker is used to flag the branch-and-save instruction to
[all …]
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/share/doc/as.html/
H A Ds390-Instruction-Marker.html16 <title>Using as: s390 Instruction Marker</title>
18 <meta name="description" content="Using as: s390 Instruction Marker">
19 <meta name="keywords" content="Using as: s390 Instruction Marker">
63 <a name="s390-Instruction-Marker"></a>
69 <a name="Instruction-Marker"></a>
70 <h4 class="subsubsection">9.41.3.7 Instruction Marker</h4>
72 <a name="index-s390-instruction-marker"></a>
79 <dd><p>The :tls_load marker is used to flag the load instruction in the initial
84 <dd><p>The :tls_gdcall marker is used to flag the branch-and-save instruction to
88 <dd><p>The :tls_ldcall marker is used to flag the branch-and-save instruction to
[all …]
/OK3568_Linux_fs/kernel/Documentation/RCU/Design/Data-Structures/
H A DTreeMapping.svg37 <marker
49 </marker>
50 <marker
62 </marker>
63 <marker
75 </marker>
166 …join:miter;stroke-linecap:butt;stroke-miterlimit:4;stroke-dasharray:none;marker-end:url(#Arrow2Len…
172 …join:miter;stroke-linecap:butt;stroke-miterlimit:4;stroke-dasharray:none;marker-end:url(#Arrow2Len…
178 …join:miter;stroke-linecap:butt;stroke-miterlimit:4;stroke-dasharray:none;marker-end:url(#Arrow2Len…
184 …join:miter;stroke-linecap:butt;stroke-miterlimit:4;stroke-dasharray:none;marker-end:url(#Arrow2Len…
[all …]
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/share/doc/gdb/
H A DListing-Static-Tracepoint-Markers.html81 <p>For each marker, the following columns are printed:
89 <dd><p>The marker ID, as reported by the target.
96 <dd><p>Where the marker is in your program, as a memory address.
99 <dd><p>Where the marker is in the source for your program, as a file and line
101 allow <small>GDB</small> to locate the source of the marker, this column
106 <p>In addition, the following information may be printed for each marker:
110 <dd><p>User data passed to the tracing library by the marker call. In the
112 marker call.
114 <dt><em>Static tracepoints probing the marker</em></dt>
115 <dd><p>The list of static tracepoints attached to the marker.
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/share/doc/gdb/
H A DListing-Static-Tracepoint-Markers.html81 <p>For each marker, the following columns are printed:
89 <dd><p>The marker ID, as reported by the target.
96 <dd><p>Where the marker is in your program, as a memory address.
99 <dd><p>Where the marker is in the source for your program, as a file and line
101 allow <small>GDB</small> to locate the source of the marker, this column
106 <p>In addition, the following information may be printed for each marker:
110 <dd><p>User data passed to the tracing library by the marker call. In the
112 marker call.
114 <dt><em>Static tracepoints probing the marker</em></dt>
115 <dd><p>The list of static tracepoints attached to the marker.

12345678910>>...50