Home
last modified time | relevance | path

Searched defs:hc (Results 1 – 25 of 538) sorted by relevance

12345678910>>...22

/aosp_15_r20/external/cronet/third_party/libc++/src/src/
H A Ddebug.cpp136 size_t hc = hash<const void*>()(__c) % static_cast<size_t>(__cend_ - __cbeg_); in __insert_ic() local
180 size_t hc = hash<void*>()(__c) % static_cast<size_t>(__cend_ - __cbeg_); in __insert_c() local
231 size_t hc = hash<void*>()(__c) % static_cast<size_t>(__cend_ - __cbeg_); in __invalidate_all() local
262 size_t hc = hash<void*>()(__c) % static_cast<size_t>(__cend_ - __cbeg_); in __find_c_and_lock() local
288 size_t hc = hash<void*>()(__c) % static_cast<size_t>(__cend_ - __cbeg_); in __find_c() local
315 size_t hc = hash<void*>()(__c) % static_cast<size_t>(__cend_ - __cbeg_); in __erase_c() local
431 size_t hc = hash<void*>()(c1) % static_cast<size_t>(__cend_ - __cbeg_); in swap() local
/aosp_15_r20/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/util/
H A DArrays.java372 int hc = i + 1; in hashCode() local
391 int hc = i + 1; in hashCode() local
410 int hc = i + 1; in hashCode() local
423 int hc = 0; in hashCode() local
441 int hc = i + 1; in hashCode() local
460 int hc = i + 1; in hashCode() local
479 int hc = i + 1; in hashCode() local
501 int hc = i + 1; in hashCode() local
517 int hc = 0; in hashCode() local
529 int hc = 0; in hashCode() local
[all …]
/aosp_15_r20/external/bouncycastle/repackaged/bcprov/src/main/java/com/android/org/bouncycastle/util/
H A DArrays.java374 int hc = i + 1; in hashCode() local
393 int hc = i + 1; in hashCode() local
412 int hc = i + 1; in hashCode() local
425 int hc = 0; in hashCode() local
443 int hc = i + 1; in hashCode() local
462 int hc = i + 1; in hashCode() local
481 int hc = i + 1; in hashCode() local
503 int hc = i + 1; in hashCode() local
519 int hc = 0; in hashCode() local
531 int hc = 0; in hashCode() local
[all …]
/aosp_15_r20/external/bouncycastle/repackaged_platform/bcprov/src/main/java/com/android/internal/org/bouncycastle/util/
H A DArrays.java374 int hc = i + 1; in hashCode() local
393 int hc = i + 1; in hashCode() local
412 int hc = i + 1; in hashCode() local
425 int hc = 0; in hashCode() local
443 int hc = i + 1; in hashCode() local
462 int hc = i + 1; in hashCode() local
481 int hc = i + 1; in hashCode() local
503 int hc = i + 1; in hashCode() local
519 int hc = 0; in hashCode() local
531 int hc = 0; in hashCode() local
[all …]
/aosp_15_r20/external/libcxx/src/
H A Ddebug.cpp192 size_t hc = hash<const void*>()(__c) % static_cast<size_t>(__cend_ - __cbeg_); in __insert_ic() local
236 size_t hc = hash<void*>()(__c) % static_cast<size_t>(__cend_ - __cbeg_); in __insert_c() local
290 size_t hc = hash<void*>()(__c) % static_cast<size_t>(__cend_ - __cbeg_); in __invalidate_all() local
321 size_t hc = hash<void*>()(__c) % static_cast<size_t>(__cend_ - __cbeg_); in __find_c_and_lock() local
347 size_t hc = hash<void*>()(__c) % static_cast<size_t>(__cend_ - __cbeg_); in __find_c() local
374 size_t hc = hash<void*>()(__c) % static_cast<size_t>(__cend_ - __cbeg_); in __erase_c() local
490 size_t hc = hash<void*>()(c1) % static_cast<size_t>(__cend_ - __cbeg_); in swap() local
/aosp_15_r20/external/linux-kselftest/tools/testing/selftests/kvm/x86_64/
H A Dkvm_pv_test.c60 #define TEST_HCALL(hc) { .nr = hc, .name = #hc } argument
62 #define PR_HCALL(hc) ucall(UCALL_PR_HCALL, 1, hc) argument
74 static void test_hcall(struct hcall_data *hc) in test_hcall()
107 struct hcall_data *hc = (struct hcall_data *)uc->args[0]; in pr_hcall() local
/aosp_15_r20/external/puffin/src/
H A Dhuffman_table.h81 auto hc = code_hcodes_[bits]; in CodeAlphabet() local
96 auto hc = lit_len_hcodes_[bits]; in LitLenAlphabet() local
113 auto hc = distance_hcodes_[bits]; in DistanceAlphabet() local
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/multi_index/test/
Dtest_hash_ops.cpp27 void check_load_factor(const HashedContainer& hc) in check_load_factor()
44 hash_container hc; in test_hash_ops() local
/aosp_15_r20/hardware/interfaces/health/1.0/default/
H A Dconvert.cpp25 void convertToHealthConfig(const struct healthd_config *hc, HealthConfig& config) { in convertToHealthConfig()
43 void convertFromHealthConfig(const HealthConfig& c, struct healthd_config *hc) { in convertFromHealthConfig()
/aosp_15_r20/external/pdfium/third_party/libopenjpeg/
H A Dt1_generate_luts.c127 int hc, vc, n; in t1_init_ctxno_sc() local
171 int hc, vc, n; in t1_init_spb() local
/aosp_15_r20/libcore/luni/src/test/java/tests/security/spec/
H A DECFieldF2mTest.java325 int hc = f.hashCode(); in testHashCode01() local
344 int hc = f.hashCode(); in testHashCode02() local
H A DECFieldFpTest.java110 int hc = f.hashCode(); in testHashCode01() local
/aosp_15_r20/external/ComputeLibrary/src/graph/detail/
H A DCrossLayerMemoryManagerHelpers.cpp187 void configure_handle_lifetime(std::vector<TaskHandles> &tasks_handles, const HandleCounter &hc) in configure_handle_lifetime()
255 for(auto &hc : target_handle_count) in configure_transition_manager() local
/aosp_15_r20/frameworks/base/services/core/java/com/android/server/
H A DWatchdog.java751 HandlerChecker hc = mHandlerCheckers.get(i).checker(); in evaluateCheckerCompletionLocked() local
760 HandlerChecker hc = mHandlerCheckers.get(i).checker(); in getCheckersWithStateLocked() local
847 HandlerCheckerAndTimeout hc = mHandlerCheckers.get(i); in run() local
/aosp_15_r20/frameworks/base/packages/EasterEgg/src/com/android/egg/neko/
H A DNekoControlsService.kt65 val hc = String.format("0x%08x", control.hashCode()) in <lambda>() constant
/aosp_15_r20/prebuilts/checkstyle/
HDcheckstyle.jarMETA-INF/MANIFEST.MF META-INF/ com/ com/puppycrawl/ com/ ...
/aosp_15_r20/external/eigen/doc/snippets/
H A DHessenbergDecomposition_packedMatrix.cpp8 Vector3d hc = hessOfA.householderCoefficients(); variable
H A DTridiagonalization_householderCoefficients.cpp5 Vector3d hc = triOfA.householderCoefficients(); variable
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/src/cpp/server/health/
Dhealth_check_service_server_builder_option.cc31 std::unique_ptr<HealthCheckServiceInterface> hc) in HealthCheckServiceServerBuilderOption()
/aosp_15_r20/external/grpc-grpc/src/cpp/server/health/
H A Dhealth_check_service_server_builder_option.cc31 std::unique_ptr<HealthCheckServiceInterface> hc) in HealthCheckServiceServerBuilderOption()
/aosp_15_r20/device/generic/goldfish/gralloc/
DHostConnectionSession.h24 explicit HostConnectionSession(HostConnection* hc) : conn(hc) { in HostConnectionSession()
/aosp_15_r20/libcore/ojluni/src/test/java/net/InetAddress/
H A DHashSpread.java85 int hc = randomIPv6Adress().hashCode(); in testHashSpread() local
/aosp_15_r20/tools/test/connectivity/acts_tests/tests/google/power/wifi/
DPowerWiFiroamingTest.py20 from acts.controllers.ap_lib import hostapd_constants as hc unknown
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/serialization/include/boost/archive/detail/
Dinterface_oarchive.hpp64 helper_collection & hc = this->This()->get_helper_collection(); in get_helper() local
Dinterface_iarchive.hpp62 helper_collection & hc = this->This()->get_helper_collection(); in get_helper() local

12345678910>>...22