OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:bEnd
(Results
1 - 3
of
3
) sorted by relevancy
/src/external/bsd/bzip2/dist/
bzip2recover.c
312
MaybeUInt64
bEnd
[BZ_MAX_HANDLED_BLOCKS];
389
bEnd
[currBlock] = bitsRead-1;
393
currBlock, bStart[currBlock],
bEnd
[currBlock] );
407
bEnd
[currBlock] = bitsRead-49;
409
bEnd
[currBlock] = 0;
412
(
bEnd
[currBlock] - bStart[currBlock]) >= 130) {
415
rbCtr+1, bStart[currBlock],
bEnd
[currBlock] );
417
rbEnd[rbCtr] =
bEnd
[currBlock];
/src/external/bsd/libarchive/dist/libarchive/
xxhash.c
237
const BYTE*
bEnd
= p + len;
242
if (p==NULL) { len=0;
bEnd
=p=(const BYTE*)(size_t)16; }
247
const BYTE* const limit =
bEnd
- 16;
270
while (p<=
bEnd
-4)
277
while (p<
bEnd
)
373
const BYTE* const
bEnd
= p + len;
402
if (p <=
bEnd
-16)
404
const BYTE* const limit =
bEnd
- 16;
424
if (p <
bEnd
)
426
XXH_memcpy(state->memory, p,
bEnd
-p)
[
all
...]
/src/external/bsd/zstd/dist/lib/common/
xxhash.h
2930
switch(len&15) /* or switch(
bEnd
- p) */ {
2998
const xxh_u8* const
bEnd
= input + len;
2999
const xxh_u8* const limit =
bEnd
- 15;
3087
const xxh_u8* const
bEnd
= p + len;
3110
if (p <=
bEnd
-16) {
3111
const xxh_u8* const limit =
bEnd
- 16;
3122
if (p <
bEnd
) {
3123
XXH_memcpy(state->mem32, p, (size_t)(
bEnd
-p));
3124
state->memsize = (unsigned)(
bEnd
-p);
3440
const xxh_u8* const
bEnd
= input + len
[
all
...]
Completed in 31 milliseconds
Indexes created Tue Mar 03 05:31:39 UTC 2026