/openbmc/linux/scripts/dtc/ |
H A D | yamltree.c | 32 static void yaml_propval_int(yaml_emitter_t *emitter, struct marker *markers, in yaml_propval_int() argument 67 m = markers; in yaml_propval_int() 117 struct marker *m = prop->val.markers; in yaml_propval() 118 struct marker *markers = prop->val.markers; in yaml_propval() local 137 die("No markers present in property '%s' value\n", prop->name); in yaml_propval() 156 yaml_propval_int(emitter, markers, data, m->offset, chunk_len, 2); in yaml_propval() 159 yaml_propval_int(emitter, markers, data, m->offset, chunk_len, 4); in yaml_propval() 162 yaml_propval_int(emitter, markers, data, m->offset, chunk_len, 8); in yaml_propval() 168 yaml_propval_int(emitter, markers, data, m->offset, chunk_len, 1); in yaml_propval()
|
H A D | data.c | 12 m = d.markers; in data_free() 123 /* Adjust all markers after the one we're inserting at */ in data_insert_at_marker() 132 struct marker **mp = &d.markers; in data_append_markers() 144 struct marker *m2 = d2.markers; in data_merge() 152 d2.markers = NULL; /* So data_free() doesn't clobber them */ in data_merge()
|
H A D | treesource.c | 146 struct marker *m = prop->val.markers; in guess_value_type() 178 struct marker *m = prop->val.markers; in write_propval() 201 dummy_marker.next = prop->val.markers; in write_propval() 227 m_phandle = prop->val.markers; in write_propval()
|
/openbmc/linux/Documentation/userspace-api/media/v4l/ |
H A D | ext-ctrls-jpeg.rst | 56 markers (m = 0..7). The purpose of these markers is to additionally 62 markers will not be inserted. 82 Specify which JPEG markers are included in compressed stream. This
|
H A D | vidioc-g-jpegcomp.rst | 40 markers control. 89 - See :ref:`jpeg-markers`. Deprecated. If 96 .. _jpeg-markers: 98 .. flat-table:: JPEG Markers Flags
|
/openbmc/openbmc/poky/meta/recipes-devtools/python/python3-cryptography/ |
H A D | 0001-pyproject.toml-remove-benchmark-disable-option.patch | 36 -addopts = "-r s --capture=no --strict-markers --benchmark-disable" 37 +addopts = "-r s --capture=no --strict-markers" 39 markers = [
|
/openbmc/openbmc/poky/bitbake/lib/progressbar/ |
H A D | widgets.py | 195 __slots__ = ('markers', 'curmark') 197 def __init__(self, markers='|/-\\'): argument 198 self.markers = markers 205 if pbar.finished: return self.markers[0] 207 self.curmark = (self.curmark + 1) % len(self.markers) 208 return self.markers[self.curmark]
|
/openbmc/u-boot/scripts/dtc/ |
H A D | data.c | 27 m = d.markers; in data_free() 136 /* Adjust all markers after the one we're inserting at */ in data_insert_at_marker() 145 struct marker **mp = &d.markers; in data_append_markers() 157 struct marker *m2 = d2.markers; in data_merge() 165 d2.markers = NULL; /* So data_free() doesn't clobber them */ in data_merge()
|
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()
|
/openbmc/linux/include/linux/ |
H A D | userfaultfd_k.h | 171 * If user requested uffd-wp but not enabled pte markers for in vma_can_userfault() 304 /* Only wr-protect mode uses pte markers */ in userfaultfd_wp_use_markers() 308 /* File-based uffd-wp always need markers */ in userfaultfd_wp_use_markers() 313 * Anonymous uffd-wp only needs the markers if WP_UNPOPULATED in userfaultfd_wp_use_markers() 314 * enabled (to apply markers on zero pages). in userfaultfd_wp_use_markers()
|
/openbmc/linux/drivers/media/platform/samsung/s5p-jpeg/ |
H A D | jpeg-core.h | 164 * struct s5p_jpeg_marker - collection of markers from jpeg header 165 * @marker: markers' positions relative to the buffer beginning 166 * @len: markers' payload lengths (without length field) 167 * @n: number of markers in collection
|
/openbmc/linux/Documentation/userspace-api/media/ |
H A D | videodev2.h.rst.exceptions | 233 # V4L2 JPEG markers 234 replace define V4L2_JPEG_MARKER_DHT jpeg-markers 235 replace define V4L2_JPEG_MARKER_DQT jpeg-markers 236 replace define V4L2_JPEG_MARKER_DRI jpeg-markers 237 replace define V4L2_JPEG_MARKER_COM jpeg-markers 238 replace define V4L2_JPEG_MARKER_APP jpeg-markers
|
/openbmc/linux/arch/riscv/mm/ |
H A D | ptdump.c | 56 const struct addr_marker *markers; member 109 .markers = address_markers, 123 .markers = efi_addr_markers, 310 .marker = pinfo->markers, in ptdump_walk()
|
/openbmc/openbmc/poky/meta/lib/oeqa/utils/ |
H A D | logparser.py | 30 # Cache markers so we don't take the re.search() hit all the time. 31 … markers = ("PASS:", "FAIL:", "SKIP:", "BEGIN:", "END:", "DURATION:", "ERROR: Exit", "TIMEOUT:") 40 if not line.startswith(markers):
|
/openbmc/linux/Documentation/devicetree/bindings/mtd/ |
H A D | raw-nand-chip.yaml | 66 find Bad Block Markers (BBM). These markers will help to
|
/openbmc/linux/scripts/ |
H A D | kallsyms.c | 390 unsigned int *markers; in write_src() local 408 /* table of offset markers, that give the offset in the compressed stream in write_src() 410 markers = malloc(sizeof(unsigned int) * ((table_cnt + 255) / 256)); in write_src() 411 if (!markers) { in write_src() 421 markers[i >> 8] = off; in write_src() 467 printf("\t.long\t%u\n", markers[i]); in write_src() 470 free(markers); in write_src()
|
/openbmc/u-boot/test/py/ |
H A D | pytest.ini | 8 markers = key
|
/openbmc/linux/include/media/ |
H A D | jpeg.h | 6 /* JPEG markers */
|
/openbmc/openbmc/meta-arm/meta-arm/recipes-kernel/arm-tstee/files/ |
H A D | Makefile | 13 rm -f Module.markers Module.symvers modules.order
|
/openbmc/openbmc/poky/meta-skeleton/recipes-kernel/hello-mod/files/ |
H A D | Makefile | 13 rm -f Module.markers Module.symvers modules.order
|
/openbmc/openbmc/meta-arm/meta-arm/recipes-kernel/arm-ffa-user/files/ |
H A D | Makefile | 13 rm -f Module.markers Module.symvers modules.order
|
/openbmc/linux/drivers/media/pci/cx18/ |
H A D | cx18-vbi.c | 34 0x44, 0x00, 0x0c, 0x66, 0x24, 0x01, /* SCR, SCR Ext, markers */ in copy_vbi_data() 35 0x01, 0xd1, 0xd3, /* Mux Rate, markers */ in copy_vbi_data() 41 0x21, 0x00, 0x5d, 0x63, 0xa7, /* PTS, markers */ in copy_vbi_data()
|
/openbmc/linux/arch/arm64/include/asm/ |
H A D | ptdump.h | 20 const struct addr_marker *markers; member
|
/openbmc/linux/arch/arm/include/asm/ |
H A D | ptdump.h | 18 const struct addr_marker *markers; member
|
/openbmc/qemu/scripts/ci/ |
H A D | coverage-summary.sh | 17 # strip the full-path and line markers
|