Home
last modified time | relevance | path

Searched refs:scan (Results 1 – 5 of 5) sorted by relevance

/third_party/lib/jitterentropy/
A DMakefile33 .PHONY: all scan install clean distclean
40 scan: $(OBJS) target
41scan-build --use-analyzer=/usr/bin/clang $(CC) -shared -Wl,-soname,lib$(NAME).so.$(LIBMAJOR) -o li…
/third_party/uapp/dash/src/
A Dexpand.c651 char *(*scan)(char *, char *, char *, char *, int , int); in subevalvar() local
694 scan = (subtype & 1) ^ zero ? scanleft : scanright; in subevalvar()
696 loc = scan(startp, rmesc, rmescend, str, quotes, zero); in subevalvar()
/third_party/ulib/chromiumos-platform-ec/include/chromiumos-platform-ec/
A Dec_commands.h2953 uint8_t scan[0]; /* keyscan data */ member
/third_party/ulib/jemalloc/
A DChangeLog127 - Fix the linear scan version of bitmap_sfu() to shift by the proper amount
181 - Use linear scan for small bitmaps (used for small object tracking). In
/third_party/lib/acpica/
A Dchanges.txt1152 entire ACPICA source code scan and/or conversion.
9562 Enhanced the pre-compile source code scan for non-ASCII characters to
10615 The source file scan for ASCII characters is now optional (-a). This
10618 However, the scan is simply a brute-force byte compare to ensure all
11128 Modified the RSDP memory scan mechanism to support the extended checksum
11725 support in the RSDP scan code. The original code improperly scanned for
11730 scan 1K of memory starting at the EBDA pointer. There appear to be few
11973 returned by a given _PRW. This prevents the scan from aborting from the
13736 utility) to scan memory for the DSDT to the AcpiOsTableOverride
13815 Implemented checksum of the R/XSDT itself during Linux table scan
[all …]

Completed in 42 milliseconds