OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:npoints
(Results
1 - 4
of
4
) sorted by relevancy
/src/external/zlib/pigz/dist/zopfli/
blocksplitter.c
157
size_t
npoints
= 0;
local
165
if (lz77splitpoints[
npoints
] == i) {
166
ZOPFLI_APPEND_DATA(pos, &splitpoints, &
npoints
);
167
if (
npoints
== nlz77points) break;
172
assert(
npoints
== nlz77points);
175
for (i = 0; i <
npoints
; i++) {
179
for (i = 0; i <
npoints
; i++) {
195
npoints
: the amount of splitpoints found so far.
202
const size_t* splitpoints, size_t
npoints
,
207
for (i = 0; i <=
npoints
; i++)
[
all
...]
deflate.c
575
size_t
npoints
= 0;
local
577
ZopfliBlockSplitSimple(in, instart, inend, 65535, &splitpoints, &
npoints
);
580
increases the total size. Leave
npoints
at 0, this represents 1 block. */
583
options->blocksplittingmax, &splitpoints, &
npoints
);
586
for (i = 0; i <=
npoints
; i++) {
588
size_t end = i ==
npoints
? inend : splitpoints[i];
589
DeflateBlock(options, btype, i ==
npoints
&& final, in, start, end,
611
size_t
npoints
= 0;
local
641
increases the total size. Leave
npoints
at 0, this represents 1 block. */
644
options->blocksplittingmax, &splitpoints, &
npoints
);
[
all
...]
/src/external/gpl2/groff/dist/src/roff/troff/
node.h
587
int
npoints
;
member in class:draw_node
input.cpp
7769
int
npoints
= 0;
local
7787
++
npoints
;
7805
if (
npoints
!= 1 || no_last_v) {
7807
npoints
= 1;
7811
if (
npoints
!= 1 || !no_last_v) {
7813
npoints
= 1;
7818
if (
npoints
!= 1 || no_last_v) {
7820
npoints
= 1;
7824
if (
npoints
!= 2 || no_last_v) {
7826
npoints
= 2
[
all
...]
Completed in 63 milliseconds
Indexes created Sat Mar 21 00:23:06 UTC 2026