/third_party/libwebsockets/win32port/zlib/ |
H A D | zlib.h | 80 typedef voidpf (*alloc_func) OF((voidpf opaque, uInt items, uInt size));
81 typedef void (*free_func) OF((voidpf opaque, voidpf address));
216 ZEXTERN const char * ZEXPORT zlibVersion OF((void));
224 ZEXTERN int ZEXPORT deflateInit OF((z_streamp strm, int level));
246 ZEXTERN int ZEXPORT deflate OF((z_streamp strm, int flush));
352 ZEXTERN int ZEXPORT deflateEnd OF((z_streamp strm));
367 ZEXTERN int ZEXPORT inflateInit OF((z_streamp strm));
391 ZEXTERN int ZEXPORT inflate OF((z_streamp strm, int flush));
499 ZEXTERN int ZEXPORT inflateEnd OF((z_streamp strm));
518 ZEXTERN int ZEXPORT deflateInit2 OF((z_stream [all...] |
H A D | gzguts.h | 46 extern voidp malloc OF((uInt size));
47 extern void free OF((voidpf ptr));
65 ZEXTERN gzFile ZEXPORT gzopen64 OF((const char *, const char *));
66 ZEXTERN z_off64_t ZEXPORT gzseek64 OF((gzFile, z_off64_t, int));
67 ZEXTERN z_off64_t ZEXPORT gztell64 OF((gzFile));
68 ZEXTERN z_off64_t ZEXPORT gzoffset64 OF((gzFile));
119 void ZLIB_INTERNAL gz_error OF((gz_statep, int, const char *));
121 char ZLIB_INTERNAL *gz_strwinerror OF((DWORD error));
130 unsigned ZLIB_INTERNAL gz_intmax OF((void));
|
H A D | zutil.h | 164 ZEXTERN uLong ZEXPORT adler32_combine64 OF((uLong, uLong, z_off_t));
165 ZEXTERN uLong ZEXPORT crc32_combine64 OF((uLong, uLong, z_off_t));
239 void ZLIB_INTERNAL zmemcpy OF((Bytef* dest, const Bytef* source, uInt len));
240 int ZLIB_INTERNAL zmemcmp OF((const Bytef* s1, const Bytef* s2, uInt len));
241 void ZLIB_INTERNAL zmemzero OF((Bytef* dest, uInt len));
248 extern void ZLIB_INTERNAL z_error OF((char *m));
265 voidpf ZLIB_INTERNAL zcalloc OF((voidpf opaque, unsigned items,
267 void ZLIB_INTERNAL zcfree OF((voidpf opaque, voidpf ptr));
|
/third_party/node/deps/v8/third_party/zlib/ |
H A D | zlib.h | 81 typedef voidpf (*alloc_func) OF((voidpf opaque, uInt items, uInt size)); 82 typedef void (*free_func) OF((voidpf opaque, voidpf address)); 220 ZEXTERN const char * ZEXPORT zlibVersion OF((void)); 228 ZEXTERN int ZEXPORT deflateInit OF((z_streamp strm, int level)); 250 ZEXTERN int ZEXPORT deflate OF((z_streamp strm, int flush)); 363 ZEXTERN int ZEXPORT deflateEnd OF((z_streamp strm)); 378 ZEXTERN int ZEXPORT inflateInit OF((z_streamp strm)); 400 ZEXTERN int ZEXPORT inflate OF((z_streamp strm, int flush)); 520 ZEXTERN int ZEXPORT inflateEnd OF((z_streamp strm)); 538 ZEXTERN int ZEXPORT deflateInit2 OF((z_stream [all...] |
H A D | gzguts.h | 122 extern voidp malloc OF((uInt size)); 123 extern void free OF((voidpf ptr)); 141 ZEXTERN gzFile ZEXPORT gzopen64 OF((const char *, const char *)); 142 ZEXTERN z_off64_t ZEXPORT gzseek64 OF((gzFile, z_off64_t, int)); 143 ZEXTERN z_off64_t ZEXPORT gztell64 OF((gzFile)); 144 ZEXTERN z_off64_t ZEXPORT gzoffset64 OF((gzFile)); 205 void ZLIB_INTERNAL gz_error OF((gz_statep, int, const char *)); 207 char ZLIB_INTERNAL *gz_strwinerror OF((DWORD error)); 216 unsigned ZLIB_INTERNAL gz_intmax OF((void));
|
H A D | zutil.h | 198 ZEXTERN uLong ZEXPORT adler32_combine64 OF((uLong, uLong, z_off_t)); 199 ZEXTERN uLong ZEXPORT crc32_combine64 OF((uLong, uLong, z_off_t)); 238 void ZLIB_INTERNAL zmemcpy OF((Bytef* dest, const Bytef* source, uInt len)); 239 int ZLIB_INTERNAL zmemcmp OF((const Bytef* s1, const Bytef* s2, uInt len)); 240 void ZLIB_INTERNAL zmemzero OF((Bytef* dest, uInt len)); 247 extern void ZLIB_INTERNAL z_error OF((char *m)); 264 voidpf ZLIB_INTERNAL zcalloc OF((voidpf opaque, unsigned items, 266 void ZLIB_INTERNAL zcfree OF((voidpf opaque, voidpf ptr));
|
H A D | deflate.h | 294 void ZLIB_INTERNAL _tr_init OF((deflate_state *s)); 295 int ZLIB_INTERNAL _tr_tally OF((deflate_state *s, unsigned dist, unsigned lc)); 296 void ZLIB_INTERNAL _tr_flush_block OF((deflate_state *s, charf *buf, 298 void ZLIB_INTERNAL _tr_flush_bits OF((deflate_state *s)); 299 void ZLIB_INTERNAL _tr_align OF((deflate_state *s)); 300 void ZLIB_INTERNAL _tr_stored_block OF((deflate_state *s, charf *buf,
|
/third_party/skia/third_party/externals/zlib/ |
H A D | zlib.h | 81 typedef voidpf (*alloc_func) OF((voidpf opaque, uInt items, uInt size)); 82 typedef void (*free_func) OF((voidpf opaque, voidpf address)); 220 ZEXTERN const char * ZEXPORT zlibVersion OF((void)); 228 ZEXTERN int ZEXPORT deflateInit OF((z_streamp strm, int level)); 250 ZEXTERN int ZEXPORT deflate OF((z_streamp strm, int flush)); 363 ZEXTERN int ZEXPORT deflateEnd OF((z_streamp strm)); 378 ZEXTERN int ZEXPORT inflateInit OF((z_streamp strm)); 400 ZEXTERN int ZEXPORT inflate OF((z_streamp strm, int flush)); 520 ZEXTERN int ZEXPORT inflateEnd OF((z_streamp strm)); 538 ZEXTERN int ZEXPORT deflateInit2 OF((z_stream [all...] |
H A D | gzguts.h | 122 extern voidp malloc OF((uInt size)); 123 extern void free OF((voidpf ptr)); 141 ZEXTERN gzFile ZEXPORT gzopen64 OF((const char *, const char *)); 142 ZEXTERN z_off64_t ZEXPORT gzseek64 OF((gzFile, z_off64_t, int)); 143 ZEXTERN z_off64_t ZEXPORT gztell64 OF((gzFile)); 144 ZEXTERN z_off64_t ZEXPORT gzoffset64 OF((gzFile)); 205 void ZLIB_INTERNAL gz_error OF((gz_statep, int, const char *)); 207 char ZLIB_INTERNAL *gz_strwinerror OF((DWORD error)); 216 unsigned ZLIB_INTERNAL gz_intmax OF((void));
|
H A D | zutil.h | 206 ZEXTERN uLong ZEXPORT adler32_combine64 OF((uLong, uLong, z_off_t)); 207 ZEXTERN uLong ZEXPORT crc32_combine64 OF((uLong, uLong, z_off_t)); 246 void ZLIB_INTERNAL zmemcpy OF((Bytef* dest, const Bytef* source, uInt len)); 247 int ZLIB_INTERNAL zmemcmp OF((const Bytef* s1, const Bytef* s2, uInt len)); 248 void ZLIB_INTERNAL zmemzero OF((Bytef* dest, uInt len)); 255 extern void ZLIB_INTERNAL z_error OF((char *m)); 272 voidpf ZLIB_INTERNAL zcalloc OF((voidpf opaque, unsigned items, 274 void ZLIB_INTERNAL zcfree OF((voidpf opaque, voidpf ptr));
|
/third_party/node/deps/v8/third_party/zlib/contrib/minizip/ |
H A D | unzip.h | 153 extern int ZEXPORT unzStringFileNameCompare OF ((const char* fileName1, 166 extern unzFile ZEXPORT unzOpen OF((const char *path)); 167 extern unzFile ZEXPORT unzOpen64 OF((const void *path)); 184 extern unzFile ZEXPORT unzOpen2 OF((const char *path, 191 extern unzFile ZEXPORT unzOpen2_64 OF((const void *path, 198 extern int ZEXPORT unzClose OF((unzFile file)); 205 extern int ZEXPORT unzGetGlobalInfo OF((unzFile file, 208 extern int ZEXPORT unzGetGlobalInfo64 OF((unzFile file, 216 extern int ZEXPORT unzGetGlobalComment OF((unzFile file, 229 extern int ZEXPORT unzGoToFirstFile OF((unzFil [all...] |
H A D | zip.h | 116 extern zipFile ZEXPORT zipOpen OF((const char *pathname, int append)); 117 extern zipFile ZEXPORT zipOpen64 OF((const void *pathname, int append)); 137 extern zipFile ZEXPORT zipOpen2 OF((const char *pathname, 142 extern zipFile ZEXPORT zipOpen2_64 OF((const void *pathname, 147 extern int ZEXPORT zipOpenNewFileInZip OF((zipFile file, 158 extern int ZEXPORT zipOpenNewFileInZip64 OF((zipFile file, 187 extern int ZEXPORT zipOpenNewFileInZip2 OF((zipFile file, 200 extern int ZEXPORT zipOpenNewFileInZip2_64 OF((zipFile file, 216 extern int ZEXPORT zipOpenNewFileInZip3 OF((zipFile file, 233 extern int ZEXPORT zipOpenNewFileInZip3_64 OF((zipFil [all...] |
H A D | ioapi.h | 135 typedef voidpf (ZCALLBACK *open_file_func) OF((voidpf opaque, const char* filename, int mode)); typedef 136 typedef uLong (ZCALLBACK *read_file_func) OF((voidpf opaque, voidpf stream, void* buf, uLong size)); typedef 137 typedef uLong (ZCALLBACK *write_file_func) OF((voidpf opaque, voidpf stream, const void* buf, uLong size)); typedef 138 typedef int (ZCALLBACK *close_file_func) OF((voidpf opaque, voidpf stream)); 139 typedef int (ZCALLBACK *testerror_file_func) OF((voidpf opaque, voidpf stream)); 141 typedef long (ZCALLBACK *tell_file_func) OF((voidpf opaque, voidpf stream)); 142 typedef long (ZCALLBACK *seek_file_func) OF((voidpf opaque, voidpf stream, uLong offset, int origin)); 158 typedef ZPOS64_T (ZCALLBACK *tell64_file_func) OF((voidpf opaque, voidpf stream)); typedef 159 typedef long (ZCALLBACK *seek64_file_func) OF((voidpf opaque, voidpf stream, ZPOS64_T offset, int origin)); 160 typedef voidpf (ZCALLBACK *open64_file_func) OF((voidp typedef [all...] |
/third_party/skia/third_party/externals/zlib/contrib/minizip/ |
H A D | unzip.h | 153 extern int ZEXPORT unzStringFileNameCompare OF ((const char* fileName1, 166 extern unzFile ZEXPORT unzOpen OF((const char *path)); 167 extern unzFile ZEXPORT unzOpen64 OF((const void *path)); 184 extern unzFile ZEXPORT unzOpen2 OF((const char *path, 191 extern unzFile ZEXPORT unzOpen2_64 OF((const void *path, 198 extern int ZEXPORT unzClose OF((unzFile file)); 205 extern int ZEXPORT unzGetGlobalInfo OF((unzFile file, 208 extern int ZEXPORT unzGetGlobalInfo64 OF((unzFile file, 216 extern int ZEXPORT unzGetGlobalComment OF((unzFile file, 229 extern int ZEXPORT unzGoToFirstFile OF((unzFil [all...] |
H A D | zip.h | 116 extern zipFile ZEXPORT zipOpen OF((const char *pathname, int append)); 117 extern zipFile ZEXPORT zipOpen64 OF((const void *pathname, int append)); 137 extern zipFile ZEXPORT zipOpen2 OF((const char *pathname, 142 extern zipFile ZEXPORT zipOpen2_64 OF((const void *pathname, 147 extern int ZEXPORT zipOpenNewFileInZip OF((zipFile file, 158 extern int ZEXPORT zipOpenNewFileInZip64 OF((zipFile file, 187 extern int ZEXPORT zipOpenNewFileInZip2 OF((zipFile file, 200 extern int ZEXPORT zipOpenNewFileInZip2_64 OF((zipFile file, 216 extern int ZEXPORT zipOpenNewFileInZip3 OF((zipFile file, 233 extern int ZEXPORT zipOpenNewFileInZip3_64 OF((zipFil [all...] |
H A D | ioapi.h | 135 typedef voidpf (ZCALLBACK *open_file_func) OF((voidpf opaque, const char* filename, int mode)); typedef 136 typedef uLong (ZCALLBACK *read_file_func) OF((voidpf opaque, voidpf stream, void* buf, uLong size)); typedef 137 typedef uLong (ZCALLBACK *write_file_func) OF((voidpf opaque, voidpf stream, const void* buf, uLong size)); typedef 138 typedef int (ZCALLBACK *close_file_func) OF((voidpf opaque, voidpf stream)); 139 typedef int (ZCALLBACK *testerror_file_func) OF((voidpf opaque, voidpf stream)); 141 typedef long (ZCALLBACK *tell_file_func) OF((voidpf opaque, voidpf stream)); 142 typedef long (ZCALLBACK *seek_file_func) OF((voidpf opaque, voidpf stream, uLong offset, int origin)); 158 typedef ZPOS64_T (ZCALLBACK *tell64_file_func) OF((voidpf opaque, voidpf stream)); typedef 159 typedef long (ZCALLBACK *seek64_file_func) OF((voidpf opaque, voidpf stream, ZPOS64_T offset, int origin)); 160 typedef voidpf (ZCALLBACK *open64_file_func) OF((voidp typedef [all...] |
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Object/ |
H A D | Object.cpp | 23 inline OwningBinary<ObjectFile> *unwrap(LLVMObjectFileRef OF) { in unwrap() argument 24 return reinterpret_cast<OwningBinary<ObjectFile> *>(OF); in unwrap() 27 inline LLVMObjectFileRef wrap(const OwningBinary<ObjectFile> *OF) { in wrap() argument 29 const_cast<OwningBinary<ObjectFile> *>(OF)); in wrap() 150 auto OF = cast<ObjectFile>(unwrap(BR)); in LLVMObjectFileCopySectionIterator() local 151 auto sections = OF->sections(); in LLVMObjectFileCopySectionIterator() 159 auto OF = cast<ObjectFile>(unwrap(BR)); in LLVMObjectFileIsSectionIteratorAtEnd() local 160 return (*unwrap(SI) == OF->section_end()) ? 1 : 0; in LLVMObjectFileIsSectionIteratorAtEnd() 164 auto OF = cast<ObjectFile>(unwrap(BR)); in LLVMObjectFileCopySymbolIterator() local 165 auto symbols = OF in LLVMObjectFileCopySymbolIterator() 173 auto OF = cast<ObjectFile>(unwrap(BR)); LLVMObjectFileIsSymbolIteratorAtEnd() local 198 LLVMGetSections(LLVMObjectFileRef OF) LLVMGetSections() argument 208 LLVMIsSectionIteratorAtEnd(LLVMObjectFileRef OF, LLVMSectionIteratorRef SI) LLVMIsSectionIteratorAtEnd() argument 232 LLVMGetSymbols(LLVMObjectFileRef OF) LLVMGetSymbols() argument 242 LLVMIsSymbolIteratorAtEnd(LLVMObjectFileRef OF, LLVMSymbolIteratorRef SI) LLVMIsSymbolIteratorAtEnd() argument [all...] |
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/ |
H A D | MachineOutliner.cpp | 867 OutlinedFunction &OF); 870 void emitOutlinedFunctionRemark(OutlinedFunction &OF); 897 /// Creates a function for \p OF and inserts it into the module. 898 MachineFunction *createOutlinedFunction(Module &M, OutlinedFunction &OF, 909 /// Return a DISubprogram for OF if one exists, and null otherwise. Helper 911 DISubprogram *getSubprogramOrNull(const OutlinedFunction &OF) { 912 for (const Candidate &C : OF.Candidates) 955 OutlinedFunction &OF) { in emitNotOutliningCheaperRemark() 969 << NV("OutliningCost", OF.getOutliningCost()) << ")" in emitNotOutliningCheaperRemark() 971 << NV("NotOutliningCost", OF in emitNotOutliningCheaperRemark() 953 emitNotOutliningCheaperRemark( unsigned StringLen, std::vector<Candidate> &CandidatesForRepeatedSeq, OutlinedFunction &OF) emitNotOutliningCheaperRemark() argument 987 emitOutlinedFunctionRemark(OutlinedFunction &OF) emitOutlinedFunctionRemark() argument 1077 OutlinedFunction OF = findCandidates() local 1095 createOutlinedFunction( Module &M, OutlinedFunction &OF, InstructionMapper &Mapper, unsigned Name) createOutlinedFunction() argument [all...] |
/third_party/skia/third_party/externals/freetype/src/gzip/ |
H A D | zlib.h | 63 typedef voidpf (*alloc_func) OF((voidpf opaque, uInt items, uInt size)); 64 typedef void (*free_func) OF((voidpf opaque, voidpf address)); 176 ZEXTERN(int) deflateInit OF((z_streamp strm, int level)); 289 ZEXTERN(int) inflateInit OF((z_streamp strm)); 309 ZEXTERN(int) inflate OF((z_streamp strm, int flush)); 378 ZEXTERN(int) inflateEnd OF((z_streamp strm)); 396 ZEXTERN(int) deflateInit2 OF((z_streamp strm, 517 ZEXTERN(int) inflateInit2 OF((z_streamp strm, 569 ZEXTERN(int) inflateReset OF((z_streamp strm)); 775 ZEXTERN(uLong) adler32 OF((uLon [all...] |
H A D | zutil.h | 149 extern char *strerror OF((int)); 179 extern void zmemcpy OF((Bytef* dest, const Bytef* source, uInt len)); 180 extern int zmemcmp OF((const Bytef* s1, const Bytef* s2, uInt len)); 181 extern void zmemzero OF((Bytef* dest, uInt len)); 188 extern void z_error OF((char *m)); 205 typedef uLong (*check_func) OF((uLong check, const Bytef *buf, 207 local voidpf zcalloc OF((voidpf opaque, unsigned items, unsigned size)); 208 local void zcfree OF((voidpf opaque, voidpf ptr));
|
H A D | infblock.h | 17 local inflate_blocks_statef * inflate_blocks_new OF(( 22 local int inflate_blocks OF(( 27 local void inflate_blocks_reset OF(( 32 local int inflate_blocks_free OF((
|
H A D | infcodes.h | 17 local inflate_codes_statef *inflate_codes_new OF(( 22 local int inflate_codes OF(( 27 local void inflate_codes_free OF((
|
H A D | inftrees.h | 38 local int inflate_trees_bits OF(( 45 local int inflate_trees_dynamic OF(( 56 local int inflate_trees_fixed OF((
|
/third_party/python/Modules/_decimal/libmpdec/ |
H A D | vcdiv64.asm | 17 ; IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE 20 ; DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS 21 ; OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) 22 ; HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT 24 ; OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
|
/third_party/protobuf/editors/ |
H A D | proto.vim | 21 " LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR 25 " LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, 27 " THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT 28 " (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE 29 " OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|