| /openbmc/openbmc/poky/bitbake/lib/progressbar/ |
| H A D | widgets.py | 282 def __init__(self, marker='#', left='|', right='|', fill=' ', argument 292 self.marker = marker 303 (self.left, self.marker, self.right)) 321 def __init__(self, marker='#', left='|', right='|', fill=' ', argument 331 self.marker = marker 342 left, marker, right = (format_updatable(i, pbar) for i in 343 (self.left, self.marker, self.right)) 347 if pbar.finished: return '%s%s%s' % (left, width * marker, right) 352 rpad = self.fill * (width - len(marker) - len(lpad)) 357 return '%s%s%s%s%s' % (left, lpad, marker, rpad, right) [all …]
|
| /openbmc/qemu/util/ |
| H A D | qemu-co-timeout.c | 34 bool marker; member 44 if (s->marker) { in qemu_co_timeout_entry() 52 s->marker = true; in qemu_co_timeout_entry() 80 if (s->marker) { in qemu_co_timeout() 87 s->marker = true; in qemu_co_timeout()
|
| /openbmc/u-boot/test/py/ |
| H A D | multiplexed_log.py | 182 def __init__(self, log, marker, anchor): argument 195 self.marker = marker 199 self.anchor = self.log.start_section(self.marker, self.anchor) 202 self.log.end_section(self.marker) 384 def start_section(self, marker, anchor=None): argument 397 self.blocks.append(marker) 411 def end_section(self, marker): argument 424 if (not self.blocks) or (marker != self.blocks[-1]): 426 (marker, '/'.join(self.blocks))) 440 def section(self, marker, anchor=None): argument [all …]
|
| /openbmc/u-boot/scripts/ |
| H A D | decodecode | 86 marker=`expr index "$code" "\<"` 87 if [ $marker -eq 0 ]; then 88 marker=`expr index "$code" "\("` 92 if [ $marker -ne 0 ]; then 103 code=`echo "$code" | cut -c$((${marker} + 1))-`
|
| /openbmc/u-boot/scripts/dtc/ |
| H A D | data.c | 25 struct marker *m, *nm; in data_free() 128 struct data data_insert_at_marker(struct data d, struct marker *m, in data_insert_at_marker() 143 static struct data data_append_markers(struct data d, struct marker *m) in data_append_markers() 145 struct marker **mp = &d.markers; in data_append_markers() 157 struct marker *m2 = d2.markers; in data_merge() 242 struct marker *m; in data_add_marker()
|
| H A D | dtc.h | 82 struct marker { struct 86 struct marker *next; argument 92 struct marker *markers; 113 struct data data_insert_at_marker(struct data d, struct marker *m, 224 struct marker *get_marker_label(struct node *tree, const char *label,
|
| H A D | treesource.c | 68 struct marker *m = val.markers; in write_propval_string() 141 struct marker *m = val.markers; in write_propval_cells() 171 struct marker *m = val.markers; in write_propval_bytes() 199 struct marker *m = prop->val.markers; in write_propval()
|
| H A D | livetree.c | 454 struct marker *get_marker_label(struct node *tree, const char *label, in get_marker_label() 457 struct marker *m; in get_marker_label() 849 struct marker *m; in any_fixup_tree() 869 struct marker *m) in add_fixup_entry() 894 struct marker *m; in generate_fixups_tree_internal() 914 struct marker *m; in any_local_fixup_tree() 934 struct property *prop, struct marker *m, in add_local_fixup_entry() 975 struct marker *m; in generate_local_fixups_tree_internal()
|
| H A D | checks.c | 392 struct property *prop, struct marker *mark) in check_duplicate_label() 397 struct marker *othermark = NULL; in check_duplicate_label() 427 struct marker *m = prop->val.markers; in check_duplicate_label_node() 443 struct marker *m; in check_phandle_prop() 562 struct marker *m = prop->val.markers; in fixup_phandle_references() 595 struct marker *m = prop->val.markers; in fixup_path_references() 1137 struct marker *m = prop->val.markers; in check_property_phandle_args()
|
| /openbmc/openbmc/meta-raspberrypi/dynamic-layers/multimedia-layer/recipes-multimedia/rpidistro-vlc/files/ |
| H A D | 3005-modules-remove-glspectrum-usage.patch | 103 …EP_TRUE@@am__include@ @am__quote@video_splitter/$(DEPDIR)/clone.Plo@am__quote@ # am--include-marker 104 …quote@video_splitter/$(DEPDIR)/libpanoramix_plugin_la-panoramix.Plo@am__quote@ # am--include-marker 105 …DEP_TRUE@@am__include@ @am__quote@video_splitter/$(DEPDIR)/wall.Plo@am__quote@ # am--include-marker 106 …RUE@@am__include@ @am__quote@visualization/$(DEPDIR)/glspectrum.Plo@am__quote@ # am--include-marker 107 …lude@ @am__quote@visualization/$(DEPDIR)/libgoom_plugin_la-goom.Plo@am__quote@ # am--include-marker 108 …m__quote@visualization/$(DEPDIR)/libprojectm_plugin_la-projectm.Plo@am__quote@ # am--include-marker 109 …lude@ @am__quote@visualization/$(DEPDIR)/libvsxu_plugin_la-vsxu.Plo@am__quote@ # am--include-marker
|
| /openbmc/u-boot/drivers/mtd/nand/raw/ |
| H A D | fsl_ifc_spl.c | 99 static inline int bad_block(uchar *marker, int port_size) in bad_block() argument 102 return __raw_readb(marker) != 0xff; in bad_block() 104 return __raw_readw((u16 *)marker) != 0xffff; in bad_block()
|
| H A D | Kconfig | 89 used to preserve the bad block marker in the OOB area.
|
| /openbmc/openbmc/meta-openembedded/meta-oe/recipes-security/keyutils/files/ |
| H A D | 0001-tests-builtin_trusted-Failure-command-is-failed.patch | 24 marker "TRY ADDING USER KEYS"
|
| /openbmc/qemu/scripts/ci/ |
| H A D | gitlab-ci-section | 5 # functions section_start and section_end which will emit marker lines
|
| /openbmc/qemu/docs/devel/ |
| H A D | docs.rst | 27 ``HXCOMM`` is the comment marker. The line, including any arbitrary 28 text after the marker, is discarded and appears neither in the C output
|
| /openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/protobuf/protobuf/ |
| H A D | 0001-utf8_range-add-version-marker-to-library-19009.patch | 4 Subject: [PATCH] utf8_range: add version marker to library (#19009)
|
| /openbmc/openbmc/poky/meta/recipes-devtools/tcltk/tcl/ |
| H A D | 0002-tcl-fix-a-build-issue.patch | 42 @@ -948,17 +947,17 @@ dltest.marker: ${STUB_LIB_FILE}
|
| /openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/tipcutils/tipcutils/ |
| H A D | 0002-replace-non-standard-uint-with-unsigned-int.patch | 187 char *marker; 200 char *marker;
|
| /openbmc/openbmc/poky/meta/recipes-devtools/tcltk8/tcl8/ |
| H A D | fix_non_native_build_issue.patch | 46 @@ -760,28 +760,28 @@ dltest.marker: ${STUB_LIB_FILE}
|
| /openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/protobuf/ |
| H A D | protobuf_5.29.4.bb | 23 file://0001-utf8_range-add-version-marker-to-library-19009.patch \
|
| /openbmc/u-boot/lib/lzma/ |
| H A D | lzma.txt | 228 -eos: write End Of Stream marker. By default LZMA doesn't write 229 eos marker, since LZMA decoder knows uncompressed size 232 -si: Read data from stdin (it will write End Of Stream marker).
|
| /openbmc/openbmc/poky/documentation/migration-guides/ |
| H A D | release-notes-3.4.4.rst | 54 - tiff: Add marker for CVE-2022-1056 being fixed
|
| /openbmc/qemu/tests/migration-stress/guestperf/ |
| H A D | plot.py | 209 marker={
|
| /openbmc/qemu/docs/devel/migration/ |
| H A D | vfio.rst | 76 In the multifd mode it just emits either a dummy EOS marker. 81 just emits a dummy EOS marker.
|
| /openbmc/openbmc/poky/meta/recipes-multimedia/libsndfile/libsndfile1/ |
| H A D | cve-2022-33065.patch | 71 int marker, dword ; 75 psf_binheader_readf (psf, "pm", 0, &marker) ;
|