Home
last modified time | relevance | path

Searched refs:init (Results 3751 - 3775 of 4884) sorted by relevance

1...<<151152153154155156157158159160>>...196

/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/eap_server/
H A Deap_server_ttls.c843 data->phase2_priv = data->phase2_method->init(sm); in eap_ttls_phase2_eap_init()
1377 eap->init = eap_ttls_init; in eap_server_ttls_register()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant/
H A Ddriver_i.h24 if (wpa_s->driver->init) { in wpa_drv_init()
25 return wpa_s->driver->init(wpa_s, ifname); in wpa_drv_init()
H A Dwpa_priv.c96 } else if (iface->driver->init) { in wpa_priv_cmd_register()
97 iface->drv_priv = iface->driver->init(iface, iface->ifname); in wpa_priv_cmd_register()
835 "wpa-priv-iface-init: bind(PF_UNIX): %s", in wpa_priv_interface_init()
/third_party/ffmpeg/libavcodec/
H A Dhuffyuvdec.c1271 .init = decode_init,
1286 .init = decode_init,
1302 .init = decode_init,
H A Dlibx264.c1230 .init = X264_init,
1267 .init = X264_init,
1299 .init = X264_init,
H A Dwmaprodec.c417 /** generic init */ in decode_init()
484 /** init previous block len */ in decode_init()
553 /** init MDCT, FIXME: only init needed sizes */ in decode_init()
562 /** init MDCT windows: simple sine window */ in decode_init()
1994 /* init all streams (several streams of 1/2ch make Nch files) */ in xma_decode_init()
2089 .init = wmapro_decode_init,
2105 .init = xma_decode_init,
2120 .init = xma_decode_init,
H A Dvideotoolboxenc.c2749 .init = vtenc_init,
2784 .init = vtenc_init,
2823 .init = vtenc_init,
/third_party/ffmpeg/libavfilter/
H A Daf_aiir.c1451 static av_cold int init(AVFilterContext *ctx) in init() function
1573 .init = init,
H A Daf_arnndn.c1495 static av_cold int init(AVFilterContext *ctx) in init() function
1614 .init = init,
H A Dvf_zscale.c148 static av_cold int init(AVFilterContext *ctx) in init() function
1117 .init = init,
H A Dvf_paletteuse.c1108 static av_cold int init(AVFilterContext *ctx) in init() function
1171 .init = init,
H A Dvf_overlay.c1041 static av_cold int init(AVFilterContext *ctx) in init() function
1068 { "init", "eval expressions once during initialization", 0, AV_OPT_TYPE_CONST, {.i64=EVAL_MODE_INIT}, .flags = FLAGS, .unit = "eval" },
1114 .init = init,
/third_party/ffmpeg/libavformat/
H A Dmux.c345 if (s->oformat->init) { in init_muxer()
346 if ((ret = s->oformat->init(s)) < 0) { in init_muxer()
365 /* init PTS generation */ in init_pts()
444 if (s->oformat->init && ret) { in avformat_init_output()
/third_party/glslang/glslang/Include/
H A DTypes.h1322 void init()
1492 void init(const TSourceLoc& l, bool global = false)
1497 shaderQualifiers.init();
2276 appendStr(" null-init");
/third_party/backends/backend/
H A Dmustek_pp.c645 Mustek_pp_Drivers[driver_no].init ( in attach_device()
733 Mustek_pp_Drivers[driver_no].init(CAP_NOTHING, devices[device_no], in sane_init()
739 Mustek_pp_Drivers[driver_no].init(CAP_TA, devices[device_no], in sane_init()
/third_party/FreeBSD/sys/dev/usb/
H A Dusb_generic.c2425 struct usb_fs_init init; in ugen_ioctl_post() local
2426 error = copyin((const void *)u.addr, &init, sizeof(struct usb_fs_init)); in ugen_ioctl_post()
2430 u.pinit = &init; in ugen_ioctl_post()
/third_party/lame/frontend/
H A Dgtkanal.c130 static int init = 0; in gtkmakeframe() local
178 if (!init) { in gtkmakeframe()
179 init = 1; in gtkmakeframe()
/third_party/mesa3d/src/broadcom/vulkan/
H A Dv3dvx_cmd_buffer.c985 cl_emit(rcl, TILE_LIST_INITIAL_BLOCK_SIZE, init) { in cmd_buffer_emit_render_pass_rcl()
986 init.use_auto_chained_tile_lists = true; in cmd_buffer_emit_render_pass_rcl()
987 init.size_of_first_block_in_chained_tile_lists = in cmd_buffer_emit_render_pass_rcl()
/third_party/node/test/fixtures/wpt/resources/
H A Dtestharness.js172 this_obj.output_handler.init(properties);
3999 Output.prototype.init = function(properties) {
4061 this.init({});
/third_party/node/deps/openssl/openssl/crypto/
H A Dprovider_core.c566 template.init = init_function; in ossl_provider_new()
570 if ((prov = provider_new(name, template.init, template.parameters)) == NULL) in ossl_provider_new()
689 * considering that init happens on first activation. However, in ossl_provider_free()
715 * initialized. If init was attempted but was not successful then in ossl_provider_free()
797 * with an already assigned init function.
847 * If the init function isn't set, it indicates that this provider is in provider_init()
925 "name=%s, provider has no provider init function", in provider_init()
1317 prov = provider_new(p->name, p->init, NULL); in provider_activate_fallbacks()
1327 * means the init function will be called while holding a lock. Normally in provider_activate_fallbacks()
/third_party/openssl/crypto/
H A Dprovider_core.c566 template.init = init_function; in ossl_provider_new()
570 if ((prov = provider_new(name, template.init, template.parameters)) == NULL) in ossl_provider_new()
689 * considering that init happens on first activation. However, in ossl_provider_free()
715 * initialized. If init was attempted but was not successful then in ossl_provider_free()
797 * with an already assigned init function.
847 * If the init function isn't set, it indicates that this provider is in provider_init()
925 "name=%s, provider has no provider init function", in provider_init()
1315 prov = provider_new(p->name, p->init, NULL); in provider_activate_fallbacks()
1325 * means the init function will be called while holding a lock. Normally in provider_activate_fallbacks()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/conditional_rendering/
H A DvktConditionalDrawAndClearTests.cpp1483 void init (SourceCollections& sources, DrawTestParams testParams) const in init() function
1527 void init (SourceCollections& sources, UpdateBufferWithDrawTestParams testParams) const in init() function
1630 void ConditionalRenderingDrawAndClearTests::init (void) in init() function in vkt::conditional::ConditionalRenderingDrawAndClearTests
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/conditional_rendering/
H A DvktConditionalDrawAndClearTests.cpp1463 void init (SourceCollections& sources, DrawTestParams testParams) const in init() function
1507 void init (SourceCollections& sources, UpdateBufferWithDrawTestParams testParams) const in init() function
1604 void ConditionalRenderingDrawAndClearTests::init (void) in init() function in vkt::conditional::ConditionalRenderingDrawAndClearTests
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/Orc/
H A DCore.cpp31 cl::opt<bool> PrintHidden("debug-orc-print-hidden", cl::init(true),
36 cl::opt<bool> PrintCallable("debug-orc-print-callable", cl::init(true),
41 cl::opt<bool> PrintData("debug-orc-print-data", cl::init(true),
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
H A DLegacyPassManager.cpp82 cl::init(false), cl::Hidden);
85 cl::init(false), cl::Hidden);
91 cl::init(false), cl::Hidden);

Completed in 64 milliseconds

1...<<151152153154155156157158159160>>...196