Searched refs:gs (Results 1 - 25 of 30) sorted by relevance

12

/external/webkit/WebCore/platform/image-decoders/gif/
H A DGIFImageReader.cpp109 GIFFrameReader* gs = frame_reader; local
113 drow_start = drow_end = gs->irow;
121 if (gs->progressive_display && gs->interlaced && gs->ipass < 4) {
124 switch (gs->ipass) {
145 if (((gs->height - 1) - drow_end) <= row_shift)
146 drow_end = gs->height - 1;
151 if ((unsigned)drow_end >= gs->height)
152 drow_end = gs
219 GIFFrameReader* gs = frame_reader; local
[all...]
/external/libxml2/
H A Dglobals.c479 * @gs: a pointer to a newly allocated global state
485 xmlInitializeGlobalState(xmlGlobalStatePtr gs) argument
489 (unsigned long) gs, xmlGetThreadId());
501 initdocbDefaultSAXHandler(&gs->docbDefaultSAXHandler);
504 inithtmlDefaultSAXHandler(&gs->htmlDefaultSAXHandler);
507 gs->oldXMLWDcompatibility = 0;
508 gs->xmlBufferAllocScheme = xmlBufferAllocSchemeThrDef;
509 gs->xmlDefaultBufferSize = xmlDefaultBufferSizeThrDef;
511 initxmlDefaultSAXHandler(&gs->xmlDefaultSAXHandler, 1);
513 gs
[all...]
H A Dthreads.c562 xmlGlobalState *gs = (xmlGlobalState *) state; local
565 xmlResetError(&(gs->xmlLastError));
581 xmlGlobalState *gs; local
583 gs = malloc(sizeof(xmlGlobalState));
584 if (gs == NULL) {
590 memset(gs, 0, sizeof(xmlGlobalState));
591 xmlInitializeGlobalState(gs);
592 return (gs);
/external/webkit/WebCore/css/
H A Dmake-css-file-arrays.pl57 $text =~ s|/\*.*?\*/||gs;
62 $text =~ s|\s+| |gs;
/external/icu4c/samples/layout/
H A Dgnomeglue.cpp35 GnomeGUISupport *gs = (GnomeGUISupport *) guiSupport; local
37 delete gs;
H A Dgdiglue.cpp32 GDIGUISupport *gs = (GDIGUISupport *) guiSupport; local
34 delete gs;
/external/skia/gm/
H A Dshapes.cpp90 SkGroupShape* gs = new SkGroupShape; local
91 SkAutoUnref aur(gs);
92 gs->appendShape(&fGroup);
95 gs->appendShape(&fGroup, matrix);
98 gs->appendShape(&fGroup, matrix);
101 canvas->drawShape(gs);
106 cv->drawShape(gs);
109 cv->drawShape(gs);
/external/bzip2/
H A Dcompress.c241 Int32 v, t, i, j, gs, ge, totc, bt, bc, iter; local
285 gs = 0;
288 ge = gs-1;
295 if (ge > gs
305 nPart, gs, ge, aFreq,
309 if (v >= gs && v <= ge)
314 gs = ge+1;
344 gs = 0;
348 if (gs >= s->nMTF) break;
349 ge = gs
[all...]
/external/bluetooth/glib/tests/
H A Dtype-test.c45 gshort gs; local
92 gs = G_MAXSHORT;
93 gs++;
94 g_assert (gs == G_MINSHORT);
/external/kernel-headers/original/asm-x86/
H A Dsigcontext.h62 unsigned short gs, __gsh; member in struct:sigcontext
125 unsigned short gs; member in struct:sigcontext
H A Dvm86.h99 unsigned short gs, __gsh; member in struct:vm86_regs
161 unsigned short gs, __gsh; member in struct:kernel_vm86_regs
H A Duser32.h37 unsigned short fs, __fs, gs, __gs; member in struct:user_regs_struct32
H A Duser_32.h80 unsigned short fs, __fs, gs, __gs; member in struct:user_regs_struct
H A Delf.h118 savesegment(gs,pr_reg[10]); \
153 cur->thread.fs = 0; cur->thread.gs = 0; \
187 (pr_reg)[22] = current->thread.gs; \
191 asm("movl %%gs,%0" : "=r" (v)); (pr_reg)[26] = v; \
H A Dprocessor_32.h315 unsigned short gs, __gsh; member in struct:i386_hw_tss
355 unsigned long gs; member in struct:thread_struct
399 __asm__("movl %0,%%gs": :"r" (0)); \
/external/qemu/distrib/sdl-1.2.12/src/video/ps2gs/
H A DSDL_gsvideo.h30 #include <linux/ps2/gs.h>
/external/quake/quake/src/WinQuake/
H A Ddosisms.h55 unsigned short gs; member in struct:__anon4454::__anon4456
/external/webkit/WebCore/plugins/gtk/
H A Dgtk2xtbin.c356 GSource* gs = g_source_new(&xt_event_funcs, sizeof(GSource)); local
357 if (!gs) {
361 g_source_set_priority(gs, GDK_PRIORITY_EVENTS);
362 g_source_set_can_recurse(gs, TRUE);
363 tag = g_source_attach(gs, (GMainContext*)NULL);
/external/webkit/JavaScriptCore/runtime/
H A DJSObject.cpp137 if (JSValue gs = obj->getDirect(propertyName)) {
138 if (gs.isGetterSetter()) {
139 JSObject* setterFunc = asGetterSetter(gs)->setter();
/external/libpng/
H A Dpngrtran.c953 double g, gs; local
959 gs = 1.0;
964 gs = 1.0 / (png_ptr->gamma * png_ptr->screen_gamma);
969 gs = 1.0 / (png_ptr->background_gamma *
974 gs = 1.0; /* back */
977 if ( fabs(gs - 1.0) < PNG_GAMMA_THRESHOLD)
986 (double)png_ptr->background.red/255, gs) * 255.0 + .5);
988 (double)png_ptr->background.green/255, gs) * 255.0
991 (double)png_ptr->background.blue/255, gs) * 255.0 + .5);
1048 double gs local
[all...]
/external/qemu/distrib/libpng-1.2.19/
H A Dpngrtran.c890 double g, gs; local
896 gs = 1.0;
900 gs = 1.0 / (png_ptr->gamma * png_ptr->screen_gamma);
904 gs = 1.0 / (png_ptr->background_gamma *
909 gs = 1.0; /* back */
912 if ( fabs(gs - 1.0) < PNG_GAMMA_THRESHOLD)
921 (double)png_ptr->background.red/255, gs) * 255.0 + .5);
923 (double)png_ptr->background.green/255, gs) * 255.0 + .5);
925 (double)png_ptr->background.blue/255, gs) * 255.0 + .5);
974 double gs local
[all...]
/external/grub/stage2/
H A Dstart_eltorito.S87 mov %ax, %gs
H A Dasm.S857 movw %ax, %gs
902 movw %ax, %gs
929 movw %ax, %gs
1708 mov %ax, %gs
1782 movw %bx, %gs
/external/libxml2/include/libxml/
H A Dglobals.h171 XMLPUBFUN void XMLCALL xmlInitializeGlobalState(xmlGlobalStatePtr gs);
/external/qemu/distrib/sdl-1.2.12/src/video/
H A DSDL_RLEaccel.c457 unsigned rs, gs, bs, rd, gd, bd; \
477 RGB_FROM_PIXEL(s, fmt, rs, gs, bs); \
480 gd += (gs - gd) * alpha >> 8; \

Completed in 397 milliseconds

12