OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:n_left
(Results
1 - 2
of
2
) sorted by null
/external/gemmlowp/meta/
multi_thread_gemm.h
48
const std::int32_t
n_left
= n - chunks_count_less_one * optimal_n;
local
50
scratch, lhs, rhs + chunks_count_less_one * chunk_size, m,
n_left
, k,
/external/libpcap/
gencode.c
233
u_int
n_left
;
member in struct:chunk
340
if (n > cp->
n_left
) {
349
cp->
n_left
= size;
353
cp->
n_left
-= n;
354
return (void *)((char *)cp->m + cp->
n_left
);
[
all
...]
Completed in 69 milliseconds