OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:ushf
(Results
1 - 2
of
2
) sorted by relevancy
/src/common/dist/zlib/
zutil.h
48
typedef ush FAR
ushf
;
typedef in typeref:typename:ush FAR
/src/sys/net/
zlib.c
99
typedef ush FAR
ushf
;
typedef in typeref:typename:ush FAR
511
ushf
*d_buf;
820
ushf
*overlay;
875
overlay = (
ushf
*) ZALLOC(strm, s->lit_bufsize, sizeof(ush)+2);
1220
ushf
*overlay;
1240
overlay = (
ushf
*) ZALLOC(dest, ds->lit_bufsize, sizeof(ush)+2);
1372
ush scan_start = *(
ushf
*)scan;
1373
ush scan_end = *(
ushf
*)(scan+best_len-1);
1407
if (*(
ushf
*)(match+best_len-1) != scan_end ||
1408
*(
ushf
*)match != scan_start) continue
[
all
...]
Completed in 13 milliseconds
Indexes created Wed Sep 24 05:09:52 GMT 2025