Searched refs:work (Results 1 - 25 of 228) sorted by relevance

12345678910

/external/kernel-headers/original/linux/
H A Dcompletion.h18 #define COMPLETION_INITIALIZER(work) \
19 { 0, __WAIT_QUEUE_HEAD_INITIALIZER((work).wait) }
21 #define COMPLETION_INITIALIZER_ONSTACK(work) \
22 ({ init_completion(&work); work; })
24 #define DECLARE_COMPLETION(work) \
25 struct completion work = COMPLETION_INITIALIZER(work)
33 # define DECLARE_COMPLETION_ONSTACK(work) \
34 struct completion work
[all...]
H A Dworkqueue.h2 * workqueue.h --- work queue handling for Linux.
24 struct work_struct work; member in struct:execute_work
38 * initialize a work-struct's func and data pointers:
47 * initialize all of a work-struct:
64 extern int FASTCALL(queue_work(struct workqueue_struct *wq, struct work_struct *work));
65 extern int FASTCALL(queue_delayed_work(struct workqueue_struct *wq, struct work_struct *work, unsigned long delay));
67 struct work_struct *work, unsigned long delay);
70 extern int FASTCALL(schedule_work(struct work_struct *work));
71 extern int FASTCALL(schedule_delayed_work(struct work_struct *work, unsigned long delay));
73 extern int schedule_delayed_work_on(int cpu, struct work_struct *work, unsigne
91 cancel_delayed_work(struct work_struct *work) argument
[all...]
/external/valgrind/main/coregrind/m_demangle/
H A Dcplus-dem.c70 #define CURRENT_DEMANGLING_STYLE work->options
162 #define PRINT_ANSI_QUALIFIERS (work -> options & DMGL_ANSI)
163 #define PRINT_ARG_TYPES (work -> options & DMGL_PARAMS)
340 #define SCOPE_STRING(work) ((work->options & DMGL_JAVA) ? "." : "::")
366 demangle_template_template_parm (struct work_stuff *work,
370 demangle_template (struct work_stuff *work, const char **, string *,
657 struct work_stuff work[1]; local
663 memset ((char *) work, 0, sizeof (work));
866 struct work_stuff work[1]; local
1028 internal_cplus_demangle(struct work_stuff *work, const char *mangled) argument
1093 squangle_mop_up(struct work_stuff *work) argument
1177 delete_non_B_K_work_stuff(struct work_stuff *work) argument
1210 delete_work_stuff(struct work_stuff *work) argument
1220 mop_up(struct work_stuff *work, string *declp, int success) argument
1272 demangle_signature(struct work_stuff *work, const char **mangled, string *declp) argument
1584 demangle_template_template_parm(struct work_stuff *work, const char **mangled, string *tname) argument
1646 demangle_expression(struct work_stuff *work, const char **mangled, string *s, type_kind_t tk) argument
1703 demangle_integral_value(struct work_stuff *work, const char **mangled, string *s) argument
1799 demangle_real_value(struct work_stuff *work, const char **mangled, string *s) argument
1840 demangle_template_value_parm(struct work_stuff *work, const char **mangled, string *s, type_kind_t tk) argument
1949 demangle_template(struct work_stuff *work, const char **mangled, string *tname, string *trawname, int is_type, int remember) argument
2214 demangle_arm_hp_template(struct work_stuff *work, const char **mangled, int n, string *declp) argument
2392 demangle_class_name(struct work_stuff *work, const char **mangled, string *declp) argument
2446 demangle_class(struct work_stuff *work, const char **mangled, string *declp) argument
2498 iterate_demangle_function(struct work_stuff *work, const char **mangled, string *declp, const char *scan) argument
2597 demangle_prefix(struct work_stuff *work, const char **mangled, string *declp) argument
2806 gnu_special(struct work_stuff *work, const char **mangled, string *declp) argument
3007 recursively_demangle(struct work_stuff *work, const char **mangled, string *result, int namelength) argument
3139 demangle_qualified(struct work_stuff *work, const char **mangled, string *result, int isfuncname, int append) argument
3398 do_type(struct work_stuff *work, const char **mangled, string *result) argument
3707 demangle_fund_type(struct work_stuff *work, const char **mangled, string *result) argument
3969 do_hpacc_template_literal(struct work_stuff *work, const char **mangled, string *result) argument
4042 do_arg(struct work_stuff *work, const char **mangled, string *result) argument
4105 remember_type(struct work_stuff *work, const char *start, int len) argument
4135 remember_Ktype(struct work_stuff *work, const char *start, int len) argument
4164 register_Btype(struct work_stuff *work) argument
4190 remember_Btype(struct work_stuff *work, const char *start, int len, int indx) argument
4203 forget_B_and_K_types(struct work_stuff *work) argument
4230 forget_types(struct work_stuff *work) argument
4288 demangle_args(struct work_stuff *work, const char **mangled, string *declp) argument
4411 demangle_nested_args(struct work_stuff *work, const char **mangled, string *declp) argument
4450 demangle_function_name(struct work_stuff *work, const char **mangled, string *declp, const char *scan) argument
[all...]
/external/chromium/chrome/browser/sync/glue/
H A Dpassword_model_worker.cc24 void PasswordModelWorker::DoWorkAndWaitUntilDone(Callback0::Type* work) { argument
28 work, &done));
32 void PasswordModelWorker::CallDoWorkAndSignalTask(Callback0::Type* work, argument
34 work->Run();
H A Ddatabase_model_worker.cc14 void DatabaseModelWorker::DoWorkAndWaitUntilDone(Callback0::Type* work) { argument
17 work->Run();
23 work, &done))) {
30 void DatabaseModelWorker::CallDoWorkAndSignalTask(Callback0::Type* work, argument
33 work->Run();
H A Dhistory_model_worker.cc19 WorkerTask(Callback0::Type* work, WaitableEvent* done) argument
20 : work_(work), done_(done) {}
46 void HistoryModelWorker::DoWorkAndWaitUntilDone(Callback0::Type* work) { argument
48 scoped_refptr<WorkerTask> task(new WorkerTask(work, &done));
H A Ddatabase_model_worker.h25 virtual void DoWorkAndWaitUntilDone(Callback0::Type* work);
30 void CallDoWorkAndSignalTask(Callback0::Type* work,
H A Dpassword_model_worker.h32 virtual void DoWorkAndWaitUntilDone(Callback0::Type* work);
37 void CallDoWorkAndSignalTask(Callback0::Type* work,
H A Dui_model_worker.cc14 void UIModelWorker::DoWorkAndWaitUntilDone(Callback0::Type* work) { argument
18 // This is fine, the work will get scheduled and run normally or run by our
26 work->Run();
38 pending_work_ = new CallDoWorkAndSignalTask(work, &work_done, this);
40 LOG(WARNING) << "Could not post work to UI loop.";
46 syncapi_event_.Signal(); // Notify that the syncapi produced work for us.
/external/clang/test/CodeGen/
H A D2003-11-01-C99-CompoundLiteral.c6 struct wait_queue_head_t work = { lock: (spinlock_t) { 0 }, }; local
/external/wpa_supplicant_8/hostapd/src/crypto/
H A Ddes-internal.c320 u32 work, right, leftt; local
326 work = ((leftt >> 4) ^ right) & 0x0f0f0f0fL;
327 right ^= work;
328 leftt ^= (work << 4);
330 work = ((leftt >> 16) ^ right) & 0x0000ffffL;
331 right ^= work;
332 leftt ^= (work << 16);
334 work = ((right >> 2) ^ leftt) & 0x33333333L;
335 leftt ^= work;
336 right ^= (work <<
403 u32 ek[32], work[2]; local
436 u32 work[2]; local
447 u32 work[2]; local
470 u32 work[2]; local
484 u32 work[2]; local
[all...]
/external/wpa_supplicant_8/src/crypto/
H A Ddes-internal.c320 u32 work, right, leftt; local
326 work = ((leftt >> 4) ^ right) & 0x0f0f0f0fL;
327 right ^= work;
328 leftt ^= (work << 4);
330 work = ((leftt >> 16) ^ right) & 0x0000ffffL;
331 right ^= work;
332 leftt ^= (work << 16);
334 work = ((right >> 2) ^ leftt) & 0x33333333L;
335 leftt ^= work;
336 right ^= (work <<
403 u32 ek[32], work[2]; local
436 u32 work[2]; local
447 u32 work[2]; local
470 u32 work[2]; local
484 u32 work[2]; local
[all...]
/external/wpa_supplicant_8/wpa_supplicant/src/crypto/
H A Ddes-internal.c320 u32 work, right, leftt; local
326 work = ((leftt >> 4) ^ right) & 0x0f0f0f0fL;
327 right ^= work;
328 leftt ^= (work << 4);
330 work = ((leftt >> 16) ^ right) & 0x0000ffffL;
331 right ^= work;
332 leftt ^= (work << 16);
334 work = ((right >> 2) ^ leftt) & 0x33333333L;
335 leftt ^= work;
336 right ^= (work <<
403 u32 ek[32], work[2]; local
436 u32 work[2]; local
447 u32 work[2]; local
470 u32 work[2]; local
484 u32 work[2]; local
[all...]
/external/wpa_supplicant_6/wpa_supplicant/src/crypto/
H A Ddes.c328 u32 work, right, leftt; local
334 work = ((leftt >> 4) ^ right) & 0x0f0f0f0fL;
335 right ^= work;
336 leftt ^= (work << 4);
338 work = ((leftt >> 16) ^ right) & 0x0000ffffL;
339 right ^= work;
340 leftt ^= (work << 16);
342 work = ((right >> 2) ^ leftt) & 0x33333333L;
343 leftt ^= work;
344 right ^= (work <<
411 u32 ek[32], work[2]; local
454 u32 work[2]; local
468 u32 work[2]; local
[all...]
/external/qemu/
H A Dd3des.c144 unsigned long work[2]; local
146 scrunch(inblock, work);
147 desfunc(work, KnL);
148 unscrun(work, outblock);
324 register unsigned long fval, work, right, leftt; local
329 work = ((leftt >> 4) ^ right) & 0x0f0f0f0fL;
330 right ^= work;
331 leftt ^= (work << 4);
332 work = ((leftt >> 16) ^ right) & 0x0000ffffL;
333 right ^= work;
[all...]
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/crypto/engines/
H A DDESEngine.java407 int work, right, left;
419 work = ((left >>> 4) ^ right) & 0x0f0f0f0f;
420 right ^= work;
421 left ^= (work << 4);
422 work = ((left >>> 16) ^ right) & 0x0000ffff;
423 right ^= work;
424 left ^= (work << 16);
425 work = ((right >>> 2) ^ left) & 0x33333333;
426 left ^= work;
427 right ^= (work <<
[all...]
/external/ganymed-ssh2/src/main/java/ch/ethz/ssh2/crypto/cipher/
H A DDES.java285 int work, right, left;
297 work = ((left >>> 4) ^ right) & 0x0f0f0f0f;
298 right ^= work;
299 left ^= (work << 4);
300 work = ((left >>> 16) ^ right) & 0x0000ffff;
301 right ^= work;
302 left ^= (work << 16);
303 work = ((right >>> 2) ^ left) & 0x33333333;
304 left ^= work;
305 right ^= (work <<
[all...]
/external/qemu/distrib/zlib-1.2.3/
H A Dinftrees.h55 unsigned FAR *bits, unsigned short FAR *work));
/external/zlib/src/contrib/infback9/
H A Dinflate9.h45 unsigned short work[288]; /* work area for code table building */ member in struct:inflate_state
H A Dinftree9.h61 unsigned FAR *bits, unsigned short FAR *work));
/external/zlib/src/
H A Dinftrees.h62 unsigned FAR *bits, unsigned short FAR *work));
H A Dinftrees.c23 whose indices are 0..2^bits-1. work is a writable array of at least
24 lens shorts, which is used as a work area. type is the type of code
32 int ZLIB_INTERNAL inflate_table(type, lens, codes, table, bits, work)
38 unsigned short FAR *work;
96 table. The sorted table is work[], with that space being provided by
147 if (lens[sym] != 0) work[offs[lens[sym]]++] = (unsigned short)sym;
183 base = extra = work; /* dummy value--not used */
219 if ((int)(work[sym]) < end) {
221 here.val = work[sym];
223 else if ((int)(work[sy
[all...]
/external/libvorbis/lib/
H A Dlpc.c142 float *work=alloca(sizeof(*work)*(m+n)); local
146 work[i]=0.f;
149 work[i]=prime[i];
156 y-=work[o++]*coeff[--p];
158 data[i]=work[o]=y;
/external/chromium/chrome/browser/sync/engine/
H A Dmodel_safe_worker.cc45 void ModelSafeWorker::DoWorkAndWaitUntilDone(Callback0::Type* work) { argument
46 work->Run(); // For GROUP_PASSIVE, we do the work on the current thread.
54 // The passive group is not the work thread for any browser model.
/external/tremolo/Tremolo/
H A Dcodebook.c219 ogg_uint32_t *work; local
229 s->dec_table=_ogg_malloc((s->entries*2+1)*sizeof(*work));
240 s->used_entries*2 > INT_MAX/((long) sizeof(*work)) - 1) return 1;
242 work=alloca((s->entries*2+1)*sizeof(*work));
243 if(_make_words(lengthlist,s->entries,work,quantvals,s,opb,maptype))return 1;
255 (((work[i] & 0x80000000UL) >> 24) | work[i]);
260 (((work[i] & 0x80000000UL) >> 16) | work[
[all...]

Completed in 489 milliseconds

12345678910