Home
last modified time | relevance | path

Searched refs:place (Results 1 – 25 of 54) sorted by relevance

123

/device/linaro/bootloader/edk2/StdLib/LibC/Uefi/
Dcompat.c592 int signvalue = 0, place = 0, caps = 0; in fmtint() local
616 convert[place++] = in fmtint()
620 } while (uvalue && (place < 20)); in fmtint()
621 if (place == 20) in fmtint()
622 place--; in fmtint()
623 convert[place] = 0; in fmtint()
625 zpadlen = max - place; in fmtint()
626 spadlen = min - PADMAX(max, place) - (signvalue ? 1 : 0); in fmtint()
657 while (place > 0) in fmtint()
658 dopr_outch(buffer, currlen, maxlen, convert[--place]); in fmtint()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Demo/scripts/
Dqueens.py31 self.place(x, y)
41 def place(self, x, y): member in Queens
/device/linaro/bootloader/edk2/Vlv2DeviceRefCodePkg/AcpiTablesPCAT/
DRTD3.asl155 Method(_PS3,0,Serialized) // place device into D3H state
182 Method(_PS3,0,Serialized) // place device into D3H state
/device/linaro/bootloader/edk2/StdLib/LibC/Softfloat/
Dsoftfloat-history.txt17 the last place (1 ulp) from what it should be. (Bug discovered by Paul
Dtimesoftfloat.txt144 and `-all' is all functions. A function set can be used in place of a
Dsoftfloat-source.txt162 the `*' symbol is used in place of the name of a specific target, such as
163 `386-Win32-gcc' or `SPARC-Solaris-gcc', or in place of some other text, as
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Other/Maintained/Tools/Pccts/
DREADME17 A central place for information about PCCTS 1.33 is:
94 For C++ users place the following elements in the library:
DKNOWN_PROBLEMS.txt153 place where the following directives may appear:
/device/linaro/bootloader/edk2/BaseTools/Source/C/VfrCompile/Pccts/
DREADME14 A central place for information about PCCTS 1.33 is:
82 For C++ users place the following elements in the library:
DKNOWN_PROBLEMS.txt210 place where the following directives may appear:
/device/linaro/bootloader/edk2/OvmfPkg/Include/IndustryStandard/Xen/
DREADME12 …type f -name '*.h' -exec sed --regexp-extended --file=fix_type_in_xen_includes.sed --in-place {} \;
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Tools/faqwiz/
DREADME47 Select a place where the Python modules that constitute the FAQ wizard
108 you for each FAQ, where you place the copy of faqcust.py for that FAQ,
/device/linaro/bootloader/edk2/ArmVirtPkg/
DArmVirtPkg.dec48 # be modified in place (default: 256 bytes)
/device/sample/frameworks/PlatformLibrary/
DREADME.txt15 To declare your library to the framework, you must place a file with a .xml
/device/linaro/bootloader/edk2/BaseTools/Source/C/VfrCompile/Pccts/dlg/
Ddlg1.txt68 - Used in place of file names to get input from standard
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Tools/freeze/
DREADME99 to place the Tcl and Tk library files in the distributed setup, and
104 <root>/bin/windows-x86 and will place your Tcl library files
179 section to declare a library path using sys.path, and place the modules
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Demo/pdist/
DREADME103 MyClassClient, it would actually be better to place it in a separate
/device/linaro/bootloader/edk2/NetworkPkg/IScsiDxe/
DIScsiConfigStrings.uni83 …AVE_CHANGES_HELP #language en-US "Must reboot system manually for changes to take place."
/device/linaro/bootloader/edk2/AppPkg/Applications/Enquire/
DEnquire.c647 #define Unexpected(place) if (setjmp(lab)!=0) croak(place)
717 Void croak ARGS((int place));
934 croak(int place)
936 printf("*** Unexpected signal at point %d\n", place);
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Objects/
Dlistsort.txt225 a descending run in-place, transforming a descending run into an ascending
277 to get 64 elements into place).
287 place, and r < minrun is small compared to N), or q a little larger than a
315 So merging is always done on two consecutive runs at a time, and in-place,
381 Merging adjacent runs of lengths A and B in-place is very difficult.
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Objects/
Dlistsort.txt228 a descending run in-place, transforming a descending run into an ascending
280 to get 64 elements into place).
290 place, and r < minrun is small compared to N), or q a little larger than a
318 So merging is always done on two consecutive runs at a time, and in-place,
384 Merging adjacent runs of lengths A and B in-place, and in linear time, is
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
Dflmodule.c1198 int place, border; in form_show_form() local
1200 if (!PyArg_Parse(args, "(iis)", &place, &border, &name)) in form_show_form()
1202 fl_show_form(f->ob_form, place, border, name); in form_show_form()
/device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Library/LzmaCustomDecompressLib/Sdk/
Dlzma.txt263 data in such order, where code is grouped in one place and data is
264 grouped in other place (it's better than such mixing: code, data, code,
/device/linaro/bootloader/edk2/BaseTools/Source/C/LzmaCompress/Sdk/
Dlzma.txt263 data in such order, where code is grouped in one place and data is
264 grouped in other place (it's better than such mixing: code, data, code,
/device/linaro/bootloader/edk2/MdeModulePkg/Library/LzmaCustomDecompressLib/Sdk/
Dlzma.txt263 data in such order, where code is grouped in one place and data is
264 grouped in other place (it's better than such mixing: code, data, code,

123