Searched refs:and (Results 201 - 225 of 804) sorted by relevance

1234567891011>>

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/iproute2/doc/
H A Dip-cref.tex28 However, the document is self-contained and the reader, provided they have a
30 and examples to understand and configure Linux-2.2 IP and IPv6
34 and options, decrypting \verb|ip| output and containing a few examples.
35 More voluminous examples and some topics, which require more elaborate
39 bugs and design drawbacks. They may be skipped at the first reading.
49 begin with the character \verb|'-'| and may be used in either long or abbreviated
55 --- print the version of the \verb|ip| utility and exi
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/arch/sparc/lib/
H A Dcopy_user.S1 /* copy_user.S: Sparc optimized copy_from_user and copy_to_user code.
9 * e-mail between David and Eddie.
213 EX(ldd [%o1], %g2, and %g1, 0xf)
216 EX(st %g2, [%o0 - 0x08], and %g1, 0xf)
217 EX2(st %g3, [%o0 - 0x04], and %g1, 0xf, %g1, sub %g1, 4)
222 EX(ld [%o1], %g2, and %g1, 7)
224 EX(st %g2, [%o0], and %g1, 7)
230 EX(lduh [%o1], %g2, and %g1, 3)
232 EX(sth %g2, [%o0], and %g1, 3)
273 and
[all...]
H A Dmul.S2 * mul.S: This routine was taken from glibc-1.09 and is covered
25 andcc %g0, %g0, %o4 ! zero the partial product and clear N and V
70 and %o1, %o2, %o2 ! %o2 = 0 or %o1, depending on sign of %o0
74 ! and put upper half in place
79 * The resulting bits are off by 12 and (32-12) = 20 bit positions,
115 sra %o4, 20, %o1 ! ... and extract high part of result
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/arch/sparc64/lib/
H A Dbzero.S1 /* bzero.S: Simple prefetching memset, bzero, and clear_user
16 and %o1, 0xff, %o3
47 3: and %o1, 0x38, %g1
51 and %o1, 0x7, %o1
120 3: and %o1, 0x38, %g1
124 and %o1, 0x7, %o1
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/arch/mips/kernel/
H A Dr4k_switch.S2 * This file is subject to the terms and conditions of the GNU General Public
62 and t2, t0, t1
66 and t0, t0, t1
74 and t0, t0, t1
83 * updating $28, $29 and kernelsp without disabling ints.
109 and t1, a3
112 and a2, a3
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/arch/cris/arch-v10/lib/
H A Dchecksum.S15 ;; check for breakeven length between movem and normal word looping versions
82 ;; r9 and r13 can be used as temporaries.
89 and.d $r9,$r12 ; checksum = checksum & 0xffff
93 and.d $r9,$r12
120 ;; copy and checksum the last byte
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/arch/cris/arch-v32/lib/
H A Dchecksum.S15 ;; check for breakeven length between movem and normal word looping versions
70 ;; r9 and r13 can be used as temporaries.
77 and.d $r9,$r12 ; checksum = checksum & 0xffff
81 and.d $r9,$r12
108 ;; copy and checksum the last byte
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/arch/frv/mm/
H A Dtlb-flush.S6 * This program is free software; you can redistribute it and/or
142 # zap the matching TLB line and AMR values
144 and gr9,gr5,gr9
170 # round the start down to beginning of TLB line and end up to beginning of next TLB line
174 and gr9,gr5,gr9
175 and gr10,gr5,gr10
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/arch/i386/boot/
H A Dsetup.S18 # ... and the former contents of CS
36 # This is the setup header, and it must start at %cs:2 (old 0x9020:2)
103 # setup and the end of low
287 # which returns a 32-bit memory size, and finally 88h, which
292 # a whole bunch of different types, and allows memory holes and
293 # everything. We scan through this memory map and build a list
343 # alternative new memory detection scheme, and it's sensible
366 shll $6, %edx # and go from 64k to 1k chunks
369 addl %ecx, (0x1e0) # and ad
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/arch/alpha/lib/
H A Dev67-strrchr.S34 and a1, 0xff, t2 # E : 00000000000000ch
84 and t1, t4, t4 # E :
86 or t4, t5, t4 # E : ... and including the null
88 and t3, t4, t3 # E : mask out char matches after null
104 addq t6, t5, v0 # E : and add to quadword address
H A Dev6-strncpy_from_user.S20 * A bunch of instructions got moved and temp registers were changed
22 * branches, and to provide longer code sequences to enable better scheduling.
53 and a0, 7, t3 # E : find dest misalignment
56 /* Are source and destination co-aligned? */
65 and t4, 7, t4 # E : misalignment between the two
67 and a3, 7, t6 # E : number of tail bytes
84 /* Create the 1st output word and detect 0's in the 1st input word. */
104 * in clear_user.S and copy_user.S.
105 * Presumably, since (a0) and (a1) do not overlap (by C definition)
136 and t
[all...]
H A Dev67-strchr.S32 and a1, 0xff, t3 # E : 00000000000000ch
79 and t0, t1, t0 # E :
80 and t0, t3, t1 # E : bit set iff byte was the char
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/samba-3.0.13/packaging/Fedora/
H A Dsamba.spec43 files, printers, and other information (such as lists of available
44 files and printers). The Windows NT, OS/2, and Linux operating systems
45 support this natively, and add-on packages can enable the same thing
46 for DOS, Windows, VMS, UNIX of all kinds, MVS, and more. This package
49 TCP/IP (NetBT) protocols and does NOT need the NetBEUI (Microsoft Raw
61 shares and printing to SMB printers.
64 Summary: Files used by both Samba servers and clients.
68 Samba-common provides files necessary for both the server and client
163 ## Samba's Makefile is breaking this currently. Remove it and se
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/scripts/
H A Dgen_initramfs_list.sh8 # the cpio archive, and gzip to pack it.
20 gen_init_cpio and gzip
32 All options except -o and -l may be repeated and are interpreted
33 sequentially and immediately. -u and -g states are preserved across
187 # if only one file is specified and it is .cpio file then use it direct as fs
277 # If output_file is set we will generate cpio archive and gzip it
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/minidlna/ffmpeg-0.5.1/libavcodec/arm/
H A Ddsputil_arm_s.S7 @ FFmpeg is free software; you can redistribute it and/or
73 and \Rd0, \Rd0, \Rmask
74 and \Rd1, \Rd1, \Rmask
85 and \Rn0, \Rn0, \Rm0
86 and \Rn1, \Rn1, \Rm1
87 and \Rd0, \Rd0, \Rmask
88 and \Rd1, \Rd1, \Rmask
553 and r8, r4, r14
554 and r9, r5, r14
555 and r1
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/arch/m68k/ifpsp060/src/
H A Dilsp.S9 THE SOFTWARE is provided on an "AS IS" basis and without warranty.
13 and any warranty against infringement with regard to the SOFTWARE label
14 (INCLUDING ANY MODIFIED VERSIONS THEREOF) and any accompanying written materials.
21 Motorola assumes no responsibility for the maintenance and support of the SOFTWARE.
23 You are hereby granted a copyright license to use, modify, and distribute the SOFTWARE
24 so long as this entire notice is retained without alteration in any modified and/or
25 redistributed versions, and that such modified versions are clearly identified as such.
31 # and contains the entry points into the package. The user, in
67 # and therefore does not work exactly like the 680X0 div{s,u}.l #
84 # If the operands are signed, make them unsigned and sav
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/openssl/ms/
H A Dtest.bat104 echo test sslv2 with both client and server authentication
120 echo test sslv3 with both client and server authentication
136 echo test sslv2/sslv3 with both client and server authentication
156 echo test sslv2 with both client and server authentication via BIO pair
172 echo test sslv3 with both client and server authentication via BIO pair
188 echo test sslv2/sslv3 with both client and server authentication via BIO pair
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/openssl-0.9.8e/ms/
H A Dtest.bat100 echo test sslv2 with both client and server authentication
116 echo test sslv3 with both client and server authentication
132 echo test sslv2/sslv3 with both client and server authentication
152 echo test sslv2 with both client and server authentication via BIO pair
168 echo test sslv3 with both client and server authentication via BIO pair
184 echo test sslv2/sslv3 with both client and server authentication via BIO pair
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/arch/sh/kernel/
H A Dentry-common.S8 * This file is subject to the terms and conditions of the GNU General Public
15 ! GNU as (as of 2.9.1) changes bf/s into bt/s and bra, when the address
19 * entry.S contains the system-call and fault low-level handling routines.
21 * and faults that can result in a task-switch.
24 * after a timer-interrupt and after each system call.
35 * updated in ptrace.c and ptrace.h
108 and #0xf0, r0 ! interrupts off (exception path)?
256 ! to rewrite system calls and args on the fly.
295 and #(0xf << 2), r0
342 * The poorly named main trapa decode and dispatc
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/arch/sparc/kernel/
H A Dtrampoline.S26 * in and sets PIL in %psr to 15, no irqs.
60 /* Give ourselves a stack and curptr. */
63 and %g4, 0xc, %g4
100 and %g2, 3, %g2
134 and %g3, 0xf8, %g3
138 /* Give ourselves a stack and curptr. */
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/arch/powerpc/boot/
H A Ddiv64.S6 * the 64-bit quotient, and r4 contains the divisor.
11 * This program is free software; you can redistribute it and/or
34 li r10,-1 # to make it < 2^32, and shifting
46 add r8,r8,r11 # and add the estimate to the accumulated
52 mullw r10,r0,r4 # and get the remainder
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/arch/m68k/fpsp040/
H A Dres_func.S4 | Normalizes denormalized numbers if necessary and updates the
6 | machine and the 040 completes the operation. This routine
11 | completed here; data is packed and moved to user memory.
85 | At this point, only opclass 0 and 2 possible
102 | At this point, fabs, fneg, fsmove, fdmove, ftst, fsqrt, fssqrt, and
104 | For cases fabs, fneg, fsmove, and fdmove goto spos (do not normalize)
105 | For cases fsqrt, fssqrt, and fdsqrt goto nrm_src (do normalize)
112 | destination precision and mode.
125 | Inst is ftst. Check the source operand and set the cc's accordingly.
179 | and bi
[all...]
H A Dskeleton.S4 | This file contains code that is system dependent and will
89 | bug, if an E1 snan, ovfl, or unfl occurred, and the process was
92 | and unfl exception to be taken must not have been enabled. The
93 | fix is to check for E1, and the existence of one of snan, ovfl,
96 | that this fix is only for d43b parts, and is skipped if the
132 | We do not have the bug 1232 case. Clean up the stack and call
145 bclrb #E3,E_BYTE(%a6) |clear and test E3 flag
182 bclrb #E3,E_BYTE(%a6) |clear and test E3 flag
208 bclrb #E3,E_BYTE(%a6) |clear and test E3 flag
369 | The exception has been handled by the package and w
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/arch/arm/mach-omap2/
H A Dsram-fn.S10 * This program is free software; you can redistribute it and/or
67 and r10, r10, r9 @ clear bit2 for lock mode.
97 str r10, [r0] @ write dll_status and return counter
98 ldmfd sp!, {r0 - r12, pc} @ restore regs and return
116 and r5, r5, r6 @ apply mask to clear bits
159 mov r5, r5, lsr #8 @ isolate rfr field and drop burst
201 ldmfd sp!, {r0 - r10, pc} @ restore regs and return
211 and r8, r8, r7 @ apply mask to clear bits
244 * Set dividers and pll. Also recalculate DLL value for DDR and unloc
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/samba-3.0.13/examples/printing/
H A DVampireDriversFunctions9 ## This program is free software; you can redistribute it and/or modify
91 # driver info and related files from a Windows NT print server.
92 # It then uploads and installs the drivers to a Samba server. (The
96 # The main commands used are \"smbclient\" and \"rpcclient\" combined
97 # with \"grep\", \"sed\" and \"awk\". Probably a Perl or Python script
99 # with printer and driver names which are containing spaces in
105 # driver. Also, driver versions \"0\", \"2\" and \"3\" are placed in
116 # UPDATE: The script replaces the \"/\" with a \"_\" and also renames
124 # mget\" retrieved \"ps5ui.dll\" from the NT printserver, and the
133 # 3) This script is probably not portable at all and relie
[all...]

Completed in 293 milliseconds

1234567891011>>