/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/C/Common/ |
H A D | Makefile | 20 BasePeCoff.obj \ 21 BinderFuncs.obj \ 22 CommonLib.obj \ 23 Crc32.obj \ 24 Decompress.obj \ 25 EfiCompress.obj \ 26 EfiUtilityMsgs.obj \ 27 FirmwareVolumeBuffer.obj \ 28 FvLib.obj \ 29 MemoryFile.obj \ [all...] |
/vbox/src/libs/zlib-1.2.6/watcom/ |
H A D | watcom_l.mak | 12 OBJS = adler32.obj compress.obj crc32.obj deflate.obj & 13 gzclose.obj gzlib.obj gzread.obj gzwrite.obj & 14 infback.obj inffast.obj inflat [all...] |
H A D | watcom_f.mak | 12 OBJS = adler32.obj compress.obj crc32.obj deflate.obj & 13 gzclose.obj gzlib.obj gzread.obj gzwrite.obj & 14 infback.obj inffast.obj inflat [all...] |
/vbox/src/libs/zlib-1.2.6/contrib/delphi/ |
H A D | zlibd32.mak | 21 OBJ1 = adler32.obj compress.obj crc32.obj deflate.obj gzclose.obj gzlib.obj gzread.obj 22 OBJ2 = gzwrite.obj infback.obj inffast.obj inflat [all...] |
/vbox/src/libs/zlib-1.2.6/contrib/pascal/ |
H A D | zlibd32.mak | 21 OBJ1 = adler32.obj compress.obj crc32.obj deflate.obj gzclose.obj gzlib.obj gzread.obj 22 OBJ2 = gzwrite.obj infback.obj inffast.obj inflat [all...] |
/vbox/src/VBox/Devices/PC/BIOS/ |
H A D | makefile | 26 .c.obj : .autodepend 27 wcc -fo=.obj $(CFLAGS) $(DEFS) $(INCLS) $< 29 .asm.obj : .autodepend 30 wasm -fo=.obj $(AFLAGS) $(DEFS) $< 32 OBJS = bios.obj post.obj ata.obj floppy.obj floppyt.obj eltorito.obj [all...] |
/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/C/GenFw/ |
H A D | Makefile | 19 OBJECTS = GenFw.obj ElfConvert.obj Elf32Convert.obj Elf64Convert.obj
|
/vbox/src/libs/xpcom18a4/ipc/ipcd/shared/src/ |
H A D | ipcList.h | 69 // prepends obj at the beginning of the list. 71 void Prepend(T *obj) argument 73 obj->mNext = mHead; 74 mHead = obj; 80 // appends obj to the end of the list. 82 void Append(T *obj) argument 84 obj->mNext = NULL; 86 mTail->mNext = obj; 87 mTail = obj; 90 mTail = mHead = obj; 116 RemoveAfter(T *obj) argument 141 DeleteAfter(T *obj) argument 180 T *obj = mHead; local [all...] |
/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/C/GenBootSector/ |
H A D | Makefile | 19 OBJECTS = GenBootSector.obj GetDrvNumOffset.obj
|
/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/C/LzmaCompress/ |
H A D | Makefile | 22 LzmaCompress.obj \ 23 $(SDK_C)\Alloc.obj \ 24 $(SDK_C)\LzFind.obj \ 25 $(SDK_C)\LzmaDec.obj \ 26 $(SDK_C)\LzmaEnc.obj \ 27 $(SDK_C)\7zFile.obj \ 28 $(SDK_C)\7zStream.obj \ 29 $(SDK_C)\Bra86.obj
|
/vbox/src/libs/libxml2-2.6.31/python/ |
H A D | libxml_wrap.h | 45 (((PyxmlNode_Object *)(v))->obj)) 49 xmlNodePtr obj; member in struct:__anon17083 53 (((PyxmlXPathContext_Object *)(v))->obj)) 57 xmlXPathContextPtr obj; member in struct:__anon17084 61 (((PyxmlXPathParserContext_Object *)(v))->obj)) 65 xmlXPathParserContextPtr obj; member in struct:__anon17085 69 (((PyparserCtxt_Object *)(v))->obj)) 73 xmlParserCtxtPtr obj; member in struct:__anon17086 77 (((PyValidCtxt_Object *)(v))->obj)) 81 xmlValidCtxtPtr obj; member in struct:__anon17087 89 xmlCatalogPtr obj; member in struct:__anon17088 98 xmlRegexpPtr obj; member in struct:__anon17089 107 xmlTextReaderPtr obj; member in struct:__anon17090 115 xmlTextReaderLocatorPtr obj; member in struct:__anon17091 123 xmlErrorPtr obj; member in struct:__anon17092 131 xmlOutputBufferPtr obj; member in struct:__anon17093 139 xmlParserInputBufferPtr obj; member in struct:__anon17094 147 xmlURIPtr obj; member in struct:__anon17095 157 xmlRelaxNGPtr obj; member in struct:__anon17096 165 xmlRelaxNGParserCtxtPtr obj; member in struct:__anon17097 173 xmlRelaxNGValidCtxtPtr obj; member in struct:__anon17098 181 xmlSchemaPtr obj; member in struct:__anon17099 189 xmlSchemaParserCtxtPtr obj; member in struct:__anon17100 197 xmlSchemaValidCtxtPtr obj; member in struct:__anon17101 [all...] |
/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/C/VfrCompile/ |
H A D | Makefile | 20 OBJECTS = AParser.obj DLexerBase.obj ATokenBuffer.obj \ 21 EfiVfrParser.obj VfrLexer.obj VfrSyntax.obj \ 22 VfrFormPkg.obj VfrError.obj VfrUtilityLib.obj VfrCompiler.obj [all...] |
/vbox/src/VBox/Additions/x11/x11include/mesa-7.2/src/mesa/main/ |
H A D | arrayobj.h | 47 void _mesa_delete_array_object( GLcontext *ctx, struct gl_array_object *obj ); 50 struct gl_array_object *obj, GLuint name ); 52 void _mesa_save_array_object( GLcontext *ctx, struct gl_array_object *obj ); 54 void _mesa_remove_array_object( GLcontext *ctx, struct gl_array_object *obj );
|
/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/C/VfrCompile/Pccts/dlg/ |
H A D | DlgDDK.mak | 21 DLG_OBJS = dlg_p.obj dlg_a.obj main.obj err.obj support.obj \
22 output.obj relabel.obj automata.obj
24 SUPPORT_OBJS = set.obj
30 del *.obj
[all...] |
H A D | DlgMS.mak | 22 DLG_OBJS = dlg_p.obj dlg_a.obj main.obj err.obj support.obj \
23 output.obj relabel.obj automata.obj
25 SUPPORT_OBJS = set.obj
33 dlg_p.obj [all...] |
/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/C/GenFv/ |
H A D | Makefile | 19 OBJECTS = GenFv.obj GenFvInternalLib.obj
|
/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/C/VfrCompile/Pccts/antlr/ |
H A D | AntlrDDK.mak | 21 ANTLR_OBJS = antlr.obj scan.obj err.obj bits.obj build.obj fset2.obj \
22 fset.obj gen.obj globals.obj hash.obj le [all...] |
H A D | AntlrMS.mak | 22 ANTLR_OBJS = antlr.obj scan.obj err.obj bits.obj build.obj fset2.obj \
23 fset.obj gen.obj globals.obj hash.obj le [all...] |
/vbox/src/VBox/Devices/Graphics/BIOS/ |
H A D | makefile | 24 .c.obj : .autodepend 25 wcc -fo=.obj $(CFLAGS) $(DEFS) $(INCLS) $< 27 .asm.obj : .autodepend 28 wasm -fo=.obj $(AFLAGS) $(DEFS) $< 30 OBJS = vgarom.obj vberom.obj vgabios.obj vbe.obj 46 @rm -f *.obj *.err
|
/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/C/BootSectImage/ |
H A D | Makefile | 19 OBJECTS = BootSectImage.obj
|
/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/C/EfiLdrImage/ |
H A D | Makefile | 19 OBJECTS = EfiLdrImage.obj
|
/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/C/EfiRom/ |
H A D | Makefile | 19 OBJECTS = EfiRom.obj
|
/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/C/GenCrc32/ |
H A D | Makefile | 19 OBJECTS = GenCrc32.obj
|
/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/C/GenFfs/ |
H A D | Makefile | 19 OBJECTS = GenFfs.obj
|
/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/C/GenPage/ |
H A D | Makefile | 19 OBJECTS = GenPage.obj
|