Home
last modified time | relevance | path

Searched refs:init (Results 1351 - 1375 of 24727) sorted by relevance

1...<<51525354555657585960>>...990

/kernel/linux/linux-6.6/rust/kernel/sync/
H A Dlock.rs9 use crate::{bindings, init::PinInit, pin_init, str::CStr, types::Opaque, types::ScopeGuard};
40 unsafe fn init( in init() functions
50 /// Callers must ensure that [`Backend::init`] has been previously called.
110 B::init(slot, name.as_char_ptr(), key.as_ptr()) in new()
119 // SAFETY: The constructor of the type calls `init`, so the existence of the object proves in lock()
120 // that `init` was called. in lock()
/kernel/linux/linux-6.6/sound/aoa/core/
H A Dcore.c8 #include <linux/init.h>
42 if (c->init) in attach_codec_to_fabric()
43 err = c->init(c); in attach_codec_to_fabric()
45 printk(KERN_ERR "snd-aoa: codec %s didn't init\n", c->name); in attach_codec_to_fabric()
/third_party/ffmpeg/libavcodec/
H A Davrndec.c32 static av_cold int init(AVCodecContext *avctx) in init() function
98 .init = init,
H A Dr210dec.c111 .init = decode_init,
123 .init = decode_init,
135 .init = decode_init,
H A Dr210enc.c100 .init = encode_init,
113 .init = encode_init,
126 .init = encode_init,
/third_party/ffmpeg/libavfilter/
H A Daf_dcshift.c46 static av_cold int init(AVFilterContext *ctx) in init() function
137 .init = init,
H A Dasrc_anullsrc.c66 static av_cold int init(AVFilterContext *ctx) in init() function
148 .init = init,
H A Dvf_derain.c94 static av_cold int init(AVFilterContext *ctx) in init() function
125 .init = init,
H A Dvf_random.c54 static av_cold int init(AVFilterContext *ctx) in init() function
145 .init = init,
H A Dvf_vfrdet.c68 static av_cold int init(AVFilterContext *ctx) in init() function
109 .init = init,
H A Dvf_ocr.c51 static av_cold int init(AVFilterContext *ctx) in init() function
57 av_log(ctx, AV_LOG_ERROR, "failed to init tesseract\n"); in init()
144 .init = init,
/third_party/curl/scripts/
H A Dschemetable.c94 static void showtable(int try, int init, int shift) in showtable() argument
99 num[i] = calc(scheme[i].n, init, shift); in showtable()
110 "*/\n", init, shift); in showtable()
/third_party/ffmpeg/tests/checkasm/
H A Dav_tx.c47 static int init = 0; variable
123 if (!init) { in checkasm_check_av_tx()
124 init = 1; in checkasm_check_av_tx()
/third_party/icu/icu4c/source/i18n/
H A Dusrchimp.h93 void init(UCollationElements *elems);
94 void init(CollationElementIterator *iter);
123 void init(const Collator &coll);
/third_party/alsa-lib/include/
H A Dpcm_rate.h72 int (*init)(void *obj, snd_pcm_rate_info_t *info); member
148 int (*init)(void *obj, snd_pcm_rate_info_t *info); member
166 int (*init)(void *obj, snd_pcm_rate_info_t *info); member
/third_party/musl/src/thread/
H A Dpthread_cancel.c102 static int init; in pthread_cancel() local
103 if (!init) { in pthread_cancel()
105 init = 1; in pthread_cancel()
/third_party/musl/porting/linux/user/src/time/
H A Dtimer_create.c64 volatile static int init = 0; in timer_create() local
92 if (!init) { in timer_create()
95 a_store(&init, 1); in timer_create()
/third_party/musl/porting/liteos_a/user/src/thread/
H A Dpthread_cancel.c77 static int init; in pthread_cancel() local
78 if (!init) { in pthread_cancel()
80 init = 1; in pthread_cancel()
/third_party/musl/porting/linux/user/src/thread/
H A Dpthread_cancel.c90 static int init; in pthread_cancel() local
91 if (!init) { in pthread_cancel()
93 init = 1; in pthread_cancel()
/third_party/node/deps/cjs-module-lexer/dist/
H A Dlexer.js1 "use strict";exports.parse=parse;exports.init=init;let A;const Q=1===new Uint8Array(new Uint16Array([1]).buffer)[0];function parse(g,I="@"){if(!A)throw new Error("Not initialized");const D=g.length+1,N=(A.__heap_base.value||A.__heap_base)+4*D-A.memory.buffer.byteLength;N>0&&A.memory.grow(Math.ceil(N/65536));const k=A.sa(D);if((Q?C:E)(g,new Uint16Array(A.memory.buffer,k,D)),!A.parseCJS(k,g.length,0,0,0))throw Object.assign(new Error(`Parse error ${I}${A.e()}:${g.slice(0,A.e()).split("\n").length}:${A.e()-g.lastIndexOf("\n",A.e()-1)}`),{idx:A.e()});let w=new Set,o=new Set,J=new Set;for(;A.rre();){const Q=B(g.slice(A.res(),A.ree()));Q&&o.add(Q)}for(;A.ru();)J.add(B(g.slice(A.us(),A.ue())));for(;A.re();){let Q=B(g.slice(A.es(),A.ee()));void 0===Q||J.has(Q)||w.add(Q)}return{exports:[...w],reexports:[...o]}}function B(A){if('"'!==A[0]&&"'"!==A[0])return A;try{const Q=(0,eval)(A);for(let A=0;A<Q.length;A++){const B=64512&Q.charCodeAt(A);if(!(B<55296)){if(55296!==B)return;if(56320!=(64512&Q.charCodeAt(++A)))return}}return Q}catch{}}function E(A,Q){const B=A.length;let E=0;for(;E<B;){const B=A.charCodeAt(E);Q[E++]=(255&B)<<8|B>>>8}}function C(A,Q){const B=A.length;let E=0;for(;E<B;)Q[E]=A.charCodeAt(E++)}let g;function init(){return g||(g=(async()=>{const Q=await WebAssembly.compile((B="AGFzbQEAAAABrAERYAJ/fwBgAABgAX8Bf2 (…)
/third_party/node/deps/npm/node_modules/debug/src/
H A Dnode.js12 exports.init = init;
231 function init(debug) {
/third_party/node/deps/icu-small/source/i18n/
H A Dusrchimp.h93 void init(UCollationElements *elems);
94 void init(CollationElementIterator *iter);
123 void init(const Collator &coll);
/third_party/node/deps/npm/node_modules/text-table/
H A Dindex.js62 function reduce (xs, f, init) {
63 if (xs.reduce) return xs.reduce(f, init);
65 var acc = arguments.length >= 3 ? init : xs[i++];
/third_party/ltp/tools/sparse/sparse-src/
H A Dtarget-x86.c71 .init = init_i386,
103 .init = init_x86_x32,
167 .init = init_x86_64,
/third_party/python/Lib/idlelib/
H A Dpathbrowser.py18 self.init()
79 init = os.path.join(file, "__init__.py")
80 return os.path.exists(init)

Completed in 11 milliseconds

1...<<51525354555657585960>>...990