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

12

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/libgcrypt-1.5.0/mpi/mips3/
H A Dmpih-mul1.S63 sltu $2,$10,$2 # carry from previous addition -> $2
67 daddu $2,$9,$2 # add high product limb and carry from addition
77 daddu $2,$9,$2 # add high product limb and carry from addition
86 daddu $2,$9,$2 # add high product limb and carry from addition
H A Dmpih-mul2.S64 sltu $2,$3,$2 # carry from previous addition -> $2
71 daddu $2,$9,$2 # add high product limb and carry from addition
85 daddu $2,$9,$2 # add high product limb and carry from addition
98 daddu $2,$9,$2 # add high product limb and carry from addition
H A Dmpih-mul3.S64 sltu $2,$3,$2 # carry from previous addition -> $2
71 daddu $2,$9,$2 # add high product limb and carry from addition
85 daddu $2,$9,$2 # add high product limb and carry from addition
98 daddu $2,$9,$2 # add high product limb and carry from addition
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/samba-3.0.13/examples/LDAP/
H A DconvertSambaAccount33 my ( @dels, $deletion, @adds, $addition );
215 foreach $addition (@adds) {
216 $addition =~ /(^\w+):/;
218 print OUTPUT "$addition\n-\n";
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/arch/arm/kernel/
H A Dentry-header.S20 @ the addition of 8 bytes for storing syscall args 5 and 6.
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/arch/m68k/fpsp040/
H A Dx_ovfl.S29 | All trap disabled code applies. In addition the exceptional
H A Dx_unfl.S16 | All trap disabled code applies. In addition the exceptional
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/samba-3.0.13/source/tdb/
H A Dtdb.c750 static int expand_file(TDB_CONTEXT *tdb, tdb_off size, tdb_off addition) argument
754 if (ftruncate(tdb->fd, size+addition) != 0) {
756 size+addition, strerror(errno)));
763 if (pwrite(tdb->fd, &b, 1, (size+addition) - 1) != 1) {
765 if (lseek(tdb->fd, (size+addition) - 1, SEEK_SET) != (size+addition) - 1 ||
769 size+addition, strerror(errno)));
777 while (addition) {
778 int n = addition>sizeof(buf)?sizeof(buf):addition;
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/netatalk-2.2.0/libatalk/tdb/
H A Dtdb.c725 static int expand_file(TDB_CONTEXT *tdb, tdb_off size, tdb_off addition) argument
729 if (ftruncate(tdb->fd, size+addition) != 0) {
731 size+addition, strerror(errno)));
738 if (pwrite(tdb->fd, &b, 1, (size+addition) - 1) != 1) {
740 if (lseek(tdb->fd, (size+addition) - 1, SEEK_SET) != (size+addition) - 1 ||
744 size+addition, strerror(errno)));
752 while (addition) {
753 int n = addition>sizeof(buf)?sizeof(buf):addition;
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/ppp-2.4.4/pppd/
H A Dtdb.c718 static int expand_file(TDB_CONTEXT *tdb, tdb_off size, tdb_off addition) argument
722 if (ftruncate(tdb->fd, size+addition) != 0) {
724 size+addition, strerror(errno)));
731 if (pwrite(tdb->fd, &b, 1, (size+addition) - 1) != 1) {
733 if (lseek(tdb->fd, (size+addition) - 1, SEEK_SET) != (size+addition) - 1 ||
737 size+addition, strerror(errno)));
745 while (addition) {
746 int n = addition>sizeof(buf)?sizeof(buf):addition;
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/wget-1.12/src/
H A Durl.c218 int addition = 0;
222 addition += 2; /* Two more characters (hex digits) */
224 if (!addition)
227 newlen = (p1 - s) + addition;
217 int addition = 0; local
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/arch/alpha/math-emu/
H A Dqrnnd.S11 # In addition to the permissions in the GNU General Public License, the
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/zlib-1.2.3/contrib/masmx64/
H A Dgvmat64.asm75 ; all the +4 offsets are due to the addition of pending_buf_size (in zlib
93 ; all the +zlib1222add offsets are due to the addition of fields
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/minidlna/zlib-1.2.3/contrib/masmx64/
H A Dgvmat64.asm75 ; all the +4 offsets are due to the addition of pending_buf_size (in zlib
93 ; all the +zlib1222add offsets are due to the addition of fields
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/minidlna/libvorbis-1.2.3/doc/
H A D08-residue.tex232 stream undecodable. In addition, any codebook number greater than the
248 In addition to configuration information, the residue decode process
H A D05-comment.tex36 contents themselves are not null terminated. In addition to the vector
H A D06-floor0.tex41 this stream undecodable. In addition, any element of the array
H A D07-floor1.tex159 configuration during setup renders a stream undecodable. In addition,
H A D01-introduction.tex32 addition of a hybrid wavelet filterbank in Vorbis II to offer better
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/arch/cris/arch-v10/boot/rescue/
H A Dhead.S322 ;; Will checksum by simple addition
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/zlib-1.2.3/contrib/masmx86/
H A Dinffas32.asm36 ; zlib122sup is 8 fort zlib 1.2.2.2 and more (with addition of dmax and head
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/minidlna/zlib-1.2.3/contrib/masmx86/
H A Dinffas32.asm36 ; zlib122sup is 8 fort zlib 1.2.2.2 and more (with addition of dmax and head
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/dnsmasq-2.15/contrib/dnslist/
H A Ddnslist.pl397 In addition, mere aggregation of another work not based on the Program
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/dnsmasq-2.33/contrib/dnslist/
H A Ddnslist.pl397 In addition, mere aggregation of another work not based on the Program
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/minidlna/ffmpeg-0.5.1/
H A Dconfigure1681 --disable-static in addition to --enable-shared.

Completed in 211 milliseconds

12