HomeSort by relevance Sort by last modified time
    Searched refs:LB (Results 51 - 75 of 86) sorted by null

1 23 4

  /external/antlr/antlr-3.4/runtime/ActionScript/project/src/org/antlr/runtime/tree/
CommonTreeNodeStream.as 211 return LB(-k);
223 protected function LB(k:int):Object {
  /external/antlr/antlr-3.4/runtime/Java/src/main/java/org/antlr/runtime/tree/
BufferedTreeNodeStream.java 225 return LB(-k);
256 protected Object LB(int k) {
  /external/antlr/antlr-3.4/runtime/JavaScript/src/org/antlr/runtime/tree/
CommonTreeNodeStream.js 169 return this.LB(-1*k);
180 LB: function(k) {
  /external/llvm/lib/CodeGen/
MachineTraceMetrics.cpp 339 LoopBounds &LB;
341 po_iterator_storage(LoopBounds &lb) : LB(lb) {}
346 MachineTraceMetrics::TraceBlockInfo &TBI = LB.Blocks[To->getNumber()];
347 if (LB.Downward ? TBI.hasValidHeight() : TBI.hasValidDepth())
351 if (const MachineLoop *FromLoop = LB.Loops->getLoopFor(From)) {
353 if ((LB.Downward ? To : From) == FromLoop->getHeader())
356 if (isExitingLoop(FromLoop, LB.Loops->getLoopFor(To)))
362 return LB.Visited.insert(To)
    [all...]
  /external/openssl/crypto/aes/asm/
aes-586.pl 304 &movz ($v0,&LB($s0)); # 3, 2, 1, 0*
317 &movz ($v0,&LB($s1)); # 7, 6, 5, 4*
320 &movz ($v0,&LB($s3)); # 13,12,15,14*
325 &movz ($v0,&LB($s2)); # 8,11,10, 9*
330 &movz ($v0,&LB($s0)); # 1, 0, 3, 2*
341 &movz ($v0,&LB($s2)); # -, -, 8,11*
346 &movz ($v0,&LB($s3)); # 13,12, 7, 6*
360 &movz ($acc,&LB("eax")); # 0
367 &movz ($acc,&LB("ebx")); # 10
381 &movz ($acc,&LB("eax")); #
    [all...]
aesni-x86.pl     [all...]
  /external/antlr/antlr-3.4/runtime/Python/unittests/
teststreams.py 465 """CommonTokenStream.LB(1)"""
479 self.failUnlessEqual(stream.LB(1).type, 12)
500 """CommonTokenStream.LB(-1): beyond begin"""
519 self.failUnless(stream.LB(1) is None)
523 self.failUnless(stream.LB(3) is None)
  /external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Headers/
ANTLRBufferedTreeNodeStream.h 118 - (id) LB:(NSInteger) i;
  /external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Versions/A/Headers/
ANTLRBufferedTreeNodeStream.h 118 - (id) LB:(NSInteger) i;
  /external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Versions/Current/Headers/
ANTLRBufferedTreeNodeStream.h 118 - (id) LB:(NSInteger) i;
  /external/antlr/antlr-3.4/runtime/ObjC/Framework/
ANTLRBufferedTreeNodeStream.h 120 - (id) LB:(NSInteger) i;
  /libcore/luni/src/test/java/org/apache/harmony/security/tests/java/security/
MessageDigest1Test.java 199 public void test_isEqualLB$LB$() {
  /external/llvm/lib/IR/
Metadata.cpp 465 APInt LB = cast<ConstantInt>(EndPoints[Size - 2])->getValue();
467 ConstantRange LastRange(LB, LE);
DebugInfo.cpp 916 void DebugInfoFinder::processLexicalBlock(DILexicalBlock LB) {
917 DIScope Context = LB.getContext();
    [all...]
  /external/antlr/antlr-3.4/runtime/C/src/
antlr3tokenstream.c 90 static pANTLR3_COMMON_TOKEN LB (pANTLR3_COMMON_TOKEN_STREAM tokenStream, ANTLR3_INT32 i);
362 return LB(cts, -k);
454 LB(pANTLR3_COMMON_TOKEN_STREAM cts, ANTLR3_INT32 k)
antlr3commontreenodestream.c 551 LB(pANTLR3_TREE_NODE_STREAM tns, ANTLR3_INT32 k)
586 return LB(tns, -k);
  /external/v8/src/mips/
constants-mips.h 281 LB = ((4 << 3) + 0) << kOpcodeShift,
assembler-mips.cc 1349 void Assembler::lb(Register rd, const MemOperand& rs) { function in class:v8::Assembler
    [all...]
simulator-mips.cc     [all...]
  /external/antlr/antlr-3.4/runtime/Python/antlr3/
streams.py 824 return self.LB(-k)
843 def LB(self, k):
    [all...]
tree.py     [all...]
  /external/clang/lib/AST/
Stmt.cpp 256 SourceLocation LB, SourceLocation RB)
257 : Stmt(CompoundStmtClass), LBracLoc(LB), RBracLoc(RB) {
    [all...]
  /external/llvm/include/llvm/
DebugInfo.h 758 void processLexicalBlock(DILexicalBlock LB);
  /system/core/libpixelflinger/codeflinger/
MIPSAssembler.h 336 void LB(int Rt, int Rbase, int16_t offset);
  /external/valgrind/main/none/tests/s390x/
opcodes.h 203 #define LB(r1,x2,b2,dl2,dh2) RXY_RRRD(e3,r1,x2,b2,dl2,dh2,76)

Completed in 713 milliseconds

1 23 4