Searched refs:count (Results 51 - 62 of 62) sorted by relevance

123

/bionic/libc/bionic/
H A Dpthread.c584 * the count (it will be decremented by the waiters, the last one will
587 * if it is zero, we set the count value to -1 to indicate that the
612 int count; local
635 * otherwise, we need to increment 'join-count' and wait to be signaled
637 count = thread->join_count;
638 if (count >= 0) {
641 count = --thread->join_count;
649 if (count <= 0) {
1773 int kk, count = 0; local
1801 count
[all...]
/bionic/libc/netbsd/resolv/
H A Dres_cache.c368 * QDCount: 16 : question count
369 * ANCount: 16 : Answer count (0 in queries)
370 * NSCount: 16: Authority Record count (0 in queries)
371 * ARCount: 16: Additionnal Record count (0 in queries)
462 _dnsPacket_skip( DnsPacket* packet, int count )
464 const uint8_t* p = packet->cursor + count;
818 int count; local
834 count = _dnsPacket_readInt16(packet);
840 for ( ; count > 0; count
[all...]
/bionic/libc/kernel/tools/
H A Dcpp.py143 self.count = len(tokens)
149 if n > self.count:
150 n = self.count
155 if (self.n >= self.count):
161 if (self.n >= self.count):
167 if (self.n < self.count):
491 self.count = len(lines)
493 if self.count > 0:
501 if self.count == 0:
505 self.count
[all...]
/bionic/libc/kernel/arch-x86/asm/
H A Dprocessor_32.h263 unsigned int count; member in struct:extended_sigtable
/bionic/libc/kernel/common/linux/
H A Dfb.h287 __u32 count; member in struct:fb_vblank
H A Dvideodev.h209 __u32 count[2]; member in struct:vbi_format
H A Dblkdev.h110 int count[2]; member in struct:request_list
H A Dcoda.h428 int count; member in struct:coda_readlink_out
H A Dvideodev2.h343 __u32 count; member in struct:v4l2_requestbuffers
572 __u32 count; member in struct:v4l2_ext_controls
1030 __u32 count[2]; member in struct:v4l2_vbi_format
/bionic/libc/kernel/common/linux/sunrpc/
H A Dsched.h149 unsigned char count; member in struct:rpc_wait_queue
/bionic/libc/include/sys/
H A Dlinux-unistd.h93 ssize_t sendfile (int out_fd, int in_fd, off_t *offset, size_t count);
/bionic/libc/netbsd/
H A Dgethnamaddr.c162 #define BOUNDS_CHECK(ptr, count) \
164 if ((ptr) + (count) > eom) { \

Completed in 264 milliseconds

123