Searched refs:ll (Results 301 - 325 of 402) sorted by relevance

<<11121314151617

/external/valgrind/memcheck/tests/vbit-test/
H A Dvbits.c216 case 64: new.bits.u64 = bits & ~0ll; break;
264 case 64: new.bits.u64 = bits & ~0ll; break;
/external/libnl/lib/route/
H A Dlink.c682 struct rtnl_link *ll = rtnl_link_get(cache, link->l_link); local
683 nl_dump(p, "slave-of %s ", ll ? ll->l_name : "NONE");
684 if (ll)
685 rtnl_link_put(ll);
/external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/ActionScript/
H A DActionScript.stg398 <ruleDescriptor.ruleListLabels:{ll|var <ll.label.text>:RuleReturnScope = null;}; separator="\n">
/external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/Java/
H A DJava.stg452 <ruleDescriptor.ruleListLabels:{ll|RuleReturnScope <ll.label.text> = null;}; separator="\n">
/external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/Perl5/
H A DPerl5.stg424 <ruleDescriptor.ruleListLabels:{ll|RuleReturnScope <ll.label.text> = null;}; separator="\n">
/external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/Scala/
H A DScala.stg430 <ruleDescriptor.ruleListLabels:{ll|var <ll.label.text>: RuleReturnScope = null}; separator="\n">
/external/mesa3d/src/mesa/drivers/dri/nouveau/
H A Dnv04_surface.c452 PUSH_DATA (push, mask | ~0ll << (8 * dst->cpp));
/external/valgrind/exp-bbv/tests/arm-linux/
H A Dll.S383 mov r4,#10 @ we'll be dividing by 10
/external/antlr/antlr-3.4/runtime/ActionScript/project/src/org/antlr/runtime/tree/
H A DBaseTreeAdaptor.as232 * tokens to BLOCK etc... You'll see
/external/harfbuzz_ng/
H A Dgit.mk40 # the directories involved and I'll diagnose.
/external/libvorbis/doc/
H A D06-floor0.tex120 \begin{array}{ll}
/external/libvpx/libvpx/vpx_dsp/ppc/
H A Dintrapred_vsx.c372 const int16x8_t ll = unpack_to_s16_l(l); local
381 tm_predictor_16x8(dst, stride, ll, ah, al, tl);
/external/llvm/test/Bindings/OCaml/
H A Dcore.ml6 * RUN: llvm-dis < %t.bc > %t.ll
7 * RUN: FileCheck %s < %t.ll
9 * RUN: FileCheck -check-prefix=CHECK-NOWHERE %s < %t.ll
1153 (* see test/Feature/exception.ll *)
/external/llvm/test/MC/Mips/mips64/
H A Dvalid.s144 ll $v0,-7321($s2) # CHECK: ll $2, -7321($18) # encoding: [0xc2,0x42,0xe3,0x67]
/external/llvm/test/MC/Mips/mips64r2/
H A Dvalid.s160 ll $v0,-7321($s2) # CHECK: ll $2, -7321($18) # encoding: [0xc2,0x42,0xe3,0x67]
/external/llvm/test/MC/Mips/mips64r3/
H A Dvalid.s160 ll $v0,-7321($s2) # CHECK: ll $2, -7321($18) # encoding: [0xc2,0x42,0xe3,0x67]
/external/llvm/test/MC/Mips/mips64r5/
H A Dvalid.s161 ll $v0,-7321($s2) # CHECK: ll $2, -7321($18) # encoding: [0xc2,0x42,0xe3,0x67]
/external/swiftshader/third_party/LLVM/lib/VMCore/
H A DConstants.cpp916 uint64_t Max = (1ll << NumBits) - 1;
926 int64_t Min = -(1ll << (NumBits-1));
927 int64_t Max = (1ll << (NumBits-1)) - 1;
/external/libunwind/doc/
H A Dlibunwind-ia64.tex171 explicitly. This is rarely what you want. Normally, you'll want to
/external/llvm/test/MC/Mips/micromips64r6/
H A Dvalid.s36 ll $2, 8($4) # CHECK: ll $2, 8($4) # encoding: [0x60,0x44,0x30,0x08]
/external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/ObjC/
H A DObjC.stg927 <ruleDescriptor.ruleListLabels:{ll|ANTLRParserRuleReturnScope *<ll.label.text> = nil;}; separator="\n">
/external/clang/test/Sema/
H A Dzvector.c23 vector long ll; // expected-error {{cannot use 'long' with '__vector'}} variable
/external/libxml2/python/
H A Dgenerator.py704 ll = len(listname)
/external/llvm/test/MC/Mips/micromips32r6/
H A Dvalid.s74 ll $2, 8($4) # CHECK: ll $2, 8($4) # encoding: [0x60,0x44,0x30,0x08]
/external/bison/build-aux/
H A Dtexinfo.tex778 % if you have multiple lines of stuff to put here, you'll need to
941 % We'll use ems for NCHARS, close enough.
962 % We'll use ems for NCHARS like @paragraphindent.
2652 % One more complication: by default we'll break after the special
3180 % so we'll define it if necessary.
3881 % we'll always have a period there to be parsed.
4332 % Only do \closeout if we haven't already done it, else we'll end up
4796 % We'll have to check whether \lastskip is zero skip. \ifdim is not
4937 % Remove any glue we may have, we'll be inserting our own.
5174 % below, and by that time we'll alread
[all...]

Completed in 726 milliseconds

<<11121314151617