HomeSort by relevance Sort by last modified time
    Searched refs:combine (Results 76 - 100 of 448) sorted by null

1 2 34 5 6 7 8 91011>>

  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/llvm/include/llvm/ADT/
Hashing.h 337 /// A type trait which is true if we want to combine values for hashing by
504 /// This sets up the state for a recursive hash combine, including getting
509 /// \brief Combine one chunk of data into the current in-flight hash.
520 // with the variadic combine because that formation can have varying
555 hash_code combine(size_t length, char *buffer_ptr, char *buffer_end, function in struct:llvm::hashing::detail::hash_combine_recursive_helper
560 return combine(length, buffer_ptr, buffer_end, args...);
568 hash_code combine(size_t length, char *buffer_ptr, char *buffer_end) { function in struct:llvm::hashing::detail::hash_combine_recursive_helper
591 /// \brief Combine values into a single hash_code.
594 /// attempt to combine them into a single hash_code. For user-defined types it
605 return helper.combine(0, helper.buffer, helper.buffer + 64, args...)
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/ADT/
Hashing.h 337 /// A type trait which is true if we want to combine values for hashing by
504 /// This sets up the state for a recursive hash combine, including getting
509 /// \brief Combine one chunk of data into the current in-flight hash.
520 // with the variadic combine because that formation can have varying
555 hash_code combine(size_t length, char *buffer_ptr, char *buffer_end, function in struct:llvm::hashing::detail::hash_combine_recursive_helper
560 return combine(length, buffer_ptr, buffer_end, args...);
568 hash_code combine(size_t length, char *buffer_ptr, char *buffer_end) { function in struct:llvm::hashing::detail::hash_combine_recursive_helper
591 /// \brief Combine values into a single hash_code.
594 /// attempt to combine them into a single hash_code. For user-defined types it
605 return helper.combine(0, helper.buffer, helper.buffer + 64, args...)
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/llvm/include/llvm/ADT/
Hashing.h 337 /// A type trait which is true if we want to combine values for hashing by
504 /// This sets up the state for a recursive hash combine, including getting
509 /// \brief Combine one chunk of data into the current in-flight hash.
520 // with the variadic combine because that formation can have varying
555 hash_code combine(size_t length, char *buffer_ptr, char *buffer_end, function in struct:llvm::hashing::detail::hash_combine_recursive_helper
560 return combine(length, buffer_ptr, buffer_end, args...);
568 hash_code combine(size_t length, char *buffer_ptr, char *buffer_end) { function in struct:llvm::hashing::detail::hash_combine_recursive_helper
591 /// \brief Combine values into a single hash_code.
594 /// attempt to combine them into a single hash_code. For user-defined types it
605 return helper.combine(0, helper.buffer, helper.buffer + 64, args...)
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/llvm/include/llvm/ADT/
Hashing.h 337 /// A type trait which is true if we want to combine values for hashing by
504 /// This sets up the state for a recursive hash combine, including getting
509 /// \brief Combine one chunk of data into the current in-flight hash.
520 // with the variadic combine because that formation can have varying
555 hash_code combine(size_t length, char *buffer_ptr, char *buffer_end, function in struct:llvm::hashing::detail::hash_combine_recursive_helper
560 return combine(length, buffer_ptr, buffer_end, args...);
568 hash_code combine(size_t length, char *buffer_ptr, char *buffer_end) { function in struct:llvm::hashing::detail::hash_combine_recursive_helper
591 /// \brief Combine values into a single hash_code.
594 /// attempt to combine them into a single hash_code. For user-defined types it
605 return helper.combine(0, helper.buffer, helper.buffer + 64, args...)
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/llvm/include/llvm/ADT/
Hashing.h 337 /// A type trait which is true if we want to combine values for hashing by
504 /// This sets up the state for a recursive hash combine, including getting
509 /// \brief Combine one chunk of data into the current in-flight hash.
520 // with the variadic combine because that formation can have varying
555 hash_code combine(size_t length, char *buffer_ptr, char *buffer_end, function in struct:llvm::hashing::detail::hash_combine_recursive_helper
560 return combine(length, buffer_ptr, buffer_end, args...);
568 hash_code combine(size_t length, char *buffer_ptr, char *buffer_end) { function in struct:llvm::hashing::detail::hash_combine_recursive_helper
591 /// \brief Combine values into a single hash_code.
594 /// attempt to combine them into a single hash_code. For user-defined types it
605 return helper.combine(0, helper.buffer, helper.buffer + 64, args...)
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/ADT/
Hashing.h 337 /// A type trait which is true if we want to combine values for hashing by
504 /// This sets up the state for a recursive hash combine, including getting
509 /// \brief Combine one chunk of data into the current in-flight hash.
520 // with the variadic combine because that formation can have varying
555 hash_code combine(size_t length, char *buffer_ptr, char *buffer_end, function in struct:llvm::hashing::detail::hash_combine_recursive_helper
560 return combine(length, buffer_ptr, buffer_end, args...);
568 hash_code combine(size_t length, char *buffer_ptr, char *buffer_end) { function in struct:llvm::hashing::detail::hash_combine_recursive_helper
591 /// \brief Combine values into a single hash_code.
594 /// attempt to combine them into a single hash_code. For user-defined types it
605 return helper.combine(0, helper.buffer, helper.buffer + 64, args...)
    [all...]
  /packages/apps/Camera2/src/com/android/camera/
MultiToggleImageButton.java 169 return combine(params[0], params[1]);
367 private Bitmap combine(int oldState, int newState) { method in class:MultiToggleImageButton
392 // combine 'em
  /prebuilts/ndk/r10/sources/cxx-stl/stlport/stlport/stl/
_locale.h 154 locale combine(const locale& __loc) const { function in class:locale
252 locale combine(const locale& __loc) const { function in class:locale
  /prebuilts/ndk/r11/sources/cxx-stl/stlport/stlport/stl/
_locale.h 154 locale combine(const locale& __loc) const { function in class:locale
252 locale combine(const locale& __loc) const { function in class:locale
  /prebuilts/ndk/r13/sources/cxx-stl/stlport/stlport/stl/
_locale.h 154 locale combine(const locale& __loc) const { function in class:locale
252 locale combine(const locale& __loc) const { function in class:locale
  /external/smali/dexlib2/src/main/java/org/jf/dexlib2/
Opcode.java 278 RETURN_VOID_BARRIER(combine(firstApi(0xf1, 11), lastArtVersion(0x73, 59)), "return-void-barrier", ReferenceType.NONE, Format.Format10x, Opcode.ODEX_ONLY), enum constant in enum:Opcode
280 IGET_QUICK(combine(allApis(0xf2), allArtVersions(0xe3)), "iget-quick", ReferenceType.NONE, Format.Format22cs, Opcode.ODEX_ONLY | Opcode.QUICK_FIELD_ACCESSOR | Opcode.CAN_THROW | Opcode.CAN_CONTINUE | Opcode.SETS_REGISTER), enum constant in enum:Opcode
281 IGET_WIDE_QUICK(combine(allApis(0xf3), allArtVersions(0xe4)), "iget-wide-quick", ReferenceType.NONE, Format.Format22cs, Opcode.ODEX_ONLY | Opcode.QUICK_FIELD_ACCESSOR | Opcode.CAN_THROW | Opcode.CAN_CONTINUE | Opcode.SETS_REGISTER | Opcode.SETS_WIDE_REGISTER), enum constant in enum:Opcode
282 IGET_OBJECT_QUICK(combine(allApis(0xf4), allArtVersions(0xe5)), "iget-object-quick", ReferenceType.NONE, Format.Format22cs, Opcode.ODEX_ONLY | Opcode.QUICK_FIELD_ACCESSOR | Opcode.CAN_THROW | Opcode.CAN_CONTINUE | Opcode.SETS_REGISTER), enum constant in enum:Opcode
283 IPUT_QUICK(combine(allApis(0xf5), allArtVersions(0xe6)), "iput-quick", ReferenceType.NONE, Format.Format22cs, Opcode.ODEX_ONLY | Opcode.QUICK_FIELD_ACCESSOR | Opcode.CAN_THROW | Opcode.CAN_CONTINUE), enum constant in enum:Opcode
284 IPUT_WIDE_QUICK(combine(allApis(0xf6), allArtVersions(0xe7)), "iput-wide-quick", ReferenceType.NONE, Format.Format22cs, Opcode.ODEX_ONLY | Opcode.QUICK_FIELD_ACCESSOR | Opcode.CAN_THROW | Opcode.CAN_CONTINUE), enum constant in enum:Opcode
285 IPUT_OBJECT_QUICK(combine(allApis(0xf7), allArtVersions(0xe8)), "iput-object-quick", ReferenceType.NONE, Format.Format22cs, Opcode.ODEX_ONLY | Opcode.QUICK_FIELD_ACCESSOR | Opcode.CAN_THROW | Opcode.CAN_CONTINUE), enum constant in enum:Opcode
295 INVOKE_VIRTUAL_QUICK(combine(allApis(0xf8), allArtVersions(0xe9)), "invoke-virtual-quick", ReferenceType.NONE, Format.Format35ms, Opcode.ODEX_ONLY | Opcode.CAN_THROW | Opcode.CAN_CONTINUE | Opcode.SETS_RESULT), enum constant in enum:Opcode
296 INVOKE_VIRTUAL_QUICK_RANGE(combine(allApis(0xf9), allArtVersions(0xea)), "invoke-virtual-quick\/range", ReferenceType.NONE, Format.Format3rms, Opcode.ODEX_ONLY | Opcode.CAN_THROW | Opcode.CAN_CONTINUE | Opcode.SETS_RESULT), enum constant in enum:Opcode
420 private static List<VersionConstraint> combine(List<VersionConstraint>... versionConstraints) { method in class:Opcode
    [all...]
  /external/v8/src/compiler/
code-generator.cc 730 OutputFrameStateCombine combine, Translation* translation) {
736 if (combine.kind() == OutputFrameStateCombine::kPokeAt) {
741 desc->GetSize(combine) - 1 - combine.GetOffsetToPokeAt();
758 if (combine.kind() == OutputFrameStateCombine::kPushOutput) {
759 DCHECK(combine.GetPushCount() <= iter->instruction()->OutputCount());
760 for (size_t output = 0; output < combine.GetPushCount(); output++) {
    [all...]
  /external/llvm/test/MC/Hexagon/
asmMap.s 521 #CHECK: 7c4dfff8 { r25:24{{ *}}={{ *}}combine(#-1, #-101)
552 #CHECK: fd13f20e if (p0.new) r15:14{{ *}}={{ *}}{{r19:18|combine\(r19, *r18\)}}
558 #CHECK: fd07c6c2 { if (!p2) r3:2{{ *}}={{ *}}{{r7:6|combine\(r7, *r6\)}}
561 #CHECK: fd0dcc7e { if (p3) r31:30{{ *}}={{ *}}{{r13:12|combine\(r13, *r12\)}}
589 #CHECK: f51ddc06 { r7:6{{ *}}={{ *}}{{r29:28|combine\(r29, *r28\)}}
  /external/iptables/iptables/
iptables-xml.c 38 /* Whether to combine actions of sequential rules with identical conditions */
39 static int combine = 0; variable
43 {"combine", 0, NULL, 'c'},
52 " [--combine ]\n"
532 * NOTE: We don't want to combine actions if there were no criteria
547 * to combine further actions into the same xml */
571 // This means we don't combine target-less rules, which is good
582 if (combine && argc > 2 && !isTarget(argv[2]) && compareRules()) {
583 xmlComment("Combine action from next rule");
638 combine = 1
    [all...]
  /external/deqp/framework/randomshaders/
rsgBinaryOps.cpp 767 static bool combine (bool a, bool b);
775 inline bool EqualityCompare<true>::combine (bool a, bool b) { return a && b; } function in class:rsg::__anon16994::EqualityCompare
782 inline bool EqualityCompare<false>::combine (bool a, bool b) { return a || b; } function in class:rsg::__anon16994::EqualityCompare
800 result = EqualityCompare<IsEqual>::combine(result, EqualityCompare<IsEqual>::compare(a.component(elemNdx).asFloat(compNdx), b.component(elemNdx).asFloat(compNdx)));
812 result = EqualityCompare<IsEqual>::combine(result, EqualityCompare<IsEqual>::compare(a.component(elemNdx).asInt(compNdx), b.component(elemNdx).asInt(compNdx)));
824 result = EqualityCompare<IsEqual>::combine(result, EqualityCompare<IsEqual>::compare(a.component(elemNdx).asBool(compNdx), b.component(elemNdx).asBool(compNdx)));
  /device/linaro/bootloader/edk2/AppPkg/Applications/Lua/src/
luac.c 136 static const Proto* combine(lua_State* L, int n) function
174 f=combine(L,argc);
  /external/skia/third_party/lua/src/
luac.c 136 static const Proto* combine(lua_State* L, int n) function
174 f=combine(L,argc);
  /external/syslinux/com32/lua/src/
luac.c 136 static const Proto* combine(lua_State* L, int n) function
174 f=combine(L,argc);
  /frameworks/native/libs/binder/tests/
binderThroughputTest.cpp 125 static ProcResults combine(const ProcResults& a, const ProcResults& b) { function in struct:ProcResults
308 tot_results = ProcResults::combine(tot_results, tmp_results);
  /hardware/libhardware/modules/sensors/dynamic_sensor/
Android.mk 40 # 2. Use as a standalone sensor HAL and configure multihal to combine it with sensor hal that
  /system/libhwbinder/vts/performance/
Benchmark_throughput.cpp 121 // Combine two sets of latency data points and update the aggregation info.
122 static ProcResults combine(const ProcResults& a, const ProcResults& b) { function in struct:ProcResults
387 tot_results = ProcResults::combine(tot_results, tmp_results);
  /external/apache-commons-math/src/main/java/org/apache/commons/math/analysis/
ComposableFunction.java 315 * The function h created by {@code h = g.combine(f, combiner)} is such that
318 * @param f function to combine with the instance
320 * @return a new function which computes {@code combine.value(this.value(x), f.value(x))}
322 public ComposableFunction combine(final UnivariateRealFunction f,
335 * @param f function to combine with the instance
365 * @param f function to combine with the instance
380 * @param f function to combine with the instance
409 * @param f function to combine with the instance
  /external/autotest/site_utils/suite_scheduler/
timed_event.py 217 this_week_deadline = datetime.datetime.combine(
  /external/emma/core/java12/com/vladium/util/
IProperties.java 112 public static IProperties combine (final IProperties overrides, final IProperties base) method in class:IProperties.Factory
  /external/guava/guava/src/com/google/common/util/concurrent/
Futures.java     [all...]

Completed in 2875 milliseconds

1 2 34 5 6 7 8 91011>>