HomeSort by relevance Sort by last modified time
    Searched refs:IPos (Results 1 - 19 of 19) sorted by null

  /external/llvm/unittests/ADT/
PointerEmbeddedIntTest.cpp 47 PointerEmbeddedInt<intptr_t, CHAR_BIT> IPos = 42, INeg = -42;
48 EXPECT_EQ(42, IPos);
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/zlib/
deflate.h 91 typedef unsigned IPos;
94 * save space in the various tables. IPos is used only for parameter passing.
157 IPos prev_match; /* previous match */
deflate.c 90 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,
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/zlib/
deflate.h 88 typedef unsigned IPos;
91 * save space in the various tables. IPos is used only for parameter passing.
154 IPos prev_match; /* previous match */
deflate.c 89 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;
    [all...]
  /external/python/cpython2/Modules/zlib/
deflate.h 91 typedef unsigned IPos;
94 * save space in the various tables. IPos is used only for parameter passing.
157 IPos prev_match; /* previous match */
deflate.c 90 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,
    [all...]
  /external/python/cpython3/Modules/zlib/
deflate.h 94 typedef unsigned IPos;
97 * save space in the various tables. IPos is used only for parameter passing.
160 IPos prev_match; /* previous match */
deflate.c 93 uInt longest_match OF((deflate_state *s, IPos cur_match));
95 local uInt longest_match OF((deflate_state *s, IPos cur_match));
99 local void check_match OF((deflate_state *s, IPos start, IPos match,
    [all...]
  /external/syslinux/com32/lib/zlib/
deflate.h 88 typedef unsigned IPos;
91 * save space in the various tables. IPos is used only for parameter passing.
154 IPos prev_match; /* previous match */
deflate.c 90 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,
319 IPos hash_head = 0;
    [all...]
  /external/zlib/src/
deflate.h 94 typedef unsigned IPos;
97 * save space in the various tables. IPos is used only for parameter passing.
160 IPos prev_match; /* previous match */
deflate.c 93 uInt longest_match OF((deflate_state *s, IPos cur_match));
95 local uInt longest_match OF((deflate_state *s, IPos cur_match));
99 local void check_match OF((deflate_state *s, IPos start, IPos match,
    [all...]
  /toolchain/binutils/binutils-2.27/zlib/
deflate.h 91 typedef unsigned IPos;
94 * save space in the various tables. IPos is used only for parameter passing.
157 IPos prev_match; /* previous match */
deflate.c 90 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,
    [all...]
  /external/zlib/src/contrib/masmx64/
gvmat64.asm 3 ; IPos cur_match); /* current match */
58 ; IPos cur_match; /* current match */
282 ;;; IPos limit = s->strstart > (IPos)MAX_DIST(s) ?
283 ;;; s->strstart - (IPos)MAX_DIST(s) : NIL;
  /external/zlib/src/contrib/masmx86/
match686.asm 39 ; IPos cur_match; /* current match */
190 ;;; uInt longest_match(deflate_state *deflatestate, IPos curmatch)
267 ;;; IPos limit = s->strstart > (IPos)MAX_DIST(s) ?
268 ;;; s->strstart - (IPos)MAX_DIST(s) : NIL;
  /toolchain/binutils/binutils-2.27/zlib/contrib/masmx64/
gvmat64.asm 3 ; IPos cur_match); /* current match */
58 ; IPos cur_match; /* current match */
282 ;;; IPos limit = s->strstart > (IPos)MAX_DIST(s) ?
283 ;;; s->strstart - (IPos)MAX_DIST(s) : NIL;
  /toolchain/binutils/binutils-2.27/zlib/contrib/masmx86/
match686.asm 39 ; IPos cur_match; /* current match */
190 ;;; uInt longest_match(deflate_state *deflatestate, IPos curmatch)
267 ;;; IPos limit = s->strstart > (IPos)MAX_DIST(s) ?
268 ;;; s->strstart - (IPos)MAX_DIST(s) : NIL;

Completed in 356 milliseconds