Home
last modified time | relevance | path

Searched refs:preceding (Results 1 – 9 of 9) sorted by relevance

/device/linaro/bootloader/edk2/ShellPkg/Library/UefiShellBcfgCommandLib/
DUefiShellBcfgCommandLib.uni103 " with the preceding KeyData value. When one instance of this\r\n"
107 " the preceding KeyData value. When one instance of this\r\n"
/device/linaro/bootloader/edk2/BaseTools/Source/C/VfrCompile/Pccts/
DKNOWN_PROBLEMS.txt49 the token matched by D - the preceding token.
DCHANGES_FROM_133.txt197 preceding the "else" clause of an "if".
590 the token matched by D - the preceding token.
2113 than max(k,ck) and there is an action immediately preceding
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
Ddatetimemodule.c246 int n, n1, n4, n100, n400, leapyear, preceding; in ord_to_ymd() local
313 preceding = (_days_before_month[*month] + (*month > 2 && leapyear)); in ord_to_ymd()
314 if (preceding > n) { in ord_to_ymd()
317 preceding -= days_in_month(*year, *month); in ord_to_ymd()
319 n -= preceding; in ord_to_ymd()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/
Ddatetimemodule.c246 int n, n1, n4, n100, n400, leapyear, preceding; in ord_to_ymd() local
313 preceding = (_days_before_month[*month] + (*month > 2 && leapyear)); in ord_to_ymd()
314 if (preceding > n) { in ord_to_ymd()
317 preceding -= days_in_month(*year, *month); in ord_to_ymd()
319 n -= preceding; in ord_to_ymd()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Objects/
Dlistsort.txt320 should merge it with preceding run(s). We would like to delay merging as
403 in A. Elements in A preceding that point are already in their final
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Objects/
Dlistsort.txt323 should merge it with preceding run(s). We would like to delay merging as
406 in A. Elements in A preceding that point are already in their final
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Other/Maintained/Tools/Pccts/
DCHANGES_FROM_133.txt1431 than max(k,ck) and there is an action immediately preceding
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/zlib/
DChangeLog64 - In Makefile uninstall, don't rm if preceding cd fails