Home
last modified time | relevance | path

Searched refs:srs (Results 1 – 25 of 80) sorted by relevance

1234

/netbsd/external/gpl3/gdb/dist/ld/testsuite/ld-csky/
H A Ddata.s8 srs.b r11, [word1]
9 srs.h r11, [word1]
10 srs.w r11, [word1]
H A Ddata.d16 [0-9a-f]+: cd700004 srs.b r11, \[0x4\] // the offset is based on .data
17 [0-9a-f]+: cd740002 srs.h r11, \[0x2\] // the offset is based on .data
18 [0-9a-f]+: cd780001 srs.w r11, \[0x1\] // the offset is based on .data
/netbsd/external/gpl3/gdb.old/dist/ld/testsuite/ld-csky/
H A Ddata.s8 srs.b r11, [word1]
9 srs.h r11, [word1]
10 srs.w r11, [word1]
H A Ddata.d16 [0-9a-f]+: cd700004 srs.b r11, \[0x4\] // the offset is based on .data
17 [0-9a-f]+: cd740002 srs.h r11, \[0x2\] // the offset is based on .data
18 [0-9a-f]+: cd780001 srs.w r11, \[0x1\] // the offset is based on .data
/netbsd/external/gpl3/gdb/dist/gas/testsuite/gas/arm/
H A Dsrs-t2.s14 srs r13, #13
15 srs r13!, #13
18 srs r4, #13
H A Dsrs-arm.s28 srs r13, #13
29 srs r13!, #13
30 srs r4, #13
H A Dsrs-arm.d2 # error_output: srs-arm.l
H A Dsrs-t2.d2 # error_output: srs-t2.l
H A Dsrs-t2.l6 [^:]*:18: Error: SRS base register must be r13 -- `srs r4,#13'
/netbsd/external/gpl3/gdb.old/dist/gas/testsuite/gas/arm/
H A Dsrs-t2.s14 srs r13, #13
15 srs r13!, #13
18 srs r4, #13
H A Dsrs-arm.s28 srs r13, #13
29 srs r13!, #13
30 srs r4, #13
H A Dsrs-arm.d2 # error_output: srs-arm.l
H A Dsrs-t2.d2 # error_output: srs-t2.l
H A Dsrs-t2.l6 [^:]*:18: Error: SRS base register must be r13 -- `srs r4,#13'
/netbsd/external/bsd/openldap/dist/servers/slapd/overlays/
H A Dsyncprov.c147 sync_control *srs; member
688 sync_control *srs = NULL; in syncprov_findcsn() local
1834 sync_control *srs = uuid_progress->srs; in syncprov_accesslog_uuid_cb() local
2232 .srs = srs, in syncprov_play_accesslog()
2987 srs->sr_state.rid, in syncprov_search_response()
3057 sync_control *srs; in syncprov_op_search() local
3187 srs->sr_state.numcsns--; in syncprov_op_search()
3189 srs->sr_state.ctxcsn[j] = srs->sr_state.ctxcsn[j+1]; in syncprov_op_search()
3190 srs->sr_state.sids[j] = srs->sr_state.sids[j+1]; in syncprov_op_search()
3213 srs->sr_state.numcsns = 0; in syncprov_op_search()
[all …]
/netbsd/external/gpl3/gdb/dist/gas/testsuite/gas/cris/
H A Drd-v32s-4.d12 [ ]+6:[ ]+3736[ ]+move r7,srs
28 [ ]+26:[ ]+7736[ ]+move srs,r7
44 [ ]+52:[ ]+3f3e 0700 0000[ ]+move 7 <here\+0x7>,srs
60 [ ]+a6:[ ]+773a[ ]+move srs,\[r7\]
76 [ ]+c6:[ ]+373a[ ]+move \[r7\],srs
H A Drd-v32s-3.s7 move $r6,$srs
/netbsd/external/gpl3/gdb.old/dist/gas/testsuite/gas/cris/
H A Drd-v32s-4.d12 [ ]+6:[ ]+3736[ ]+move r7,srs
28 [ ]+26:[ ]+7736[ ]+move srs,r7
44 [ ]+52:[ ]+3f3e 0700 0000[ ]+move 7 <here\+0x7>,srs
60 [ ]+a6:[ ]+773a[ ]+move srs,\[r7\]
76 [ ]+c6:[ ]+373a[ ]+move \[r7\],srs
H A Drd-v32s-3.s7 move $r6,$srs
/netbsd/external/apache2/mDNSResponder/dist/mDNSShared/
H A Duds_daemon.c763 if (srv->srs.RR_TXT.resrec.rdata != &srv->srs.RR_TXT.rdatastorage) in unlink_and_free_service_instance()
771 if (srv->srs.AnonData) in unlink_and_free_service_instance()
774 srv->srs.AnonData = NULL; in unlink_and_free_service_instance()
785 ResourceRecord *r = &srs->RR_SRV.resrec; in CountPeerRegistrations()
829 instance = srs->ServiceContext; in regservice_callback()
847 …LogOperation(fmt, prefix, srs->RR_SRV.resrec.name->c, mDNSVal16(srs->RR_SRV.resrec.rdata->u.srv.po… in regservice_callback()
1217 ServiceRecordSet *srs = &instance->srs; in add_record_to_service() local
1237 LogMcastS(&srs->RR_PTR, request, reg_start); in add_record_to_service()
1668 instance->srs.AnonData = mDNSNULL; in register_service_instance()
1801 if (!ptr->srs.AnonData) in CheckForMixedRegistrations()
[all …]
/netbsd/sys/net80211/
H A Dieee80211_proto.c355 struct ieee80211_rateset *srs, *nrs; in ieee80211_fix_rate() local
367 srs = &ic->ic_sup_rates[ieee80211_chan2mode(ic, ni->ni_chan)]; in ieee80211_fix_rate()
389 if (r == RV(srs->rs_rates[ic->ic_fixed_rate])) in ieee80211_fix_rate()
396 for (j = 0; j < srs->rs_nrates; j++) { in ieee80211_fix_rate()
397 if (r == RV(srs->rs_rates[j])) { in ieee80211_fix_rate()
405 nrs->rs_rates[i] = srs->rs_rates[j]; in ieee80211_fix_rate()
409 if (j == srs->rs_nrates) { in ieee80211_fix_rate()
/netbsd/external/gpl3/gdb/dist/sim/testsuite/sim/cris/asm/
H A Duser.ms12 move 0,srs
71 testsr srs,3 ; 0 0
/netbsd/external/gpl3/gdb.old/dist/sim/testsuite/sim/cris/asm/
H A Duser.ms12 move 0,srs
71 testsr srs,3 ; 0 0
/netbsd/external/gpl3/gdb/dist/sim/ppc/
H A Dvm.c865 sreg *srs, in om_unpack_sr() argument
878 new_sr_value = srs[which_sr]; in om_unpack_sr()
902 sreg *srs, in om_unpack_srs() argument
908 om_unpack_sr(virtual, srs, which_sr, in om_unpack_srs()
921 sreg *srs, in vm_synchronize_context() argument
967 om_unpack_srs(virtual, srs, in vm_synchronize_context()
/netbsd/external/gpl3/gdb.old/dist/sim/ppc/
H A Dvm.c865 sreg *srs, in om_unpack_sr() argument
878 new_sr_value = srs[which_sr]; in om_unpack_sr()
902 sreg *srs, in om_unpack_srs() argument
908 om_unpack_sr(virtual, srs, which_sr, in om_unpack_srs()
921 sreg *srs, in vm_synchronize_context() argument
967 om_unpack_srs(virtual, srs, in vm_synchronize_context()

1234