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

1 2 3

  /external/jpeg/
rdgif.c 30 GLOBAL(cjpeg_source_ptr)
jcapistd.c 37 GLOBAL(void)
76 GLOBAL(JDIMENSION)
119 GLOBAL(JDIMENSION)
jdtrans.c 44 GLOBAL(jvirt_barray_ptr *)
207 GLOBAL(boolean)
jdapimin.c 29 GLOBAL(void)
91 GLOBAL(void)
103 GLOBAL(void)
241 GLOBAL(int)
287 GLOBAL(int)
306 /* Set global state: ready for start_decompress */
334 GLOBAL(boolean)
349 GLOBAL(boolean)
369 GLOBAL(boolean)
cdjpeg.c 26 * NB: for Amiga Manx C this is actually a global routine named _abort();
34 void /* must be global for Manx C */
46 GLOBAL(void)
88 GLOBAL(void)
102 GLOBAL(void)
121 GLOBAL(boolean)
148 GLOBAL(FILE *)
166 GLOBAL(FILE *)
jdapistd.c 37 GLOBAL(boolean)
90 GLOBAL(boolean)
177 GLOBAL(JDIMENSION)
211 GLOBAL(void)
271 GLOBAL(JDIMENSION)
306 GLOBAL(JDIMENSION)
349 GLOBAL(boolean)
374 GLOBAL(boolean)
rdswitch.c 72 GLOBAL(boolean)
157 GLOBAL(boolean)
265 GLOBAL(boolean)
300 GLOBAL(boolean)
wrppm.c 218 GLOBAL(djpeg_dest_ptr)
wrrle.c 276 GLOBAL(djpeg_dest_ptr)
wrtarga.c 224 GLOBAL(djpeg_dest_ptr)
rdppm.c 442 GLOBAL(cjpeg_source_ptr)
rdrle.c 370 GLOBAL(cjpeg_source_ptr)
wrbmp.c 389 GLOBAL(djpeg_dest_ptr)
wrgif.c 251 FlagByte = 0x80; /* Yes, there is a global color table */
253 FlagByte |= (BitsPerPixel-1); /* size of global color table */
257 /* Write the Global Color Map */
359 GLOBAL(djpeg_dest_ptr)
jmorecfg.h 206 * Another application is to make all functions global for use with debuggers
215 #define GLOBAL(type) type
216 /* a reference to a GLOBAL function: */
rdbmp.c 422 GLOBAL(cjpeg_source_ptr)
rdtarga.c 483 GLOBAL(cjpeg_source_ptr)
  /external/v8/test/mjsunit/compiler/
inline-global-access.js 31 // global variable load.
32 var GLOBAL;
35 GLOBAL = 42;
40 GLOBAL = 87;
49 o.f = function() { return GLOBAL; };
  /external/pdfium/core/src/fxcodec/libjpeg/
fpdfapi_jcapistd.c 38 GLOBAL(void)
77 GLOBAL(JDIMENSION)
120 GLOBAL(JDIMENSION)
fpdfapi_jdapistd.c 38 GLOBAL(boolean)
152 GLOBAL(JDIMENSION)
186 GLOBAL(JDIMENSION)
229 GLOBAL(boolean)
254 GLOBAL(boolean)
fpdfapi_jdapimin.c 30 GLOBAL(void)
91 GLOBAL(void)
103 GLOBAL(void)
241 GLOBAL(int)
287 GLOBAL(int)
306 /* Set global state: ready for start_decompress */
334 GLOBAL(boolean)
349 GLOBAL(boolean)
369 GLOBAL(boolean)
fpdfapi_jdhuff.c 152 GLOBAL(void)
295 GLOBAL(boolean)
401 GLOBAL(int)
638 GLOBAL(void)
jmorecfg.h 187 * Another application is to make all functions global for use with debuggers
196 #define GLOBAL(type) type
201 /* a reference to a GLOBAL function: */
  /external/pdfium/core/include/thirdparties/libjpeg/
jmorecfg.h 187 * Another application is to make all functions global for use with debuggers
196 #define GLOBAL(type) type
201 /* a reference to a GLOBAL function: */
  /external/v8/src/
hydrogen-load-elimination.cc 13 #define GLOBAL true
118 // Support for global analysis with HFlowEngine: Merge given state with
133 // Support for global analysis with HFlowEngine: Given state merged with all
491 // local or a global analysis.
499 if (GLOBAL) {
500 // Perform a global analysis.

Completed in 2869 milliseconds

1 2 3