代码搜索:Internals
找到约 1,537 项符合「Internals」的源代码
代码结果 1,537
www.eeworm.com/read/411028/11260459
h gettextp.h
/* Header describing internals of libintl library.
Copyright (C) 1995-1999, 2000-2003 Free Software Foundation, Inc.
Written by Ulrich Drepper , 1995.
This program is fre
www.eeworm.com/read/146608/12635131
c jcphuff.c
#define JPEG_INTERNALS
#include "jinclude.h"
#include "jpeglib.h"
#include "jchuff.h" /* Declarations shared with jchuff.c */
#ifdef C_PROGRESSIVE_SUPPORTED
/* Expanded entropy encoder objec
www.eeworm.com/read/146608/12635197
c jutils.c
#define JPEG_INTERNALS
#include "jinclude.h"
#include "jpeglib.h"
/*
* jpeg_zigzag_order[i] is the zigzag-order position of the i'th element
* of a DCT block read in natural order (left to
www.eeworm.com/read/146608/12635336
c jcsample.c
#define JPEG_INTERNALS
#include "jinclude.h"
#include "jpeglib.h"
/* Pointer to routine to downsample a single component */
typedef JMETHOD(void, downsample1_ptr,
(j_compress_ptr cinfo, jpe
www.eeworm.com/read/109811/15547661
h gettextp.h
/* Header describing internals of libintl library.
Copyright (C) 1995-1999, 2000-2003 Free Software Foundation, Inc.
Written by Ulrich Drepper , 1995.
This program is fre
www.eeworm.com/read/108423/15586153
h gettextp.h
/* Header describing internals of libintl library.
Copyright (C) 1995-1999, 2000-2003 Free Software Foundation, Inc.
Written by Ulrich Drepper , 1995.
This program is fre
www.eeworm.com/read/105051/15679194
todo
- Clean up the command-line parsing.
- Cleaned up documentation, with a real man page.
- Support for clusters larger than 16K. This would require changing
a lot of the SYSLINUX internals so we ca
www.eeworm.com/read/390920/8433519
c jerror.c
/* this is not a core library module, so it doesn't define JPEG_INTERNALS */
#include "windows.h"
#include "jinclude.h"
#define HAVE_BOOLEAN
#include "jpeglib.h"
#include "jversion.h"
#includ
www.eeworm.com/read/390920/8433534
c jccoefct.c
#define JPEG_INTERNALS
#include "jinclude.h"
#include "jpeglib.h"
/* We use a full-image coefficient buffer when doing Huffman optimization,
* and also for writing multiple-scan JPEG files.
www.eeworm.com/read/390920/8433548
c jcprepct.c
#define JPEG_INTERNALS
#include "jinclude.h"
#include "jpeglib.h"
/* At present, jcsample.c can request context rows only for smoothing.
* In the future, we might also need context rows for C