Searched refs:scan_end (Results 1 - 13 of 13) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/lib/zlib_deflate/
H A Ddeflate.c571 register ush scan_end = *(ush*)(scan+best_len-1); local
575 register Byte scan_end = scan[best_len]; local
605 if (*(ush*)(match+best_len-1) != scan_end ||
636 if (match[best_len] != scan_end ||
672 scan_end = *(ush*)(scan+best_len-1);
675 scan_end = scan[best_len];
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/zlib-1.2.3/contrib/masm686/
H A Dmatch.asm224 ;/* register ush scan_end = *(ushf*)(scan+best_len-1); */
240 ; * if (*(ushf*)(match+best_len-1) != scan_end ||
364 ;/* scan_end = *(ushf*)(scan+best_len-1); */
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/zlib-1.2.3/contrib/masm686/
H A Dmatch.asm224 ;/* register ush scan_end = *(ushf*)(scan+best_len-1); */
240 ; * if (*(ushf*)(match+best_len-1) != scan_end ||
364 ;/* scan_end = *(ushf*)(scan+best_len-1); */
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/jffs2/
H A Dscan.c638 uint32_t empty_start, scan_end; local
642 scan_end = min_t(uint32_t, EMPTY_SCAN_SIZE(c->sector_size)/8, buf_len);
647 while (inbuf_ofs < scan_end) {
669 if (!buf_size && (scan_end != buf_len)) {/* XIP/point case */
670 scan_end = buf_len;
684 scan_end = buf_len;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/zlib-1.2.3/contrib/masmx86/
H A Dgvmat32.asm198 ; bx = scan_end = *(window+best_len-1)
236 ; bx = scan_end
357 ; if we are here, we know that *(match+best_len-1) == scan_end
416 ; we go in normalbeg2 because *(ushf*)(match+best_len-1) == scan_end
425 ; if we are here, we know that *(match+best_len-1) == scan_end
507 mov bx,[ecx-1] ; bx = *(scan+best_len-1) = scan_end
774 ;;; register ush scan_end = *(ushf*)(scan+best_len-1);
792 ;;; if (*(ushf*)(match+best_len-1) != scan_end ||
899 ;;; scan_end = *(ushf*)(scan+best_len-1);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/zlib-1.2.3/contrib/masmx86/
H A Dgvmat32.asm198 ; bx = scan_end = *(window+best_len-1)
236 ; bx = scan_end
357 ; if we are here, we know that *(match+best_len-1) == scan_end
416 ; we go in normalbeg2 because *(ushf*)(match+best_len-1) == scan_end
425 ; if we are here, we know that *(match+best_len-1) == scan_end
507 mov bx,[ecx-1] ; bx = *(scan+best_len-1) = scan_end
774 ;;; register ush scan_end = *(ushf*)(scan+best_len-1);
792 ;;; if (*(ushf*)(match+best_len-1) != scan_end ||
899 ;;; scan_end = *(ushf*)(scan+best_len-1);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/zlib-1.2.3/contrib/masmx64/
H A Dgvmat64.asm266 ;;; register ush scan_end = *(ushf*)(scan+best_len-1);
325 ;;; if (*(ushf*)(match+best_len-1) != scan_end ||
455 ;;; scan_end = *(ushf*)(scan+best_len-1);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/zlib-1.2.3/
H A Ddeflate.c1051 register ush scan_end = *(ushf*)(scan+best_len-1); local
1055 register Byte scan_end = scan[best_len]; local
1090 if (*(ushf*)(match+best_len-1) != scan_end ||
1121 if (match[best_len] != scan_end ||
1157 scan_end = *(ushf*)(scan+best_len-1);
1160 scan_end = scan[best_len];
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/zlib-1.2.3/contrib/masmx64/
H A Dgvmat64.asm266 ;;; register ush scan_end = *(ushf*)(scan+best_len-1);
325 ;;; if (*(ushf*)(match+best_len-1) != scan_end ||
455 ;;; scan_end = *(ushf*)(scan+best_len-1);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/zlib-1.2.3/
H A Ddeflate.c1051 register ush scan_end = *(ushf*)(scan+best_len-1); local
1055 register Byte scan_end = scan[best_len]; local
1090 if (*(ushf*)(match+best_len-1) != scan_end ||
1121 if (match[best_len] != scan_end ||
1157 scan_end = *(ushf*)(scan+best_len-1);
1160 scan_end = scan[best_len];
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/busybox-1.x/archival/
H A Dgzip.c620 uch scan_end = scan[best_len]; local
635 if (match[best_len] != scan_end ||
666 scan_end = scan[best_len];
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/ppp-2.4.4/pppdump/
H A Dzlib.c962 register ush scan_end = *(ushf*)(scan+best_len-1); local
966 register Byte scan_end = scan[best_len]; local
991 if (*(ushf*)(match+best_len-1) != scan_end ||
1022 if (match[best_len] != scan_end ||
1058 scan_end = *(ushf*)(scan+best_len-1);
1061 scan_end = scan[best_len];
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/ppp-2.4.4/common/
H A Dzlib.c1293 register ush scan_end = *(ushf*)(scan+best_len-1); local
1297 register Byte scan_end = scan[best_len]; local
1327 if (*(ushf*)(match+best_len-1) != scan_end ||
1358 if (match[best_len] != scan_end ||
1394 scan_end = *(ushf*)(scan+best_len-1);
1397 scan_end = scan[best_len];

Completed in 299 milliseconds