Searched defs:maskp (Results 1 - 4 of 4) 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/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/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 102 milliseconds