Searched refs:order (Results 1 - 25 of 47) sorted by relevance

12

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/lib2to3/tests/data/fixers/
H A Dbad_order.py5 order = "crazy" variable in class:FixBadOrder
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/lib2to3/tests/data/fixers/myfixes/
H A Dfix_preorder.py4 order = "pre" variable in class:FixPreorder
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/lib2to3/fixes/
H A Dfix_reduce.py18 order = "pre" variable in class:FixReduce
H A Dfix_callable.py16 order = "pre" variable in class:FixCallable
H A Dfix_intern.py16 order = "pre" variable in class:FixIntern
H A Dfix_renames.py46 order = "pre" # Pre-order tree traversal variable in class:FixRenames
H A Dfix_next.py34 order = "pre" # Pre-order tree traversal variable in class:FixNext
H A Dfix_operator.py26 order = "pre" variable in class:FixOperator
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/EdkIIGlueLib/Library/BaseLib/Ia32/
H A DDivU64x32.c32 pop edx ; restore high-order dword of the quotient
H A DDivU64x32.asm42 pop edx ; restore high-order dword of the quotient
/device/linaro/bootloader/edk2/MdePkg/Library/BaseLib/Ia32/
H A DDivU64x32.c47 pop edx ; restore high-order dword of the quotient
H A DDivU64x32.S40 pop %edx # restore high-order dword of the quotient
H A DDivU64x32.asm42 pop edx ; restore high-order dword of the quotient
/device/linaro/bootloader/edk2/StdLib/LibC/CRT/Ia32/
H A Dllshr.c26 ; depends only on the high order bit of edx).
/device/google/dragon/audio/soundtrigger/
H A DAndroid.mk18 # device specific modules are present. The exact load order can be seen in
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/EdkIIGlueLib/Library/BaseLib/X64/
H A DThunk16.asm71 ; The order of saved registers on the stack matches the order they appears
84 push 0 ; reserved high order 32 bits of EFlags
192 lea sp, [esp + 4] ; skip high order 32 bits of EFlags
257 shl eax, 12 ; segment address in high order 16 bits
H A DThunk16.S77 # The order of saved registers on the stack matches the order they appears
90 pushq $0 # reserved high order 32 bits of EFlags
204 leaw 4(%esp),%sp # skip high order 32 bits of EFlags
280 shll $12,%eax # segment address in high order 16 bits
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/distutils/command/
H A Dbdist_msi.py585 order = 1
586 c.event("[TARGETDIR]", "[SourceDir]", ordering=order)
588 order += 1
591 ordering=order)
592 c.event("SpawnWaitDialog", "WaitForCostingDlg", ordering=order + 1)
593 c.event("EndDialog", "Return", ordering=order + 2)
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/lib2to3/
H A Dfixer_base.py33 order = "post" # Does the fixer prefer pre- or post-order traversal variable in class:BaseFix
35 run_order = 5 # Fixers will be sorted by run order before execution
41 # original line order
/device/linaro/hikey/audio/
H A DAndroid.mk18 # device specific modules are present. The exact load order can be seen in
/device/linaro/bootloader/edk2/MdePkg/Library/BaseLib/X64/
H A DThunk16.S77 # The order of saved registers on the stack matches the order they appears
90 pushq $0 # reserved high order 32 bits of EFlags
198 leaw 4(%esp),%sp # skip high order 32 bits of EFlags
270 shll $12,%eax # segment address in high order 16 bits
H A DThunk16.asm73 ; The order of saved registers on the stack matches the order they appears
86 push 0 ; reserved high order 32 bits of EFlags
194 lea sp, [esp + 4] ; skip high order 32 bits of EFlags
259 shl eax, 12 ; segment address in high order 16 bits
/device/linaro/bootloader/edk2/OvmfPkg/VirtioNetDxe/
H A DTechNotes.txt290 - Because the host can process (answer) Rx requests in any order theoretically,
291 the order of head descriptor indices on each of the Available Ring and the
352 from the Available Ring to the Used Ring (out of order transmission). Because
354 tracking) the order of head descriptor indices on either Ring is
/device/generic/goldfish-opengl/
H A Dcommon.mk5 # order for various variable definitions and usage to happen in the correct
6 # order.
87 # Note that order of declaration matters. If 'foo' is defined after 'bar' in
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/compiler/
H A Dpyassem.py38 # reverse post order, the "next" block will always be emitted
81 order = order_blocks(self.entry, self.exit)
82 return order
99 """Order blocks so that they are emitted in the right order"""
105 order = []
152 order.append(b)
158 order.append(exit_block)
162 return order
275 # The closure list is used to track the order of cell
366 """Arrange the blocks in order an
[all...]

Completed in 337 milliseconds

12