Home
last modified time | relevance | path

Searched defs:bSize (Results 1 – 11 of 11) sorted by relevance

/external/ms-tpm-20-ref/TPMCmd/tpm/src/support/
DMathOnByteBuffers.c56 UINT32 bSize, // IN: size of b in UnsignedCompareB()
86 const UINT32 bSize, // IN: size of b in SignedCompareB()
/external/ms-tpm-20-ref/Samples/Nucleo-TPM/Shared/Platform/src/
DUnique.c61 uint32_t bSize, // size of the buffer in _plat__GetUnique()
/external/ms-tpm-20-ref/TPMCmd/Platform/src/
DUnique.c60 uint32_t bSize, // size of the buffer in _plat__GetUnique()
/external/ms-tpm-20-ref/Samples/ARM32-FirmwareTPM/optee_ta/fTPM/platform/
DUnique.c64 uint32_t bSize, // size of the buffer in _plat__GetUnique()
/external/mesa3d/src/mesa/state_tracker/
Dst_atom_pixeltransfer.c51 const GLuint bSize = ctx->PixelMaps.BtoB.Size; in load_color_map_texture() local
/external/zstd/lib/compress/
Dzstdmt_compress.c154 static void ZSTDMT_setBufferSize(ZSTDMT_bufferPool* const bufPool, size_t const bSize) in ZSTDMT_setBufferSize()
171 size_t const bSize = srcBufPool->bufferSize; /* forward parameters */ in ZSTDMT_expandBufferPool() local
187 size_t const bSize = bufPool->bufferSize; in ZSTDMT_getBuffer() local
229 size_t const bSize = bufPool->bufferSize; in ZSTDMT_resizeBuffer() local
/external/skia/tests/
DGrBlockAllocatorTest.cpp523 size_t bSize = poolB->totalSize(); in DEF_TEST() local
DResourceCacheTest.cpp1810 size_t bSize = context->getResourceCacheLimit(); in DEF_GPUTEST_FOR_MOCK_CONTEXT() local
/external/s2-geometry-library-java/src/com/google/common/geometry/
DS2Polygon.java771 int bSize = smallest.getKey().intValue(); in destructiveUnionSloppy() local
/external/zstd/zlibWrapper/examples/
Dzwrapbench.c949 { size_t bSize = readU32FromChar(&argument); in main() local
/external/mesa3d/src/gallium/drivers/swr/rasterizer/jitter/
Dfetch_jit.cpp1173 constexpr bool bSize = (sizeof(T) == sizeof(uint16_t)); in GetSimdValidIndicesHelper() local