Home
last modified time | relevance | path

Searched refs:thirtyTwoBitOps (Results 1 – 1 of 1) sorted by relevance

/aosp14/system/core/libutils/
H A DBitSet_fuzz.cpp46 static const std::vector<std::function<void(android::BitSet32, uint32_t)>> thirtyTwoBitOps = variable
52 thirtyTwoBitOps[operation](bs, bit); in runOperationFor32Bit()
66 thirtyTwoBitOps[op % thirtyTwoBitOps.size()](b1, bit); in LLVMFuzzerTestOneInput()