OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:modSize
(Results
1 - 3
of
3
) sorted by null
/external/epid-sdk/ext/ipp/sources/ippcp/
gsmod_unpackctx.c
63
int
modSize
= MOD_LEN(pAlignedBuffer);
66
+sizeof(BNU_CHUNK_T)*(
modSize
*3);
72
MOD_POOL_BUF(pCtx) = MOD_MNT_R2(pCtx) +
modSize
;
gsmod_packctx.c
66
int
modSize
= MOD_LEN(pCtx);
69
+sizeof(BNU_CHUNK_T)*(
modSize
*3);
/external/mesa3d/src/gallium/drivers/swr/rasterizer/jitter/
JitManager.cpp
500
uint64_t
modSize
)
504
m_modSize =
modSize
;
509
uint64_t
modSize
)
512
m_modSize =
modSize
;
Completed in 832 milliseconds