Home | History | Annotate | Download | only in libjpeg

Lines Matching full:backing

16  *     backing storage.
17 * The separate system-dependent file provides the actual backing-storage
22 * memory so that backing storage will never be used, much of the virtual
148 * System-dependent info for the associated backing store (if any) is hidden
163 boolean b_s_open; /* is backing-store data valid? */
179 boolean b_s_open; /* is backing-store data valid? */
496 * backing file that holds the rest of the array.
508 * area accessible (after reading or writing the backing file, if necessary).
546 result->b_s_open = FALSE; /* no associated backing-store object */
576 result->b_s_open = FALSE; /* no associated backing-store object */
639 /* Allocate the in-memory buffers and initialize backing store as needed. */
648 /* It doesn't fit in memory, create backing store. */
672 /* It doesn't fit in memory, create backing store. */
693 /* Do backing store read or write of a virtual sample array */
726 /* Do backing store read or write of a virtual coefficient-block array */
953 if (sptr->b_s_open) { /* there may be no backing store */
960 if (bptr->b_s_open) { /* there may be no backing store */
1008 /* Close all backing store, release all memory.