Searched refs:and (Results 276 - 300 of 804) sorted by relevance

<<11121314151617181920>>

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/arch/sh/lib/
H A Dmemcpy-sh4.S6 * Modified from memcpy.S and micro-optimised for SH4
15 * It is assumed that there is no overlap between src and dst.
23 ! Size is 16 or greater, and may have trailing bytes
27 ! Read a long word and write a long word at once
96 ! Size is 16 or greater, and may have trailing bytes
100 ! Read a long word and write a long word at once
171 ! Short circuit the common case of src, dst and len being 32 bit aligned
172 ! and test for zero length move
192 ! Check for small copies, and if so do a simple byte at a time copy.
202 ! aligned data (and thi
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/minidlna/zlib-1.2.3/contrib/delphi/
H A DZLib.pas37 AppData: Pointer; // private data object passed to zalloc and zfree
58 { TCompressionStream compresses data on the fly as data is written to it, and
61 TCompressionStream is write-only and strictly sequential. Reading from the
74 If raw data size = 100 and compressed data size = 25, the CompressionRate
77 The OnProgress event is called each time the output buffer is filled and
101 is read-only and unidirectional; you can seek forward in the stream, but not
105 to the end of the stream, requesting the size of the stream, and writing to
112 compressed data is exhausted and the next block is read from the input stream.
295 OutBytes := ((InBytes + (InBytes div 10) + 12) + 255) and not 255;
334 BufInc := (InBytes + 255) and no
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/samba-3.0.13/examples/LDAP/smbldap-tools-0.8.7/
H A Dsmbldap-usermod5 # This code was developped by IDEALX (http://IDEALX.org/) and
10 # This program is free software; you can redistribute it and/or
48 print " -r new username (cn, sn and dn are updated)\n";
379 if ($tmp eq "" and defined $user_entry->get_value('sambaHomePath')) {
392 if ($tmp eq "" and defined $user_entry->get_value('sambaHomeDrive')) {
405 if ($tmp eq "" and defined $user_entry->get_value('sambaLogonScript')) {
417 if ($tmp eq "" and defined $user_entry->get_value('sambaProfilePath')) {
427 if ($samba == 1 and (defined $Options{'H'} or defined $Options{'I'} or defined $Options{'J'})) {
462 } elsif (!$samba == 1 and (defined $Options{'H'} or defined $Options{'I'} or defined $Options{'J'})) {
512 $modify->code && warn "failed to change cn and s
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/arch/m68k/fpsp040/
H A Dround.S4 | handle rounding and normalization tasks
36 | a0 is preserved and the g-r-s bits in d0 are cleared.
46 | If g=r=s=0 then result is exact and round is done, else set
47 | the inex flag in status reg and continue.
50 | :rounding precision and sets
112 | If (g=1), then add 1 to l and if (r=s=0), then clear l
124 | ext_grs --- extract guard, round and sticky bits
134 | Notes: the ext_grs uses the round PREC, and therefore has to swap d1
135 | prior to usage, and needs to restore d1 to original.
158 bras end_sd |if words 3 and
[all...]
H A Dgen_except.S25 | reported if ovfl occurs and the ovfl enable bit is not
125 | USER_FPSR and set the unimp frame accordingly.
154 andb FPSR_EXCEPT(%a6),%d0 |and in the fpsr exc byte
168 | exception is to set the E1/E3 byte and clr the U flag.
170 | operr, and dz. commonE3 does this for E3 exceptions, which
171 | are inex2 and inex1, and also clears the E1 exception bit
176 bra commonE |go clean and exit
207 bra do_clean |go clean and exit
245 | Only scosh, setox, ssinh, stwotox, and scal
[all...]
H A Dsrem_mod.S5 | input values X and Y. The entry point sREM computes the floating
6 | point (IEEE) REM of the input values X and Y.
12 | of X and Y are both nonzero and finite; although either or both
14 | and infinities are handled elsewhere.
23 | Step 1. Save and strip signs of X and Y: signX := sign(X),
58 | Step 8. Return signQ, last 7 bits of Q, and R as required.
62 | R := 0. Return signQ, last 7 bits of Q, and R.
109 |..Save sign of X and
[all...]
H A Dx_fline.S9 | <ea> field. If so, handle here and return. Otherwise, it
45 | ;between six word frame (unimp) and
58 movel L_SCR1(%a6),%d0 |d0 contains the fline and command word
66 | ;and go to FPSP_UNIMP
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/shared/
H A Dsbsdram.S6 * Permission to use, copy, modify, and/or distribute this software for any
8 * copyright notice and this permission notice appear in all copies.
52 * it changes k0 and k1 registers.
110 and a1,v1,SBIDH_CC_MASK
127 /* If we are already in RAM, just go and size it */
131 and t0,t0,ra
143 /* and size memory */
151 and t2,v1,SBIDH_RCE_MASK
153 and v1,v1,SBIDH_RC_MASK
184 /* Try embedded NVRAM at 4 KB and
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/mutex/
H A Duts4_cc.s9 / value i, using compare-and-swap.
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/openssl/crypto/des/times/
H A Dusparc.cc13 and while it makes the des_opts numbers much slower, it makes the
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/netatalk-2.2.0/distrib/config/
H A Dnetatalk-config.in18 --cflags print pre-processor and compiler flags
22 --help display this help and exit
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/wget-1.12/build-aux/
H A Dvc-list-files9 # This program is free software: you can redistribute it and/or modify
43 Report bugs and patches to <bug-gnulib@gnu.org>.
53 This is free software: you are free to change and redistribute it.
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/openssl-0.9.8e/crypto/des/times/
H A Dusparc.cc13 and while it makes the des_opts numbers much slower, it makes the
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/arch/ppc/boot/simple/
H A Dhead.S77 /* On PReP we must look at the OpenFirmware pointer and sanity
79 * and other bits.
96 and. r5,r5,r8 /* r5 will be cleared if (r5 > r8) */
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/arch/sparc64/kernel/
H A Dwinfixup.S17 * handlers could run via the save and restore instructions
18 * done by the trap entry and exit code. They now do the
26 and %g1, TSTATE_CWP, %g1
93 and %g1, TSTATE_CWP, %g1
113 and %g1, TSTATE_CWP, %g1
140 and %g1, TSTATE_CWP, %g1
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/arch/sparc64/lib/
H A Dipcsum.S33 and %o2, %o1, %o0
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/arch/um/sys-i386/
H A Dsetjmp.S27 popl %ecx # Return address, and adjust the stack
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/arch/um/sys-x86_64/
H A Dsetjmp.S24 pop %rsi # Return address, and adjust the stack
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/arch/m68k/math-emu/
H A Dfp_util.S6 * Redistribution and use in source and binary forms, with or without
10 * notice, and the entire permission notice in its entirety,
13 * notice, this list of conditions and the following disclaimer in the
14 * documentation and/or other materials provided with the distribution.
22 * necessary due to a potential bad interaction between the GPL and
41 * Here are lots of conversion and normalization functions mainly
44 * these are handled first and exit as fast as possible, this is
47 * The register usage is optimized for fp_scan.S and which register
49 * something here. %d0 and
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/arch/mips/lib/
H A Dstrncpy_user.S2 * This file is subject to the terms and conditions of the GNU General Public
32 and v0, a1
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/arch/arm26/boot/compressed/
H A Dll_char_wr.S6 * This program is free software; you can redistribute it and/or modify
49 and r3, r3, #255
50 and r2, r2, #255
107 and ip, r7, #15 @ avoid r4
121 and ip, r7, #15 @ avoid r4
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/arch/cris/arch-v32/boot/rescue/
H A Dhead.S25 and.d 0x000fffff, $r13
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/include/asm-v850/
H A Dthread_info.h7 * - Incorporating suggestions made by Linus Torvalds and Dave Miller
9 * This file is subject to the terms and conditions of the GNU General
111 /* Use `addi' and then `and' instead of just `andi', because \
115 and sp, reg
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/arch/alpha/lib/
H A Dev6-clear_user.S7 * We have to make sure that $0 is always up-to-date and contains the
8 * right "bytes left to zero" value (and that it is updated only _after_
39 * it's going to be worth the effort to hand-unroll a big loop, and use wh64.
42 * may come along during the execution of this chunk of code, and we don't
43 * want to leave a hole (and we also want to avoid repeating lots of work)
65 and $6, 7, $4 # .. E .. .. : find dest head misalignment
69 and $1, 7, $2 # .. .. E .. : number of misaligned bytes in tail
71 # and we can rewrite this later...
99 and $6, 0x3f, $2 # .. .. E .. : Forward work for huge loop
141 * through the loop, and i
[all...]
H A Dstrncpy.S37 or $4, $27, $4 # written byte and the last byte in COUNT

Completed in 309 milliseconds

<<11121314151617181920>>