Searched refs:ll (Results 151 - 175 of 249) sorted by relevance

12345678910

/external/clang/www/demo/
H A Dindex.cgi242 if `llvm-dis --help 2>&1` !~ /ll disassembler/;
400 my $disassemblyFile = getname(".ll");
407 my $tmpFile = getname(".ll");
/external/eigen/Eigen/src/Eigenvalues/
H A DRealQZ.h422 ll = ss*ss; local
423 x = ll + a11*a11*b11i*b11i - lpl*a11*b11i + a12*a21*b11i*b22i
/external/qemu/distrib/sdl-1.2.15/acinclude/
H A Dltdl.m4445 # future, we'll try test this programmatically.
/external/valgrind/main/memcheck/tests/vbit-test/
H A Dvbits.c184 case 64: new.bits.u64 = bits & ~0ll; break;
232 case 64: new.bits.u64 = bits & ~0ll; break;
/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/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/nouveau/
H A Dnv04_surface.c452 PUSH_DATA (push, mask | ~0ll << (8 * dst->cpp));
/external/mesa3d/src/mesa/drivers/dri/nouveau/
H A Dnv04_surface.c452 PUSH_DATA (push, mask | ~0ll << (8 * dst->cpp));
/external/qemu/distrib/ext4_utils/src/
H A Dext4fixup.c177 magic = 0ll;
704 * and we'll do the wrong thing. Also don't recurse on . or ..,
/external/qemu/distrib/libsparse/src/
H A Doutput_file.c548 out->cur_out_ptr = 0ll;
/external/qemu/target-mips/
H A Dhelper.h19 DEF_HELPER_3(ll, tl, env, tl, int)
/external/valgrind/main/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/chromium_org/content/browser/indexed_db/
H A Dindexed_db_leveldb_coding_unittest.cc223 test_cases.push_back(7711192431755665792ll);
280 test_cases.push_back(7711192431755665792ll);
/external/chromium_org/third_party/tcmalloc/vendor/src/
H A Dtcmalloc.cc1042 large_alloc_threshold = (threshold + threshold/8 < 8ll<<30
1043 ? threshold + threshold/8 : 8ll<<30);
/external/harfbuzz_ng/
H A Dgit.mk38 # the directories involved and I'll diagnose.
/external/libvorbis/doc/
H A D06-floor0.tex120 \begin{array}{ll}
/external/llvm/test/Bindings/Ocaml/
H A Dvmcore.ml6 * RUN: llvm-dis < %t.bc > %t.ll
7 * RUN: FileCheck %s < %t.ll
9 * RUN: FileCheck -check-prefix=CHECK-NOWHERE %s < %t.ll
1097 (* see test/Feature/exception.ll *)
/external/chromium_org/ui/views/
H A Dview_unittest.cc117 for (const ui::Layer* ll = l; ll; ll = ll->parent())
118 LOG(ERROR) << "L: " << ll << " " << ll->IsDrawn();
/external/chromium_org/native_client_sdk/src/doc/
H A Dfaq.rst183 You'll need to learn how to use some tools (like GCC, LLVM, make, Eclipse,
286 ``ppapi_gles2`` which you'll want to include in your project. In most cases
/external/chromium_org/third_party/tcmalloc/chromium/src/
H A Dtcmalloc.cc1053 large_alloc_threshold = (threshold + threshold/8 < 8ll<<30
1054 ? threshold + threshold/8 : 8ll<<30);
/external/libunwind/doc/
H A Dlibunwind-ia64.tex171 explicitly. This is rarely what you want. Normally, you'll want to
/external/wpa_supplicant_8/hostapd/src/drivers/
H A Ddriver_nl80211.c8395 struct sockaddr_ll ll; local
8443 memset(&ll, 0, sizeof(ll));
8444 ll.sll_family = AF_PACKET;
8445 ll.sll_ifindex = drv->monitor_ifidx;
8459 if (bind(drv->monitor_sock, (struct sockaddr *) &ll, sizeof(ll)) < 0) {
8498 * monitor iface) we'll get it through the nl_mgmt socket instead.
8550 struct sockaddr_ll ll; local
8558 os_memset(&ll,
[all...]

Completed in 764 milliseconds

12345678910