Searched refs:old_valid (Results 1 - 3 of 3) sorted by relevance

/netbsd-current/external/gpl3/gdb/dist/gdb/nat/
H A Daarch64-linux-hw-point.c138 static const uint8_t old_valid[] = { 0x01, 0x03, 0x0f, 0xff }; local
140 for (const uint8_t old_mask : old_valid)
/netbsd-current/external/gpl3/gdb.old/dist/gdb/nat/
H A Daarch64-linux-hw-point.c378 static const uint8_t old_valid[] = { 0x01, 0x03, 0x0f, 0xff }; local
380 for (const uint8_t old_mask : old_valid)
/netbsd-current/external/bsd/openldap/dist/servers/slapd/overlays/
H A Dhomedir.c1813 int old_valid = 0; local
1841 if ( rc == 0 && old_uidn >= data->min_uid ) old_valid = 1;
1850 if ( new_valid && !old_valid ) { /* like an add */
1859 } else if ( old_valid && !new_valid &&
1865 } else if ( new_valid && old_valid ) { /* change */

Completed in 204 milliseconds