Searched refs:file (Results 451 - 475 of 1033) sorted by relevance

<<11121314151617181920>>

/vbox/src/VBox/Devices/EFI/Firmware/MdePkg/Library/BaseMemoryLibRepStr/X64/
H A DScanMem8.asm22 ; The following BaseMemoryLib instances contain the same copy of this file:
/vbox/src/VBox/Devices/EFI/Firmware/MdePkg/Library/BaseMemoryLibSse2/Ia32/
H A DCompareMem.asm22 ; The following BaseMemoryLib instances contain the same copy of this file:
H A DScanMem16.asm22 ; The following BaseMemoryLib instances contain the same copy of this file:
H A DScanMem32.asm22 ; The following BaseMemoryLib instances contain the same copy of this file:
H A DScanMem64.asm22 ; The following BaseMemoryLib instances contain the same copy of this file:
H A DScanMem8.asm22 ; The following BaseMemoryLib instances contain the same copy of this file:
/vbox/src/VBox/Devices/EFI/Firmware/MdePkg/Library/BaseMemoryLibSse2/X64/
H A DCompareMem.asm22 ; The following BaseMemoryLib instances contain the same copy of this file:
H A DScanMem16.asm22 ; The following BaseMemoryLib instances contain the same copy of this file:
H A DScanMem32.asm22 ; The following BaseMemoryLib instances contain the same copy of this file:
H A DScanMem64.asm22 ; The following BaseMemoryLib instances contain the same copy of this file:
H A DScanMem8.asm22 ; The following BaseMemoryLib instances contain the same copy of this file:
/vbox/src/VBox/Devices/BiosCommonCode/
H A Dsupport.asm2 ;; @file
9 ; This file is part of VirtualBox Open Source Edition (OSE), as
10 ; available from http://www.virtualbox.org. This file is free software;
13 ; Foundation, in version 2 as it comes in the "COPYING" file of the
/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/C/Makefiles/
H A DNmakeSubdirs.bat1 @REM ## @file
/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/C/VfrCompile/Pccts/antlr/
H A Dgeneric.h175 int file; member in struct:_PredEntry
196 int file, line; member in struct:_UserAction
236 /**** #define MaxFileName 300 ****/ /* MR9 Move to pcctscfg.h */ /* largest file name size */
/vbox/src/VBox/Devices/EFI/Firmware/UefiCpuPkg/ResetVector/Vtf0/Ia16/
H A DInit16.asm2 ; @file
H A DResetVectorVtf0.asm2 ; @file
/vbox/src/VBox/Devices/PC/ipxe/src/tests/
H A Dgdbstub_test.gdb13 file bin/ipxe.hd.tmp
/vbox/src/VBox/VMM/VMMR0/
H A DVMMR0TripleFaultHackA.asm2 ;; @file
9 ; This file is part of VirtualBox Open Source Edition (OSE), as
10 ; available from http://www.virtualbox.org. This file is free software;
13 ; Foundation, in version 2 as it comes in the "COPYING" file of the
/vbox/src/VBox/Additions/linux/sharedfolders/
H A Dvfsmod.h1 /** @file
8 * This file is part of VirtualBox Open Source Edition (OSE), as
9 * available from http://www.virtualbox.org. This file is free software;
12 * Foundation, in version 2 as it comes in the "COPYING" file of the
55 /* which file */
61 /* file structure, only valid between open() and release() */
62 struct file *file; member in struct:sf_inode_info
63 /* handle valid if a file was created with sf_create_aux until it will
/vbox/src/VBox/Runtime/r3/posix/
H A Dfileio2-posix.cpp2 /** @file
9 * This file is part of VirtualBox Open Source Edition (OSE), as
10 * available from http://www.virtualbox.org. This file is free software;
13 * Foundation, in version 2 as it comes in the "COPYING" file of the
17 * The contents of this file may alternatively be used under the terms
19 * (CDDL) only, as it comes in the "COPYING.CDDL" file of the
23 * You may elect to license modified versions of this file under the
44 # include <sys/file.h>
58 #include <iprt/file.h>
64 #include "internal/file
[all...]
/vbox/src/libs/libxml2-2.6.31/
H A Ddepcomp25 # distribute this file as part of a program that contains a
40 Run PROGRAMS ARGS to compile a file, generating dependencies
45 source Source file read by `PROGRAMS ARGS'.
46 object Object file output by `PROGRAMS ARGS'.
48 depfile Dependency file to output.
49 tmpdepfile Temporary file to use when outputing dependencies.
77 # here, because this file can only contain one case statement.
141 ## The second -e expression handles DOS-style file names with drive letters.
144 ## This next piece of magic avoids the `deleted header file' problem.
145 ## The problem is that when a header file whic
[all...]
/vbox/src/libs/xpcom18a4/xpcom/reflect/xptcall/src/md/unix/
H A Dxptcstubs_asm_ppc_netbsd.s3 # The contents of this file are subject to the Netscape Public
4 # License Version 1.1 (the "License"); you may not use this file
/vbox/src/libs/xpcom18a4/xpcom/reflect/xptinfo/src/
H A DTODO20 - use only 32 bits for file size?
/vbox/src/libs/zlib-1.2.6/contrib/iostream3/
H A Dzfstream.h20 * @brief Gzipped file stream buffer class.
25 * file streambuf.
53 * @brief Check if file is open.
54 * @return True if file is open.
57 is_open() const { return (file != NULL); }
60 * @brief Open gzipped file.
70 * @brief Attach to already open gzipped file.
80 * @brief Close gzipped file.
100 * These characters can be read without accessing the gzipped file.
106 * @brief Fill get area from gzipped file
186 gzFile file; member in class:gzfilebuf
[all...]
/vbox/src/libs/zlib-1.2.6/contrib/minizip/
H A Dzip.c14 Oct-2009 - Mathias Svensson - Added Zip64 Support when creating new file archives
140 ZPOS64_T pos_local_header; /* offset of the local header of the file
142 char* central_header; /* central header data for the current file */
144 uLong size_centralheader; /* size of the central header for cur file */
146 uLong flag; /* flag of the file currently writing */
148 int method; /* compression method of file currenty wr.*/
170 int in_opened_file_inzip; /* 1 if a file in the zip is currently writ.*/
171 curfile64_info ci; /* info on the file curretly writing */
282 Inputs a long in LSB order to the given file
890 /* now we add file i
1055 zipOpenNewFileInZip4_64(zipFile file, const char* filename, const zip_fileinfo* zipfi, const void* extrafield_local, uInt size_extrafield_local, const void* extrafield_global, uInt size_extrafield_global, const char* comment, int method, int level, int raw, int windowBits,int memLevel, int strategy, const char* password, uLong crcForCrypting, uLong versionMadeBy, uLong flagBase, int zip64) argument
1265 zipOpenNewFileInZip4(zipFile file, const char* filename, const zip_fileinfo* zipfi, const void* extrafield_local, uInt size_extrafield_local, const void* extrafield_global, uInt size_extrafield_global, const char* comment, int method, int level, int raw, int windowBits,int memLevel, int strategy, const char* password, uLong crcForCrypting, uLong versionMadeBy, uLong flagBase) argument
1281 zipOpenNewFileInZip3(zipFile file, const char* filename, const zip_fileinfo* zipfi, const void* extrafield_local, uInt size_extrafield_local, const void* extrafield_global, uInt size_extrafield_global, const char* comment, int method, int level, int raw, int windowBits,int memLevel, int strategy, const char* password, uLong crcForCrypting) argument
1296 zipOpenNewFileInZip3_64(zipFile file, const char* filename, const zip_fileinfo* zipfi, const void* extrafield_local, uInt size_extrafield_local, const void* extrafield_global, uInt size_extrafield_global, const char* comment, int method, int level, int raw, int windowBits,int memLevel, int strategy, const char* password, uLong crcForCrypting, int zip64) argument
1311 zipOpenNewFileInZip2(zipFile file, const char* filename, const zip_fileinfo* zipfi, const void* extrafield_local, uInt size_extrafield_local, const void* extrafield_global, uInt size_extrafield_global, const char* comment, int method, int level, int raw) argument
1324 zipOpenNewFileInZip2_64(zipFile file, const char* filename, const zip_fileinfo* zipfi, const void* extrafield_local, uInt size_extrafield_local, const void* extrafield_global, uInt size_extrafield_global, const char* comment, int method, int level, int raw, int zip64) argument
1337 zipOpenNewFileInZip64(zipFile file, const char* filename, const zip_fileinfo* zipfi, const void* extrafield_local, uInt size_extrafield_local, const void*extrafield_global, uInt size_extrafield_global, const char* comment, int method, int level, int zip64) argument
1350 zipOpenNewFileInZip(zipFile file, const char* filename, const zip_fileinfo* zipfi, const void* extrafield_local, uInt size_extrafield_local, const void*extrafield_global, uInt size_extrafield_global, const char* comment, int method, int level) argument
1402 zipWriteInFileInZip(zipFile file,const void* buf,unsigned int len) argument
1509 zipCloseFileInZipRaw(zipFile file, uLong uncompressed_size, uLong crc32) argument
1514 zipCloseFileInZipRaw64(zipFile file, ZPOS64_T uncompressed_size, uLong crc32) argument
1750 zipCloseFileInZip(zipFile file) argument
1882 zipClose(zipFile file, const char* global_comment) argument
[all...]

Completed in 1699 milliseconds

<<11121314151617181920>>