Searched refs:SLOT (Results 1 - 24 of 24) sorted by relevance

/netbsd-current/external/gpl3/gdb.old/dist/sim/cr16/
H A Dcr16_sim.h110 #define SLOT (State.slot) macro
115 SLOT[SLOT_NR].dest = &(DEST); \
116 SLOT[SLOT_NR].size = sizeof (DEST); \
120 SLOT[SLOT_NR].data._1 = (unsigned_1) (VAL); \
121 SLOT[SLOT_NR].mask._1 = (unsigned_1) (MSK); \
124 SLOT[SLOT_NR].data._2 = (unsigned_2) (VAL); \
125 SLOT[SLOT_NR].mask._2 = (unsigned_2) (MSK); \
128 SLOT[SLOT_NR].data._4 = (unsigned_4) (VAL); \
129 SLOT[SLOT_NR].mask._4 = (unsigned_4) (MSK); \
143 switch (SLOT[
[all...]
/netbsd-current/external/gpl3/gdb/dist/sim/cr16/
H A Dcr16_sim.h100 #define SLOT (State.slot) macro
105 SLOT[SLOT_NR].dest = &(DEST); \
106 SLOT[SLOT_NR].size = sizeof (DEST); \
110 SLOT[SLOT_NR].data._1 = (unsigned_1) (VAL); \
111 SLOT[SLOT_NR].mask._1 = (unsigned_1) (MSK); \
114 SLOT[SLOT_NR].data._2 = (unsigned_2) (VAL); \
115 SLOT[SLOT_NR].mask._2 = (unsigned_2) (MSK); \
118 SLOT[SLOT_NR].data._4 = (unsigned_4) (VAL); \
119 SLOT[SLOT_NR].mask._4 = (unsigned_4) (MSK); \
133 switch (SLOT[
[all...]
/netbsd-current/external/gpl3/gdb.old/dist/gas/testsuite/gas/m32r/
H A Dfslotx.s1 # Test the FILL-SLOT attribute.
2 # The FILL-SLOT attribute ensures the next insn begins on a 32 byte boundary.
H A Dfslot.s1 # Test the FILL-SLOT attribute.
2 # The FILL-SLOT attribute ensures the next insn begins on a 32 byte boundary.
/netbsd-current/external/gpl3/gdb.old/dist/sim/d10v/
H A Dd10v_sim.h102 #define SLOT (State.slot) macro
107 SLOT[SLOT_NR].dest = &(DEST); \
108 SLOT[SLOT_NR].size = sizeof (DEST); \
112 SLOT[SLOT_NR].data._1 = (unsigned_1) (VAL); \
113 SLOT[SLOT_NR].mask._1 = (unsigned_1) (MSK); \
116 SLOT[SLOT_NR].data._2 = (unsigned_2) (VAL); \
117 SLOT[SLOT_NR].mask._2 = (unsigned_2) (MSK); \
120 SLOT[SLOT_NR].data._4 = (unsigned_4) (VAL); \
121 SLOT[SLOT_NR].mask._4 = (unsigned_4) (MSK); \
124 SLOT[SLOT_N
[all...]
/netbsd-current/external/gpl3/gdb/dist/sim/d10v/
H A Dd10v_sim.h93 #define SLOT (State.slot) macro
98 SLOT[SLOT_NR].dest = &(DEST); \
99 SLOT[SLOT_NR].size = sizeof (DEST); \
103 SLOT[SLOT_NR].data._1 = (unsigned_1) (VAL); \
104 SLOT[SLOT_NR].mask._1 = (unsigned_1) (MSK); \
107 SLOT[SLOT_NR].data._2 = (unsigned_2) (VAL); \
108 SLOT[SLOT_NR].mask._2 = (unsigned_2) (MSK); \
111 SLOT[SLOT_NR].data._4 = (unsigned_4) (VAL); \
112 SLOT[SLOT_NR].mask._4 = (unsigned_4) (MSK); \
115 SLOT[SLOT_N
[all...]
/netbsd-current/external/bsd/wpa/dist/wpa_supplicant/wpa_gui-qt4/
H A Dstringquery.cpp24 connect(edit, SIGNAL(returnPressed()), this, SLOT(accept()));
H A Dwpagui.cpp53 SLOT(startService()));
55 SLOT(stopService()));
62 SLOT(addInterface()));
75 SLOT(eventHistory()));
77 SLOT(saveConfig()));
78 connect(actionWPS, SIGNAL(triggered()), this, SLOT(wpsDialog()));
79 connect(actionPeers, SIGNAL(triggered()), this, SLOT(peersDialog()));
80 connect(fileExitAction, SIGNAL(triggered()), qApp, SLOT(quit()));
82 SLOT(addNetwork()));
84 SLOT(editSelectedNetwor
[all...]
H A Duserdatarequest.cpp20 connect(buttonOk, SIGNAL(clicked()), this, SLOT(sendReply()));
21 connect(buttonCancel, SIGNAL(clicked()), this, SLOT(reject()));
22 connect(queryEdit, SIGNAL(returnPressed()), this, SLOT(sendReply()));
H A Dscanresults.cpp23 connect(closeButton, SIGNAL(clicked()), this, SLOT(close()));
24 connect(scanButton, SIGNAL(clicked()), this, SLOT(scanRequest()));
27 SLOT(bssSelected(QTreeWidgetItem *)));
H A Dpeers.cpp92 this, SLOT(context_menu(const QPoint &)));
203 SLOT(enter_pin()));
208 SLOT(ctx_p2p_connect()));
214 SLOT(connect_pbc()));
217 SLOT(ctx_p2p_req_pin()));
219 SLOT(ctx_p2p_show_pin()));
225 SLOT(ctx_p2p_display_pin()));
231 SLOT(ctx_p2p_enter_pin()));
237 SLOT(ctx_p2p_show_passphrase()));
239 SLOT(ctx_p2p_remove_grou
[all...]
H A Deventhistory.cpp81 connect(closeButton, SIGNAL(clicked()), this, SLOT(close()));
H A Dnetworkconfig.cpp37 SLOT(authChanged(int)));
38 connect(cancelButton, SIGNAL(clicked()), this, SLOT(close()));
39 connect(addButton, SIGNAL(clicked()), this, SLOT(addNetwork()));
41 SLOT(encrChanged(const QString &)));
42 connect(removeButton, SIGNAL(clicked()), this, SLOT(removeNetwork()));
44 SLOT(eapChanged(int)));
45 connect(useWpsButton, SIGNAL(clicked()), this, SLOT(useWps()));
H A Daddinterface.cpp50 SLOT(interfaceSelected(QTreeWidgetItem *)));
/netbsd-current/external/gpl2/gettext/dist/gettext-tools/examples/hello-c++-kde/
H A Dhello.cc62 &application, SLOT (quit ()));
/netbsd-current/external/gpl2/gettext/dist/gettext-tools/examples/hello-c++-qt/
H A Dhello.cc60 QObject::connect (button, SIGNAL (clicked ()), &application, SLOT (quit ()));
/netbsd-current/sys/arch/macppc/dev/
H A Dif_bmreg.h93 #define SLOT 0x0470 macro
/netbsd-current/sys/arch/ia64/disasm/
H A Ddisasm_int.h52 #define SLOT(p,i) ((_SLOT(p,i) >> (TMPL_BITS+((i)<<3)+(i))) & SLOT_MASK) macro
H A Ddisasm_decode.c542 bits = SLOT(ip, slot);
658 bits = SLOT(ip, slot);
909 bits = SLOT(ip, slot);
1321 bits = SLOT(ip, slot);
2481 bits = SLOT(ip, slot);
2485 b->b_inst[slot - 1].i_bits = SLOT(ip, slot - 1);
/netbsd-current/external/apache2/mDNSResponder/dist/mDNSCore/
H A DmDNSEmbeddedAPI.h1458 #define FORALL_AUTHRECORDS(SLOT,AG,AR) \
1459 for ((SLOT) = 0; (SLOT) < AUTH_HASH_SLOTS; (SLOT)++) \
1460 for ((AG)=m->rrauth.rrauth_hash[(SLOT)]; (AG); (AG)=(AG)->next) \
2521 #define FORALL_CACHERECORDS(SLOT,CG,CR) \
2522 for ((SLOT) = 0; (SLOT) < CACHE_HASH_SLOTS; (SLOT)++) \
2523 for ((CG)=m->rrcache_hash[(SLOT)]; (C
[all...]
/netbsd-current/external/gpl3/gdb.old/dist/bfd/
H A Dxtensa-isa.c496 #define CHECK_SLOT(INTISA,FMT,SLOT,ERRVAL) \
498 if ((SLOT) < 0 || (SLOT) >= (INTISA)->formats[FMT].num_slots) \
/netbsd-current/external/gpl3/gdb/dist/bfd/
H A Dxtensa-isa.c507 #define CHECK_SLOT(INTISA,FMT,SLOT,ERRVAL) \
509 if ((SLOT) < 0 || (SLOT) >= (INTISA)->formats[FMT].num_slots) \
/netbsd-current/external/gpl3/binutils.old/dist/bfd/
H A Dxtensa-isa.c495 #define CHECK_SLOT(INTISA,FMT,SLOT,ERRVAL) \
497 if ((SLOT) < 0 || (SLOT) >= (INTISA)->formats[FMT].num_slots) \
/netbsd-current/external/gpl3/binutils/dist/bfd/
H A Dxtensa-isa.c507 #define CHECK_SLOT(INTISA,FMT,SLOT,ERRVAL) \
509 if ((SLOT) < 0 || (SLOT) >= (INTISA)->formats[FMT].num_slots) \

Completed in 381 milliseconds