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

  /external/quake/quake/src/WinQuake/
dos_v2.cpp 138 static int firsttime=1; local
141 if (firsttime)
144 firsttime = 0;
  /external/qemu/distrib/sdl-1.2.12/src/events/
SDL_keyboard.c 43 int firsttime; /* if we check against the delay or repeat value */ member in struct:__anon6028
523 SDL_KeyRepeat.firsttime = 1;
544 if ( SDL_KeyRepeat.firsttime ) {
547 SDL_KeyRepeat.firsttime = 0;
566 SDL_KeyRepeat.firsttime = 0;
  /external/chromium/third_party/icu/source/test/intltest/
punyref.c 109 punycode_uint delta, punycode_uint numpoints, int firsttime )
113 delta = firsttime ? delta / damp : delta >> 1;
  /external/icu4c/test/intltest/
punyref.c 109 punycode_uint delta, punycode_uint numpoints, int firsttime )
113 delta = firsttime ? delta / damp : delta >> 1;
  /external/tcpdump/missing/
getaddrinfo.c 304 static int firsttime = 1; local
306 if (firsttime) {
311 firsttime = 0;
  /external/chromium/net/third_party/nss/ssl/
sslsock.c 2207 static int firsttime = 1; local
    [all...]

Completed in 4654 milliseconds