Searched refs:original (Results 1 – 25 of 135) sorted by relevance
123456
/device/google/dragon/audio/hal/ |
D | cras_expr.c | 57 struct cras_expr_value *original) in copy_value() argument 60 value->type = original->type; in copy_value() 65 value->u.boolean = original->u.boolean; in copy_value() 68 value->u.integer = original->u.integer; in copy_value() 71 value->u.string = strdup(original->u.string); in copy_value() 74 value->u.function = original->u.function; in copy_value()
|
/device/linaro/bootloader/edk2/StdLib/LibC/Softfloat/ |
D | README.NetBSD | 7 results as from the original.
|
/device/linaro/bootloader/edk2/SourceLevelDebugPkg/Library/DebugAgent/DebugAgentCommon/X64/ |
D | AsmFuncs.asm | 207 push qword ptr [rbp + 8] ; original rcx 209 push qword ptr [rbp + 6 * 8] ; original rsp 210 push qword ptr [rbp] ; original rbp
|
D | AsmFuncs.S | 245 pushq 8(%rbp) # original rcx 247 pushq 48(%rbp) # original rsp 248 pushq (%rbp) # original rbp
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Demo/md5test/ |
D | README | 10 Code by Jan-Hein B\"uhrman after the original in C.
|
/device/linaro/bootloader/edk2/EdkShellBinPkg/ |
D | EdkShellBinPkg.dec | 4 …ification. Now there are three binary shell modules, which are for bin (original module), normal s…
|
/device/linaro/bootloader/edk2/MdeModulePkg/Universal/EbcDxe/Ia32/ |
D | EbcLowLevel.asm | 47 ; to its original location. 82 ; equals the original esp, so set them equal
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Tools/webchecker/ |
D | README | 12 Skip Montanaro; the rest is original work by Guido van Rossum.
|
/device/linaro/bootloader/edk2/MdeModulePkg/Universal/EbcDxe/X64/ |
D | EbcLowLevel.S | 32 # On return, we restore the stack pointer to its original location.
|
D | EbcLowLevel.asm | 38 ; On return, we restore the stack pointer to its original location.
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/unittest/test/ |
D | test_program.py | 235 original = module.installHandler 237 module.installHandler = original
|
/device/linaro/bootloader/edk2/SourceLevelDebugPkg/Library/DebugAgent/DebugAgentCommon/Ia32/ |
D | AsmFuncs.asm | 218 push dword ptr [ebp + 4] ; original eax 225 push eax ; original ESP
|
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/EfiCommonLib/Ia32/ |
D | EfiZeroMemSSE2.c | 75 sub edx, ecx ; subtract from the original count in EfiCommonLibZeroMem()
|
D | EfiZeroMem.c | 76 sub edx, ecx ; subtract from the original count in EfiCommonLibZeroMem()
|
D | EfiZeroMem.S | 87 subl %ecx, %edx # subtract from the original count
|
D | EfiZeroMem.asm | 85 sub edx, ecx ; subtract from the original count
|
/device/linaro/bootloader/edk2/DuetPkg/ |
D | GetVariables.bat | 19 @REM the original equal sign for our first assignation. Then we trim any left whitespaces.
|
D | Contributions.txt | 128 * "Contribution" shall mean any original work of authorship, 189 * You represent that each of Your Contributions is Your original 198 * Should You wish to submit work that is not Your original creation,
|
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/ |
D | EdkCompatibilityPkg.dec | 5 # contains the header files and libraries found in the original EDK. EdkCompatibilityPkg code is AN…
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/ |
D | regrtest.py | 829 original = saved_values.pop(name) 831 if current != original: 833 restore(original) 841 original, current))
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/zlib/ |
D | README | 98 claim that you wrote the original software. If you use this software 102 misrepresented as being the original software.
|
/device/linaro/bootloader/edk2/OvmfPkg/ |
D | DecomprScratchEnd.fdf.inc | 4 # (ie. original) size of the LZMA-compressed section of the one FFS file in
|
/device/linaro/bootloader/edk2/EmbeddedPkg/ |
D | Contributions.txt | 128 * "Contribution" shall mean any original work of authorship, 189 * You represent that each of Your Contributions is Your original 198 * Should You wish to submit work that is not Your original creation,
|
/device/linaro/bootloader/edk2/BeagleBoardPkg/ |
D | Contributions.txt | 128 * "Contribution" shall mean any original work of authorship, 189 * You represent that each of Your Contributions is Your original 198 * Should You wish to submit work that is not Your original creation,
|
/device/linaro/bootloader/edk2/IntelFspWrapperPkg/ |
D | Contributions.txt | 128 * "Contribution" shall mean any original work of authorship, 189 * You represent that each of Your Contributions is Your original 198 * Should You wish to submit work that is not Your original creation,
|
123456