/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/eap_server/ |
H A D | eap_server_ttls.c | 843 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 D | driver_i.h | 24 if (wpa_s->driver->init) { in wpa_drv_init() 25 return wpa_s->driver->init(wpa_s, ifname); in wpa_drv_init()
|
H A D | wpa_priv.c | 96 } 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 D | huffyuvdec.c | 1271 .init = decode_init, 1286 .init = decode_init, 1302 .init = decode_init,
|
H A D | libx264.c | 1230 .init = X264_init, 1267 .init = X264_init, 1299 .init = X264_init,
|
H A D | wmaprodec.c | 417 /** 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 D | videotoolboxenc.c | 2749 .init = vtenc_init, 2784 .init = vtenc_init, 2823 .init = vtenc_init,
|
/third_party/ffmpeg/libavfilter/ |
H A D | af_aiir.c | 1451 static av_cold int init(AVFilterContext *ctx) in init() function 1573 .init = init,
|
H A D | af_arnndn.c | 1495 static av_cold int init(AVFilterContext *ctx) in init() function 1614 .init = init,
|
H A D | vf_zscale.c | 148 static av_cold int init(AVFilterContext *ctx) in init() function 1117 .init = init,
|
H A D | vf_paletteuse.c | 1108 static av_cold int init(AVFilterContext *ctx) in init() function 1171 .init = init,
|
H A D | vf_overlay.c | 1041 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 D | mux.c | 345 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 D | Types.h | 1322 void init() 1492 void init(const TSourceLoc& l, bool global = false) 1497 shaderQualifiers.init(); 2276 appendStr(" null-init");
|
/third_party/backends/backend/ |
H A D | mustek_pp.c | 645 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 D | usb_generic.c | 2425 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 D | gtkanal.c | 130 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 D | v3dvx_cmd_buffer.c | 985 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 D | testharness.js | 172 this_obj.output_handler.init(properties); 3999 Output.prototype.init = function(properties) { 4061 this.init({});
|
/third_party/node/deps/openssl/openssl/crypto/ |
H A D | provider_core.c | 566 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 D | provider_core.c | 566 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 D | vktConditionalDrawAndClearTests.cpp | 1483 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 D | vktConditionalDrawAndClearTests.cpp | 1463 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 D | Core.cpp | 31 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 D | LegacyPassManager.cpp | 82 cl::init(false), cl::Hidden); 85 cl::init(false), cl::Hidden); 91 cl::init(false), cl::Hidden);
|