Searched refs:where (Results 101 - 125 of 187) sorted by relevance

12345678

/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/mips/galileo-boards/ev64120/compressed/
H A Dmisc.c147 static void free(void *where);
176 static void free(void *where) argument
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/char/
H A Dselection.c56 highlight_pointer(const int where) { argument
57 complement_pos(sel_cons, where);
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/x86_64/boot/compressed/
H A Dmisc.c94 static void free(void *where);
137 static void free(void *where) argument
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/acpi/executer/
H A Dexstore.c276 obj_desc = *(dest_desc->reference.where);
319 *(dest_desc->reference.where) = obj_desc;
H A Dexoparg1.c602 type = (*(operand[0]->reference.where))->common.type;
817 return_desc = *(operand[0]->reference.where);
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/alpha/lib/
H A Dev6-memchr.S71 # Deal with the case where at most 8 bytes remain to be searched
122 # Deal with the case where $18 > 8 bytes remain to be
H A Dmemchr.S72 # Deal with the case where at most 8 bytes remain to be searched
103 # Deal with the case where $18 > 8 bytes remain to be
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/arm/boot/compressed/
H A Dmisc.c175 static void free(void *where);
208 static void free(void *where) argument
/asus-wl-520gu-7.0.1.45/src/router/dnsmasq/
H A Ddnsmasq-rh.spec22 Dnsmasq is lightweight, easy to configure DNS forwarder designed to provide DNS (domain name) services to a small network where using BIND would be overkill. It can be have its DNS servers automatically configured by PPP or DHCP, and it can serve the names of local machines which are not in the global DNS. It is ideal for networks behind NAT routers and connected via modem, ISDN, ADSL, or cable-modem connections.
H A Ddnsmasq-suse.spec23 DNS (domain name) services to a small network where using BIND would be
/asus-wl-520gu-7.0.1.45/src/linux/linux/fs/reiserfs/
H A Ddir.c34 #define store_ih(where,what) copy_item_head (where, what)
/asus-wl-520gu-7.0.1.45/src/router/samba/source/smbd/
H A Dfiles.c64 connection because of a common bug in MS clients where they try to
400 files_struct *file_fsp(char *buf, int where) argument
410 fnum = SVAL(buf, where);
/asus-wl-520gu-7.0.1.45/src/router/e2fsprogs-1.40.8/e2fsck/
H A Ddict.c563 dnode_t *where = dict_root(dict), *nil = dict_nil(dict); local
575 while (where != nil) {
576 parent = where;
577 result = dict->compare(key, where->key);
581 where = where->left;
583 where = where->right;
586 assert (where == nil);
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/message/fusion/
H A Dmptctl.c744 * pointer to user space memory where the fw image is stored.
3119 int where = 1; local
3161 if (++where && err) goto out_fail;
3163 if (++where && err) goto out_fail;
3165 if (++where && err) goto out_fail;
3167 if (++where && err) goto out_fail;
3169 if (++where && err) goto out_fail;
3171 if (++where && err) goto out_fail;
3173 if (++where && err) goto out_fail;
3175 if (++where
[all...]
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/acpi/include/
H A Dacdebug.h385 u32 where);
H A Dacobject.h391 union acpi_operand_obj **where; member in struct:__anon798
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/m68k/fpsp040/
H A Dsto_res.S4 | Takes the result and puts it in where the user expects it.
H A Dstwotox.S29 | 3. Decompose X as X = N/64 + r where |r| <= 1/128. Furthermore
48 | where L1, L2 are the leading and trailing parts of log_10(2)/64
61 | 3. Calculate P where 1 + P approximates exp(r):
H A Dssin.S34 | 3. Decompose X as X = N(Pi/2) + r where |r| <= Pi/4. Let
41 | where cos(r) is approximated by an even polynomial in r,
46 | where sin(r) is approximated by an odd polynomial in r
59 | 2. Decompose X as X = N(Pi/2) + r where |r| <= Pi/4. Let
67 | SIN(X) = sgn1 * cos(r) and COS(X) = sgn2*sin(r) where
72 | SIN(X) = sgn1 * sin(r) and COS(X) = sgn1*cos(r) where
500 |--Now we need to normalize (A,a) to "new (R,r)" where R+r = A+a but
H A Dsetox.S75 | to have a small number of cases where |X| is less than,
91 | where
104 | 3.1 R := X + N*L1, where L1 := single-precision(-log2/64).
139 | where S = R*R.
143 | where T and t are the stored values for 2^(J/64).
144 | Notes: 2^(J/64) is stored as T and t where T+t approximates
164 | When that is the case, AdjScale = 2^(M1) where M1 is
182 | this code where the separate entry for denormalized inputs
185 | Step 8. Handle exp(X) where |X| >= 16380log2.
241 | 3.1 R := X + N*L1, where L
[all...]
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/sparc/kernel/
H A Dwof.S66 * where if any user windows are active, at least one bit will
96 save %g0, %g0, %g0 ! Go where saving will occur
143 save %g0, %g0, %g0 ! Go to where the saving will occur
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/i386/boot/compressed/
H A Dmisc.c106 static void free(void *where);
149 static void free(void *where) argument
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/x86_64/kernel/
H A Dsignal.c43 void signal_fault(struct pt_regs *regs, void *frame, char *where);
586 void signal_fault(struct pt_regs *regs, void *frame, char *where) argument
591 me->comm,me->pid,where,frame,regs->rip,regs->rsp,regs->orig_rax);
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/usb/gadget/
H A Dnet2280.h702 static inline void assert_out_naking (struct net2280_ep *ep, const char *where) argument
708 ep->ep.name, where, tmp);
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/net/
H A Ddepca.c1248 unsigned char where;
1278 where = (pos[0] & 6) >> 1;
1279 iobase = 0x2c00 + (0x10 * where);
1304 where = pos[1] & 0x0f;
1305 switch (where) {
1319 printk("%s: mca_probe IRQ error. You should never get here (%d).\n", dev->name, where);
1336 where = (pos[0] & 0x18) >> 3;
1337 mem = 0xc0000 + (where * 0x10000);
1247 unsigned char where; local

Completed in 370 milliseconds

12345678