Searched refs:pre (Results 1 - 25 of 256) sorted by relevance

1234567891011

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/dbus-1.6.8/
H A DMakefile.am13 ChangeLog.pre-1-0 \
14 NEWS.pre-1-0 \
15 ChangeLog.pre-1-2 \
16 NEWS.pre-1-2 \
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/sound/pci/ctxfi/
H A Dctimap.c25 struct list_head *pos, *pre, *head; local
46 pre = pos->prev;
47 if (pre == head)
48 pre = head->prev;
52 pre = head->prev;
57 pre_ent = list_entry(pre, struct imapper, list);
71 struct list_head *next, *pre, *head; local
79 pre = (entry->list.prev == head) ? head->prev : entry->list.prev;
82 if (pre == &entry->list) {
90 pre_ent = list_entry(pre, struc
[all...]
H A Dctvmem.c81 struct list_head *pos, *pre; local
109 pre = pos->prev;
110 while (pre != &vm->unused) {
112 pre_ent = list_entry(pre, struct ct_vm_block, list);
119 pos = pre;
120 pre = pos->prev;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/examples/libsmbclient/smbwrapper/
H A Dsmbsh.c58 char line[PATH_MAX], pre[PATH_MAX], post[PATH_MAX]; local
65 *pre = *post = '\0';
70 if (*pre != '\0')
71 smbw_strlcat(pre, " ", sizeof(pre));
72 smbw_strlcat(pre, optarg, sizeof(pre));
125 smbw_strlcpy(line, pre, PATH_MAX - strlen(line));
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libswresample/x86/
H A Daudio_convert_init.c25 #define PROTO(pre, in, out, cap) void ff ## pre ## in## _to_ ##out## _a_ ##cap(uint8_t **dst, const uint8_t **src, int len);
26 #define PROTO2(pre, out, cap) PROTO(pre, int16, out, cap) PROTO(pre, int32, out, cap) PROTO(pre, float, out, cap)
27 #define PROTO3(pre, cap) PROTO2(pre, int16, cap) PROTO2(pre, int32, cap) PROTO2(pre, floa
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/crypto/ec/
H A Decp_nistp224.c1260 NISTP224_PRE_COMP *pre = pre_; local
1262 if (!pre)
1265 i = CRYPTO_add(&pre->references, -1, CRYPTO_LOCK_EC_PRE_COMP);
1269 OPENSSL_free(pre);
1275 NISTP224_PRE_COMP *pre = pre_; local
1277 if (!pre)
1280 i = CRYPTO_add(&pre->references, -1, CRYPTO_LOCK_EC_PRE_COMP);
1284 OPENSSL_cleanse(pre, sizeof *pre);
1285 OPENSSL_free(pre);
1436 NISTP224_PRE_COMP *pre = NULL; local
1626 NISTP224_PRE_COMP *pre = NULL; local
[all...]
H A Decp_nistp256.c1428 * Base point pre computation
1846 NISTP256_PRE_COMP *pre = pre_; local
1848 if (!pre)
1851 i = CRYPTO_add(&pre->references, -1, CRYPTO_LOCK_EC_PRE_COMP);
1855 OPENSSL_free(pre);
1861 NISTP256_PRE_COMP *pre = pre_; local
1863 if (!pre)
1866 i = CRYPTO_add(&pre->references, -1, CRYPTO_LOCK_EC_PRE_COMP);
1870 OPENSSL_cleanse(pre, sizeof *pre);
2023 NISTP256_PRE_COMP *pre = NULL; local
2217 NISTP256_PRE_COMP *pre = NULL; local
[all...]
H A Decp_nistp521.c1304 * Base point pre computation
1655 NISTP521_PRE_COMP *pre = pre_; local
1657 if (!pre)
1660 i = CRYPTO_add(&pre->references, -1, CRYPTO_LOCK_EC_PRE_COMP);
1664 OPENSSL_free(pre);
1670 NISTP521_PRE_COMP *pre = pre_; local
1672 if (!pre)
1675 i = CRYPTO_add(&pre->references, -1, CRYPTO_LOCK_EC_PRE_COMP);
1679 OPENSSL_cleanse(pre, sizeof(*pre));
1831 NISTP521_PRE_COMP *pre = NULL; local
2025 NISTP521_PRE_COMP *pre = NULL; local
[all...]
H A Dec_mult.c84 EC_POINT **points; /* array with pre-calculated multiples of
132 EC_PRE_COMP *pre = pre_; local
134 if (!pre)
137 i = CRYPTO_add(&pre->references, -1, CRYPTO_LOCK_EC_PRE_COMP);
141 if (pre->points) {
144 for (p = pre->points; *p != NULL; p++)
146 OPENSSL_free(pre->points);
148 OPENSSL_free(pre);
154 EC_PRE_COMP *pre = pre_; local
156 if (!pre)
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/crypto/ec/
H A Decp_nistp224.c1260 NISTP224_PRE_COMP *pre = pre_; local
1262 if (!pre)
1265 i = CRYPTO_add(&pre->references, -1, CRYPTO_LOCK_EC_PRE_COMP);
1269 OPENSSL_free(pre);
1275 NISTP224_PRE_COMP *pre = pre_; local
1277 if (!pre)
1280 i = CRYPTO_add(&pre->references, -1, CRYPTO_LOCK_EC_PRE_COMP);
1284 OPENSSL_cleanse(pre, sizeof *pre);
1285 OPENSSL_free(pre);
1436 NISTP224_PRE_COMP *pre = NULL; local
1626 NISTP224_PRE_COMP *pre = NULL; local
[all...]
H A Decp_nistp256.c1428 * Base point pre computation
1846 NISTP256_PRE_COMP *pre = pre_; local
1848 if (!pre)
1851 i = CRYPTO_add(&pre->references, -1, CRYPTO_LOCK_EC_PRE_COMP);
1855 OPENSSL_free(pre);
1861 NISTP256_PRE_COMP *pre = pre_; local
1863 if (!pre)
1866 i = CRYPTO_add(&pre->references, -1, CRYPTO_LOCK_EC_PRE_COMP);
1870 OPENSSL_cleanse(pre, sizeof *pre);
2023 NISTP256_PRE_COMP *pre = NULL; local
2217 NISTP256_PRE_COMP *pre = NULL; local
[all...]
H A Decp_nistp521.c1304 * Base point pre computation
1655 NISTP521_PRE_COMP *pre = pre_; local
1657 if (!pre)
1660 i = CRYPTO_add(&pre->references, -1, CRYPTO_LOCK_EC_PRE_COMP);
1664 OPENSSL_free(pre);
1670 NISTP521_PRE_COMP *pre = pre_; local
1672 if (!pre)
1675 i = CRYPTO_add(&pre->references, -1, CRYPTO_LOCK_EC_PRE_COMP);
1679 OPENSSL_cleanse(pre, sizeof(*pre));
1831 NISTP521_PRE_COMP *pre = NULL; local
2025 NISTP521_PRE_COMP *pre = NULL; local
[all...]
H A Dec_mult.c84 EC_POINT **points; /* array with pre-calculated multiples of
132 EC_PRE_COMP *pre = pre_; local
134 if (!pre)
137 i = CRYPTO_add(&pre->references, -1, CRYPTO_LOCK_EC_PRE_COMP);
141 if (pre->points) {
144 for (p = pre->points; *p != NULL; p++)
146 OPENSSL_free(pre->points);
148 OPENSSL_free(pre);
154 EC_PRE_COMP *pre = pre_; local
156 if (!pre)
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/frv/kernel/
H A Dtime.c84 unsigned short base, pre, prediv; local
87 pre = 1;
89 base = __res_bus_clock_speed_HZ / pre / HZ / (1 << prediv);
91 __set_TPRV(pre);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/arm/mach-mx3/
H A Dclock-imx31.c39 static void __calc_pre_post_dividers(u32 div, u32 *pre, u32 *post) argument
44 *pre = 8;
52 *pre = temp_pre;
58 *pre = temp_pre;
61 *post = (div + *pre - 1) / *pre;
63 *pre = div;
66 *pre = 1;
261 u32 reg, pre, post; local
264 pre
275 u32 pre, post, parent = clk_get_rate(clk->parent); local
288 u32 reg, div, pre, post, parent = clk_get_rate(clk->parent); local
342 u32 pre, post; local
357 u32 reg, div, pre, post, parent = clk_get_rate(clk->parent); local
[all...]
H A Dclock-imx35.c50 static void calc_dividers(u32 div, u32 *pre, u32 *post, u32 maxpost) argument
67 *pre = temp_pre;
75 *pre = temp_pre;
79 *post = (div + *pre - 1) / *pre;
83 static void calc_dividers_3_6(u32 div, u32 *pre, u32 *post) argument
86 *pre = 8;
89 calc_dividers(div, pre, post, 64);
91 *pre = div;
94 *pre
100 calc_dividers_3_3(u32 div, u32 *pre, u32 *post) argument
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/packaging/SGI/
H A Dspec.pl31 elsif (/pre-/) {
32 $_ =~ s/pre-//;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gettext-tools/src/
H A Dwrite-mo.c270 struct pre_sysdep_string *pre = local
292 pre->segmentcount = nintervals[m];
299 pre->segments[i].segptr = str + lastpos;
300 pre->segments[i].segsize = intervals[m][i].startpos - lastpos;
329 pre->segments[i].sysdepref = r;
336 pre->segments[i].segptr = str + lastpos;
337 pre->segments[i].segsize = str_len - lastpos;
338 pre->segments[i].sysdepref = SEGMENTS_END;
340 sysdep_msg_arr[n_sysdep_strings].str[m] = pre;
652 struct pre_sysdep_string *pre local
748 struct pre_sysdep_string *pre = msg->str[m]; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/crypto/ec/
H A Dec_mult.c87 EC_POINT **points; /* array with pre-calculated multiples of generator:
132 EC_PRE_COMP *pre = pre_; local
134 if (!pre)
137 i = CRYPTO_add(&pre->references, -1, CRYPTO_LOCK_EC_PRE_COMP);
141 if (pre->points)
145 for (p = pre->points; *p != NULL; p++)
147 OPENSSL_free(pre->points);
149 OPENSSL_free(pre);
155 EC_PRE_COMP *pre = pre_; local
157 if (!pre)
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/src/router/busybox-1.x/networking/udhcp/
H A Ddomain_codec.c24 * prefixed with the contents of string pre, or NULL if an error occurs.
26 char *dname_dec(const uint8_t *cstr, int clen, const char *pre) argument
35 if (pre)
36 plen = strlen(pre);
48 if (len > 0) { /* second pass? allocate dst buffer and copy pre */
50 memcpy(dst, pre, plen);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/crypto/md5/asm/
H A Dmd5-sparcv9.S343 !pre-LOADed X(1),R1
359 !pre-LOADed X(6),R6
373 !pre-LOADed X(11),R11
387 !pre-LOADed X(0),R0
401 !pre-LOADed X(5),R5
415 !pre-LOADed X(10),R10
443 !pre-LOADed X(4),R4
457 !pre-LOADed X(9),R9
485 !pre-LOADed X(3),R3
499 !pre
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/x86/include/asm/
H A Dparavirt_types.h524 pre, post, ...) \
532 asm volatile(pre \
542 asm volatile(pre \
555 #define __PVOP_CALL(rettype, op, pre, post, ...) \
557 EXTRA_CLOBBERS, pre, post, ##__VA_ARGS__)
559 #define __PVOP_CALLEESAVE(rettype, op, pre, post, ...) \
562 pre, post, ##__VA_ARGS__)
565 #define ____PVOP_VCALL(op, clbr, call_clbr, extra_clbr, pre, post, ...) \
569 asm volatile(pre \
579 #define __PVOP_VCALL(op, pre, pos
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/contrib/src/stc/scintilla/src/
H A DDocument.cxx68 pre = 0;
79 delete pre;
80 pre = 0;
1006 if (!pre)
1007 pre = new RESearch(&charClass);
1008 if (!pre)
1020 const char *errmsg = pre->Compile(s, *length, caseSensitive, posix);
1069 int success = pre->Execute(di, startOfLine, endOfLine);
1071 pos = pre->bopat[0];
1072 lenRet = pre
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/otus/80211core/
H A Dcfunc.c247 wd->timerList.head->pre = NULL;
249 wd->timerList.tail->pre = &(wd->timerList.list[ZM_MAX_TIMER_COUNT-2]);
254 wd->timerList.list[i].pre = &(wd->timerList.list[i-1]);
294 wd->timerList.tail = pFreeEntry->pre;
305 pFreeEntry->pre = pEntry->pre;
306 pFreeEntry->pre->next = pFreeEntry;
310 pFreeEntry->pre = NULL;
313 pEntry->pre = pFreeEntry;
328 pFreeEntry->pre
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/powerpc/kernel/
H A Dpci_dn.c66 * This is done depth first. As each node is processed, a "pre"
69 * The "pre" func returns a value. If non-zero is returned from
70 * the "pre" func, the traversal stops and this value is returned.
82 void *traverse_pci_devices(struct device_node *start, traverse_func pre, argument
97 if (pre && ((ret = pre(dn, data)) != NULL))

Completed in 211 milliseconds

1234567891011