HomeSort by relevance Sort by last modified time
    Searched defs:_true (Results 1 - 7 of 7) sorted by null

  /external/clang/test/CodeGenCXX/
mangle-ms-templates.cpp 45 BoolTemplate<true> _true; local
47 _true.Foo(1);
  /external/quake/quake/src/QW/client/
net_udp.c 239 qboolean _true = true; local
244 if (ioctl (newsocket, FIONBIO, (char *)&_true) == -1)
net_wins.c 235 unsigned long _true = true; local
241 if (ioctlsocket (newsocket, FIONBIO, &_true) == -1)
  /external/quake/quake/src/WinQuake/
net_mp.cpp 153 u_long _true = 1; local
158 if (ioctlsocket (newsocket, FIONBIO, &_true) == -1)
net_udp.cpp 234 qboolean _true = true; local
239 if (ioctl (newsocket, FIONBIO, (char *)&_true) == -1)
net_wipx.cpp 163 u_long _true = 1; local
174 if (pioctlsocket (newsocket, FIONBIO, &_true) == -1)
177 if (psetsockopt(newsocket, SOL_SOCKET, SO_BROADCAST, (char *)&_true, sizeof(_true)) < 0)
net_wins.cpp 285 u_long _true = 1; local
290 if (pioctlsocket (newsocket, FIONBIO, &_true) == -1)

Completed in 89 milliseconds