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

1234

/asus-wl-520gu-7.0.1.45/src/cfe/cfe/main/
H A Dcfe_version.mk4 # Warning: Don't put spaces on either side of the equal signs
/asus-wl-520gu-7.0.1.45/src/router/e2fsprogs-1.40.8/lib/ext2fs/
H A Dbrel.h37 errcode_t (*put)(ext2_brel brel, blk_t old, member in struct:ext2_block_relocation_table
79 #define ext2fs_brel_put(brel, old, ent) ((brel)->put((brel), old, ent))
H A Direl.h35 errcode_t (*put)(ext2_irel irel, ext2_ino_t old, member in struct:ext2_inode_relocation_table
103 #define ext2fs_irel_put(irel, old, ent) ((irel)->put((irel), old, ent))
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/m68k/fpsp040/
H A Dx_store.S53 | if fp0-fp3 is being modified, we must put a copy
142 bsetl #31,%d0 |if negative, put in sign information
150 bsetl #31,%d0 |if negative put in sign information
152 movel %d0,LOCAL_EX(%a1) |put the new exp back on the stack
157 orl %d1,%d0 |put these bits in ms word of double
158 movel %d0,LOCAL_EX(%a1) |put the new exp back on the stack
161 lsll %d0,%d1 |put lower 11 bits in upper bits
165 orl %d0,LOCAL_HI(%a1) |put them in double result
209 swap %d0 |put exp in upper word of d0
213 bsetl #31,%d0 |if negative, put i
[all...]
H A Dbinstr.S100 swap %d6 |put 0 in d6 lower word
110 swap %d6 |with d6 = 0; put 0 in upper word
121 swap %d7 |put LEN counter in word d7a
126 swap %d7 |put digit word in d7b
127 movew %d1,%d7 |put new digit in d7b
128 swap %d7 |put LEN counter in word d7a
131 swap %d7 |put last digit in string
H A Dsgetem.S86 fmovex (%a0),%fp0 |put new value back in fp0
98 movel %d0,LOCAL_HI(%a0) |put ms mant back on stack
99 movel %d1,LOCAL_LO(%a0) |put ls mant back on stack
H A Dx_operr.S277 leal L_SCR1(%a6),%a0 |put ptr to write data in a0
278 movel EXC_EA(%a6),%a1 |put user destination address in a1
279 movel %d1,%d0 |put size in d0
H A Dgen_except.S80 orl %d1,%d0 |put it in the right place
84 orl %d1,%d0 |put them in the right place
199 orl %d1,%d0 |put it in the right place
203 orl %d1,%d0 |put them in the right place
311 orl %d1,%d0 |put it in the right place
315 orl %d1,%d0 |put them in the right place
H A Dbindec.S256 fmovel %fp0,%d6 |put ILOG in d6 as a lword
260 fmovel %fp0,%d6 |put ILOG in d6 as a lword
397 movel #24,%d2 |put 24 in d2 for A9
403 lslw #1,%d1 |put them in bits 2:1
405 lslw #1,%d1 |put them in bits 3:1
412 lsll #4,%d3 |put bits in proper position
414 lsrl #4,%d3 |put bits in proper position
639 swap %d5 |put ICTR in lower word of d5
646 movel %d4,%d0 |put LEN in d0
698 movel %d4,%d0 |put LE
[all...]
H A Dres_func.S858 lsrl #4,%d0 |put rmode in lower 2 bits
861 lsrl #6,%d1 |put precision in upper word
886 lsrl #4,%d0 |put rmode in lower 2 bits
889 lsrl #6,%d1 |put precision in upper word
910 lsrl #4,%d0 |put rmode in lower 2 bits
913 lsrl #6,%d1 |put precision in upper word
936 lsrl #4,%d0 |put rmode in lower 2 bits
939 lsrl #6,%d1 |put precision in upper word
1033 lsrl #4,%d0 |put rmode in lower 2 bits
1036 lsrl #6,%d1 |put precisio
[all...]
/asus-wl-520gu-7.0.1.45/src/linux/linux/net/atm/
H A Dmpoa_caches.h40 void (*put)(in_cache_entry *entry); member in struct:in_cache_ops
70 void (*put)(eg_cache_entry *entry); member in struct:eg_cache_ops
H A Dmpc.c482 if (entry != NULL) mpc->in_ops->put(entry);
487 mpc->in_ops->put(entry);
495 mpc->in_ops->put(entry);
519 mpc->in_ops->put(entry);
584 if (in_entry != NULL) mpc->in_ops->put(in_entry);
591 mpc->in_ops->put(in_entry);
625 mpc->in_ops->put(in_entry);
631 mpc->eg_ops->put(eg_entry);
712 mpc->eg_ops->put(eg);
722 mpc->eg_ops->put(e
[all...]
H A Dmpoa_caches.c194 client->in_ops->put(entry);
204 client->eg_ops->put(eg_entry);
265 /* Retry time maximum exceeded, put entry in hold down. */
429 client->eg_ops->put(entry);
439 client->in_ops->put(in_entry);
539 in_cache_put, /* put */
554 eg_cache_put, /* put */
/asus-wl-520gu-7.0.1.45/src/router/ppp/scripts/
H A Dsecure-card28 set dialup <put phone number here>
/asus-wl-520gu-7.0.1.45/src/router/pppd/scripts/
H A Dsecure-card28 set dialup <put phone number here>
/asus-wl-520gu-7.0.1.45/src/router/pppd.mppe/scripts/
H A Dsecure-card28 set dialup <put phone number here>
/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/net/
H A Dpkt_cls.h52 void (*put)(struct tcf_proto*, unsigned long); member in struct:tcf_proto_ops
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/net/
H A Dpkt_cls.h52 void (*put)(struct tcf_proto*, unsigned long); member in struct:tcf_proto_ops
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/cris/boot/rescue/
H A Dhead.S16 * code is put in the cache.
77 ;; That is not where we put our downloaded serial boot-code. The length is
123 ;; put a nop (2 bytes) here first so we dont accidentally skip the di
131 ;; first put a jump test to give a possibility of upgrading the rescue code
132 ;; without erasing/reflashing the sector. we put a longword of -1 here and if
H A Dkimagerescue.S51 ;; put a nop (2 bytes) here first so we dont accidentally skip the di
75 ;; product and put the sp at the top for now.
/asus-wl-520gu-7.0.1.45/src/cfe/cfe/arch/mips/common/src/
H A Ddev_flash_all.S97 mtc0 v0,C0_SR # put back into CP0
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/sparc/lib/
H A Dumul.S109 addcc %o4, %o2, %o1 ! add compensation and put upper half in place
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/m68k/math-emu/
H A Dfp_entry.S110 | Entry points to get/put a register. Some of them can be get/put
/asus-wl-520gu-7.0.1.45/src/router/LPRng/src/
H A Dpsbanner68 # put out the values
143 /thechar (-) dup 0 charcode put def
159 %% $F2psDict /mtrx matrix put
H A Dpsbanner.in68 # put out the values
143 /thechar (-) dup 0 charcode put def
159 %% $F2psDict /mtrx matrix put

Completed in 145 milliseconds

1234