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

/fuchsia/zircon/scripts/
H A Dgen-vdso-valid-sysret.sh24 scan() { function
67 scan < "$1"
/fuchsia/zircon/third_party/lib/jitterentropy/
H A DMakefile33 .PHONY: all scan install clean distclean
40 scan: $(OBJS)
41 scan-build --use-analyzer=/usr/bin/clang $(CC) -shared -Wl,-soname,lib$(NAME).so.$(LIBMAJOR) -o lib$(NAME).so.$(LIBVERSION) $(OBJS) $(LDFLAGS)
/fuchsia/zircon/system/host/kernel-buildsig/
H A Dkernel-buildsig.cpp48 bool scan() { function in class:__anon576::reader
232 if (reader{input}.scan())
/fuchsia/zircon/third_party/uapp/dash/src/
H A Dexpand.c464 * efficiency. Next we scan backwards looking for the
651 char *(*scan)(char *, char *, char *, char *, int , int);
694 scan = (subtype & 1) ^ zero ? scanleft : scanright;
696 loc = scan(startp, rmesc, rmescend, str, quotes, zero);
990 * Record the fact that we have to scan this region of the
/fuchsia/zircon/third_party/ulib/chromiumos-platform-ec/include/chromiumos-platform-ec/
H A Dec_commands.h2894 * minimum post-scan relax time. Once we finish a scan we check
2915 /* Run the key scan emulation */
2928 * Indicates this scan was processed by the EC. Due to timing, some
2949 * Absolute time for this scan, measured from the
2953 uint8_t scan[0]; /* keyscan data */ member in struct:ec_params_keyscan_seq_ctrl::__anon1554::__ec_todo_unpacked

Completed in 131 milliseconds