HomeSort by relevance Sort by last modified time
    Searched full:longest_match (Results 1 - 25 of 25) sorted by null

  /external/zlib/contrib/masmx86/
gvmat32c.c 1 /* gvmat32.c -- C portion of the optimized longest_match for 32 bits x86
3 * File written by Gilles Vollant, by modifiying the longest_match
6 * longest_match execute standard C code is wmask != 0x7fff
47 uInt longest_match( function
match686.asm 1 ; match686.asm -- Asm portion of the optimized longest_match for 32 bits x86
4 ; for MASM. This is as assembly version of longest_match
15 ; this file contain two implementation of longest_match
17 ; this longest_match was written by Brian raiter (1998), optimized for Pentium Pro
20 ; for using an assembly version of longest_match, you need define ASMV in project
37 ;uInt longest_match(s, cur_match)
99 public longest_match
162 ;;; match686.asm -- Pentium-Pro-optimized version of longest_match()
190 ;;; uInt longest_match(deflate_state *deflatestate, IPos curmatch)
194 longest_match proc near label
    [all...]
readme.txt 5 longest_match() and inflate_fast().
gvmat32.asm 1 ; gvmat32.asm -- Asm portion of the optimized longest_match for 32 bits x86
3 ; File written by Gilles Vollant, by modifiying the longest_match
15 ; this file contain two implementation of longest_match
21 ; for using an seembly version of longest_match, you need define ASMV in project
114 public longest_match
656 ;;; match.asm -- Pentium-Pro-optimized version of longest_match()
669 ;;; uInt longest_match(deflate_state *deflatestate, IPos curmatch)
674 longest_match proc near label
949 longest_match endp
  /external/zlib/contrib/masmx64/
readme.txt 4 longest_match() and inflate_fast(), for 64 bits x86 (both AMD64 and Intel EM64t),
8 assembly optimized version from Jean-loup Gailly original longest_match function
gvmat64.asm 5 ; gvmat64.asm -- Asm portion of the optimized longest_match for 32 bits x86_64
10 ; File written by Gilles Vollant, by converting to assembly the longest_match
56 ;uInt longest_match(s, cur_match)
60 longest_match PROC label
546 longest_match ENDP
  /external/zlib/contrib/
README.contrib 30 assembler to replace longest_match() and inflate_fast()
50 replace longest_match() and inflate_fast(), also masm x86
54 x86 asm code to replace longest_match() and inflate_fast(),
  /external/zlib/contrib/asm686/
match.S 1 /* match.S -- x86 assembly version of the zlib longest_match() function.
25 #define longest_match _longest_match define
81 .globl match_init, longest_match
85 /* uInt longest_match(deflate_state *deflatestate, IPos curmatch) */
87 longest_match: label
  /external/zlib/contrib/gcc_gvmat64/
gvmat64.S 6 ; gvmat64.S -- Asm portion of the optimized longest_match for 32 bits x86_64
12 ; File written by Gilles Vollant, by converting to assembly the longest_match
41 ;uInt longest_match(s, cur_match)
55 # define longest_match _longest_match
60 .globl match_init, longest_match
62 longest_match: label
  /external/zlib/contrib/amd64/
amd64-match.S 2 * match.S -- optimized version of longest_match()
13 # define longest_match _longest_match
56 .globl match_init, longest_match
143 /* uInt longest_match(deflate_state *deflatestate, IPos curmatch) */
145 longest_match: label
  /external/zlib/contrib/asm586/
match.S 1 /* match.s -- Pentium-optimized version of longest_match()
11 #define longest_match _longest_match define
75 .globl match_init, longest_match
79 /* uInt longest_match(deflate_state *deflatestate, IPos curmatch) */
81 longest_match: label
  /external/zlib/contrib/masm686/
match.asm 2 ; match.asm -- Pentium-Pro optimized version of longest_match()
98 ; uInt longest_match(deflate_state *deflatestate, IPos curmatch)
  /external/zlib/
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));
1063 local uInt longest_match(s, cur_match) function
1212 local uInt longest_match(s, cur_match) function
    [all...]
ChangeLog 105 - Add contrib/gcc_gvmat64 for longest_match and inflate_fast [Vollant]
    [all...]
  /external/chromium/third_party/zlib/
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));
1027 local uInt longest_match(s, cur_match) function
    [all...]
  /external/qemu/distrib/zlib-1.2.3/
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));
1027 local uInt longest_match(s, cur_match) function
    [all...]
  /external/chromium/third_party/icu/source/common/
unisetspan.cpp 218 // TODO: Possible optimization: Distinguish CONTAINED vs. LONGEST_MATCH
220 // (Only store irrelevant UTF-8 strings for LONGEST_MATCH where they are relevant after all.)
363 if(which&CONTAINED) { // Only necessary for LONGEST_MATCH.
    [all...]
  /external/icu4c/common/
unisetspan.cpp 218 // TODO: Possible optimization: Distinguish CONTAINED vs. LONGEST_MATCH
220 // (Only store irrelevant UTF-8 strings for LONGEST_MATCH where they are relevant after all.)
363 if(which&CONTAINED) { // Only necessary for LONGEST_MATCH.
    [all...]
  /development/ndk/platforms/android-3/arch-arm/lib/
libz.so 
  /prebuilt/ndk/android-ndk-r4/platforms/android-3/arch-arm/usr/lib/
libz.so 
  /prebuilt/ndk/android-ndk-r4/platforms/android-4/arch-arm/usr/lib/
libz.so 
  /prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-arm/usr/lib/
libz.so 
  /prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-arm/usr/lib/
libz.so 
  /prebuilt/android-arm/kernel/
vmlinux-qemu 
vmlinux-qemu-armv7 

Completed in 455 milliseconds