Searched defs:gc (Results 1 - 25 of 185) sorted by last modified time

12345678

/external/v8/src/arm/
H A Dcode-stubs-arm.cc88 Label gc; local
98 &gc,
135 __ bind(&gc);
144 Label gc; local
152 &gc, local
184 __ bind(&gc);
196 Label gc; local
199 r0, r1, r2, &gc, TAG_OBJECT); local
248 __ bind(&gc);
/external/v8/src/ia32/
H A Dcode-stubs-ia32.cc69 Label gc; local
70 __ AllocateInNewSpace(JSFunction::kSize, eax, ebx, ecx, &gc, TAG_OBJECT);
110 __ bind(&gc);
123 Label gc; local
126 eax, ebx, ecx, &gc, TAG_OBJECT);
159 __ bind(&gc);
171 Label gc; local
174 eax, ebx, ecx, &gc, TAG_OBJECT); local
230 __ bind(&gc);
/external/v8/src/mips/
H A Dcode-stubs-mips.cc90 Label gc; local
100 &gc,
137 __ bind(&gc);
146 Label gc; local
154 &gc, local
185 __ bind(&gc);
197 Label gc; local
200 v0, a1, a2, &gc, TAG_OBJECT); local
247 __ bind(&gc);
/external/v8/src/x64/
H A Dcode-stubs-x64.cc65 Label gc; local
66 __ AllocateInNewSpace(JSFunction::kSize, rax, rbx, rcx, &gc, TAG_OBJECT);
106 __ bind(&gc);
119 Label gc; local
122 rax, rbx, rcx, &gc, TAG_OBJECT);
153 __ bind(&gc);
165 Label gc; local
168 rax, rbx, rcx, &gc, TAG_OBJECT); local
217 __ bind(&gc);
6169 // TODO(gc) Ca
[all...]
/external/v8/test/mjsunit/compiler/
H A Dsafepoint.js28 // Flags: --expose-gc
33 x.gc();
34 x.gc();
38 var o = {gc:gc};
/external/srec/tools/thirdparty/OpenFst/fst/lib/
H A Dcache.h33 bool gc; // enable GC member in struct:fst::CacheOptions
37 CacheOptions(bool g, size_t l) : gc(g), gc_limit(l) {}
39 : gc(FLAGS_fst_default_cache_gc),
51 // cached. If the 'gc' option is 'false', cached items have the extent
52 // of the FST - minimizing computation. If the 'gc' option is 'true',
81 cache_first_state_(0), cache_gc_(opts.gc), cache_size_(0),
/external/speex/libspeex/
H A Dsb_celp.c642 spx_word16_t gc; /*Q7*/ local
647 gc = PDIV32_16(MULT16_16(filter_ratio,1+eh),1+el);
651 gc = MULT16_16_P15(QCONST16(0.70711f,15),gc);
652 /*printf ("%f %f %f %f\n", el, eh, filter_ratio, gc);*/
654 int qgc = scal_quant(gc, gc_quant_bound, 16);
656 gc = MULT16_16_Q15(QCONST16(0.87360,15),gc_quant_bound[qgc]);
659 gc = MULT16_16_P14(QCONST16(1.4142f,14), gc);
661 scale = SHL32(MULT16_16(PDIV32_16(SHL32(EXTEND32(gc),SIG_SHIF
1043 spx_word16_t gc; local
[all...]
/external/smali/dexlib/src/main/java/org/jf/dexlib/Util/
H A DSparseArray.java101 private void gc() { method in class:SparseArray
102 // Log.e("SparseArray", "gc start with " + mSize);
125 // Log.e("SparseArray", "gc end with " + mSize);
148 gc();
186 gc();
199 gc();
212 gc();
225 gc();
238 gc();
254 gc();
[all...]
/external/robolectric/lib/main/
H A Dandroid-support-v4.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/support/ android/support/v4/ android/support/v4/accessibilityservice/ ...
/external/robolectric/src/main/java/com/xtremelabs/robolectric/shadows/
H A DShadowSparseArray.java115 private void gc() { method in class:ShadowSparseArray
116 // Log.e("SparseArray", "gc start with " + mSize);
139 // Log.e("SparseArray", "gc end with " + mSize);
163 gc();
202 gc();
216 gc();
230 gc();
245 gc();
259 gc();
276 gc();
[all...]
/external/qemu/distrib/libpng-1.2.19/
H A Dpngrtran.c2239 png_uint_32 gc = png_ptr->rgb_to_gray_green_coeff; local
2261 (rc*red+gc*green+bc*blue)>>15];
2280 *(dp++) = (png_byte)((rc*red+gc*green+bc*blue)>>15);
2314 png_uint_16 gray16 = (png_uint_16)((rc*red_1 + gc*green_1
2340 gray16 = (png_uint_16)((rc*red + gc*green + bc*blue)>>15);
2364 [(rc*red + gc*green + bc*blue)>>15];
2380 *(dp++) = (png_byte)((rc*red + gc*green + bc*blue)>>15);
2412 + gc * green_1 + bc * blue_1)>>15);
2437 gray16 = (png_uint_16)((rc*red + gc*green + bc*blue)>>15);
/external/qemu/distrib/sdl-1.2.15/src/main/symbian/EKA2/
H A Dsdlexe.cpp455 CWindowGc& gc = SystemGc(); local
456 gc.SetPenStyle(CGraphicsContext::ESolidPen);
457 gc.SetPenColor(KRgbGray);
458 gc.SetBrushStyle(CGraphicsContext::ESolidBrush);
459 gc.SetBrushColor(0xaaaaaa);
460 gc.DrawRect(Rect());
/external/qemu/distrib/sdl-1.2.15/src/video/Xext/Xv/
H A DXv.c426 GC gc,
439 FlushGC(dpy, gc);
445 req->gc = gc->gid;
466 GC gc,
479 FlushGC(dpy, gc);
484 req->gc = gc->gid;
505 GC gc,
518 FlushGC(dpy, gc);
422 XvPutVideo( Display *dpy, XvPortID port, Drawable d, GC gc, int vx, int vy, unsigned int vw, unsigned int vh, int dx, int dy, unsigned int dw, unsigned int dh ) argument
462 XvPutStill( Display *dpy, XvPortID port, Drawable d, GC gc, int vx, int vy, unsigned int vw, unsigned int vh, int dx, int dy, unsigned int dw, unsigned int dh ) argument
501 XvGetVideo( Display *dpy, XvPortID port, Drawable d, GC gc, int vx, int vy, unsigned int vw, unsigned int vh, int dx, int dy, unsigned int dw, unsigned int dh ) argument
540 XvGetStill( Display *dpy, XvPortID port, Drawable d, GC gc, int vx, int vy, unsigned int vw, unsigned int vh, int dx, int dy, unsigned int dw, unsigned int dh ) argument
1001 XvPutImage( Display *dpy, XvPortID port, Drawable d, GC gc, SDL_NAME(XvImage) *image, int src_x, int src_y, unsigned int src_w, unsigned int src_h, int dest_x, int dest_y, unsigned int dest_w, unsigned int dest_h ) argument
1058 XvShmPutImage( Display *dpy, XvPortID port, Drawable d, GC gc, SDL_NAME(XvImage) *image, int src_x, int src_y, unsigned int src_w, unsigned int src_h, int dest_x, int dest_y, unsigned int dest_w, unsigned int dest_h, Bool send_event ) argument
[all...]
/external/qemu/distrib/sdl-1.2.15/src/video/x11/
H A DSDL_x11video.h82 GC gc; /* The graphic context for drawing */ member in struct:SDL_PrivateVideoData
181 #define SDL_GC (this->hidden->gc)
H A DSDL_x11wm.c52 GC gc; local
203 gc = XCreateGC(SDL_Display, icon_pixmap, 0, &GCvalues);
204 XPutImage(SDL_Display, icon_pixmap, gc, icon_image,
206 XFreeGC(SDL_Display, gc);
/external/openfst/src/include/fst/
H A Daccumulator.h349 CacheLogAccumulatorData(bool gc, size_t gc_limit) argument
350 : cache_gc_(gc), cache_limit_(gc_limit), cache_size_(0) {}
436 explicit CacheLogAccumulator(ssize_t arc_limit = 10, bool gc = false,
439 new CacheLogAccumulatorData<A>(gc, gc_limit)), s_(kNoStateId),
H A Dcache.h38 bool gc; // enable GC member in struct:fst::CacheOptions
41 CacheOptions(bool g, size_t l) : gc(g), gc_limit(l) {}
43 : gc(FLAGS_fst_default_cache_gc),
94 // mark it as cached. If the 'gc' option is 'false', cached items have
95 // the extent of the FST - minimizing computation. If the 'gc' option
134 cache_first_state_(0), cache_gc_(opts.gc), cache_size_(0),
141 // Preserve gc parameters. If preserve_cache true, also preserves
/external/openfst/src/include/fst/extensions/pdt/
H A Dshortest-path.h45 PdtShortestPathOptions(bool kp = false, bool gc = true)
46 : keep_parentheses(kp), path_gc(gc) {}
124 PdtShortestPathData(bool gc) argument
127 gc_(gc),
/external/openssh/
H A Dclientloop.c526 struct global_confirm *gc; local
528 if ((gc = TAILQ_FIRST(&global_confirms)) == NULL)
530 if (gc->cb != NULL)
531 gc->cb(type, seq, gc->ctx);
532 if (--gc->ref_count <= 0) {
533 TAILQ_REMOVE(&global_confirms, gc, entry);
534 bzero(gc, sizeof(*gc));
535 xfree(gc);
819 struct global_confirm *gc, *last_gc; local
[all...]
/external/mesa3d/src/gallium/winsys/sw/xlib/
H A Dxlib_sw_winsys.c70 GC gc; member in struct:xlib_displaytarget
73 * against. May need to recreate gc, tempImage when this changes??
277 if (xlib_dt->gc)
278 XFreeGC(xlib_dt->display, xlib_dt->gc);
307 if (xlib_dt->gc) {
308 XFreeGC(display, xlib_dt->gc);
309 xlib_dt->gc = NULL;
330 if (xlib_dt->gc == NULL) {
331 xlib_dt->gc = XCreateGC(display, xlib_drawable->drawable, 0, NULL);
332 XSetFunction(display, xlib_dt->gc, GXcop
[all...]
/external/mesa3d/src/glx/apple/
H A Dapple_xgl_api_read.c52 struct glx_context *gc = __glXGetCurrentContext(); local
65 if (None != gc->currentReadable
66 && gc->currentReadable != gc->currentDrawable) {
71 if (apple_glx_make_current_context(dpy, gc->driContext, gc->driContext,
72 gc->currentReadable)) {
74 (void) apple_glx_make_current_context(dpy, gc->driContext, gc->driContext,
75 gc
85 struct glx_context *gc = __glXGetCurrentContext(); local
[all...]
H A Dapple_xgl_api_stereo.c54 struct glx_context * gc = __glXGetCurrentContext(); local
56 if (gc && apple_glx_context_uses_stereo(gc->driContext)) {
89 struct glx_context * gc = __glXGetCurrentContext(); local
91 if (gc && apple_glx_context_uses_stereo(gc->driContext)) {
H A Dapple_xgl_api_viewport.c40 struct glx_context *gc = __glXGetCurrentContext(); local
43 if (gc && gc->driContext)
44 apple_glx_context_update(dpy, gc->driContext);
H A Dglxreply.c58 __glXReadPixelReply(Display * dpy, struct glx_context * gc, unsigned max_dim, argument
86 __glXSetError(gc, GL_OUT_OF_MEMORY);
96 __glEmptyImage(gc, 3, width, height, depth, format, type, buf, dest);
104 __glXSetupSingleRequest(struct glx_context * gc, GLint sop, GLint cmdlen)
107 Display *const dpy = gc->currentDpy;
109 (void) __glXFlushRenderBuffer(gc, gc->pc);
112 req->reqType = gc->majorOpcode;
113 req->contextTag = gc->currentContextTag;
120 __glXSetupVendorRequest(struct glx_context * gc, GLin argument
[all...]
/external/mesa3d/src/glx/
H A Dapplegl_glx.c46 applegl_destroy_context(struct glx_context *gc) argument
48 apple_glx_destroy_context(&gc->driContext, gc->psc->dpy);
52 applegl_bind_context(struct glx_context *gc, struct glx_context *old, argument
55 Display *dpy = gc->psc->dpy;
58 gc ? gc->driContext : NULL, draw);
70 applegl_unbind_context(struct glx_context *gc, struct glx_context *new) argument
76 if (!gc)
83 dpy = gc
93 applegl_wait_gl(struct glx_context *gc) argument
99 applegl_wait_x(struct glx_context *gc) argument
128 struct glx_context *gc; local
[all...]

Completed in 1521 milliseconds

12345678