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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/i2c/busses/
H A Di2c-acorn.c39 u_int ones = force_ones; local
42 ones |= SCL;
44 ones &= ~SCL;
46 force_ones = ones;
48 ioc_writeb(ioc_control | ones, IOC_CONTROL);
54 u_int ones = force_ones; local
57 ones |= SDA;
59 ones &= ~SDA;
61 force_ones = ones;
63 ioc_writeb(ioc_control | ones, IOC_CONTRO
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/ffmpeg-0.5.1/libavutil/
H A Dcommon.h231 int ones= 7 - av_log2(val ^ 255);\
232 if(ones==1)\
234 val&= 127>>ones;\
235 while(--ones > 0){\
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/include/libavutil/
H A Dcommon.h231 int ones= 7 - av_log2(val ^ 255);\
232 if(ones==1)\
234 val&= 127>>ones;\
235 while(--ones > 0){\
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/libgcrypt-1.5.0/tests/
H A Dmpitests.c56 unsigned char ones[] = { variable
101 gcry_mpi_scan(&one, GCRYMPI_FMT_USG, ones, sizeof(ones), NULL);
134 gcry_mpi_scan(&one, GCRYMPI_FMT_USG, ones, sizeof(ones), NULL);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/mips/dec/
H A Dint-handler.S139 and t0,t1 # isolate allowed ones
193 1: and t0,t1 # mask out allowed ones
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/isdn/gigaset/
H A Disocdata.c373 * ones number of trailing '1' bits in result before this step
380 int ones)
390 stuff = stufftab[256 * ones + cin];
424 int ones; local
440 ones = 0;
443 ones = hdlc_bitstuff_byte(iwb, c, ones);
449 ones = hdlc_bitstuff_byte(iwb, fcs & 0x00ff, ones);
450 ones
379 hdlc_bitstuff_byte(struct isowbuf_t *iwb, unsigned char cin, int ones) argument
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/cris/arch-v10/lib/
H A Dchecksum.S25 ;; only r0 - r8 have to be saved, the other ones are clobber-able
H A Dchecksumcopy.S29 ;; only r0 - r8 have to be saved, the other ones are clobber-able
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/cris/arch-v32/lib/
H A Dchecksum.S25 ;; only r0 - r8 have to be saved, the other ones are clobber-able
H A Dchecksumcopy.S29 ;; only r0 - r8 have to be saved, the other ones are clobber-able
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/net/
H A Dtun.c364 const u8 ones[ ETH_ALEN] = { 0xff, 0xff, 0xff, 0xff, 0xff, 0xff }; local
401 memcmp(addr, ones, sizeof addr) == 0 ||
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/ffmpeg-0.5.1/libavcodec/ppc/
H A Dh264_altivec.c844 register vec_u8 ones; local
851 ones = vec_splat_u8(1);
852 temp = vec_and(temp, ones); /*(p2^avg(p0, q0)) & 1 */
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/ffmpeg-0.5.1/libavcodec/
H A Drv34.c40 /** translation of RV30/40 macroblock types to lavc ones */
69 * @param insyms symbols for input codes (NULL for default ones)
223 int ones; local
233 ones = rv34_count_ones[pattern];
237 cbp |= get_vlc2(gb, vlc->cbp[table][ones].table, vlc->cbp[table][ones].bits, 1) << curshift[0];
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/m68k/math-emu/
H A Dfp_scan.S194 | the first ones are sent to fp_extmode0 or fp_disp16
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/libvorbis-1.2.3/doc/
H A D02-bitpacking.tex53 are possible in a word; the common ones are 3-2-1-0 ('big endian' or
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/iproute2/doc/
H A Dip-cref.tex432 \item \verb|NOARP| --- this flag is different from the other ones. It has
561 adds new addresses and deletes old ones.
841 and their properties, add new neighbour entries and delete old ones.
858 or update existing ones.
1088 \item The longest matching prefix is selected. All shorter ones
1177 to real (or internal) ones before forwarding. The addresses to translate to
1834 This route differs from the ones seen before. It contains a ``normal'' part
1967 ones by the administrator.
2783 of the IP address space into other ones. Linux-2.2 route NAT is supposed
H A Dip-tunnels.tex331 source addresses indistinguishable from local ones. It is not so bad idea
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/m68k/fpsp040/
H A Dround.S494 | d1.b inexact flag: all ones means inexact result
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/usb/serial/
H A Dxircom_pgs.S303 ;; Anchor reserves bRequest 0xa0-0xaf, we use small ones
H A Dkeyspan_pda.S265 ;; Anchor reserves bRequest 0xa0-0xaf, we use small ones
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/Documentation/cdrom/
H A Dcdrom-standard.tex813 operations, ones that are routed through the call $audio_ioctl()$, and
814 the remaining ones, that are presumable device-dependent. Generally, a
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/m68k/ifpsp060/src/
H A Dpfpsp.S1346 and.b FPSR_EXCEPT(%a6),%d0 # keep only ones enabled
1615 and.b FPSR_EXCEPT(%a6),%d0 # keep only ones enabled
1924 and.b FPSR_EXCEPT(%a6),%d0 # keep only ones enabled & set
2160 and.b FPSR_EXCEPT(%a6),%d0 # keep only ones enabled
2528 # The packed operand is an INF or a NAN if the exponent field is all ones.
2648 and.b FPSR_EXCEPT(%a6),%d0 # keep only ones enable and set
12930 # The packed operand is an INF or a NAN if the exponent field is all ones.
H A Dfpsp.S1347 and.b FPSR_EXCEPT(%a6),%d0 # keep only ones enabled
1616 and.b FPSR_EXCEPT(%a6),%d0 # keep only ones enabled
1925 and.b FPSR_EXCEPT(%a6),%d0 # keep only ones enabled & set
2161 and.b FPSR_EXCEPT(%a6),%d0 # keep only ones enabled
2529 # The packed operand is an INF or a NAN if the exponent field is all ones.
2649 and.b FPSR_EXCEPT(%a6),%d0 # keep only ones enable and set
4181 and.b FPSR_EXCEPT(%a6),%d0 # keep only ones enabled and set
22970 # The packed operand is an INF or a NAN if the exponent field is all ones.
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gettext-0.17/build-aux/
H A Dtexinfo.tex3729 % ..., but we might end up with active ones in the argument if
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/mtools-4.0.10/
H A Dtexinfo.tex3969 % ..., but we might end up with active ones in the argument if

Completed in 270 milliseconds