Searched refs:up (Results 26 - 50 of 910) sorted by relevance

1234567891011>>

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/serial/cpm_uart/
H A Dcpm_uart_cpm2.h26 static inline void cpm_set_smc_fcr(smc_uart_t __iomem *up) argument
28 out_8(&up->smc_rfcr, CPMFCR_GBL | CPMFCR_EB);
29 out_8(&up->smc_tfcr, CPMFCR_GBL | CPMFCR_EB);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openvpn-2.3.1/sample/sample-config-files/
H A Dstatic-home.conf22 # Our up script will establish routes
24 up ./home.up
H A Dtls-home.conf22 # Our up script will establish routes
24 up ./home.up
H A Dtls-office.conf19 # Our up script will establish routes
21 up ./office.up
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/
H A Dsetup_redirect.h16 #error Please adjust your include path to pick up the wx/setup.h file under lib first.
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/net/
H A Dudplite.h69 static inline int udplite_sender_cscov(struct udp_sock *up, struct udphdr *uh) argument
71 int cscov = up->len;
76 if (up->pcflag & UDPLITE_SEND_CC) {
77 if (up->pcslen < up->len) {
78 /* up->pcslen == 0 means that full coverage is required,
79 * partial coverage only if 0 < up->pcslen < up->len */
80 if (0 < up->pcslen) {
81 cscov = up
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/dhcp6/
H A Dserver6_conf.c172 struct scope *up; local
176 up = &root->scope;
181 download_scope(up, current);
182 up = &ifnetwork->ifscope;
187 download_scope(up, current);
195 download_scope(up, current);
196 up = &ifnetwork->ifscope;
201 download_scope(up, current);
202 up = &link->linkscope;
209 download_scope(up, curren
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/src/router/dhcp6/
H A Dserver6_conf.c172 struct scope *up; local
176 up = &root->scope;
181 download_scope(up, current);
182 up = &ifnetwork->ifscope;
187 download_scope(up, current);
195 download_scope(up, current);
196 up = &ifnetwork->ifscope;
201 download_scope(up, current);
202 up = &link->linkscope;
209 download_scope(up, curren
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/clib/
H A Dgetcwd.c92 char *ept, *eup, *up; local
126 if ((ret = __os_malloc(NULL, upsize = 1024 - 4, &up)) != 0)
128 eup = up + 1024;
129 bup = up;
130 up[0] = '.';
131 up[1] = '\0';
143 if (lstat(up, &s))
159 __os_free(NULL, up);
169 if (__os_realloc(NULL, upsize *= 2, &up) != 0)
171 bup = up;
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libgcrypt-1.5.0/mpi/
H A Dmpi-add.c41 mpi_ptr_t wp, up; local
55 up = u->d;
64 cy = _gcry_mpih_add_1(wp, up, usize, v);
70 if( usize == 1 && up[0] < v ) {
71 wp[0] = v - up[0];
75 _gcry_mpih_sub_1(wp, up, usize, v);
90 mpi_ptr_t wp, up, vp; local
102 up = v->d;
113 up = u->d;
120 MPN_COPY(wp, up, usiz
167 mpi_ptr_t wp, up; local
[all...]
H A Dmpih-lshift.c42 _gcry_mpih_lshift( mpi_ptr_t wp, mpi_ptr_t up, mpi_size_t usize, argument
54 low_limb = up[i];
59 low_limb = up[i];
H A Dmpih-rshift.c44 _gcry_mpih_rshift( mpi_ptr_t wp, mpi_ptr_t up, mpi_size_t usize, unsigned cnt) argument
54 high_limb = up[0];
59 high_limb = up[i];
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/libgcrypt-1.5.0/mpi/
H A Dmpi-add.c41 mpi_ptr_t wp, up; local
55 up = u->d;
64 cy = _gcry_mpih_add_1(wp, up, usize, v);
70 if( usize == 1 && up[0] < v ) {
71 wp[0] = v - up[0];
75 _gcry_mpih_sub_1(wp, up, usize, v);
90 mpi_ptr_t wp, up, vp; local
102 up = v->d;
113 up = u->d;
120 MPN_COPY(wp, up, usiz
167 mpi_ptr_t wp, up; local
[all...]
H A Dmpih-lshift.c42 _gcry_mpih_lshift( mpi_ptr_t wp, mpi_ptr_t up, mpi_size_t usize, argument
54 low_limb = up[i];
59 low_limb = up[i];
H A Dmpih-rshift.c44 _gcry_mpih_rshift( mpi_ptr_t wp, mpi_ptr_t up, mpi_size_t usize, unsigned cnt) argument
54 high_limb = up[0];
59 high_limb = up[i];
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/caif/
H A Dcfmuxl.c61 int cfmuxl_set_uplayer(struct cflayer *layr, struct cflayer *up, u8 linkid) argument
65 cfsrvl_get(up);
66 list_add(&up->node, &muxl->srvl_list);
93 struct cflayer *up; local
97 up = get_up(muxl, channel_id);
98 if (up != NULL)
99 phyid = cfsrvl_getphyid(up);
147 struct cflayer *up; local
149 up = muxl->up_cache[idx];
150 if (up
172 struct cflayer *up; local
191 struct cflayer *up; local
[all...]
H A Dcfsrvl.c28 caif_assert(layr->up != NULL);
29 caif_assert(layr->up->ctrlcmd != NULL);
34 layr->up->ctrlcmd(layr->up, ctrl, phyid);
39 layr->up->ctrlcmd(layr->up, ctrl, phyid);
45 layr->up->ctrlcmd(layr->up,
53 layr->up->ctrlcmd(layr->up,
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/wget-1.12/src/
H A Dcss-url.c206 struct urlpos *up = append_url (uri, pos, length, ctx); local
209 if (up)
211 up->link_inline_p = 1;
212 up->link_css_p = 1;
213 up->link_expect_css = 1;
232 struct urlpos *up = append_url (uri, pos, length, ctx); local
234 if (up)
236 up->link_inline_p = 1;
237 up->link_css_p = 1;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libgcrypt-1.5.0/mpi/generic/
H A Dmpih-lshift.c42 _gcry_mpih_lshift( mpi_ptr_t wp, mpi_ptr_t up, mpi_size_t usize, argument
54 low_limb = up[i];
59 low_limb = up[i];
H A Dmpih-rshift.c44 _gcry_mpih_rshift( mpi_ptr_t wp, mpi_ptr_t up, mpi_size_t usize, unsigned cnt) argument
54 high_limb = up[0];
59 high_limb = up[i];
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/libgcrypt-1.5.0/mpi/generic/
H A Dmpih-lshift.c42 _gcry_mpih_lshift( mpi_ptr_t wp, mpi_ptr_t up, mpi_size_t usize, argument
54 low_limb = up[i];
59 low_limb = up[i];
H A Dmpih-rshift.c44 _gcry_mpih_rshift( mpi_ptr_t wp, mpi_ptr_t up, mpi_size_t usize, unsigned cnt) argument
54 high_limb = up[0];
59 high_limb = up[i];
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/jfs/
H A Djfs_unicode.h146 wchar_t *up; local
148 up = upin;
149 while (*up) { /* For all characters */
150 *up = UniToupper(*up);
151 up++;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/scripts/
H A Dbloat-o-meter28 grow, shrink, add, remove, up, down = 0, 0, 0, 0, 0, 0
44 up += new[name]
49 if d>0: grow, up = grow+1, up+d
56 print "add/remove: %s/%s grow/shrink: %s/%s up/down: %s/%s (%s)" % \
57 (add, remove, grow, shrink, up, -down, up-down)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/testsuite/build_farm/
H A Dbacktrace10 up 8

Completed in 337 milliseconds

1234567891011>>