Searched refs:nmask (Results 1 - 4 of 4) sorted by relevance

/external/ppp/pppd/
H A Dsys-solaris.c2397 u_int32_t mask, nmask, ina; local
2404 nmask = IN_CLASSA_NET;
2406 nmask = IN_CLASSB_NET;
2408 nmask = IN_CLASSC_NET;
2410 mask = netmask | htonl(nmask);
2436 if ((ntohl(ina) & nmask) != (addr & nmask))
H A Dsys-linux.c1907 u_int32_t mask, nmask, ina; local
1915 nmask = IN_CLASSA_NET;
1917 nmask = IN_CLASSB_NET;
1919 nmask = IN_CLASSC_NET;
1922 mask = netmask | htonl(nmask);
1942 if (((ntohl(ina) ^ addr) & nmask) != 0)
/external/compiler-rt/include/sanitizer/
H A Dlinux_syscall_hooks.h1495 #define __sanitizer_syscall_pre_set_mempolicy(mode, nmask, maxnode) \
1496 __sanitizer_syscall_pre_impl_set_mempolicy((long)(mode), (long)(nmask), \
1498 #define __sanitizer_syscall_post_set_mempolicy(res, mode, nmask, maxnode) \
1500 (long)(nmask), (long)(maxnode))
1517 #define __sanitizer_syscall_pre_mbind(start, len, mode, nmask, maxnode, flags) \
1519 (long)(nmask), (long)(maxnode), \
1521 #define __sanitizer_syscall_post_mbind(res, start, len, mode, nmask, maxnode, \
1524 (long)(mode), (long)(nmask), \
1526 #define __sanitizer_syscall_pre_get_mempolicy(policy, nmask, maxnode, addr, \
1528 __sanitizer_syscall_pre_impl_get_mempolicy((long)(policy), (long)(nmask), \
[all...]
/external/valgrind/VEX/priv/
H A Dguest_arm64_toIR.c9219 ULong nmask = (ULong)(((Long)0x8000000000000000ULL) >> (sh-1)); local
9220 IRExpr* nmaskV = binop(Iop_64HLtoV128, mkU64(nmask), mkU64(nmask));
9251 ULong nmask = (1ULL << sh) - 1; local
9252 IRExpr* nmaskV = binop(Iop_64HLtoV128, mkU64(nmask), mkU64(nmask));
10449 IRExpr* nmask = binop(mkVecSHLN(size), local
10454 binop(Iop_AndV128, getQReg128(dd), nmask)));
10496 IRExpr* nmask = binop(mkVecSHRN(size), local
10501 binop(Iop_AndV128, getQReg128(dd), nmask)));
[all...]

Completed in 193 milliseconds