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

/external/llvm/test/MC/AArch64/
H A Darm64-condbr-without-dots.s3 beq lbl
4 bne lbl
5 bcs lbl
6 bhs lbl
7 blo lbl
8 bcc lbl
9 bmi lbl
10 bpl lbl
11 bvs lbl
12 bvc lbl
[all...]
H A Dbasic-a64-instructions.s1127 cbz w5, lbl
1128 cbz x5, lbl
1129 cbnz x2, lbl
1130 cbnz x26, lbl
1131 // CHECK: cbz w5, lbl // encoding: [0bAAA00101,A,A,0x34]
1132 // CHECK: // fixup A - offset: 0, value: lbl, kind: fixup_aarch64_pcrel_branch19
1133 // CHECK: cbz x5, lbl // encoding: [0bAAA00101,A,A,0xb4]
1134 // CHECK: // fixup A - offset: 0, value: lbl, kind: fixup_aarch64_pcrel_branch19
1135 // CHECK: cbnz x2, lbl // encoding: [0bAAA00010,A,A,0xb5]
1136 // CHECK: // fixup A - offset: 0, value: lbl, kin
[all...]
H A Dbasic-a64-diagnostics.s1095 cbnz wsp, lbl
1096 cbz sp, lbl
1099 // CHECK-ERROR-NEXT: cbnz wsp, lbl
1102 // CHECK-ERROR-NEXT: cbz sp, lbl
1125 b.zf lbl
1127 // CHECK-ERROR-NEXT: b.zf lbl
/external/clang/test/CodeGen/
H A Dstatements.c29 static void *lbls[] = { &&lbl };
31 lbl:
H A Dexprs.c173 __extension__({ goto lbl; });
174 lbl:
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/parsers/nasm/tests/
H A Dnewsect.asm6 lbl: label
/external/clang/test/SemaCXX/
H A Dgoto.cpp122 goto lbl; // expected-error {{goto into protected scope}}
124 lbl:
/external/lldb/examples/summaries/cocoa/
H A Dmetrics.py17 def __init__(self,lbl=None):
18 self.label = "" if lbl is None else lbl
/external/bluetooth/bluedroid/stack/avdt/
H A Davdt_defs.h145 #define AVDT_MSG_PRS_HDR(p, lbl, pkt, msg) \
146 lbl = *(p) >> 4; \
180 #define AVDT_MSG_BLD_HDR(p, lbl, pkt, msg) \
181 *(p)++ = (UINT8) ((lbl) << 4) | ((pkt) << 2) | (msg);
/external/iproute2/examples/
H A Dgaiconf41 ${IP} -6 addrlabel list | while read p pfx l lbl; do
42 echo label ${pfx} ${lbl}
/external/bluetooth/bluedroid/btif/src/
H A Dbtif_rc.c123 UINT8 lbl; member in struct:__anon1090
405 btif_rc_cb.rc_vol_label=p_transaction->lbl;
1413 __FUNCTION__,p_transaction->lbl);
1414 BTA_AvMetaCmd(btif_rc_cb.rc_handle,p_transaction->lbl, AVRC_CMD_CTRL, p_msg);
1449 static void register_volumechange (UINT8 lbl) argument
1458 BTIF_TRACE_DEBUG("%s called with label:%d",__FUNCTION__,lbl);
1468 p_transaction=get_transaction_by_lbl(lbl);
1471 BTA_AvMetaCmd(btif_rc_cb.rc_handle,p_transaction->lbl, AVRC_CMD_NOTIF, p_msg);
1478 BTIF_TRACE_ERROR("%s transaction not obtained with label: %d",__FUNCTION__,lbl);
1599 BTA_AvRemoteCmd(btif_rc_cb.rc_handle, p_transaction->lbl,
1681 initialize_transaction(int lbl) argument
1736 get_transaction_by_lbl(UINT8 lbl) argument
1800 release_transaction(UINT8 lbl) argument
[all...]
/external/chromium_org/tools/clang/blink_gc_plugin/
H A Dprocess-graph.py129 self.lbl = decl['lbl']
139 self.key = '%s#%s' % (self.lbl, self.dst)
141 return '%s (%s) => %s' % (self.src, self.lbl, self.dst)
149 return self.lbl.startswith('<subclass>')
151 return self.lbl.startswith('<super>')
205 lbl = '%s <: %s' % (super_node.name, e.lbl),
215 lbl = '<subclass>',
H A DBlinkGCPlugin.cpp1325 const string& lbl,
1331 json_->Write("lbl", lbl);
1323 DumpEdge(RecordInfo* src, RecordInfo* dst, const string& lbl, const Edge::LivenessKind& kind, const string& loc) argument
/external/clang/test/CodeGenCXX/
H A Dexceptions.cpp300 lbl:
301 if (cond()) goto lbl;
H A Dconst-init-cxx11.cpp464 constexpr long a(bool x) { return x ? 0 : (long)&&lbl + (0 && ({lbl: 0;})); }
465 void test() { static long b = (long)&&lbl - a(false); lbl: return; }
/external/clang/test/Sema/
H A Dreturn.c281 lbl:
283 goto lbl;
/external/chromium_org/third_party/cython/src/Cython/Compiler/
H A DCode.py598 def use_label(self, lbl):
599 self.labels_used.add(lbl)
601 def label_used(self, lbl):
602 return lbl in self.labels_used
1505 def use_label(self, lbl): return self.funcstate.use_label(lbl)
1506 def label_used(self, lbl): return self.funcstate.label_used(lbl)
1669 def put_label(self, lbl):
1670 if lbl i
[all...]
/external/tcpdump/win32/prj/
H A DGNUmakefile16 -I ../../lbl -I../.. \
/external/valgrind/main/VEX/switchback/
H A Dlinker.c374 void * lookupSymbol( char *lbl )
379 val = search_StringMap(global_symbol_table, lbl);
/external/valgrind/main/VEX/unused/
H A Dlinker.c306 void * lookupSymbol( char *lbl )
311 val = search_StringMap(global_symbol_table, lbl);
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.apache.jasper_5.5.17.v201004212143.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.jdt.core_3.6.2.v_A76_R36x.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/bison/build-aux/
H A Dtexinfo.tex8579 % @float Foo,lbl & @caption{Cap}: Foo 1.1: Cap
8580 % @float Foo,lbl & no caption: Foo 1.1
8583 % @float ,lbl & Caption{Cap}: 1.1: Cap
8584 % @float ,lbl & no caption: 1.1
/external/owasp/sanitizer/tools/findbugs/lib/
H A Dfindbugs.jarMETA-INF/ META-INF/MANIFEST.MF default.xsl edu/ edu/umd/ edu/umd/cs/ edu/ ...

Completed in 3915 milliseconds