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

  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/mips/
delay.d 8 # immediatly following insn. See also nodelay.d.
nodelay.d 2 #name: MIPS nodelay
  /prebuilts/misc/windows/sdl2/test/
testoverlay2.c 217 SDL_Log(" -nodelay\n");
243 int nodelay = 0; local
277 } else if (strcmp(argv[1], "-nodelay") == 0) {
278 nodelay = 1;
381 if (nodelay) {
  /toolchain/binutils/binutils-2.25/gas/config/
tc-or1k.c 86 static bfd_boolean nodelay = FALSE; variable
90 nodelay = TRUE;
102 { "nodelay", s_nodelay, 0 },
351 if (nodelay)
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/
cursesw.h 572 #ifdef nodelay
573 inline void UNDEF(nodelay)() { nodelay(); } function
574 #undef nodelay macro
575 #define nodelay UNDEF(nodelay) macro
1289 int nodelay(bool bf) { return ::nodelay(w, bf); } function in class:NCursesWindow
    [all...]
curses.h 395 int _delay; /* 0 = nodelay, <0 = blocking, >0 = delay */
674 extern NCURSES_EXPORT(int) nodelay (WINDOW *,bool); /* implemented */
    [all...]
ncurses.h 395 int _delay; /* 0 = nodelay, <0 = blocking, >0 = delay */
674 extern NCURSES_EXPORT(int) nodelay (WINDOW *,bool); /* implemented */
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/
cursesw.h 572 #ifdef nodelay
573 inline void UNDEF(nodelay)() { nodelay(); } function
574 #undef nodelay macro
575 #define nodelay UNDEF(nodelay) macro
1289 int nodelay(bool bf) { return ::nodelay(w, bf); } function in class:NCursesWindow
    [all...]
curses.h 414 int _delay; /* 0 = nodelay, <0 = blocking, >0 = delay */
693 extern NCURSES_EXPORT(int) nodelay (WINDOW *,bool); /* implemented */
    [all...]
ncurses.h 414 int _delay; /* 0 = nodelay, <0 = blocking, >0 = delay */
693 extern NCURSES_EXPORT(int) nodelay (WINDOW *,bool); /* implemented */
    [all...]
  /external/toybox/kconfig/lxdialog/
util.c 495 nodelay(win, TRUE);
502 nodelay(win, FALSE);
  /external/fio/engines/
net.c 44 unsigned int nodelay; member in struct:netio_options
136 .name = "nodelay",
138 .off1 = offsetof(struct netio_options, nodelay),
745 if (o->nodelay && is_tcp(o)) {
749 log_err("fio: cannot set TCP_NODELAY option on socket (%s), disable with 'nodelay=0'\n", strerror(errno));
860 if (o->nodelay && is_tcp(o)) {
864 log_err("fio: cannot set TCP_NODELAY option on socket (%s), disable with 'nodelay=0'\n", strerror(errno));
  /prebuilts/gdb/darwin-x86/lib/python2.7/test/
test_curses.py 112 stdscr.nodelay(1)
  /prebuilts/gdb/linux-x86/lib/python2.7/test/
test_curses.py 112 stdscr.nodelay(1)
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_curses.py 112 stdscr.nodelay(1)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_curses.py 112 stdscr.nodelay(1)
  /external/libmicrohttpd/src/spdy2http/
proxy.c 69 bool nodelay; member in struct:global_options
1010 if(glob_opt.nodelay)
    [all...]
  /external/webrtc/talk/media/sctp/
sctpdataengine.cc 449 uint32_t nodelay = 1; local
450 if (usrsctp_setsockopt(sock_, IPPROTO_SCTP, SCTP_NODELAY, &nodelay,
451 sizeof(nodelay))) {
    [all...]
  /external/boringssl/src/ssl/test/
bssl_shim.cc 657 int nodelay = 1; local
659 reinterpret_cast<const char*>(&nodelay), sizeof(nodelay)) != 0) {
    [all...]
  /system/extras/pagecache/
pagecache.py 304 stdscr.nodelay(True)

Completed in 3616 milliseconds