OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:rNext
(Results
1 - 2
of
2
) sorted by null
/external/lz4/programs/
fuzzer.c
734
U32
rNext
= 0;
748
memcpy (ringBuffer +
rNext
, testInput + iNext, messageSize);
749
result = LZ4_compress_limitedOutput_continue(&streamingState, ringBuffer +
rNext
, testCompressed, (…)
[
all
...]
/external/svox/pico/lib/
picopr.c
186
pr_ProdList
rNext
;
193
pr_ContextList
rNext
;
853
(*prodList) = (*prodList)->
rNext
;
870
ctx = ctx->
rNext
;
877
ctx->
rNext
= (*ctxList);
905
prod->
rNext
= ctx->rProdList;
948
pr->ctxList = pr->ctxList->
rNext
;
961
context = context->
rNext
;
[
all
...]
Completed in 217 milliseconds