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

12

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/leds/
H A Dleds-alix2.c123 const char *scan_end; local
135 scan_end = bios_virt + bios_len - (alix_sig_len + 2);
136 for (p = bios_virt; p < scan_end; p++) {
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/leds/
H A Dleds-alix2.c123 const char *scan_end; local
135 scan_end = bios_virt + bios_len - (alix_sig_len + 2);
136 for (p = bios_virt; p < scan_end; p++) {
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/gdb/gdb/
H A Diq2000-tdep.c196 CORE_ADDR scan_end,
209 if (scan_end == (CORE_ADDR) 0)
216 loop_end = scan_end;
218 sal = find_last_line_symbol (scan_start, scan_end, 0);
195 iq2000_scan_prologue(CORE_ADDR scan_start, CORE_ADDR scan_end, struct frame_info *fi, struct iq2000_frame_cache *cache) argument
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/gdb/gdb/
H A Diq2000-tdep.c196 CORE_ADDR scan_end,
209 if (scan_end == (CORE_ADDR) 0)
216 loop_end = scan_end;
218 sal = find_last_line_symbol (scan_start, scan_end, 0);
195 iq2000_scan_prologue(CORE_ADDR scan_start, CORE_ADDR scan_end, struct frame_info *fi, struct iq2000_frame_cache *cache) argument
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/gdb/gdb/
H A Diq2000-tdep.c196 CORE_ADDR scan_end,
209 if (scan_end == (CORE_ADDR) 0)
216 loop_end = scan_end;
218 sal = find_last_line_symbol (scan_start, scan_end, 0);
195 iq2000_scan_prologue(CORE_ADDR scan_start, CORE_ADDR scan_end, struct frame_info *fi, struct iq2000_frame_cache *cache) argument
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/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];
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/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];
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/samba-3.5.8/lib/zlib/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); */
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/fs/jffs2/
H A Dscan.c641 uint32_t empty_start, scan_end; local
645 scan_end = min_t(uint32_t, EMPTY_SCAN_SIZE(c->sector_size)/8, buf_len);
650 while (inbuf_ofs < scan_end) {
672 if (!buf_size && (scan_end != buf_len)) {/* XIP/point case */
673 scan_end = buf_len;
687 scan_end = buf_len;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/fs/jffs2/
H A Dscan.c641 uint32_t empty_start, scan_end; local
645 scan_end = min_t(uint32_t, EMPTY_SCAN_SIZE(c->sector_size)/8, buf_len);
650 while (inbuf_ofs < scan_end) {
672 if (!buf_size && (scan_end != buf_len)) {/* XIP/point case */
673 scan_end = buf_len;
687 scan_end = buf_len;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/cfe/cfe/zlib/
H A Ddeflate.c750 register ush scan_end = *(ushf*)(scan+best_len-1); local
754 register Byte scan_end = scan[best_len]; local
784 if (*(ushf*)(match+best_len-1) != scan_end ||
815 if (match[best_len] != scan_end ||
851 scan_end = *(ushf*)(scan+best_len-1);
854 scan_end = scan[best_len];
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/samba-3.5.8/lib/zlib/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); */
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/samba-3.5.8/lib/zlib/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); */
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/samba-3.5.8/lib/zlib/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);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/samba-3.5.8/lib/zlib/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);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/samba-3.5.8/lib/zlib/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);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/samba-3.5.8/lib/zlib/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);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/samba-3.5.8/lib/zlib/
H A Ddeflate.c1048 register ush scan_end = *(ushf*)(scan+best_len-1); local
1052 register Byte scan_end = scan[best_len]; local
1087 if (*(ushf*)(match+best_len-1) != scan_end ||
1118 if (match[best_len] != scan_end ||
1154 scan_end = *(ushf*)(scan+best_len-1);
1157 scan_end = scan[best_len];
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/zlib/
H A Ddeflate.c1087 register ush scan_end = *(ushf*)(scan+best_len-1); local
1091 register Byte scan_end = scan[best_len]; local
1126 if (*(ushf*)(match+best_len-1) != scan_end ||
1157 if (match[best_len] != scan_end ||
1193 scan_end = *(ushf*)(scan+best_len-1);
1196 scan_end = scan[best_len];
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/samba-3.5.8/lib/zlib/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);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/samba-3.5.8/lib/zlib/
H A Ddeflate.c1048 register ush scan_end = *(ushf*)(scan+best_len-1); local
1052 register Byte scan_end = scan[best_len]; local
1087 if (*(ushf*)(match+best_len-1) != scan_end ||
1118 if (match[best_len] != scan_end ||
1154 scan_end = *(ushf*)(scan+best_len-1);
1157 scan_end = scan[best_len];
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/zlib/
H A Ddeflate.c1087 register ush scan_end = *(ushf*)(scan+best_len-1); local
1091 register Byte scan_end = scan[best_len]; local
1126 if (*(ushf*)(match+best_len-1) != scan_end ||
1157 if (match[best_len] != scan_end ||
1193 scan_end = *(ushf*)(scan+best_len-1);
1196 scan_end = scan[best_len];
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/samba-3.5.8/lib/zlib/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);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/samba-3.5.8/lib/zlib/
H A Ddeflate.c1048 register ush scan_end = *(ushf*)(scan+best_len-1); local
1052 register Byte scan_end = scan[best_len]; local
1087 if (*(ushf*)(match+best_len-1) != scan_end ||
1118 if (match[best_len] != scan_end ||
1154 scan_end = *(ushf*)(scan+best_len-1);
1157 scan_end = scan[best_len];
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/zlib/
H A Ddeflate.c1087 register ush scan_end = *(ushf*)(scan+best_len-1); local
1091 register Byte scan_end = scan[best_len]; local
1126 if (*(ushf*)(match+best_len-1) != scan_end ||
1157 if (match[best_len] != scan_end ||
1193 scan_end = *(ushf*)(scan+best_len-1);
1196 scan_end = scan[best_len];

Completed in 288 milliseconds

12