Home
last modified time | relevance | path

Searched refs:SLOT (Results 1 – 25 of 29) sorted by relevance

12

/external/llvm/test/CodeGen/ARM/Windows/
Dtls.ll25 ; CHECK-NEXT: ldr [[SLOT:r[0-9]]], [[CPI:LCPI[0-9]+_[0-9]+]]
27 ; CHECK-NEXT: ldr r0, {{\[}}[[TLS]], [[SLOT]]]
46 ; CHECK-NEXT: ldr [[SLOT:r[0-9]]], [[CPI:LCPI[0-9]+_[0-9]+]]
48 ; CHECK-NEXT: ldr r0, {{\[}}[[TLS]], [[SLOT]]]
67 ; CHECK-NEXT: ldr [[SLOT:r[0-9]]], [[CPI:LCPI[0-9]+_[0-9]+]]
69 ; CHECK-NEXT: ldr r0, {{\[}}[[TLS]], [[SLOT]]]
88 ; CHECK-NEXT: ldr [[SLOT:r[0-9]]], [[CPI:LCPI[0-9]+_[0-9]+]]
90 ; CHECK-NEXT: ldr r0, {{\[}}[[TLS]], [[SLOT]]]
109 ; CHECK-NEXT: ldr [[SLOT:r[0-9]]], [[CPI:LCPI[0-9]+_[0-9]+]]
111 ; CHECK-NEXT: ldr r0, {{\[}}[[TLS]], [[SLOT]]]
[all …]
/external/skia/debugger/QT/
DSkDebuggerGUI.cpp55 SLOT(updateDrawCommandInfo())); in SkDebuggerGUI()
56 connect(&fActionOpen, SIGNAL(triggered()), this, SLOT(openFile())); in SkDebuggerGUI()
57 connect(&fActionDirectory, SIGNAL(triggered()), this, SLOT(toggleDirectory())); in SkDebuggerGUI()
58 …et, SIGNAL(currentItemChanged(QListWidgetItem*, QListWidgetItem*)), this, SLOT(loadFile(QListWidge… in SkDebuggerGUI()
59 …connect(&fDirectoryWatcher, SIGNAL(directoryChanged(QString)), this, SLOT(populateDirectoryWidget(… in SkDebuggerGUI()
60 connect(&fActionDelete, SIGNAL(triggered()), this, SLOT(actionDelete())); in SkDebuggerGUI()
61 …connect(&fListWidget, SIGNAL(itemDoubleClicked(QListWidgetItem*)), this, SLOT(toggleBreakpoint())); in SkDebuggerGUI()
62 connect(&fActionRewind, SIGNAL(triggered()), this, SLOT(actionRewind())); in SkDebuggerGUI()
63 connect(&fActionPlay, SIGNAL(triggered()), this, SLOT(actionPlay())); in SkDebuggerGUI()
64 connect(&fActionStepBack, SIGNAL(triggered()), this, SLOT(actionStepBack())); in SkDebuggerGUI()
[all …]
DSkCanvasWidget.cpp44 connect(&fRasterWidget, SIGNAL(drawComplete()), this->parentWidget(), SLOT(drawComplete())); in SkCanvasWidget()
46 connect(&fGLWidget, SIGNAL(drawComplete()), this->parentWidget(), SLOT(drawComplete())); in SkCanvasWidget()
/external/wpa_supplicant_8/wpa_supplicant/wpa_gui-qt4/
Dwpagui.cpp53 SLOT(startService())); in WpaGui()
55 SLOT(stopService())); in WpaGui()
62 SLOT(addInterface())); in WpaGui()
75 SLOT(eventHistory())); in WpaGui()
77 SLOT(saveConfig())); in WpaGui()
78 connect(actionWPS, SIGNAL(triggered()), this, SLOT(wpsDialog())); in WpaGui()
79 connect(actionPeers, SIGNAL(triggered()), this, SLOT(peersDialog())); in WpaGui()
80 connect(fileExitAction, SIGNAL(triggered()), qApp, SLOT(quit())); in WpaGui()
82 SLOT(addNetwork())); in WpaGui()
84 SLOT(editSelectedNetwork())); in WpaGui()
[all …]
Duserdatarequest.cpp20 connect(buttonOk, SIGNAL(clicked()), this, SLOT(sendReply())); in UserDataRequest()
21 connect(buttonCancel, SIGNAL(clicked()), this, SLOT(reject())); in UserDataRequest()
22 connect(queryEdit, SIGNAL(returnPressed()), this, SLOT(sendReply())); in UserDataRequest()
Dpeers.cpp92 this, SLOT(context_menu(const QPoint &))); in Peers()
203 SLOT(enter_pin())); in context_menu()
208 SLOT(ctx_p2p_connect())); in context_menu()
214 SLOT(connect_pbc())); in context_menu()
217 SLOT(ctx_p2p_req_pin())); in context_menu()
219 SLOT(ctx_p2p_show_pin())); in context_menu()
225 SLOT(ctx_p2p_display_pin())); in context_menu()
231 SLOT(ctx_p2p_enter_pin())); in context_menu()
237 SLOT(ctx_p2p_show_passphrase())); in context_menu()
239 SLOT(ctx_p2p_remove_group())); in context_menu()
[all …]
Dscanresults.cpp23 connect(closeButton, SIGNAL(clicked()), this, SLOT(close())); in ScanResults()
24 connect(scanButton, SIGNAL(clicked()), this, SLOT(scanRequest())); in ScanResults()
27 SLOT(bssSelected(QTreeWidgetItem *))); in ScanResults()
Dnetworkconfig.cpp37 SLOT(authChanged(int))); in NetworkConfig()
38 connect(cancelButton, SIGNAL(clicked()), this, SLOT(close())); in NetworkConfig()
39 connect(addButton, SIGNAL(clicked()), this, SLOT(addNetwork())); in NetworkConfig()
41 SLOT(encrChanged(const QString &))); in NetworkConfig()
42 connect(removeButton, SIGNAL(clicked()), this, SLOT(removeNetwork())); in NetworkConfig()
44 SLOT(eapChanged(int))); in NetworkConfig()
45 connect(useWpsButton, SIGNAL(clicked()), this, SLOT(useWps())); in NetworkConfig()
Dstringquery.cpp24 connect(edit, SIGNAL(returnPressed()), this, SLOT(accept())); in StringQuery()
Deventhistory.cpp81 connect(closeButton, SIGNAL(clicked()), this, SLOT(close())); in EventHistory()
Daddinterface.cpp50 SLOT(interfaceSelected(QTreeWidgetItem *))); in AddInterface()
/external/llvm/test/CodeGen/X86/
Dstack-protector-msvc.ll6 ; MSVC-I386: movl %[[REG1]], [[SLOT:[0-9]*]](%esp)
8 ; MSVC-I386: movl [[SLOT]](%esp), %ecx
13 ; MSVC-64: movq %[[REG1]], [[SLOT:[0-9]*]](%rsp)
15 ; MSVC-64: movq [[SLOT]](%rsp), %rcx
/external/clang/test/CodeGenObjC/
Darc-blocks.m32 // CHECK: [[SLOT:%.*]] = getelementptr inbounds [[BLOCK_T]], [[BLOCK_T]]* [[BLOCK]], i32 0, i3…
35 // CHECK-NEXT: store i8* [[T1]], i8** [[SLOT]],
121 …// CHECK: [[SLOT:%.*]] = getelementptr inbounds [[BYREF_T]], [[BYREF_T]]* [[VAR]], i32 0, i32…
124 // CHECK-NEXT: store i8* [[T1]], i8** [[SLOT]]
125 …// CHECK-NEXT: [[SLOT:%.*]] = getelementptr inbounds [[BYREF_T]], [[BYREF_T]]* [[VAR]], i32 0, i32…
133 // CHECK-NEXT: [[T0:%.*]] = load i8*, i8** [[SLOT]]
152 // CHECK: [[SLOT:%.*]] = getelementptr inbounds {{.*}}, i32 0, i32 6
153 // CHECK-NEXT: [[T0:%.*]] = load i8*, i8** [[SLOT]], align 8
154 // CHECK-NEXT: store i8* null, i8** [[SLOT]],
206 …// CHECK: [[SLOT:%.*]] = getelementptr inbounds [[BYREF_T]], [[BYREF_T]]* [[VAR]], i32 0, i32…
[all …]
Darc.m518 // CHECK-NEXT: [[SLOT:%.*]] = getelementptr inbounds [5 x i8*], [5 x i8*]* [[X]], i64 0, i64 2
519 // CHECK-NEXT: [[T0:%.*]] = load i8*, i8** [[SLOT]]
520 // CHECK-NEXT: store i8* [[T1]], i8** [[SLOT]]
/external/eigen/demos/opengl/
Dquaternion_demo.cpp343 connect(&m_timer, SIGNAL(timeout()), this, SLOT(animate())); in keyPressEvent()
357 disconnect(&m_timer, SIGNAL(timeout()), this, SLOT(animate())); in stopAnimation()
546 connect(&m_timer, SIGNAL(timeout()), this, SLOT(animate())); in resetCamera()
560 connect(but, SIGNAL(clicked()), this, SLOT(resetCamera())); in createNavigationControlWidget()
577 connect(group, SIGNAL(buttonClicked(int)), this, SLOT(setNavMode(int))); in createNavigationControlWidget()
596 connect(group, SIGNAL(buttonClicked(int)), this, SLOT(setRotationMode(int))); in createNavigationControlWidget()
615 connect(group, SIGNAL(buttonClicked(int)), this, SLOT(setLerpMode(int))); in createNavigationControlWidget()
/external/python/cpython2/Objects/
Dtypeobject.c3814 #define COPYVAL(SLOT) \ argument
3815 if (type->SLOT == 0) type->SLOT = base->SLOT
3875 #define SLOTDEFINED(SLOT) \ argument
3876 (base->SLOT != 0 && \
3877 (basebase == NULL || base->SLOT != basebase->SLOT))
3879 #define COPYSLOT(SLOT) \ argument
3880 if (!type->SLOT && SLOTDEFINED(SLOT)) type->SLOT = base->SLOT
3882 #define COPYNUM(SLOT) COPYSLOT(tp_as_number->SLOT) argument
3883 #define COPYSEQ(SLOT) COPYSLOT(tp_as_sequence->SLOT) argument
3884 #define COPYMAP(SLOT) COPYSLOT(tp_as_mapping->SLOT) argument
[all …]
/external/llvm/test/CodeGen/ARM/
Dfast-isel-intrinsic.ll66 ; ARM: str r0, [sp[[SLOT:[, #0-9]*]]] @ 4-byte Spill
68 ; ARM: ldr r1, [sp[[SLOT]]] @ 4-byte Reload
87 ; THUMB: str r0, [sp[[SLOT:[, #0-9]*]]] @ 4-byte Spill
89 ; THUMB: ldr r1, [sp[[SLOT]]] @ 4-byte Reload
135 ; THUMB: str r0, [sp[[SLOT:[, #0-9]*]]] @ 4-byte Spill
137 ; THUMB: ldr r1, [sp[[SLOT]]] @ 4-byte Reload
Dstruct-byval-frame-index.ll8 ; CHECK: str r{{.*}}, [sp, [[SLOT:#[0-9]+]]] @ 4-byte Spill
12 ; CHECK: ldr r{{.*}}, [sp, [[SLOT]]] @ 4-byte Reload
/external/mdnsresponder/mDNSCore/
DmDNSEmbeddedAPI.h1160 #define FORALL_AUTHRECORDS(SLOT,AG,AR) \ argument
1161 for ((SLOT) = 0; (SLOT) < AUTH_HASH_SLOTS; (SLOT)++) \
1162 for ((AG)=m->rrauth.rrauth_hash[(SLOT)]; (AG); (AG)=(AG)->next) \
1968 #define FORALL_CACHERECORDS(SLOT,CG,CR) \ argument
1969 for ((SLOT) = 0; (SLOT) < CACHE_HASH_SLOTS; (SLOT)++) \
1970 for ((CG)=m->rrcache_hash[(SLOT)]; (CG); (CG)=(CG)->next) \
/external/syslinux/gpxe/src/drivers/net/rtl818x/
Drtl818x.h164 u8 SLOT; member
Drtl8185_rtl8225.c783 rtl818x_iowrite8(priv, &priv->map->SLOT, 0x9); in rtl8225_rf_conf_erp()
789 rtl818x_iowrite8(priv, &priv->map->SLOT, 0x14); in rtl8225_rf_conf_erp()
/external/autotest/client/site_tests/firmware_TouchMTB/
Dfirmware_constants.py169 MTB.SLOT = 'slot'
Dmtb.py1032 displacements[tid][MTB.SLOT] = finger_path.slot
Dvalidators.py1099 slot = displacements[tid][MTB.SLOT]
/external/llvm/lib/Target/Hexagon/
DHexagonScheduleV60.td81 // SLOT | CVI_LD | |CVI_MPY3 | |CVI_MPY2 | |CVI_SHIFT| |CVI_XLANE| | CVI_ST |

12