Home
last modified time | relevance | path

Searched defs:CounterArray (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/cronet/third_party/boringssl/src/crypto/
H A Dcrypto_test.cc47 using CounterArray = size_t[fips_counter_max + 1]; typedef
/aosp_15_r20/external/boringssl/src/crypto/
H A Dcrypto_test.cc56 using CounterArray = size_t[fips_counter_max + 1]; typedef
/aosp_15_r20/external/llvm/lib/Transforms/Instrumentation/
H A DEfficiencySanitizer.cpp787 GlobalVariable *CounterArray = StructTyMap[StructTy]; in insertCounterUpdate() local