OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:oSize
(Results
1 - 3
of
3
) sorted by null
/external/lz4/tests/
frametest.c
249
size_t decResult,
oSize
= COMPRESSIBLE_NOISE_LENGTH;
251
decResult = LZ4F_decompress(dCtx, op, &
oSize
, cBuff, &iSize, NULL);
260
op +=
oSize
;
261
oSize
= (size_t)(oend-op);
262
decResult = LZ4F_decompress(dCtx, op, &
oSize
, cBuff, &iSize, NULL);
264
op +=
oSize
;
270
{ size_t
oSize
= 0;
275
errorCode = LZ4F_decompress(dCtx, NULL, &
oSize
, ip, &iSize, NULL);
304
size_t
oSize
= oend-op;
306
errorCode = LZ4F_decompress(dCtx, op, &
oSize
, ip, &iSize, NULL)
[
all
...]
/libcore/ojluni/src/main/java/sun/misc/
FDBigInteger.java
[
all
...]
/external/mesa3d/src/gallium/drivers/nv50/codegen/
nv50_ir_from_tgsi.cpp
[
all
...]
Completed in 951 milliseconds