Home
last modified time | relevance | path

Searched refs:format (Results 1 – 14 of 14) sorted by relevance

/acpica-latest/generate/linux/
Dgen-patch.sh61 after=`git log -1 ${COMMIT} --format=%H`
62 after_name=`git log -1 ${COMMIT} --format=%H | cut -c 1-${HASH}`
63 before=`git log -1 ${COMMIT}^1 --format=%H`
64 before_name=`git log -1 ${COMMIT}^1 --format=%H | cut -c 1-${HASH}`
107 AUTHOR_NAME=`git log -1 $1 --format="%aN"`
108 AUTHOR_EMAIL=`git log -1 $1 --format="%aE"`
203 git format-patch -1 --stdout >> $GP_acpica_patch
Dmake-patches.sh92 COMMIT=`git log -1 $cid --format=%H`
93 COMMIT_NAME=`git log -1 $cid --format=%H | cut -c 1-${HASH}`
94 SUBJECT=`git log -1 $cid --format=%s`
Dgen-repo.sh42 version=`git log -1 $1 --format=%H | cut -c 1-${HASH}`
/acpica-latest/source/include/platform/
Daccygwin.h204 vsnprintf (char *s, size_t n, const char *format, va_list ap);
207 snprintf (char *s, size_t n, const char *format, ...);
/acpica-latest/generate/release/
Dbuild.txt25 are written in MS word, then converted to PDF format. Both versions of each
104 Update the version number (hex in the format: 0xYYYYMMDD)
136 Convert the generate/release/.sh files to unix format: dos2unix *.sh
148 Title: Use the new version number in the correct format (e.g., "Version 20210105")
198 Convert the generate/release/.sh files back to DOS format: unix2dos *.sh
/acpica-latest/tests/aslts/bin/
Dasltsrun906 format="%-11s %10d %11d %10d %11d\n"
911 printf "$format" "pass diff" $o64p $n64p $o32p $n32p
912 printf "$format" "fail diff" $o64f $n64f $o32f $n32f
/acpica-latest/generate/unix/
DMakefile.config231 -Wno-format-nonliteral\
/acpica-latest/generate/lint/
Dco-msc40.lnt42 -format=%(%f(%l)\s:\s%)%t\s%n:\s%m
43 // error format similar to MSC
Dco-msc60.lnt43 -format=%(%f(%l)\s:\s%)%t\s%n:\s%m
44 // error format similar to MSC
Denv-vc6.lnt136 -"format=%(%F(%l):%) error %n: (%t -- %m)" // Messages will contain
/acpica-latest/tests/aslts/src/runtime/collections/Identity2MS/abbu/UTILITY/
DINSTALL.TXT12 - Use AcpiDump to convert the AML file to a readable format (acpidump DSDT.AML)
/acpica-latest/tests/aslts/src/runtime/collections/exceptions/exc/
Dexc.asl457 /* ToBCD() when a specified integer overflows a number of the BCD format */
/acpica-latest/documents/
Dchanges.txt1641 Fixed compilation of DOS format data table file on Unix/Linux systems.
1642 iASL now properly detects line continuations (\) for DOS format data
4245 above. Note: The format of MSDM is similar to SLIC. Any MSDM data
4341 ASL name as the target. Only a single format specifier is required, %o,
4735 3) The output format for pointers varies from system to system (leading
4743 directly implements a small subset of printf format specifiers, only
5700 dump format. The top-level code implements the various command line
6335 hex format to assist with debugging.
7329 format
8563 Replaced all instances of %d in printf format specifiers with %u since
[all …]
/acpica-latest/tests/misc/
Dgrammar.asl2991 Name (_HID, "PNP0A03") // Need _HID for root device (String format)