Home
last modified time | relevance | path

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

/dports/lang/intel-compute-runtime/compute-runtime-21.52.22081/shared/source/kernel/
H A Dkernel_arg_descriptor.h274 uint32_t numPatched = 0; in patchVecNonPointer() local
276 numPatched += patchNonPointer(buffer, location[i], value[i]) ? 1 : 0; in patchVecNonPointer()
278 return numPatched; in patchVecNonPointer()
/dports/games/doomsday/doomsday-2.3.1/doomsday/apps/plugins/importdeh/src/
H A Ddehreader.cpp1860 int numPatched = 0; in patchMusicLumpNames() local
1874 numPatched++; in patchMusicLumpNames()
1879 return (numPatched > 0); in patchMusicLumpNames()
1892 int numPatched = 0; in patchSoundLumpNames() local
1899 numPatched++; in patchSoundLumpNames()
1904 return (numPatched > 0); in patchSoundLumpNames()
/dports/lang/intel-compute-runtime/compute-runtime-21.52.22081/shared/test/unit_test/kernel/
H A Dkernel_arg_descriptor_tests.cpp472 auto numPatched = NEO::patchVecNonPointer(buffer, offsets, values); in TEST() local
473 EXPECT_EQ(3U, numPatched); in TEST()