Searched refs:or (Results 226 - 250 of 686) sorted by relevance

1234567891011>>

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/ppc/kernel/
H A Dmisc.S8 * This program is free software; you can redistribute it and/or
11 * 2 of the License, or (at your option) any later version.
133 * complement mask on the msr then "or" some values on.
139 or r0,r0,r4 /* Or on the bits in r4 (second parm) */
445 * 40x cores have 8K or 16K dcache and 32 byte line size.
633 or r5,r5,r3
798 addi r7,r5,32 # could be xori, or addi with -32
802 or r4,r4,r6 # LSW |= t1
805 or r4,r4,r7 # LSW |= t2
811 addi r7,r5,32 # could be xori, or add
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gettext-0.17/gettext-runtime/intl/
H A Dplural.c8 This program is free software; you can redistribute it and/or modify
10 the Free Software Foundation; either version 2, or (at your option)
15 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
24 part or all of the Bison parser skeleton and distribute that work
26 parser generator using the skeleton or a modified version thereof
27 as a parser skeleton. Alternatively, if you modify or redistribute
39 /* All symbols defined below should begin with yy or YY, to avoid
79 This program is free software; you can redistribute it and/or modify it
81 by the Free Software Foundation; either version 2, or (at your option)
86 MERCHANTABILITY or FITNES
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gettext-0.17/gettext-tools/src/
H A Dpo-gram-gen.c8 This program is free software; you can redistribute it and/or modify
10 the Free Software Foundation; either version 2, or (at your option)
15 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
24 part or all of the Bison parser skeleton and distribute that work
26 parser generator using the skeleton or a modified version thereof
27 as a parser skeleton. Alternatively, if you modify or redistribute
39 /* All symbols defined below should begin with yy or YY, to avoid
345 /* The parser invokes alloca or malloc; define the necessary symbols. */
1001 contains an apostrophe, a comma, or backslash (other than
1075 YY_("syntax error, unexpected %s, expecting %s or
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/frv/mm/
H A Dtlb-miss.S6 * This program is free software; you can redistribute it and/or
9 * 2 of the License, or (at your option) any later version.
44 # handle a lookup failure of one sort or another in a kernel TLB handler
89 # handle a lookup failure of one sort or another in a user TLB handler
129 # SCR0 - base of virtual range covered by cached PGE from last ITLB miss (or 0xffffffff)
193 or gr29,gr31,gr29
250 # SCR1 - base of virtual range covered by cached PGE from last DTLB miss (or 0xffffffff)
313 or gr29,gr31,gr29
368 # SCR0 - base of virtual range covered by cached PGE from last ITLB miss (or 0xffffffff)
425 or gr2
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/alpha/lib/
H A Dev6-memset.S23 * small (say < 32 bytes) memset()s. Whether or not that change would be
61 or $3,$4,$3 # E : 00000000chch0000
66 or $17,$3,$17 # E : 00000000chchchch
67 or $2,$5,$2 # E : chchchch00000000
71 or $17,$2,$17 # E : chchchchchchchch
191 * Simple loop for trailing quadwords, or for small amounts
368 * Simple loop for trailing quadwords, or for small amounts
430 or $2,$5,$2 # E : 00000000c1c2c1c2
431 or $3,$4,$17 # E : c1c2c1c200000000
435 or
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/radvd/
H A Dgram.c8 This program is free software; you can redistribute it and/or modify
10 the Free Software Foundation; either version 2, or (at your option)
15 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
24 part or all of the Bison parser skeleton and distribute that work
26 parser generator using the skeleton or a modified version thereof
27 as a parser skeleton. Alternatively, if you modify or redistribute
39 /* All symbols defined below should begin with yy or YY, to avoid
335 /* The parser invokes alloca or malloc; define the necessary symbols. */
1124 contains an apostrophe, a comma, or backslash (other than
1198 YY_("syntax error, unexpected %s, expecting %s or
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/ia64/kernel/
H A Divt.S79 * fetch or a data access (or non-access).
146 (p7) cmp.eq.or.andcm p6,p7=r29,r0 // was pud_present(*pud) == NULL?
155 (p7) cmp.eq.or.andcm p6,p7=r20,r0 // was pmd_present(*pmd) == NULL?
212 cmp.ne.or.andcm p6,p7=r26,r20 // did *pmd change
214 cmp.ne.or.andcm p6,p7=r19,r29 // did *pud change
219 (p7) cmp.ne.or.andcm p6,p7=r25,r18 // did *pte change
344 or r19=r17,r19 // insert PTE control bits into r19
346 or r19=r19,r18 // set bit 4 (uncached) if the access was to region 6
395 (p9) cmp.eq.or
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/perl/DB_File/t/
H A Ddb-hash.t419 open(FILE, ">SubDB.pm") or die "Cannot open SubDB.pm: $!\n" ;
586 ok(75, $k eq "FRED") or
739 or die "Cannot open file 'fruit': $!\n";
786 tie %h, 'DB_File', $Dfile or die "Can't open file: $!\n" ;
805 tie %h, 'DB_File', $Dfile or die "Can't open file: $!\n" ;
926 # Passing undef for flags and/or mode when calling tie could cause
1074 or print "# Caught warning [$warned]\n" ;
1087 or print "# Caught warning [$warned]\n" ;
1101 or print "# Caught warning [$warned]\n" ;
1115 or prin
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/sparc/lib/
H A Dmemcpy.S134 or %t5, %prev, %t5; \
136 or %t6, %t0, %t0; \
140 or %t1, %prev, %t1; \
144 or %t6, %t2, %t4;
152 or %t4, %prev, %t0; \
154 or %t5, %t6, %t1; \
158 or %t4, %prev, %t2; \
160 or %t5, %t6, %t3; \
465 or %g2, %g5, %g2
471 or
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/Documentation/sound/oss/
H A DMultiSound65 # or your machine may crash if you do not do this correctly. **
71 # on the card. It is up to you to know if these are free locations or now,
77 # 0x250, 0x260 or 0x270. This port can be disabled to have the card
134 # resource values to the card's devices, or disable the devices. As
136 # configuration values when loading the msnd_pinnacle module (or
143 # on the card to 0x250, 0x260 or 0x270).
172 # one of 0x250, 0x260 or 0x270):
239 # the playback process, using `nice' or some form
260 # and Fiji (typically 0x250, 0x260 or 0x270,
273 # or th
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/zebra/ospfd/
H A Dospf_spf.c6 GNU Zebra is free software; you can redistribute it and/or modify it
8 Free Software Foundation; either version 2, or (at your option) any
13 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
511 /* (b) Otherwise, W is a transit vertex (router or transit
512 network). Look up the vertex W's LSA (router-LSA or
559 /* (b cont.) If the LSA does not exist, or its LS age is equal
560 to MaxAge, or it does not have a link back to vertex V,
816 struct ospf_route *or;
828 or = getdata (ln);
830 switch (or
814 struct ospf_route *or; local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/pcmcia/
H A Dm8xx_pcmcia.c180 u32 or; member in struct:pcmcia_win
282 * than the bus monitor or we will get a machine check due to the bus timeout.
285 #define PCMCIA_BOARD_MSG "RPX CLASSIC or RPX LITE"
623 out_be32(&w->or, 0); /* set to not valid */
837 * 5V 5V, LV* GND NC 5 or 3.3V as low as possible
847 * LV* LV* GND GND 3.3 or x.xV as low as possible
866 * So, how do I determine if I have a 5V or a LV
1089 out_be32(&w->or, 0); /* turn off window first */
1106 out_be32(&w->or, reg);
1109 "OR = %#8.8x.\n", lsock, io->map, w->br, w->or);
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/libvorbis-1.2.3/doc/
H A D01-introduction.tex19 quality/bitrate end of the scale (CD or DAT rate stereo, 16/24 bits)
25 polyphonic, stereo, quadraphonic, 5.1, ambisonic, or up to 255
50 Vorbis provides none of its own framing, synchronization or protection
57 minimum size, maximum size, or fixed/expected size. Packets
58 are designed that they may be truncated (or padded) and remain
61 mechanism and decoder must allow that a packet may be any size, or
62 end before or after packet decode expects.
67 transport) or RTP (for network multicast). For purposes of a few
70 requirement or fundamental assumption in the Vorbis design.
91 flag in each audio packet, or begi
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/m68k/ifpsp060/src/
H A Dpfpsp.S24 so long as this entire notice is retained without alteration in any modified and/or
26 No licenses are granted by implication, estoppel or otherwise under any patents
27 or trademarks of Motorola, Inc. label
588 # store_fpreg() - store opclass 0 or 2 result to FP regfile #
589 # unnorm_fix() - change UNNORM operands to NORM or ZERO #
613 # exception is enabled or disabled in the FPCR. For the disabled case, #
616 # then stored in either the FP regfile, data regfile, or memory. #
673 btst &0x5,1+EXC_CMDREG(%a6) # is operation monadic or dyadic?
683 bsr.l unnorm_fix # yes; convert to NORM,DENORM,or ZERO
717 # traps are enabled or disable
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/sparc64/kernel/
H A Dentry.S48 109: or %g7, %lo(109b), %g7
219 or %g3, %g4, %g3 ! anal...
236 or %g7, %lo(fp_other_bounce - 4), %g7
259 or %g1, %lo(FITOS_MASK), %g1
262 or %g2, %lo(FITOS_COMPARE), %g2
269 or %g1, %lo(fitos_table_1), %g1
311 or %g1, %lo(fitos_table_2), %g1
363 or %g3, %g1, %g3
434 or %g2, %lo(ivector_table), %g2
470 or
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/ffmpeg-0.5.1/libavcodec/x86/
H A Ddsputil_yasm.asm7 ;* FFmpeg is free software; you can redistribute it and/or
10 ;* version 2.1 of the License, or (at your option) any later version.
14 ;* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/sh/kernel/cpu/sh3/
H A Dentry.S101 ! It can be valid access, such as stack grow and/or C-O-W.
200 or r9, r8
239 or r9, r8 ! BL =1, RB=1
265 or k1, k0 ! (within kernel it may be disabled)
307 6: or k0, k2 ! Set the IMASK-bits
474 or k1, r8 ! Block all interrupts
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-powerpc/
H A Dppc_asm.h33 MFTB(ra); /* or get TB if no PURR */ \
48 MFTB(ra); /* or get TB if no PURR */ \
126 #define HMT_VERY_LOW or 31,31,31 # very low priority
127 #define HMT_LOW or 1,1,1
128 #define HMT_MEDIUM_LOW or 6,6,6 # medium low priority
129 #define HMT_MEDIUM or 2,2,2
130 #define HMT_MEDIUM_HIGH or 5,5,5 # medium high priority
131 #define HMT_HIGH or 3,3,3
219 * instructions. Use this when loading/storing a single word or less as:
256 /* various errata or par
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/samba-3.0.13/examples/LDAP/smbldap-tools-0.8.7/
H A Dsmbldap-usermod10 # This program is free software; you can redistribute it and/or
13 # of the License, or (at your option) any later version.
17 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
67 print " -I disable an user. Can't be used with -H or -J\n";
68 print " -J enable an user. Can't be used with -H or -I\n";
219 # action si + or - for adding or deleting an entry
257 # action si + or - for adding or deleting an entry
427 if ($samba == 1 and (defined $Options{'H'} or define
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/libxml2-2.7.2/
H A Dxmlcatalog.c60 * Returns a pointer to it or NULL on EOF the caller is expected to
220 printf("add requires 2 or 3 arguments\n");
233 printf("add requires 2 or 3 arguments\n");
325 \t used with --add or --del, it saves the catalog changes\n\
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/s390/kernel/
H A Dhead31.S15 # this is called either by the ipl loader or directly by PSW restart
16 # or linload or SALIPL
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/ia64/lib/
H A Dmemcpy.S52 or t0=in0,in1
55 or t0=t0,in2
202 or t0=t0,t1
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/m68k/fpsp040/
H A Dsint.S21 | Output: The function returns int(X) or intrz(X) in fp0.
28 | If exp(X) < 0, return +/- 0 or +/- 1, according to
90 beq snzrinx |if round nearest or round zero, +/- 0
179 | Rmode is rn or rz; return signed zero
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/libgcrypt-1.5.0/
H A Dautogen.sh7 # unlimited permission to copy and/or distribute it, with or without
12 # implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
24 echo "**Error**: "\`$1\'" not installed or too old." >&2
25 echo ' Version '$3' or newer is required.' >&2
47 # environment variables or lacking them hardcoded values.
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/curl-7.23.1/source/docs/examples/
H A Dftpuploadresume.c14 * You may opt to use, copy, modify, merge, publish, distribute and/or sell
19 * KIND, either express or implied.
37 # error _snscanf requires MSVC 7.0 or later.

Completed in 194 milliseconds

1234567891011>>