Searched refs:decrement (Results 1 – 8 of 8) sorted by relevance
/device/linaro/bootloader/edk2/StdLib/LibC/gdtoa/ |
D | gdtoaimp.h | 508 #define decrement __decrement_D2A macro 560 extern int decrement (Bigint*);
|
D | strtodg.c | 111 decrement(Bigint *b) in decrement() function 832 decrement(rvb); in strtodg()
|
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/EfiCommonLib/Ia32/ |
D | EfiCopyMemSSE2.c | 128 sub ecx, 4 ; decrement Count in EfiCommonLibCopyMem()
|
D | EfiCopyMem.c | 144 sub ecx, 4 ; decrement Count in EfiCommonLibCopyMem()
|
D | EfiCopyMem.S | 156 subl $4, %ecx # decrement Count
|
D | EfiCopyMem.asm | 154 sub ecx, 4 ; decrement Count
|
/device/linaro/bootloader/edk2/ArmPkg/Library/ArmLib/Arm/ |
D | ArmV7Support.asm | 214 subs R9, R9, #1 ; decrement the way number 216 subs R7, R7, #1 ; decrement the index
|
D | ArmV7Support.S | 217 subs R9, R9, #1 @ decrement the way number 219 subs R7, R7, #1 @ decrement the index
|