Searched refs:count (Results 76 - 81 of 81) sorted by relevance

1234

/bionic/libc/kernel/uapi/linux/
H A Dfuse.h217 uint32_t count; member in struct:fuse_batch_forget_in
H A Dkvm.h215 __u32 count; member in struct:kvm_run::__anon446::__anon450
/bionic/libc/kernel/tools/
H A Dcpp.py424 self.count = len(lines)
426 if self.count > 0:
434 if self.count == 0:
438 self.count += 1
442 if self.index < self.count:
/bionic/tests/
H A Dpthread_test.cpp384 static int count = 0; local
386 if (++count == 1) {
/bionic/libc/kernel/uapi/rdma/
H A Dib_user_verbs.h352 __u32 count; member in struct:ib_uverbs_poll_cq_resp
/bionic/libc/dns/
H A Dgethnamaddr.c173 #define BOUNDS_CHECK(ptr, count) \
175 if ((ptr) + (count) > eom) { \

Completed in 142 milliseconds

1234