Searched refs:match_init (Results 1 - 10 of 10) sorted by relevance

/external/zlib/src/contrib/asm686/
H A Dmatch.S24 #define match_init _match_init define
81 .globl match_init, longest_match
357 match_init: ret label
/external/zlib/src/contrib/amd64/
H A Damd64-match.S12 # define match_init _match_init
56 .globl match_init, longest_match
452 match_init: ret label
/external/zlib/src/contrib/gcc_gvmat64/
H A Dgvmat64.S54 # define match_init _match_init
60 .globl match_init, longest_match
571 match_init: label
/external/zlib/src/contrib/masmx86/
H A Dmatch686.asm18 ; (and the faster known version of match_init on modern Core 2 Duo and AMD Phenom)
100 public match_init
468 match_init proc near label
470 match_init endp
/external/chromium_org/third_party/yasm/source/patched-yasm/libyasm/tests/
H A Dopt-gvmat64.asm508 match_init: ; PROC label
511 match_init ENDP
/external/zlib/src/contrib/masmx64/
H A Dgvmat64.asm548 match_init PROC label
550 match_init ENDP
/external/chromium_org/third_party/zlib/
H A Ddeflate.c90 void match_init OF((void)); /* asm code initialization */
1068 match_init(); /* initialize the asm code */
/external/pdfium/core/src/fxcodec/fx_zlib/zlib_v128/
H A Dfx_zlib_deflate.c89 void match_init OF((void)); /* asm code initialization */
1128 match_init(); /* initialize the asm code */
/external/qemu/distrib/zlib-1.2.8/
H A Ddeflate.c89 void match_init OF((void)); /* asm code initialization */
1129 match_init(); /* initialize the asm code */
/external/zlib/src/
H A Ddeflate.c89 void match_init OF((void)); /* asm code initialization */
1129 match_init(); /* initialize the asm code */

Completed in 164 milliseconds