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

1 2 3 4 5 6

  /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 213 #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)
  /external/pdfium/core/src/fxcodec/libjpeg/
fpdfapi_jdapistd.c 24 LOCAL(boolean) output_pass_setup JPP((j_decompress_ptr cinfo));
95 LOCAL(boolean)
fpdfapi_jdmaster.c 44 LOCAL(boolean)
248 LOCAL(void)
288 LOCAL(void)
fpdfapi_jdhuff.c 14 * 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. */
386 /* Unload the local registers */
425 /* Unload the local registers */
471 LOCAL(boolean)
fpdfapi_jdphuff.c 14 * into local working storage, and update them back to the permanent
60 /* These fields are loaded into local variables at start of each MCU.
66 /* These fields are NOT loaded into local working state. */
228 LOCAL(boolean)
jmorecfg.h 194 #define LOCAL(type) static type
  /system/netd/server/
Network.h 30 LOCAL,
  /packages/providers/ContactsProvider/src/com/android/providers/contacts/
AccountWithDataSet.java 28 public static final AccountWithDataSet LOCAL = new AccountWithDataSet(null, null, null);
  /frameworks/base/telecomm/java/android/telecom/
DisconnectCause.java 39 /** Disconnected because of a local user-initiated action, such as hanging up. */
40 public static final int LOCAL = 2;
240 case LOCAL:
241 code = "LOCAL";
  /external/pdfium/core/include/thirdparties/libjpeg/
jmorecfg.h 194 #define LOCAL(type) static type
  /external/v8/src/
variables.h 40 // A slot in the local section on the stack. index() is the variable
42 LOCAL,
95 bool IsStackLocal() const { return location_ == LOCAL; }
120 void set_local_if_not_shadowed(Variable* local) {
121 local_if_not_shadowed_ = local;
  /frameworks/base/telephony/java/android/telephony/
DisconnectCause.java 33 /** Normal; Local hangup */
34 public static final int LOCAL = 3;
221 case LOCAL:
222 return "LOCAL";
  /prebuilts/python/darwin-x86/2.7.5/include/python2.7/
symtable.h 80 #define LOCAL 1
  /prebuilts/python/linux-x86/2.7.5/include/python2.7/
symtable.h 80 #define LOCAL 1
  /external/libpcap/msdos/
pktdrvr.h 5 #define LOCAL static
  /external/llvm/lib/Target/NVPTX/
NVPTX.h 123 LOCAL = 5

Completed in 821 milliseconds

1 2 3 4 5 6