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

  /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. */
393 /* Unload the local registers */
432 /* Unload the local registers */
478 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)
644 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)
jdmarker.c 118 /* Declare and initialize local copies of input pointer/count */
124 /* Unload the local copies --- do this only at a restart boundary */
129 /* Reload the local copies --- used only in MAKE_BYTE_AVAIL */
136 * but we must reload the local copies after a successful fill.
196 LOCAL(boolean)
236 LOCAL(boolean)
300 LOCAL(boolean)
372 LOCAL(boolean)
418 LOCAL(boolean)
489 LOCAL(boolean
    [all...]
jquant2.c 272 LOCAL(boxptr)
292 LOCAL(boxptr)
312 LOCAL(void)
423 LOCAL(int)
498 LOCAL(void)
538 LOCAL(void)
645 LOCAL(int)
774 LOCAL(void)
854 LOCAL(void)
    [all...]
  /external/libvpx/vp8/common/
type_aliases.h 27 #define PRIVATE static /* Used to declare & define module-local data */
28 #define LOCAL static /* Used to define all persistent routine-local data */
  /sdk/sdkmanager/libs/sdklib/src/com/android/sdklib/internal/project/
ProjectProperties.java 95 LOCAL(SdkConstants.FN_LOCAL_PROPERTIES, LOCAL_HEADER, new String[] {
143 "# as it contains information specific to your local configuration.\n" +
  /frameworks/base/telephony/java/com/android/internal/telephony/
Connection.java 37 LOCAL, /* normal; local hangup */
  /external/v8/src/
ast.h 996 // A slot in the local section on the stack. index() is
998 LOCAL,
    [all...]
  /system/core/libacc/
acc.cpp 189 tokenid_t id; // For function arguments, global vars, local vars, struct elements
317 * FP - a frame pointer for accessing function arguments and local
371 * returns address to patch with local variable size.
380 * localVariableSize - the size in bytes of the local variables.
450 * If ea <= LOCAL, then this is a local variable, or an
890 // Load local variable
989 /* returns address to patch with local variable size
1007 o4(0xE24DD000); // sub sp, sp, # <local variables>
1008 // We don't know how many local variables we are going to use
    [all...]
  /prebuilt/common/ecj/
ecj.jar 

Completed in 323 milliseconds