Home
last modified time | relevance | path

Searched refs:IPos (Results 1 – 5 of 5) sorted by relevance

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/zlib/
Ddeflate.c89 uInt longest_match OF((deflate_state *s, IPos cur_match));
91 local uInt longest_match OF((deflate_state *s, IPos cur_match));
94 local uInt longest_match_fast OF((deflate_state *s, IPos cur_match));
97 local void check_match OF((deflate_state *s, IPos start, IPos match,
323 IPos hash_head = 0;
1029 IPos cur_match; /* current match */
1037 IPos limit = s->strstart > (IPos)MAX_DIST(s) ?
1038 s->strstart - (IPos)MAX_DIST(s) : NIL;
1177 IPos cur_match; /* current match */
1234 IPos start, match;
[all …]
Ddeflate.h88 typedef unsigned IPos; typedef
154 IPos prev_match; /* previous match */
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/zlib/
Ddeflate.h91 typedef unsigned IPos; typedef
157 IPos prev_match; /* previous match */
Ddeflate.c90 uInt longest_match OF((deflate_state *s, IPos cur_match));
92 local uInt longest_match OF((deflate_state *s, IPos cur_match));
96 local void check_match OF((deflate_state *s, IPos start, IPos match,
1150 IPos cur_match; /* current match */
1158 IPos limit = s->strstart > (IPos)MAX_DIST(s) ?
1159 s->strstart - (IPos)MAX_DIST(s) : NIL;
1299 IPos cur_match; /* current match */
1358 IPos start, match;
1632 IPos hash_head; /* head of the hash chain */
1734 IPos hash_head; /* head of hash chain */
/device/linaro/bootloader/edk2/EdkShellPkg/
DShellR64.patch8729 - UINTN IPos;
8737 - IPos = 1;
8740 - IPos = 0;