/device/linaro/bootloader/edk2/MdePkg/Library/BaseLib/Ia32/ |
EnablePaging64.S | 50 lret # topmost 2 dwords hold the address
|
EnablePaging64.asm | 52 retf ; topmost 2 dwords hold the address
|
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/EdkIIGlueLib/Library/BaseLib/Ia32/ |
EnablePaging64.asm | 50 retf ; topmost 2 dwords hold the address
|
/prebuilts/go/darwin-x86/src/cmd/asm/internal/lex/ |
stack.go | 29 // Pop the topmost item from the stack and resume with the next one down.
|
/prebuilts/go/linux-x86/src/cmd/asm/internal/lex/ |
stack.go | 29 // Pop the topmost item from the stack and resume with the next one down.
|
/external/boringssl/src/crypto/fipsmodule/bn/asm/ |
armv8-mont.pl | 280 my ($cnt,$carry,$topmost)=("x27","x28","x30"); 735 mov $topmost,xzr // initial top-most carry 877 subs xzr,$topmost,#1 // "move" top-most carry to carry bit 892 adc $topmost,xzr,xzr // top-most carry 958 sbcs xzr,$topmost,xzr // did it borrow? 1060 my ($carry,$topmost) = ($rp,"x30"); 1215 adc $topmost,$carry,xzr [all...] |
/frameworks/ex/widget/java/com/android/ex/widget/ |
StaggeredGridView.java | 436 int topmost = Integer.MAX_VALUE; local 439 if (mItemTops[i] < topmost) { 440 topmost = mItemTops[i]; 447 return topmost >= getPaddingTop() && bottommost <= getHeight() - getPaddingBottom(); [all...] |
/external/swiftshader/third_party/subzero/bloat/ |
webtreemap.js | 49 // And layout into the topmost box.
|
/prebuilts/go/darwin-x86/src/runtime/ |
panic.go | 576 // Must be called from the topmost function of the call 578 // p.argp is the argument pointer of that topmost deferred function call.
|
/prebuilts/go/linux-x86/src/runtime/ |
panic.go | 576 // Must be called from the topmost function of the call 578 // p.argp is the argument pointer of that topmost deferred function call.
|
/prebuilts/go/darwin-x86/src/regexp/syntax/ |
parse.go | 147 // the topmost literal is no longer subject to operators like * 296 // concat replaces the top of the stack (above the topmost '|' or '(') with its concatenation. 316 // alternate replaces the top of the stack (above the topmost '(') with its alternation. [all...] |
/prebuilts/go/linux-x86/src/regexp/syntax/ |
parse.go | 147 // the topmost literal is no longer subject to operators like * 296 // concat replaces the top of the stack (above the topmost '|' or '(') with its concatenation. 316 // alternate replaces the top of the stack (above the topmost '(') with its alternation. [all...] |
/external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/C/ |
C.stg | 575 * For instance if you call the first (topmost) rule in a parser grammar, you will [all...] |