Lines Matching +full:use +full:- +full:external +full:- +full:names
4 Copyright (C) 1991-1996, Thomas G. Lane.
5 It was modified by The libjpeg-turbo Project to include only information
6 relevant to libjpeg-turbo.
7 For conditions of distribution and use, see the accompanying README.ijg file.
27 then-part;
29 else-part;
34 Multi-word names should be written in lower case with underscores, e.g.,
36 are similar but upper case (MULTI_WORD_NAME). Names should be unique within
43 keywords can be inserted for use in Windows DLLs.)
45 A similar solution is used for external function declarations (see the EXTERN
53 1. Avoid direct use of file I/O, "malloc", error report printouts, etc;
57 wherever possible. (Note that our method-based calling conventions help this
60 global function names should begin with "jpeg_".
62 3. Don't use global variables; anything that must be used in another module
65 4. Don't use static variables except for read-only constant tables. Variables
69 5. Source file names should begin with "j" for files that are part of the
72 separate source files --- some applications may want only one half of the