HomeSort by relevance Sort by last modified time
    Searched defs:LOCAL (Results 1 - 25 of 46) sorted by null

1 2

  /external/jpeg/
jdtrans.c 19 LOCAL(void) transdecode_master_selection JPP((j_decompress_ptr cinfo));
90 LOCAL(boolean)
156 LOCAL(boolean)
222 LOCAL(void)
jdapistd.c 23 LOCAL(boolean) output_pass_setup JPP((j_decompress_ptr cinfo));
120 LOCAL(boolean)
rdswitch.c 20 LOCAL(int)
37 LOCAL(boolean)
128 LOCAL(boolean)
jdmaster.c 43 LOCAL(boolean)
270 LOCAL(void)
310 LOCAL(void)
cjpeg.c 79 LOCAL(cjpeg_source_ptr)
140 LOCAL(void)
198 LOCAL(int)
jdphuff.c 13 * into local working storage, and update them back to the permanent
59 /* These fields are loaded into local variables at start of each MCU.
65 /* These fields are NOT loaded into local working state. */
226 LOCAL(boolean)
jmorecfg.h 208 #define LOCAL(type) static type
jchuff.c 13 * variables into local working storage, and update them back to the
60 /* These fields are NOT loaded into local working state. */
277 LOCAL(boolean)
301 LOCAL(boolean)
339 LOCAL(boolean)
352 LOCAL(boolean)
450 LOCAL(boolean)
571 LOCAL(void)
jdhuff.c 13 * into local working storage, and update them back to the permanent
22 LOCAL(boolean) process_restart (j_decompress_ptr cinfo);
57 /* These fields are loaded into local variables at start of each MCU.
63 /* These fields are NOT loaded into local working state. */
383 /* Unload the local registers */
422 /* Unload the local registers */
468 LOCAL(boolean)
jmemdos.c 127 LOCAL(void)
287 LOCAL(boolean)
413 LOCAL(boolean)
553 LOCAL(boolean)
jdcoefct.c 72 LOCAL(boolean) smoothing_ok JPP((j_decompress_ptr cinfo));
78 LOCAL(void)
657 LOCAL(boolean)
    [all...]
jquant1.c 185 LOCAL(int)
244 LOCAL(int)
258 LOCAL(int)
272 LOCAL(void)
332 LOCAL(void)
395 LOCAL(ODITHER_MATRIX_PTR)
431 LOCAL(void)
721 LOCAL(void)
  /external/qemu/distrib/jpeg-6b/
jdtrans.c 19 LOCAL(void) transdecode_master_selection JPP((j_decompress_ptr cinfo));
90 LOCAL(boolean)
156 LOCAL(boolean)
222 LOCAL(void)
jdapistd.c 23 LOCAL(boolean) output_pass_setup JPP((j_decompress_ptr cinfo));
120 LOCAL(boolean)
rdswitch.c 20 LOCAL(int)
37 LOCAL(boolean)
128 LOCAL(boolean)
jdmaster.c 43 LOCAL(boolean)
270 LOCAL(void)
310 LOCAL(void)
cjpeg.c 79 LOCAL(cjpeg_source_ptr)
140 LOCAL(void)
198 LOCAL(int)
jdphuff.c 13 * into local working storage, and update them back to the permanent
59 /* These fields are loaded into local variables at start of each MCU.
65 /* These fields are NOT loaded into local working state. */
230 LOCAL(boolean)
jmorecfg.h 210 #define LOCAL(type) static type
jchuff.c 13 * variables into local working storage, and update them back to the
60 /* These fields are NOT loaded into local working state. */
277 LOCAL(boolean)
301 LOCAL(boolean)
339 LOCAL(boolean)
352 LOCAL(boolean)
450 LOCAL(boolean)
571 LOCAL(void)
jdhuff.c 13 * into local working storage, and update them back to the permanent
22 LOCAL(boolean) process_restart (j_decompress_ptr cinfo);
57 /* These fields are loaded into local variables at start of each MCU.
63 /* These fields are NOT loaded into local working state. */
383 /* Unload the local registers */
422 /* Unload the local registers */
468 LOCAL(boolean)
jmemdos.c 127 LOCAL(void)
287 LOCAL(boolean)
413 LOCAL(boolean)
553 LOCAL(boolean)
  /packages/providers/ContactsProvider/src/com/android/providers/contacts/
AccountWithDataSet.java 28 public static final AccountWithDataSet LOCAL = new AccountWithDataSet(null, null, null);
  /external/llvm/lib/Target/NVPTX/
NVPTX.h 111 LOCAL = 5
  /external/v8/src/
variables.h 62 // A slot in the local section on the stack. index() is the variable
64 LOCAL,
117 bool IsStackLocal() const { return location_ == LOCAL; }
149 void set_local_if_not_shadowed(Variable* local) {
150 local_if_not_shadowed_ = local;

Completed in 182 milliseconds

1 2