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

  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/plugin/include/
pointer-set.h 25 void pointer_set_destroy (struct pointer_set_t *pset);
27 int pointer_set_contains (const struct pointer_set_t *pset, const void *p);
28 int pointer_set_insert (struct pointer_set_t *pset, const void *p);
gimple.h     [all...]
  /external/iputils/
rarpd.c 565 struct pollfd pset[2]; local
612 pset[0].fd = socket(PF_PACKET, SOCK_DGRAM, 0);
618 if (ioctl(pset[0].fd, SIOCGIFINDEX, &ifr)) {
625 pset[1].fd = -1;
627 pset[1].fd = socket(PF_PACKET, SOCK_DGRAM, 0);
628 if (pset[1].fd >= 0) {
629 load_arp_bpflet(pset[1].fd);
634 if (pset[1].fd >= 0) {
640 if (bind(pset[1].fd, (struct sockaddr*)&sll, sizeof(sll)) < 0) {
641 close(pset[1].fd)
    [all...]
ping_common.c 791 struct pollfd pset; local
792 pset.fd = icmp_sock;
793 pset.events = POLLIN|POLLERR;
794 pset.revents = 0;
795 if (poll(&pset, 1, next) < 1 ||
796 !(pset.revents&(POLLIN|POLLERR)))
  /external/chromium_org/third_party/openssl/openssl/crypto/rand/
rand_unix.c 305 struct pollfd pset; local
307 pset.fd = fd;
308 pset.events = POLLIN;
309 pset.revents = 0;
311 if (poll(&pset, 1, usec / 1000) < 0)
314 try_read = (pset.revents & POLLIN) != 0;
  /external/openssl/crypto/rand/
rand_unix.c 305 struct pollfd pset; local
307 pset.fd = fd;
308 pset.events = POLLIN;
309 pset.revents = 0;
311 if (poll(&pset, 1, usec / 1000) < 0)
314 try_read = (pset.revents & POLLIN) != 0;
  /external/iproute2/misc/
arpd.c 63 struct pollfd pset[2]; variable in typeref:struct:pollfd
233 if (sendto(pset[0].fd, buf, p-buf, 0, (struct sockaddr*)&sll, sizeof(sll)) < 0)
490 n = recvfrom(pset[0].fd, buf, sizeof(buf), MSG_DONTWAIT,
760 pset[0].fd = socket(PF_PACKET, SOCK_DGRAM, 0);
761 if (pset[0].fd < 0) {
772 if (bind(pset[0].fd, (struct sockaddr*)&sll, sizeof(sll)) < 0) {
782 pset[1].fd = rth.fd;
798 pset[0].events = EVENTS;
799 pset[0].revents = 0;
800 pset[1].events = EVENTS
    [all...]
  /external/fio/os/
os-solaris.h 11 #include <sys/pset.h>
98 * pset binding hooks for fio
  /external/oprofile/libpp/
arrange_profiles.cpp 719 ostream & operator<<(ostream & out, profile_set const & pset)
721 out << "image: " << pset.image << endl;
725 pset.files.end();
727 for (it = pset.files.begin(); it != end; ++it)
731 list<profile_dep_set>::const_iterator const cend = pset.deps.end();
733 for (cit = pset.deps.begin(); cit != cend; ++cit)
  /external/chromium_org/third_party/openssl/openssl/crypto/x509v3/
pcy_tree.c 82 STACK_OF(ASN1_OBJECT) *pset = node->data->expected_policy_set;
85 for (i = 0; i < sk_ASN1_OBJECT_num(pset); i++)
87 oid = sk_ASN1_OBJECT_value(pset, i);
  /external/openssl/crypto/x509v3/
pcy_tree.c 82 STACK_OF(ASN1_OBJECT) *pset = node->data->expected_policy_set;
85 for (i = 0; i < sk_ASN1_OBJECT_num(pset); i++)
87 oid = sk_ASN1_OBJECT_value(pset, i);
  /external/valgrind/main/coregrind/m_syswrap/
syswrap-darwin.c 4469 mach_port_name_t pset; member in struct:__anon36310
4990 mach_port_name_t pset; member in struct:__anon36331
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/plugin/include/cp/
cp-tree.h     [all...]
  /external/chromium_org/v8/tools/profviz/
gnuplot-4.6.3-emscripten.js     [all...]

Completed in 722 milliseconds