Searched defs:numCores (Results 1 – 7 of 7) sorted by relevance
100 Codec::Codec(IV_COLOR_FORMAT_T colorFormat, size_t numCores) { in Codec()347 uint32_t numCores = (data[numCoresOfst] % kMaxCores) + 1; in LLVMFuzzerTestOneInput() local
125 Codec::Codec(IV_COLOR_FORMAT_T colorFormat, size_t numCores) in Codec()418 uint32_t numCores = (data[numCoresOfst] % kMaxCores) + 1; in LLVMFuzzerTestOneInput() local
109 Codec::Codec(IV_COLOR_FORMAT_T colorFormat, size_t numCores) in Codec()370 uint32_t numCores = (data[numCoresOfst] % kMaxCores) + 1; in LLVMFuzzerTestOneInput() local
100 Codec::Codec(IV_COLOR_FORMAT_T colorFormat, size_t numCores) { in Codec()358 uint32_t numCores = (data[numCoresOfst] % kMaxCores) + 1; in LLVMFuzzerTestOneInput() local
91 Codec::Codec(IV_COLOR_FORMAT_T colorFormat, size_t numCores) { in Codec()438 uint32_t numCores = (data[numCoresOfst] % kMaxCores) + 1; in LLVMFuzzerTestOneInput() local
1390 static int numCores = 0; in UTIL_countCores() local1470 static S32 numCores = 0; /* apple specifies int32_t */ in UTIL_countCores() local1496 static int numCores = 0; in UTIL_countCores() local1568 static int numCores = 0; /* freebsd sysctl is native int sized */ in UTIL_countCores() local1612 static int numCores = 0; in UTIL_countCores() local
60 inline SpinBarrier::WaitMode getWaitMode(SpinBarrier::WaitMode requested, uint32_t numCores, int32_… in getWaitMode()