HomeSort by relevance Sort by last modified time
    Searched refs:L1 (Results 76 - 98 of 98) sorted by null

1 2 34

  /external/checkpolicy/
policy_parse.y 133 %token U1 U2 U3 R1 R2 R3 T1 T2 T3 L1 L2 H1 H2
545 | L1 role_mls_op L2
548 | L1 role_mls_op H2
557 | L1 role_mls_op H1
  /external/clang/test/SemaTemplate/
instantiate-expr-2.cpp 101 Lookup<1> const &L1(False());
  /external/libffi/src/powerpc/
aix.S 155 L1:
darwin.S 108 L1:
  /external/opencv/cvaux/src/
cvmorphcontours.cpp 86 double L1,L2, L_min, dL;
88 L1 = sqrt( (double)P1->x*P1->x + P1->y*P1->y);
91 L_min = MIN(L1, L2);
92 dL = fabs( L1 - L2 );
  /external/oprofile/events/i386/atom/
unit_masks 40 0x21 ld L1 Cacheable Data Reads
41 0x22 st L1 Cacheable Data Writes
  /external/v8/test/cctest/
test-disasm-ia32.cc 264 Label L1, L2;
265 __ bind(&L1);
267 __ call(&L1);
280 __ jmp(&L1);
  /external/oprofile/events/x86-64/family10/
unit_masks 132 0x01 L2 fills (victims from L1 caches, TLB page table walks and data prefetches)
276 0x01 L1 4K TLB hit
277 0x02 L1 2M TLB hit
278 0x04 L1 1G TLB hit
280 0x01 Software prefetch hit in L1
  /external/libpcap/
grammar.c 133 L1 = 324,
237 #define L1 324
790 "PPPOES", "ISO", "ESIS", "CLNP", "ISIS", "L1", "L2", "IIH", "LSP", "SNP",
    [all...]
grammar.y 184 %token ISO ESIS CLNP ISIS L1 L2 IIH LSP SNP CSNP PSNP
364 | L1 { $$ = Q_ISIS_L1; }
scanner.l 218 l1 return L1;
scanner.c     [all...]
  /external/webkit/LayoutTests/dom/xhtml/level3/core/
canonicalform05.js 81 Add a L1 element to a L2 namespace aware document and perform namespace normalization. Should result
documentnormalizedocument05.js 81 Add a L1 element to a L2 namespace aware document and perform namespace normalization. Should result
handleerror02.js 121 Normalize document with two DOM L1 nodes.
  /frameworks/ml/bordeaux/learning/stochastic_linear_ranker/jni/
jni_stochastic_linear_ranker.cpp 121 classifier->SetRegularizationType(learning_stochastic_linear::L1);
269 case learning_stochastic_linear::L1 :