Home
last modified time | relevance | path

Searched refs:anchor (Results 1 – 11 of 11) sorted by relevance

/u-boot/test/py/
A Dmultiplexed_log.py187 def __init__(self, log, marker, anchor): argument
201 self.anchor = anchor
204 self.anchor = self.log.start_section(self.marker, self.anchor)
227 self.anchor = 0
381 if anchor:
384 if anchor:
404 if not anchor:
405 self.anchor += 1
406 anchor = str(self.anchor)
414 return anchor
[all …]
A Dconftest.py416 anchor = anchors.get(test, None)
417 log.status_warning('... ' + test, anchor)
421 anchor = anchors.get(test, None)
426 anchor = anchors.get(test, None)
427 log.status_xpass('... ' + test, anchor)
431 anchor = anchors.get(test, None)
432 log.status_xfail('... ' + test, anchor)
436 anchor = anchors.get(test, None)
437 log.status_fail('... ' + test, anchor)
441 anchor = anchors.get(test, None)
[all …]
/u-boot/lib/zstd/
A Dzstd_opt.h402 const BYTE *anchor = istart; in ZSTD_compressBlock_opt_generic() local
434 litlen = (U32)(ip - anchor); in ZSTD_compressBlock_opt_generic()
451 best_off = i - (ip == anchor); in ZSTD_compressBlock_opt_generic()
649 litLength = (U32)(ip - anchor); in ZSTD_compressBlock_opt_generic()
670 anchor = ip = ip + mlen; in ZSTD_compressBlock_opt_generic()
695 const BYTE *anchor = istart; in ZSTD_compressBlock_opt_extDict_generic() local
733 opt[0].litlen = (U32)(ip - anchor); in ZSTD_compressBlock_opt_extDict_generic()
758 best_off = i - (ip == anchor); in ZSTD_compressBlock_opt_extDict_generic()
963 litLength = (U32)(ip - anchor); in ZSTD_compressBlock_opt_extDict_generic()
985 anchor = ip = ip + mlen; in ZSTD_compressBlock_opt_extDict_generic()
[all …]
/u-boot/common/
A Dcommand.c337 char *anchor, *s, *t; in find_common_prefix() local
343 anchor = *argv++; in find_common_prefix()
344 len = strlen(anchor); in find_common_prefix()
346 s = anchor; in find_common_prefix()
351 len = s - anchor; in find_common_prefix()
/u-boot/drivers/mtd/ubi/
A Dfastmap-wl.c88 struct ubi_wl_entry *ubi_wl_get_fm_peb(struct ubi_device *ubi, int anchor) in ubi_wl_get_fm_peb() argument
95 if (anchor) in ubi_wl_get_fm_peb()
309 wrk->anchor = 1; in ubi_ensure_anchor_pebs()
A Dwl.c678 int anchor = wrk->anchor; local
715 if (!anchor)
716 anchor = !anchor_pebs_avalible(&ubi->free);
718 if (anchor) {
1027 wrk->anchor = 0;
A Dubi.h775 int anchor; member
878 struct ubi_wl_entry *ubi_wl_get_fm_peb(struct ubi_device *ubi, int anchor);
/u-boot/lib/
A Dsmbios-parser.c31 if (memcmp(entry->anchor, "_SM_", 4)) in smbios_entry()
A Dsmbios.c483 memcpy(se->anchor, "_SM_", 4); in write_smbios_table()
/u-boot/doc/usage/
A Dqfw.rst46 etc/smbios/smbios-anchor
/u-boot/include/
A Dsmbios.h37 u8 anchor[4]; member

Completed in 20 milliseconds