OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:blockstart
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/zlib/pigz/dist/zopfli/
lz77.h
68
size_t
blockstart
;
member in struct:ZopfliBlockState
/src/external/bsd/tradcpp/dist/
macro.c
570
size_t
blockstart
, wordstart, pos;
local
574
pos =
blockstart
= 0;
581
if (wordstart >
blockstart
) {
583
buf +
blockstart
,
584
wordstart -
blockstart
);
590
blockstart
= pos;
597
if (pos >
blockstart
) {
598
ei = expansionitem_create_stringlen(buf +
blockstart
,
599
pos -
blockstart
);
Completed in 63 milliseconds
Indexes created Wed Aug 26 00:26:28 UTC 2026