/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Objects/ |
obmalloc.c | 282 uint count; } ref; /* number of allocated blocks */
member in struct:pool_header 437 uint count; } ref;
[all...] |
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Objects/ |
obmalloc.c | 252 uint count; } ref; /* number of allocated blocks */
member in struct:pool_header 407 uint count; } ref;
[all...] |
/external/curl/packages/vms/ |
compare_curl_source.com | 106 $ ref = "" 119 $ ref = resultd + ref_base_dir 133 $ ref = "src_root:[" + ref_base_dir 149 $ ref = "vms_root:[" + ref_base_dir 161 $ if ref .eqs. "" 188 $ ref_spec = f$search("''ref'...]*.*;",1) 326 $ wrk_path = ref + rel_path
|
/external/libvpx/libvpx/vpx_dsp/x86/ |
variance_impl_avx2.c | 40 __m256i src, src_expand_low, src_expand_high, ref, ref_expand_low; local 56 ref = _mm256_castsi128_si256(_mm_loadu_si128((__m128i const *)(ref_ptr))); 57 ref = _mm256_inserti128_si256( 58 ref, _mm_loadu_si128((__m128i const *)(ref_ptr + recon_stride)), 1); 64 ref_expand_low = _mm256_unpacklo_epi8(ref, zero_reg); 65 ref_expand_high = _mm256_unpackhi_epi8(ref, zero_reg); 67 // src-ref 71 // madd low (src - ref) 77 // madd high (src - ref) 146 __m256i src, src_expand_low, src_expand_high, ref, ref_expand_low local [all...] |
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/plugin/include/ |
cgraph.h | 30 #include "ipa-ref.h" 1214 struct ipa_ref *ref; local 1228 struct ipa_ref *ref; local [all...] |
/prebuilts/tools/common/m2/repository/com/google/protobuf/protobuf-java/3.0.0/ |
protobuf-java-3.0.0.jar | |
/prebuilts/tools/common/m2/repository/com/google/protobuf/protobuf-java/3.0.2/ |
protobuf-java-3.0.2.jar | |
/prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/eclipse/tycho/tycho-bundles-external/0.20.0/eclipse/plugins/ |
org.eclipse.equinox.ds_1.4.101.v20130813-1853.jar | |
/prebuilts/tools/common/m2/repository/org/eclipse/tycho/tycho-bundles-external/0.18.1/eclipse/plugins/ |
org.eclipse.equinox.ds_1.4.100.v20130515-2026.jar | |
/external/blktrace/btt/doc/ |
btt.tex | 55 section~\ref{sec:cmd-line}), as we felt that discussing some of the 78 will use \texttt{btt} with -- section~\ref{sec:o-D} shows how you 350 \texttt{--all-data} or \texttt{-A} argument (see section~\ref{sec:o-A}) 434 provided in section~\ref{sec:activity}. 437 incoming IO requests, for more information see section~\ref{sec:qhist}. 441 see section~\ref{sec:dhist}. 453 section~\ref{sec:o-X} for full details. 456 described in section~\ref{sec:iostat}. 461 details on this file is included in section~\ref{sec:per-io}. 465 section~\ref{sec:lat} [all...] |
/prebuilts/tools/common/m2/repository/com/google/protobuf/protobuf-java/3.0.0-beta-2/ |
protobuf-java-3.0.0-beta-2.jar | |
/external/freetype/src/autofit/ |
aflatin2.c | 372 blue_ref = & blue->ref.org; 398 FT_Pos ref = *blue_ref; local 400 FT_Bool over_ref = FT_BOOL( shoot > ref ); 406 *blue_shoot = ( shoot + ref ) / 2; 643 blue->ref.cur = FT_MulFix( blue->ref.org, scale ) + delta; 644 blue->ref.fit = blue->ref.cur; 650 dist = FT_MulFix( blue->ref.org - blue->shoot.org, scale ); 655 delta1 = blue->shoot.org - blue->ref.org [all...] |
/art/compiler/optimizing/ |
code_generator_arm.h | 509 Location ref, 517 Location ref, 528 // `ref`, and mark it if needed. 535 Location ref, 547 Location ref, 559 // point, which is passed the values in locations `ref`, `obj`, and 562 // mirror::Object* artReadBarrierSlow(mirror::Object* ref, 574 Location ref, 584 Location ref,
|
/external/eigen/test/ |
nullary.cpp | 52 Scalar ref = (low*RealScalar(size-i-1))/RealScalar(size-1) + (high*RealScalar(i))/RealScalar(size-1); local 53 if(std::abs(ref)>1) 55 if(!internal::isApprox(v(i), ref, prec)) 56 std::cout << v(i) << " != " << ref << " ; relative error: " << std::abs((v(i)-ref)/ref) << " ; required precision: " << prec << " ; range: " << low << "," << high << " ; i: " << i << "\n"; 281 // See also traits<Ref>::match. 284 Ref<const MatrixXf> R = 2.0*A; 287 Ref<const MatrixXf> R1 = MatrixXf::Random(3,3)+A; 290 Ref<const VectorXi> R2 = VectorXi::LinSpaced(3,1,3)+V [all...] |
product.h | 157 RowSquareMatrixType ref(square); 159 ref = res = square; 160 VERIFY_IS_APPROX(res.block(0,0,1,rows).noalias() = m1.col(0).transpose() * square.transpose(), (ref.row(0) = m1.col(0).transpose() * square.transpose())); 161 VERIFY_IS_APPROX(res.block(0,0,1,rows).noalias() = m1.block(0,0,rows,1).transpose() * square.transpose(), (ref.row(0) = m1.col(0).transpose() * square.transpose())); 162 VERIFY_IS_APPROX(res.block(0,0,1,rows).noalias() = m1.col(0).transpose() * square, (ref.row(0) = m1.col(0).transpose() * square)); 163 VERIFY_IS_APPROX(res.block(0,0,1,rows).noalias() = m1.block(0,0,rows,1).transpose() * square, (ref.row(0) = m1.col(0).transpose() * square));
|
/external/google-breakpad/src/testing/include/gmock/ |
gmock-actions.h | 539 explicit ReturnRefAction(T& ref) : ref_(ref) {} // NOLINT 562 explicit Impl(T& ref) : ref_(ref) {} // NOLINT 846 void PrintTo(const ReferenceWrapper<T>& ref, ::std::ostream* os) { 847 T& value = ref; [all...] |
/external/icu/android_icu4j/src/main/java/android/icu/impl/ |
ICUService.java | 684 LocaleRef ref = dnref; local 686 if (ref != null) { 687 dncache = ref.get(locale, com); 692 if (ref == dnref || dnref == null) { 707 ref = dnref; 708 dncache = ref.get(locale, com); [all...] |
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/ |
ICUService.java | 682 LocaleRef ref = dnref; local 684 if (ref != null) { 685 dncache = ref.get(locale, com); 690 if (ref == dnref || dnref == null) { 705 ref = dnref; 706 dncache = ref.get(locale, com); [all...] |
/libcore/ojluni/src/main/java/java/lang/ |
Thread.java | 30 import java.lang.ref.Reference; 31 import java.lang.ref.ReferenceQueue; 32 import java.lang.ref.WeakReference; 1964 Reference<? extends Class<?>> ref; local [all...] |
/libcore/ojluni/src/main/java/sun/util/logging/ |
PlatformLogger.java | 30 import java.lang.ref.WeakReference; 200 WeakReference<PlatformLogger> ref = loggers.get(name); local 201 if (ref != null) { 202 log = ref.get(); 220 WeakReference<PlatformLogger> ref = entry.getValue(); local 221 PlatformLogger plog = ref.get();
|
/prebuilts/misc/common/swig/include/2.0.11/ocaml/ |
swig.ml | 26 | C_director_core of 'a c_obj_t * 'a c_obj_t option ref 131 let ob_ref = ref None in 145 let swig_current_type_info = ref C_void
|
/toolchain/binutils/binutils-2.25/binutils/ |
coffgrok.c | 377 res->u.astructref.ref = tindex[INDEXOF (aux->x_sym.x_tagndx.p)]; 378 res->size = res->u.astructref.ref ? 379 res->u.astructref.ref->type->size : 0; 396 res->u.astructref.ref = 0; 405 res->u.aenumref.ref = tindex[INDEXOF (aux->x_sym.x_tagndx.p)]; 406 res->size = res->u.aenumref.ref->type->size;
|
/toolchain/binutils/binutils-2.25/ld/ |
ldcref.c | 553 struct cref_ref *ref; local 576 for (ref = h->refs; ref != NULL; ref = ref->next) 578 ref->abfd, ncrs);
|
/external/libvpx/libvpx/vpx_dsp/mips/ |
sub_pixel_variance_msa.c | 21 #define CALC_MSE_AVG_B(src, ref, var, sub) \ 26 ILVRL_B2_UB(src, ref, src_l0_m, src_l1_m); \ 48 v16u8 ref = { 0 }; local 61 INSERT_W4_UB(ref0, ref1, ref2, ref3, ref); 64 CALC_MSE_AVG_B(src, ref, var, avg); 114 v16u8 src, ref, pred; local 123 ref = LD_UB(ref_ptr); 126 CALC_MSE_AVG_B(src, ref, var, avg); 132 ref = LD_UB(ref_ptr); 135 CALC_MSE_AVG_B(src, ref, var, avg) 388 v16u8 filt0, ref = { 0 }; local 554 v16u8 ref = { 0 }; local 736 v16u8 out, ref = { 0 }; local 954 v16u8 out, pred, filt0, ref = { 0 }; local 1156 v16u8 out, pred, ref = { 0 }; local 1368 v16u8 out, pred, ref = { 0 }; local [all...] |
/external/deqp/framework/common/ |
tcuFloatFormat.cpp | 315 void testULP (double arg, double ref) const; 331 void Test::testULP (double arg, double ref) const 336 check(oss.str(), m_fmt->ulp(arg), ref);
|