Searched refs:init (Results 601 - 625 of 9094) sorted by relevance

<<21222324252627282930>>

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/arm/mach-versatile/
H A Dversatile_ab.c22 #include <linux/init.h>
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/crypto/comp/
H A Dcomp_lib.c17 if ((ret->meth->init != NULL) && !ret->meth->init(ret)) {
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/crypto/engine/
H A Deng_init.c66 if ((e->funct_ref == 0) && e->init)
71 to_return = e->init(e);
126 /* The API (locked) version of "init" */
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/crypto/comp/
H A Dcomp_lib.c17 if ((ret->meth->init != NULL) && !ret->meth->init(ret)) {
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/crypto/engine/
H A Deng_init.c66 if ((e->funct_ref == 0) && e->init)
71 to_return = e->init(e);
126 /* The API (locked) version of "init" */
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/arm/common/
H A Dtime-acorn.c17 #include <linux/init.h>
92 .init = ioc_timer_init,
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/hd-idle-1.04/debian/
H A Dhd-idle.init28 . /lib/lsb/init-functions
50 echo "Usage: /etc/init.d/hd-idle start/stop/restart/force-reload"
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavfilter/
H A Df_perms.c57 static av_cold int init(AVFilterContext *ctx) function
139 .init = init,
172 .init = init,
H A Dvf_format.c55 static av_cold int init(AVFilterContext *ctx) function
172 .init = init,
211 .init = init,
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/crypto/bio/
H A Dbss_fd.c114 bi->init=0;
126 if (a->init)
130 a->init=0;
188 b->init=1;
191 if (b->init)
H A Dbss_sock.c110 bi->init=0;
122 if (a->init)
126 a->init=0;
185 b->init=1;
188 if (b->init)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/crypto/ecdh/
H A Dech_lib.c121 if (meth->init)
122 meth->init(eckey);
138 ret->init = NULL;
161 if ((ret->meth->init != NULL) && !ret->meth->init(ret))
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/s390/crypto/
H A Dsha512_s390.c18 #include <linux/init.h>
72 .init = sha512_init,
111 .init = sha384_init,
131 static int __init init(void) function
151 module_init(init); variable
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/xz/src/liblzma/common/
H A Dcommon.h112 lzma_init_function init; member in struct:lzma_filter_info_s
128 /// "Pointer" to init function. This is never called here.
132 uintptr_t init; member in struct:lzma_next_coder_s
163 .init = (uintptr_t)(NULL), \
260 /// next->init to func is still OK.
263 if ((uintptr_t)(func) != (next)->init) \
265 (next)->init = (uintptr_t)(func); \
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavfilter/
H A Dvf_aspect.c33 static av_cold int init(AVFilterContext *ctx, const char *args, void *opaque) function
96 .init = init,
129 .init = init,
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/crypto/bio/
H A Dbss_fd.c140 bi->init = 0;
152 if (a->init) {
155 a->init = 0;
209 b->init = 1;
212 if (b->init) {
H A Dbss_sock.c113 bi->init = 0;
125 if (a->init) {
128 a->init = 0;
174 b->init = 1;
177 if (b->init) {
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/crypto/ecdh/
H A Dech_lib.c130 if (meth->init)
131 meth->init(eckey);
146 ret->init = NULL;
167 if ((ret->meth->init != NULL) && !ret->meth->init(ret)) {
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/crypto/bio/
H A Dbss_fd.c140 bi->init = 0;
152 if (a->init) {
155 a->init = 0;
209 b->init = 1;
212 if (b->init) {
H A Dbss_sock.c113 bi->init = 0;
125 if (a->init) {
128 a->init = 0;
174 b->init = 1;
177 if (b->init) {
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/crypto/ecdh/
H A Dech_lib.c130 if (meth->init)
131 meth->init(eckey);
146 ret->init = NULL;
167 if ((ret->meth->init != NULL) && !ret->meth->init(ret)) {
/netgear-R7000-V1.0.7.12_1.2.5/src/tools/misc/xz/src/liblzma/common/
H A Dcommon.h112 lzma_init_function init; member in struct:lzma_filter_info_s
128 /// "Pointer" to init function. This is never called here.
132 uintptr_t init; member in struct:lzma_next_coder_s
163 .init = (uintptr_t)(NULL), \
260 /// next->init to func is still OK.
263 if ((uintptr_t)(func) != (next)->init) \
265 (next)->init = (uintptr_t)(func); \
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/
H A Dsun3lance.c32 #include <linux/init.h>
140 struct lance_init_block init; member in struct:lance_memory
203 #define CSR1 1 /* init block addr (low) */
204 #define CSR2 2 /* init block addr (high) */
382 MEM->init.hwaddr[0] = dev->dev_addr[1];
383 MEM->init.hwaddr[1] = dev->dev_addr[0];
384 MEM->init.hwaddr[2] = dev->dev_addr[3];
385 MEM->init.hwaddr[3] = dev->dev_addr[2];
386 MEM->init.hwaddr[4] = dev->dev_addr[5];
387 MEM->init
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavutil/
H A Dhmac.c38 void (*init)(void*); member in struct:AVHMAC
70 c->init = (void*)av_md5_init;
78 c->init = sha160_init;
86 c->init = sha224_init;
94 c->init = sha256_init;
102 c->init = sha384_init;
110 c->init = sha512_init;
139 c->init(c->hash);
147 c->init(c->hash);
167 c->init(
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/Micromax/Linux/lib/
H A Djxl.jarfunctions_fr.properties jxl/ jxl/read/ jxl/read/biff/ jxl/read/biff/BiffException$BiffMessage.class BiffException. ...

Completed in 120 milliseconds

<<21222324252627282930>>