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

  /external/qemu/distrib/sdl-1.2.15/src/video/ggi/
SDL_ggivideo.h 41 extern ggi_visual_t VIS; /* FIXME: use the private data struct */
SDL_ggivideo.c 46 ggi_visual_t vis; member in struct:private_hwdata
49 ggi_visual_t VIS;
69 ggi_visual_t *vis; local
71 vis = NULL;
73 vis = ggiOpen(NULL);
74 if (vis != NULL) {
75 ggiClose(vis);
78 return (vis != NULL);
175 VIS = ggiOpen(NULL);
176 if (VIS == NULL
    [all...]
SDL_ggievents.c 56 /* ggiFlush(VIS); */
58 while (ggiEventPoll(VIS, emAll, tvp))
59 /* while (ggiEventPoll(VIS, (emKeyboard | emPointer | emCommand), tvp)) */
74 ggiEventRead(VIS, &ev, emAll);
75 /* ggiEventRead(VIS, &ev, (emKeyboard | emPointer | emCommand)); */
  /external/openssl/crypto/bn/asm/
sparcv9a-mont.pl 16 # making this module dependent on UltraSPARC VIS extension limits its
20 # VIS extension instructions used in this module. This is considered
879 # VIS extentions on command line, e.g. -xarch=v9 vs. -xarch=v9a. I
880 # dare to do this, because VIS capability is detected at run-time now
882 # note that fzeros is not the only VIS dependency! Another dependency
884 # which assembler can't recognize as VIS specific...
  /external/openssl/crypto/
sparccpuid.S 246 ! takes to execute rdtick and pair of VIS1 instructions. US-Tx VIS unit

Completed in 511 milliseconds