Home
last modified time | relevance | path

Searched refs:match_init (Results 1 – 9 of 9) sorted by relevance

/external/zlib/src/contrib/asm686/
Dmatch.S24 #define match_init _match_init macro
81 .globl match_init, longest_match symbol
357 match_init: ret label
/external/zlib/src/contrib/gcc_gvmat64/
Dgvmat64.S54 # define match_init _match_init macro
60 .globl match_init, longest_match symbol
571 match_init: label
/external/zlib/src/contrib/amd64/
Damd64-match.S12 # define match_init _match_init macro
56 .globl match_init, longest_match symbol
452 match_init: ret label
/external/zlib/src/contrib/masmx86/
Dmatch686.asm18 ; (and the faster known version of match_init on modern Core 2 Duo and AMD Phenom)
100 public match_init
/external/qemu/distrib/zlib-1.2.8/
Ddeflate.c89 void match_init OF((void)); /* asm code initialization */
1129 match_init(); /* initialize the asm code */
/external/chromium_org/third_party/zlib/
Ddeflate.c90 void match_init OF((void)); /* asm code initialization */
1068 match_init(); /* initialize the asm code */
Dmixed-source.patch28 void match_init OF((void)); /* asm code initialization */
/external/zlib/src/
Ddeflate.c89 void match_init OF((void)); /* asm code initialization */
1129 match_init(); /* initialize the asm code */
/external/pdfium/core/src/fxcodec/fx_zlib/zlib_v128/
Dfx_zlib_deflate.c89 void match_init OF((void)); /* asm code initialization */
1128 match_init(); /* initialize the asm code */ in lm_init()