Searched refs:seq (Results 1 – 8 of 8) sorted by relevance
| /third_party/ulib/linenoise/ |
| A D | linenoise.c | 348 if (write(ofd,seq,strlen(seq)) == -1) { 535 abAppend(ab,seq,strlen(seq)); 580 abAppend(&ab,seq,strlen(seq)); 588 abAppend(&ab,seq,strlen(seq)); 591 abAppend(&ab,seq,strlen(seq)); 620 abAppend(&ab,seq,strlen(seq)); 627 abAppend(&ab,seq,strlen(seq)); 633 abAppend(&ab,seq,strlen(seq)); 651 abAppend(&ab,seq,strlen(seq)); 664 abAppend(&ab,seq,strlen(seq)); [all …]
|
| /third_party/ulib/musl/src/thread/ |
| A D | cnd_timedwait.c | 33 int seq = 2; in cnd_timedwait() local 35 .barrier = ATOMIC_VAR_INIT(seq), in cnd_timedwait() 61 e = __timedwait(fut, seq, clock, ts); in cnd_timedwait() 62 while (*fut == seq && !e); in cnd_timedwait()
|
| /third_party/ulib/musl/pthread/ |
| A D | pthread_cond_timedwait.c | 46 int seq = 2; in pthread_cond_timedwait() local 48 .barrier = ATOMIC_VAR_INIT(seq), in pthread_cond_timedwait() 75 e = __timedwait(fut, seq, clock, ts); in pthread_cond_timedwait() 76 while (*fut == seq && !e); in pthread_cond_timedwait()
|
| /third_party/ulib/musl/src/network/ |
| A D | netlink.c | 7 static int __netlink_enumerate(int fd, unsigned int seq, int type, int af, in __netlink_enumerate() argument 24 u.req.nlh.nlmsg_seq = seq; in __netlink_enumerate()
|
| /third_party/uapp/kilo/ |
| A D | kilo.c | 268 char c, seq[3]; in editorReadKey() local 278 if (read(fd,seq,1) == 0) return ESC; in editorReadKey() 282 if (seq[0] == '[') { in editorReadKey() 283 if (seq[1] >= '0' && seq[1] <= '9') { in editorReadKey() 286 if (seq[2] == '~') { in editorReadKey() 287 switch(seq[1]) { in editorReadKey() 294 switch(seq[1]) { in editorReadKey() 306 else if (seq[0] == 'O') { in editorReadKey() 307 switch(seq[1]) { in editorReadKey() 368 char seq[32]; local [all …]
|
| /third_party/ulib/musl/include/sys/ |
| A D | ipc.h | 21 #define __seq seq
|
| /third_party/ulib/musl/include/netinet/ |
| A D | tcp.h | 84 uint32_t seq; member
|
| /third_party/ulib/chromiumos-platform-ec/include/chromiumos-platform-ec/ |
| A D | ec_commands.h | 1741 } set_brightness, seq, demo; member 1809 } off, on, init, set_brightness, seq, reg, set_rgb, member
|
Completed in 27 milliseconds