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

/netgear-R7000-V1.0.7.12_1.2.5/src/router/ppp/pppd/
H A Dauth.c1470 char *ptr_word, *ptr_mask; local
1520 ptr_mask = strchr (ptr_word, '/');
1521 if (ptr_mask != NULL) {
1525 bit_count = (int) strtol (ptr_mask+1, &endp, 10);
1528 ptr_mask+1);
1537 warn("invalid address length syntax: %v", ptr_mask+1);
1540 *ptr_mask = '\0';
1551 if (ptr_mask == NULL) {
1566 if (ptr_mask != NULL)
1567 *ptr_mask
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/ppp-2.4.4/pppd/
H A Dauth.c2066 char *ptr_word, *ptr_mask; local
2116 ptr_mask = strchr (ptr_word, '/');
2117 if (ptr_mask != NULL) {
2121 bit_count = (int) strtol (ptr_mask+1, &endp, 10);
2124 ptr_mask+1);
2133 warn("invalid address length syntax: %v", ptr_mask+1);
2136 *ptr_mask = '\0';
2147 if (ptr_mask == NULL) {
2162 if (ptr_mask != NULL)
2163 *ptr_mask
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/gpu/drm/radeon/
H A Dradeon_ring.c257 rdev->cp.ring_free_dw &= rdev->cp.ptr_mask;
356 rdev->cp.ptr_mask = (rdev->cp.ring_size / 4) - 1;
H A Dradeon.h436 uint32_t ptr_mask; member in struct:radeon_cp
452 uint32_t ptr_mask; member in struct:r600_ih
1275 rdev->cp.wptr &= rdev->cp.ptr_mask;
H A Devergreen.c1754 wptr, rdev->ih.rptr, (wptr + 16) + rdev->ih.ptr_mask);
1755 rdev->ih.rptr = (wptr + 16) & rdev->ih.ptr_mask;
1760 return (wptr & rdev->ih.ptr_mask);
1998 rptr &= rdev->ih.ptr_mask;
H A Dr600.c2757 rdev->ih.ptr_mask = rdev->ih.ring_size - 1;
3250 wptr, rdev->ih.rptr, (wptr + 16) + rdev->ih.ptr_mask);
3251 rdev->ih.rptr = (wptr + 16) & rdev->ih.ptr_mask;
3256 return (wptr & rdev->ih.ptr_mask);
3443 rptr &= rdev->ih.ptr_mask;
3481 i = (i + 1) & rdev->cp.ptr_mask;
H A Dr100.c1018 rdev->cp.wptr &= rdev->cp.ptr_mask;
2457 count = (rdp + rdev->cp.ring_size - wdp) & rdev->cp.ptr_mask;
2464 i = (rdp + j) & rdev->cp.ptr_mask;

Completed in 143 milliseconds