HomeSort by relevance Sort by last modified time
    Searched refs:lbl (Results 1 - 25 of 44) sorted by null

1 2

  /external/llvm/test/MC/AArch64/
arm64-condbr-without-dots.s 3 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...]
basic-a64-instructions.s     [all...]
basic-a64-diagnostics.s     [all...]
  /external/clang/test/CodeGen/
statements.c 29 static void *lbls[] = { &&lbl };
31 lbl:
exprs.c 173 __extension__({ goto lbl; });
174 lbl:
  /external/chromium_org/third_party/yasm/source/patched-yasm/modules/parsers/nasm/tests/
newsect.asm 6 lbl: label
  /cts/suite/cts/utils/
grapher.py 67 lbl = name + ' (%s)'%score
70 ax.plot(x, y, 'o-', label=lbl, color=clr)
  /external/clang/test/SemaCXX/
goto.cpp 122 goto lbl; // expected-error {{goto into protected scope}}
124 lbl:
  /external/lldb/examples/summaries/cocoa/
metrics.py 17 def __init__(self,lbl=None):
18 self.label = "" if lbl is None else lbl
  /external/bluetooth/bluedroid/stack/avdt/
avdt_defs.h 145 #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/
gaiconf 41 ${IP} -6 addrlabel list | while read p pfx l lbl; do
42 echo label ${pfx} ${lbl}
  /external/bluetooth/bluedroid/btif/src/
btif_rc.c 123 UINT8 lbl; member in struct:__anon5715
405 btif_rc_cb.rc_vol_label=p_transaction->lbl;
    [all...]
  /external/clang/test/CodeGenCXX/
exceptions.cpp 300 lbl:
301 if (cond()) goto lbl;
const-init-cxx11.cpp 464 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/
return.c 281 lbl:
283 goto lbl;
  /build/core/
legacy_prebuilts.mk 55 lbl \
  /prebuilts/python/darwin-x86/2.7.5/include/python2.7/
grammar.h 74 void addarc(dfa *d, int from, int to, int lbl);
  /prebuilts/python/linux-x86/2.7.5/include/python2.7/
grammar.h 74 void addarc(dfa *d, int from, int to, int lbl);
  /external/chromium_org/tools/clang/blink_gc_plugin/
process-graph.py 129 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>',
  /ndk/sources/host-tools/sed-4.2.1/sed/
compile.c 1632 struct sed_label *lbl; local
    [all...]
  /external/chromium_org/third_party/cython/src/Cython/Compiler/
Code.py 598 def use_label(self, lbl):
599 self.labels_used.add(lbl)
601 def label_used(self, lbl):
602 return lbl in self.labels_used
    [all...]
  /external/tcpdump/win32/prj/
GNUmakefile 16 -I ../../lbl -I../.. \
  /prebuilts/misc/common/ecj/
ecj.jar 
  /external/valgrind/main/VEX/switchback/
linker.c 374 void * lookupSymbol( char *lbl )
379 val = search_StringMap(global_symbol_table, lbl);
    [all...]
  /external/valgrind/main/VEX/unused/
linker.c 306 void * lookupSymbol( char *lbl )
311 val = search_StringMap(global_symbol_table, lbl);
    [all...]

Completed in 862 milliseconds

1 2