Searched refs:maskp (Results 1 - 7 of 7) sorted by relevance

/external/linux-tools-perf/perf-3.12.0/tools/perf/tests/
H A Dperf-record.c8 static int sched__get_first_possible_cpu(pid_t pid, cpu_set_t *maskp) argument
12 CPU_ZERO(maskp);
14 if (sched_getaffinity(pid, sizeof(*maskp), maskp) == -1) {
24 if (CPU_ISSET(i, maskp)) {
28 CPU_CLR(i, maskp);
/external/libpcap/
H A Dinet.c713 pcap_lookupnet(device, netp, maskp, errbuf)
715 register bpf_u_int32 *netp, *maskp;
744 *netp = *maskp = 0;
787 *maskp = sin4->sin_addr.s_addr;
788 if (*maskp == 0) {
790 *maskp = IN_CLASSA_NET;
792 *maskp = IN_CLASSB_NET;
794 *maskp = IN_CLASSC_NET;
801 *netp &= *maskp;
895 pcap_lookupnet(device, netp, maskp, errbu
[all...]
/external/opencv/cv/src/
H A Dcvcalccontrasthistogram.cpp221 uchar *maskp = mask;
228 for( y = 0; y < size.height; y++, data0 += step, maskp += mask_step )
232 if( maskp[x] )
234 if( maskp[x + 1] )
253 if( maskp[x + mask_step] )
/external/qemu/distrib/sdl-1.2.15/test/
H A Dthreadwin.c24 SDL_Surface *LoadIconSurface(char *file, Uint8 **maskp) argument
31 *maskp = NULL;
76 *maskp = mask;
H A Dtestwm.c63 SDL_Surface *LoadIconSurface(char *file, Uint8 **maskp) argument
70 *maskp = NULL;
118 *maskp = mask;
/external/iproute2/include/
H A Diptables.h153 struct in_addr *maskp, unsigned int *naddrs);
/external/iptables/libxtables/
H A Dxtables.c1485 struct in_addr *maskp, unsigned int *naddrs)
1499 memcpy(maskp, addrp, sizeof(*maskp));
1502 if (maskp->s_addr == 0U)
1508 addrp[j++].s_addr &= maskp->s_addr;
1794 struct in6_addr *maskp, unsigned int *naddrs)
1809 memcpy(maskp, addrp, sizeof(*maskp));
1812 if (memcmp(maskp, &zero_addr, sizeof(zero_addr)) == 0)
1819 addrp[j].s6_addr32[k] &= maskp
1484 xtables_ipparse_any(const char *name, struct in_addr **addrpp, struct in_addr *maskp, unsigned int *naddrs) argument
1793 xtables_ip6parse_any(const char *name, struct in6_addr **addrpp, struct in6_addr *maskp, unsigned int *naddrs) argument
[all...]

Completed in 371 milliseconds