Searched refs:where (Results 151 - 175 of 307) sorted by relevance

1234567891011>>

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/openssl-0.9.8e/demos/tunala/
H A Dtunala.h146 void cb_ssl_info(const SSL *s, int where, int ret);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/ia64/pci/
H A Dpci.c102 pci_read (struct pci_bus *bus, unsigned int devfn, int where, int size, u32 *value) argument
105 devfn, where, size, value);
109 pci_write (struct pci_bus *bus, unsigned int devfn, int where, int size, u32 value) argument
112 devfn, where, size, value);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/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
499 |--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...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/ext3/
H A Dinode.c341 * numbers of the chain, addresses they were taken from (and where we can
676 * @where: location of missing link
685 long block, Indirect *where, int num, int blks)
698 if (where->bh) {
699 BUFFER_TRACE(where->bh, "get_write_access");
700 err = ext3_journal_get_write_access(handle, where->bh);
706 *where->p = where->key;
713 current_block = le32_to_cpu(where->key) + 1;
715 *(where
684 ext3_splice_branch(handle_t *handle, struct inode *inode, long block, Indirect *where, int num, int blks) argument
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/ext4/
H A Dinode.c339 * numbers of the chain, addresses they were taken from (and where we can
674 * @where: location of missing link
683 long block, Indirect *where, int num, int blks)
696 if (where->bh) {
697 BUFFER_TRACE(where->bh, "get_write_access");
698 err = ext4_journal_get_write_access(handle, where->bh);
704 *where->p = where->key;
711 current_block = le32_to_cpu(where->key) + 1;
713 *(where
682 ext4_splice_branch(handle_t *handle, struct inode *inode, long block, Indirect *where, int num, int blks) argument
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/acpi/
H A Dacpiosxf.h146 void __iomem *acpi_os_map_memory(acpi_physical_address where,
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/samba-3.0.13/source/smbd/
H A Dfiles.c71 connection because of a common bug in MS clients where they try to
461 files_struct *file_fsp(char *buf, int where) argument
471 fnum = SVAL(buf, where);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/media/common/
H A Dsaa7146_hlp.c664 int where = 0; local
671 where = (which-1)*0x18;
673 saa7146_write(dev, where, vdma->base_odd);
674 saa7146_write(dev, where+0x04, vdma->base_even);
675 saa7146_write(dev, where+0x08, vdma->prot_addr);
676 saa7146_write(dev, where+0x0c, vdma->pitch);
677 saa7146_write(dev, where+0x10, vdma->base_page);
678 saa7146_write(dev, where+0x14, vdma->num_line_byte);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/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
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/acpi/executer/
H A Dexstore.c416 obj_desc = *(index_desc->reference.where);
436 *(index_desc->reference.where) = new_desc;
H A Dexoparg2.c427 return_desc->reference.where =
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/char/drm/
H A Dsavage_state.c116 #define SAVE_STATE(reg,where) \
118 dev_priv->state.where = regs[reg - start]
119 #define SAVE_STATE_MASK(reg,where,mask) do { \
123 dev_priv->state.where = (tmp & (mask)) | \
124 (dev_priv->state.where & ~(mask)); \
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/busybox-1.x/networking/
H A Difupdown.c702 struct mapping_defn_t **where = &defn->mappings; local
703 while (*where != NULL) {
704 where = &(*where)->next;
706 *where = currmap;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/curl-7.23.1/source/docs/examples/
H A Dghiper.c103 static void mcode_or_die(const char *where, CURLMcode code) { argument
117 MSG_OUT("ERROR: %s returns %s\n", where, s);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/curl-7.23.1/source/winbuild/
H A DMakefile.vc17 !MESSAGE where <options> is one or many of:
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/md/
H A Ddm-exception-store.c164 struct io_region where = { local
177 return dm_io(&io_req, 1, &where, NULL);
347 * the COW device, where the first metadata area
524 * is the only place where the callback array is
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/x86_64/kernel/
H A Dsignal.c480 void signal_fault(struct pt_regs *regs, void __user *frame, char *where) argument
485 me->comm,me->pid,where,frame,regs->rip,regs->rsp,regs->orig_rax);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/mips/kernel/
H A Dgdb-stub.c56 * where
502 * This is where we save the original instructions.
1037 static void __attribute_used__ free (void *where) argument
1039 kfree(where);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/net/
H A Ddepca.c1351 unsigned char where; local
1376 where = (pos[0] & 6) >> 1;
1377 iobase = 0x2c00 + (0x10 * where);
1393 where = pos[1] & 0x0f;
1394 switch (where) {
1408 printk("%s: mca_probe IRQ error. You should never get here (%d).\n", mdev->name, where);
1425 where = (pos[0] & 0x18) >> 3;
1426 mem_start = 0xc0000 + (where * 0x10000);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/init/
H A Dinitramfs.c22 static void __init free(void *where) argument
24 kfree(where);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/xtensa/boot/boot-redboot/
H A Dbootstrap.S89 # a0: address where this code has been loaded
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/cris/arch-v10/boot/compressed/
H A Dhead.S57 ;; Figure out where the compressed piggyback image is

Completed in 334 milliseconds

1234567891011>>