Searched refs:was (Results 1 - 25 of 38) sorted by relevance

12

/vbox/src/VBox/Runtime/common/math/gcc/
H A Dmuldi3.c7 * This software was developed by the Computer Systems Engineering group
195 u_int prodh, prodl, was; local
228 was = prodl;
230 prodh -= HHALF(mid) + (prodl > was);
232 was = prodl;
234 prodh += HHALF(mid) + (prodl < was);
238 was = prodl;
240 prodh += HHALF(low) + (prodl < was);
/vbox/src/libs/zlib-1.2.6/
H A Dinflate.h121 unsigned was; /* initial length of match */ member in struct:inflate_state
/vbox/src/VBox/Devices/EFI/Firmware/MdePkg/Library/BaseCpuLib/Arm/
H A DCpuSleep.S5 # ARMv6 versions was:
H A DCpuSleep.asm5 ; ARMv6 versions was:
/vbox/src/VBox/ExtPacks/VBoxDTrace/onnv/cmd/dtrace/test/tst/common/ustack/
H A Dtst.depth.ksh101 echo $tst: output was too short
/vbox/src/libs/zlib-1.2.6/examples/
H A Dgun.c518 struct stat was; local
522 if (stat(from, &was) != 0 || (was.st_mode & S_IFMT) != S_IFREG)
526 (void)chmod(to, was.st_mode & 07777);
529 (void)chown(to, was.st_uid, was.st_gid);
532 when.actime = was.st_atime;
533 when.modtime = was.st_mtime;
/vbox/src/VBox/Runtime/win/amd64/
H A DASMAtomicBitTestAndToggle.asm37 ; @returns al(rax) true if the bit was set.
38 ; @returns al(rax) false if the bit was clear.
H A DASMBitFirstClear.asm38 ; @returns eax -1 if no clear bit was found.
H A DASMBitFirstSet.asm38 ; @returns eax -1 if no clear bit was found.
/vbox/src/VBox/Devices/EFI/Firmware/UefiCpuPkg/ResetVector/Vtf0/Ia32/
H A DSearchForBfvBase.asm68 ; Hang if the SEC entry point was not found
H A DSearchForSecEntry.asm107 ; Hang if the SEC entry point was not found
147 ; The section type was not PE32 or TE, so move to next section
/vbox/src/VBox/VMM/VMMRC/
H A DMMRamRCA.asm35 ; @returns eax=0 if data read, other code - invalid access, #PF was generated.
106 ; @returns eax=0 if data written, other code - invalid access, #PF was generated.
/vbox/src/VBox/Devices/EFI/Firmware/MdePkg/Library/BaseLib/Arm/
H A DSetJumpLongJump.asm47 ; Restores the CPU context that was saved with SetJump().;
/vbox/src/VBox/Debugger/
H A DDBGCEval.cpp1417 "Syntax error: Invalid numeric value (argument %d). If a string was the intention, then quote it.\n", cArgs);
1445 "Error: An undefined variable was referenced (argument %d).\n", cArgs);
/vbox/src/VBox/Devices/EFI/Firmware/
H A Dedksetup.bat95 echo !!! ERROR !!! The BaseTools Package was not found !!!
/vbox/src/VBox/Devices/PC/BIOS/
H A Dpcibios.inc284 mov dx, PCI_CFG2 + 1 ; TODO: was #0x0cfd - is that right?
/vbox/src/libs/libxml2-2.6.31/
H A Dxmlcatalog.c614 fprintf(stderr, "libxml was not compiled with catalog and output support\n");
/vbox/src/libs/xpcom18a4/nsprpub/
H A Dconfigure504 # Find the source files, if location was not specified.
789 # Check whether --with-dist-prefix or --without-dist-prefix was given.
796 # Check whether --with-dist-bindir or --without-dist-bindir was given.
803 # Check whether --with-dist-includedir or --without-dist-includedir was given.
810 # Check whether --with-dist-libdir or --without-dist-libdir was given.
822 # Check whether --with-mozilla or --without-mozilla was given.
844 # Check whether --enable-optimize or --disable-optimize was given.
859 # Check whether --enable-debug or --disable-debug was given.
870 # Check whether --enable-win32-target or --disable-win32-target was given.
879 # Check whether --enable-debug-rtl or --disable-debug-rtl was give
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/SourceLevelDebugPkg/Library/DebugAgent/DebugAgentCommon/Ia32/
H A DAsmFuncs.S167 # We need to determine if any extra data was pushed by the exception
/vbox/src/VBox/Installer/linux/
H A Drun-inst.sh131 on your system which was installed from a different source or using a
/vbox/src/VBox/Devices/EFI/Firmware/SourceLevelDebugPkg/Library/DebugAgent/DebugAgentCommon/X64/
H A DAsmFuncs.asm144 ; We need to determine if any extra data was pushed by the exception
H A DAsmFuncs.S173 # We need to determine if any extra data was pushed by the exception
/vbox/src/libs/zlib-1.2.6/contrib/pascal/
H A Dzlibpas.pas62 hcrc: Integer; (* true if there was or will be a header crc *)
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Universal/DebugSupportDxe/Ia32/
H A DAsmFuncs.S135 ## We need to determine if any extra data was pushed by the exception, and if so, save it
/vbox/src/VBox/Devices/Graphics/BIOS/
H A Dvgarom.asm915 db "Select vert res (%02x) was discarded", 13, 10, 0
1051 db "Alternate Display code (%02x) was discarded", 13, 10, 0

Completed in 1448 milliseconds

12