Searched refs:wmask (Results 1 - 25 of 39) sorted by relevance

12

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/clib/
H A Dmemmove.c43 * SO THAT wmask BELOW IS ALL ONES
49 #undef wmask macro
50 #define wmask (wsize - 1) macro
103 if ((t | (size_t)dst) & wmask) {
108 if ((t ^ (size_t)dst) & wmask || length < wsize)
111 t = wsize - (t & wmask);
120 t = length & wmask;
126 * (t&wmask) bytes to align, not wsize-(t&wmask).
131 if ((t | (size_t)dst) & wmask) {
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/sound/drivers/
H A Dml403-ac97cr.c169 u16 wmask; member in struct:lm4550_reg
180 .wmask = 0x9F1F,
184 .wmask = 0x9F1F,
188 .wmask = 0x801F,
192 .wmask = 0x801E,
196 .wmask = 0x801F,
200 .wmask = 0x805F,
204 .wmask = 0x9F1F,
208 .wmask = 0x9F1F,
212 .wmask
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/zlib-1.2.3/contrib/asm586/
H A Dmatch.S21 #define wmask 0 /* local copy of s->wmask */ define
175 /* uInt wmask = s->w_mask; */
179 mov %edx, wmask(%esp)
192 * } while ((cur_match = prev[cur_match & wmask]) > limit
202 * %edx = curmatch & wmask
227 movl wmask(%esp), %edx /* 2 V pipe */
314 movl wmask(%esp), %edx
335 movl wmask(%esp), %edx
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/transmission/zlib-1.2.3/contrib/asm586/
H A Dmatch.S21 #define wmask 0 /* local copy of s->wmask */ define
175 /* uInt wmask = s->w_mask; */
179 mov %edx, wmask(%esp)
192 * } while ((cur_match = prev[cur_match & wmask]) > limit
202 * %edx = curmatch & wmask
227 movl wmask(%esp), %edx /* 2 V pipe */
314 movl wmask(%esp), %edx
335 movl wmask(%esp), %edx
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/xtensa/include/asm/
H A Dptrace.h93 unsigned long wmask; /* 28 */ member in struct:pt_regs
H A Dprocessor.h159 regs->wmask = 1; \
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/ncftp-3.2.5/source/ncftp/
H A Dutil.c806 * SO THAT wmask BELOW IS ALL ONES
811 #define wmask (wsize - 1) macro
839 if ((t | (int)dst) & wmask) {
844 if ((t ^ (int)dst) & wmask || length < wsize)
847 t = wsize - (t & wmask);
856 t = length & wmask;
862 * (t&wmask) bytes to align, not wsize-(t&wmask).
867 if ((t | (int)dst) & wmask) {
868 if ((t ^ (int)dst) & wmask || lengt
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/xtensa/kernel/
H A Dtraps.c351 int i, wmask; local
353 wmask = regs->wmask & ~1;
367 printk("wb: %08lx, ws: %08lx, wmask: %08lx, syscall: %ld\n",
368 regs->windowbase, regs->windowstart, regs->wmask,
H A Dprocess.c205 int len = childregs->wmask & ~0xf;
214 childregs->wmask = 1;
274 wm = regs->wmask;
H A Dsignal.c70 if (regs->wmask == 1)
76 base = (XCHAL_NUM_AREGS / 4) - (regs->wmask >> 4);
80 if ((regs->wmask & 2) == 0)
121 regs->wmask = 1;
195 regs->wmask = 1;
H A Dasm-offsets.c37 DEFINE(PT_WMASK, offsetof (struct pt_regs, wmask));
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/alpha/kernel/
H A Dcore_t2.c88 unsigned long wmask; member in struct:__anon7801::__anon7802
393 t2_saved_config.window[0].wmask = *(vulp)T2_WMASK1;
396 t2_saved_config.window[1].wmask = *(vulp)T2_WMASK2;
483 *(vulp)T2_WMASK1 = t2_saved_config.window[0].wmask;
486 *(vulp)T2_WMASK2 = t2_saved_config.window[1].wmask;
H A Dcore_wildfire.c119 pci->pci_window[0].wmask.csr = (hose->sg_isa->size - 1) & 0xfff00000;
123 pci->pci_window[1].wmask.csr = (0x40000000 -1) & 0xfff00000;
127 pci->pci_window[2].wmask.csr = (0x40000000 -1) & 0xfff00000;
131 pci->pci_window[3].wmask.csr = (hose->sg_pci->size - 1) & 0xfff00000;
470 pci->pci_window[i].wmask.csr,
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/zlib-1.2.3/contrib/masm686/
H A Dmatch.asm111 ; low word: s->wmask
152 ; uInt wmask = s->w_mask;
169 ; It is then shifted into the high word, to make room for the wmask
243 ; * } while ((cur_match = prev[cur_match & wmask]) > limit
253 ; * %edx = chainlenwmask - i.e., ((chainlen << 16) | wmask)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/transmission/zlib-1.2.3/contrib/masm686/
H A Dmatch.asm111 ; low word: s->wmask
152 ; uInt wmask = s->w_mask;
169 ; It is then shifted into the high word, to make room for the wmask
243 ; * } while ((cur_match = prev[cur_match & wmask]) > limit
253 ; * %edx = chainlenwmask - i.e., ((chainlen << 16) | wmask)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/zlib-1.2.3/contrib/masmx64/
H A Dgvmat64.asm51 ; low word: s->wmask
192 ;;; uInt wmask = s->w_mask;
209 ;;; It is then shifted into the high word, to make room for the wmask
328 ;;; } while ((cur_match = prev[cur_match & wmask]) > limit
338 ;;; edx = chainlenwmask - i.e., ((chainlen << 16) | wmask)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/transmission/zlib-1.2.3/contrib/masmx64/
H A Dgvmat64.asm51 ; low word: s->wmask
192 ;;; uInt wmask = s->w_mask;
209 ;;; It is then shifted into the high word, to make room for the wmask
328 ;;; } while ((cur_match = prev[cur_match & wmask]) > limit
338 ;;; edx = chainlenwmask - i.e., ((chainlen << 16) | wmask)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/zip30/win32/
H A Dgvmat64.asm51 ; low word: s->wmask
192 ;;; uInt wmask = s->w_mask;
209 ;;; It is then shifted into the high word, to make room for the wmask
328 ;;; } while ((cur_match = prev[cur_match & wmask]) > limit
338 ;;; edx = chainlenwmask - i.e., ((chainlen << 16) | wmask)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/zlib-1.2.8/contrib/masmx86/
H A Dmatch686.asm57 wmask equ dword ptr [esp+NbStack-52] define
121 ; low word: s->wmask
217 ;;; uInt wmask = s->w_mask;
234 ;;; It is then shifted into the high word, to make room for the wmask
309 ;;; } while ((cur_match = prev[cur_match & wmask]) > limit
319 ;;; edx = chainlenwmask - i.e., ((chainlen << 16) | wmask)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/zlib-1.2.7/contrib/masmx86/
H A Dmatch686.asm57 wmask equ dword ptr [esp+NbStack-52] define
121 ; low word: s->wmask
217 ;;; uInt wmask = s->w_mask;
234 ;;; It is then shifted into the high word, to make room for the wmask
309 ;;; } while ((cur_match = prev[cur_match & wmask]) > limit
319 ;;; edx = chainlenwmask - i.e., ((chainlen << 16) | wmask)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/zlib-1.2.3/contrib/masmx86/
H A Dgvmat32.asm71 wmask equ dword ptr [esp+NbStack-52] define
250 ; cur_match = prev[cur_match & wmask]
270 ; cur_match = prev[cur_match & wmask]
615 ; low word: s->wmask
703 ;;; uInt wmask = s->w_mask;
720 ;;; It is then shifted into the high word, to make room for the wmask
795 ;;; } while ((cur_match = prev[cur_match & wmask]) > limit
805 ;;; edx = chainlenwmask - i.e., ((chainlen << 16) | wmask)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/transmission/zlib-1.2.3/contrib/masmx86/
H A Dgvmat32.asm71 wmask equ dword ptr [esp+NbStack-52] define
250 ; cur_match = prev[cur_match & wmask]
270 ; cur_match = prev[cur_match & wmask]
615 ; low word: s->wmask
703 ;;; uInt wmask = s->w_mask;
720 ;;; It is then shifted into the high word, to make room for the wmask
795 ;;; } while ((cur_match = prev[cur_match & wmask]) > limit
805 ;;; edx = chainlenwmask - i.e., ((chainlen << 16) | wmask)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/zlib-1.2.8/contrib/masmx64/
H A Dgvmat64.asm71 ; low word: s->wmask
231 ;;; uInt wmask = s->w_mask;
248 ;;; It is then shifted into the high word, to make room for the wmask
367 ;;; } while ((cur_match = prev[cur_match & wmask]) > limit
377 ;;; edx = chainlenwmask - i.e., ((chainlen << 16) | wmask)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/zlib-1.2.7/contrib/masmx64/
H A Dgvmat64.asm71 ; low word: s->wmask
231 ;;; uInt wmask = s->w_mask;
248 ;;; It is then shifted into the high word, to make room for the wmask
367 ;;; } while ((cur_match = prev[cur_match & wmask]) > limit
377 ;;; edx = chainlenwmask - i.e., ((chainlen << 16) | wmask)
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/video/
H A Dleo.c135 u32 wmask; member in struct:leo_ld_ss0
222 sbus_writel(0xffff, &ss->wmask);

Completed in 283 milliseconds

12