Searched refs:lmask (Results 1 - 14 of 14) sorted by relevance

/macosx-10.10.1/zlib-55/zlib/contrib/masmx64/
H A Dinffas8664.c98 /*100 56 */ unsigned lmask; /* r12 mask for lcode */ member in struct:inffast_ar
139 ar.lmask = (1U << state->lenbits) - 1;
H A Dinffasx64.asm55 mov r12d, [rsp+100] ; /* r12d = lmask */
70 mov r8, r12 ; /* r8 = lmask */
89 mov r8, r12 ; /* r8 = lmask */
101 mov eax, [rbp+r8*4] ; /* eax = lcode[hold & lmask] */
110 mov r8, r12 ; /* r8 = lmask */
116 mov eax, [rbp+r8*4] ; /* eax = lcode[hold & lmask] */
/macosx-10.10.1/rsync-45/rsync/zlib/
H A Dinffast.c88 unsigned lmask; /* mask for first level of length codes */ local
115 lmask = (1U << state->lenbits) - 1;
127 this = lcode[hold & lmask];
/macosx-10.10.1/sudo-73/src/zlib/
H A Dinffast.c88 unsigned lmask; /* mask for first level of length codes */ local
115 lmask = ((unsigned)1 << state->lenbits) - 1;
127 here = lcode[hold & lmask];
/macosx-10.10.1/xnu-2782.1.97/libkern/zlib/
H A Dinffast.c116 unsigned lmask; /* mask for first level of length codes */ local
143 lmask = (1U << state->lenbits) - 1;
155 this = lcode[hold & lmask];
/macosx-10.10.1/zlib-55/zlib/
H A Dinffast.c93 unsigned lmask; /* mask for first level of length codes */ local
120 lmask = (1U << state->lenbits) - 1;
132 here = lcode[hold & lmask];
/macosx-10.10.1/CPANInternal-159.1/Perl-Tidy-20121207/examples/
H A Dperlmask.pl239 my $lmask = length($masked_line);
242 "$input_line_number: length ERROR, masked length=$lmask but input length=$linput\n";
/macosx-10.10.1/syslog-267/libsystem_asl.tproj/src/
H A Dasl.c444 uint32_t level, lmask, filter, status, tunnel; local
473 lmask = ASL_FILTER_MASK(level);
521 if ((filter != 0) && ((filter & lmask) != 0))
530 if ((asl->options & ASL_OPT_SYSLOG_LEGACY) && (filter != 0) && ((filter & lmask) == 0))
950 uint32_t i, len, level, lmask, outstatus, objtype; local
980 lmask = ASL_FILTER_MASK(level);
1179 if ((asl->out_list[i].fd >= 0) && (asl->out_list[i].filter != 0) && ((asl->out_list[i].filter & lmask) != 0))
/macosx-10.10.1/zlib-55/zlib/contrib/inflate86/
H A Dinffas86.c93 /*100 56 */ unsigned lmask; /* r12 mask for lcode */ member in struct:inffast_ar
122 ar.lmask = (1U << state->lenbits) - 1;
148 " movl 100(%%rsp), %%r12d\n" /* r12d = lmask */
160 " movq %%r12, %%r8\n" /* r8 = lmask */
179 " movq %%r12, %%r8\n" /* r8 = lmask */
191 " movl (%%rbp,%%r8,4), %%eax\n" /* eax = lcode[hold & lmask] */
200 " movq %%r12, %%r8\n" /* r8 = lmask */
206 " movl (%%rbp,%%r8,4), %%eax\n" /* eax = lcode[hold & lmask] */
504 " movl 56(%%esp), %%eax\n" /* eax = lmask */
506 " movl (%%ebp,%%eax,4), %%eax\n" /* eax = lcode[hold & lmask] */
[all...]
H A Dinffast.S186 #define lmask 0 /* unsigned int */ define
279 * lmask = ( 1 << state->lenbits ) - 1;
293 movl %eax, lmask(%esp)
442 * this = lcode[hold & lmask]
455 movl lmask(%esp), %edx /* edx = lmask */
458 movl (%ecx,%edx,4), %eax /* eax = lcode[hold & lmask] */
894 movd lmask(%esp), lmask_mm
929 movl (%ebx,%eax,4), %eax /* eax = lcode[hold & lmask] */
978 movl (%ebx,%eax,4), %eax /* eax = dcode[hold & lmask] */
[all...]
/macosx-10.10.1/file_cmds-242/compress/
H A Dzopen.c362 static char_type lmask[9] = variable
385 *bp = (*bp & rmask[r_off]) | ((ocode << r_off) & lmask[r_off]);
/macosx-10.10.1/IONetworkingFamily-101/
H A DIONetworkController.cpp1010 UInt32 lmask )
1013 UInt32 reqSize = size + smask + lmask; // we over-request so we can fulfill alignment needs.
1034 mbuf_setdata(m, (caddr_t)alignedStart, (mbuf_maxlen(m) - (alignedStart - originalStart)) & ~lmask);
/macosx-10.10.1/IOFireWireIP-226.2/KernelSource/IOKit/
H A DIOFWIPBusInterface.cpp3283 UInt32 lmask )
3286 UInt32 reqSize = size + smask + lmask; // we over-request so we can fulfill alignment needs.
3305 mbuf_setdata(m, (caddr_t)alignedStart, (mbuf_maxlen(m) - (alignedStart - originalStart)) & ~lmask);
/macosx-10.10.1/ksh-23/ksh/src/cmd/INIT/
H A Dratz.c2085 unsigned lmask; /* mask for first level of length codes */ local
2112 lmask = (((unsigned int)1) << state->lenbits) - 1;
2124 this = lcode[hold & lmask];

Completed in 477 milliseconds