Searched defs:swa (Results 1 - 3 of 3) sorted by relevance

/external/skia/src/utils/unix/
H A DSkOSWindow_Unix.cpp47 XSetWindowAttributes swa; local
48 swa.colormap = colorMap;
49 swa.event_mask = EVENT_MASK;
52 InputOutput, fVi->visual, CWEventMask | CWColormap, &swa);
/external/valgrind/main/coregrind/
H A Dm_sparsewa.c118 static void swa_PUSH ( SparseWA* swa, UWord partial_key, Int curr_ix, argument
121 Int sp = swa->isUsed;
125 swa->iterStack[sp].partial_key = partial_key;
126 swa->iterStack[sp].curr_ix = curr_ix;
127 swa->iterStack[sp].curr_nd = curr_nd;
128 swa->iterStack[sp].resume_point = resume_point;
129 swa->isUsed = sp+1;
132 static void swa_POP ( SparseWA* swa, argument
136 Int sp = swa->isUsed - 1;
140 *partial_key = swa
149 swa_new_LevelN( SparseWA* swa, Int level ) argument
176 nextIterSWA( SparseWA* swa, UWord* keyP, UWord* valP ) argument
238 SparseWA* swa; local
276 lookupSWA( SparseWA* swa, UWord* keyP, UWord* valP, UWord key ) argument
311 addToSWA( SparseWA* swa, UWord key, UWord val ) argument
368 delFromSWA( SparseWA* swa, UWord* oldK, UWord* oldV, UWord key ) argument
[all...]
/external/qemu/distrib/sdl-1.2.15/src/video/x11/
H A DSDL_x11video.c1055 XSetWindowAttributes swa; local
1057 swa.background_pixel = 0;
1058 swa.border_pixel = 0;
1059 swa.colormap = SDL_XColorMap;
1064 | CWColormap, &swa);

Completed in 299 milliseconds