HomeSort by relevance Sort by last modified time
    Searched refs:swa (Results 1 - 5 of 5) sorted by null

  /external/valgrind/main/include/
pub_tool_sparsewa.h 57 void VG_(deleteSWA) ( SparseWA* swa );
59 // Add the binding key -> val to this swa. Any existing binding is
61 Bool VG_(addToSWA) ( SparseWA* swa, UWord key, UWord val );
63 // Delete key from swa, returning associated key and val if found.
68 Bool VG_(delFromSWA) ( SparseWA* swa,
72 // Indexes swa at 'key' (or, if you like, looks up 'key' in the
76 Bool VG_(lookupSWA) ( SparseWA* swa,
80 // Set up 'swa' for iteration.
81 void VG_(initIterSWA) ( SparseWA* swa );
84 // to segfault) if 'swa' has been modified since initIterSWA wa
    [all...]
  /external/valgrind/main/coregrind/
m_sparsewa.c 43 //////// SWA data structures
90 //////// SWA helper functions (bitarray)
116 //////// SWA helper functions (iteration)
118 static void swa_PUSH ( SparseWA* swa, UWord partial_key, Int curr_ix,
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
238 SparseWA* swa; local
    [all...]
  /development/ndk/platforms/android-4/samples/san-angeles/jni/
app-linux.c 140 XSetWindowAttributes swa; local
150 swa.colormap = XCreateColormap(sDisplay,
156 swa.border_pixel = 0;
157 swa.event_mask = ExposureMask | StructureNotifyMask |
163 &swa);
  /external/skia/src/utils/unix/
SkOSWindow_Unix.cpp 47 XSetWindowAttributes swa; local
48 swa.colormap = colorMap;
49 swa.event_mask = EVENT_MASK;
52 InputOutput, fVi->visual, CWEventMask | CWColormap, &swa);
  /external/qemu/distrib/sdl-1.2.12/src/video/x11/
SDL_x11video.c 1035 XSetWindowAttributes swa; local
1037 swa.background_pixel = 0;
1038 swa.border_pixel = 0;
1039 swa.colormap = SDL_XColorMap;
1044 | CWColormap, &swa);
    [all...]

Completed in 611 milliseconds