HomeSort by relevance Sort by last modified time
    Searched full:l_base (Results 1 - 5 of 5) sorted by null

  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/EdkIIGlueLib/Library/BaseLib/X64/
Thunk16.S 87 call L_Base # push eip
88 L_Base:
125 lea (L_64BitCode - L_Base)(%ebx, %eax), %ax
126 .byte 0x66,0x2e,0x89,0x87 # mov cs:[bx + (L_64Eip - L_Base)], eax
127 .word L_64Eip - L_Base
135 lgdt (SavedGdt - L_Base)(%rdi)
  /device/linaro/bootloader/edk2/MdePkg/Library/BaseLib/X64/
Thunk16.S 87 call L_Base # push eip
88 L_Base:
125 lea (L_64BitCode - L_Base)(%ebx, %eax), %ax
126 .byte 0x66,0x2e,0x89,0x87 # mov cs:[bx + (L_64Eip - L_Base)], eax
127 .word L_64Eip - L_Base
135 lgdt (SavedGdt - L_Base)(%rdi)
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/EdkIIGlueLib/Library/BaseLib/Ia32/
Thunk16.S 99 call L_Base # push eip
100 L_Base:
101 popw %bp # ebp <- offset L_Base
  /device/linaro/bootloader/edk2/MdePkg/Library/BaseLib/Ia32/
Thunk16.S 119 L_Base: # to point here.
188 addl $(L_Base - ASM_PFX(BackFromUserCode)), %eax
189 movl %eax, (L_Base - SavedCr0 - 4)(%edx)
  /external/opencv/cv/src/
cvcontourtree.cpp 599 double x13, y13, x12, y12, l_base, nx, ny, qq; local
607 l_base = cvSqrt( (float) (qq) );
608 if( l_base > eps )
610 nx = y13 / l_base;
611 ny = -x13 / l_base;
615 *s = (*h) * l_base / 2.;
619 *a = l_base;

Completed in 979 milliseconds