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

1234567891011>>

/external/clang/test/Analysis/
H A Dcxx-for-range.cpp4 extern void work();
9 work();
10 work();
13 work();
14 work();
39 work();
40 work();
43 work();
44 work();
74 work();
[all...]
/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/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,
/external/clang/test/CodeGen/
H A D2003-11-01-C99-CompoundLiteral.c6 struct wait_queue_head_t work = { lock: (spinlock_t) { 0 }, }; local
/external/valgrind/main/coregrind/m_demangle/
H A Dcplus-dem.c70 #define CURRENT_DEMANGLING_STYLE work->options
160 #define PRINT_ANSI_QUALIFIERS (work -> options & DMGL_ANSI)
161 #define PRINT_ARG_TYPES (work -> options & DMGL_PARAMS)
338 #define SCOPE_STRING(work) ((work->options & DMGL_JAVA) ? "." : "::")
364 demangle_template_template_parm (struct work_stuff *work,
368 demangle_template (struct work_stuff *work, const char **, string *,
653 struct work_stuff work[1]; local
659 memset ((char *) work, 0, sizeof (work));
862 struct work_stuff work[1]; local
1166 internal_cplus_demangle(struct work_stuff *work, const char *mangled) argument
1231 squangle_mop_up(struct work_stuff *work) argument
1315 delete_non_B_K_work_stuff(struct work_stuff *work) argument
1347 delete_work_stuff(struct work_stuff *work) argument
1357 mop_up(struct work_stuff *work, string *declp, int success) argument
1409 demangle_signature(struct work_stuff *work, const char **mangled, string *declp) argument
1721 demangle_template_template_parm(struct work_stuff *work, const char **mangled, string *tname) argument
1783 demangle_expression(struct work_stuff *work, const char **mangled, string *s, type_kind_t tk) argument
1840 demangle_integral_value(struct work_stuff *work, const char **mangled, string *s) argument
1936 demangle_real_value(struct work_stuff *work, const char **mangled, string *s) argument
1977 demangle_template_value_parm(struct work_stuff *work, const char **mangled, string *s, type_kind_t tk) argument
2086 demangle_template(struct work_stuff *work, const char **mangled, string *tname, string *trawname, int is_type, int remember) argument
2351 demangle_arm_hp_template(struct work_stuff *work, const char **mangled, int n, string *declp) argument
2529 demangle_class_name(struct work_stuff *work, const char **mangled, string *declp) argument
2583 demangle_class(struct work_stuff *work, const char **mangled, string *declp) argument
2635 iterate_demangle_function(struct work_stuff *work, const char **mangled, string *declp, const char *scan) argument
2734 demangle_prefix(struct work_stuff *work, const char **mangled, string *declp) argument
2943 gnu_special(struct work_stuff *work, const char **mangled, string *declp) argument
3144 recursively_demangle(struct work_stuff *work, const char **mangled, string *result, int namelength) argument
3276 demangle_qualified(struct work_stuff *work, const char **mangled, string *result, int isfuncname, int append) argument
3535 do_type(struct work_stuff *work, const char **mangled, string *result) argument
3844 demangle_fund_type(struct work_stuff *work, const char **mangled, string *result) argument
4106 do_hpacc_template_literal(struct work_stuff *work, const char **mangled, string *result) argument
4179 do_arg(struct work_stuff *work, const char **mangled, string *result) argument
4242 remember_type(struct work_stuff *work, const char *start, int len) argument
4272 remember_Ktype(struct work_stuff *work, const char *start, int len) argument
4301 register_Btype(struct work_stuff *work) argument
4327 remember_Btype(struct work_stuff *work, const char *start, int len, int indx) argument
4340 forget_B_and_K_types(struct work_stuff *work) argument
4367 forget_types(struct work_stuff *work) argument
4425 demangle_args(struct work_stuff *work, const char **mangled, string *declp) argument
4548 demangle_nested_args(struct work_stuff *work, const char **mangled, string *declp) argument
4587 demangle_function_name(struct work_stuff *work, const char **mangled, string *declp, const char *scan) argument
[all...]
/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/chromium_org/sync/test/engine/
H A Dfake_model_worker.cc26 const WorkCallback& work) {
28 // Simply do the work on the current thread.
29 return work.Run();
25 DoWorkAndWaitUntilDoneImpl( const WorkCallback& work) argument
/external/chromium_org/chrome/browser/sync/glue/
H A Dbrowser_thread_model_worker.cc24 const syncer::WorkCallback& work) {
28 return work.Run();
35 this, work,
63 const syncer::WorkCallback& work,
68 *error = work.Run();
78 const syncer::WorkCallback& work,
81 BrowserThreadModelWorker::CallDoWorkAndSignalTask(work, done, error);
93 const syncer::WorkCallback& work,
96 BrowserThreadModelWorker::CallDoWorkAndSignalTask(work, done, error);
23 DoWorkAndWaitUntilDoneImpl( const syncer::WorkCallback& work) argument
62 CallDoWorkAndSignalTask( const syncer::WorkCallback& work, WaitableEvent* done, syncer::SyncerError* error) argument
77 CallDoWorkAndSignalTask( const syncer::WorkCallback& work, WaitableEvent* done, syncer::SyncerError* error) argument
92 CallDoWorkAndSignalTask( const syncer::WorkCallback& work, WaitableEvent* done, syncer::SyncerError* error) argument
H A Dui_model_worker.cc22 void CallDoWorkAndSignalCallback(const syncer::WorkCallback& work, argument
25 if (work.is_null()) {
37 *error_info = work.Run();
55 const syncer::WorkCallback& work) {
60 return work.Run();
66 work, work_done_or_stopped(), &error_info))) {
67 DLOG(WARNING) << "Could not post work to UI loop.";
54 DoWorkAndWaitUntilDoneImpl( const syncer::WorkCallback& work) argument
/external/chromium_org/native_client_sdk/src/libraries/nacl_io/
H A Dmount_stream.cc15 MountStream::Work* work = static_cast<MountStream::Work*>(work_ptr); local
18 if (!work->Start(val))
19 delete work;
23 MountStream::Work* work = static_cast<MountStream::Work*>(work_ptr); local
25 work->Run(val);
26 delete work;
35 // All work is done via completions callbacks from posted work.
49 PP_CompletionCallback MountStream::GetStartCompletion(Work* work) { argument
50 return PP_MakeCompletionCallback(DispatchStart, work);
53 GetRunCompletion(Work* work) argument
58 EnqueueWork(Work* work) argument
[all...]
/external/chromium_org/native_client_sdk/src/libraries/sdk_util/
H A Dthread_pool.h17 // typdef helper for work function
21 // them num_tasks of work at a time. Each call
28 void Dispatch(int num_tasks, WorkFunction work, void* data);
33 void Setup(int counter, WorkFunction work, void* data);
34 void DispatchMany(int num_tasks, WorkFunction work, void* data);
35 void DispatchHere(int num_tasks, WorkFunction work, void* data);
H A Dthread_pool.cc17 // num_threads, all work will be performed on the dispatch thread.
54 // Setup work parameters. This function is called from the dispatch thread,
56 void ThreadPool::Setup(int counter, WorkFunction work, void *data) { argument
58 user_work_function_ = work;
81 // Main work loop - one for each worker thread.
84 // Wait for work. If no work is availble, this thread will sleep here.
88 // Grab a task index to work on from the counter.
94 // Post to dispatch thread work is done.
106 // Note: This function will block until all work ha
107 DispatchMany(int num_tasks, WorkFunction work, void* data) argument
124 DispatchHere(int num_tasks, WorkFunction work, void* data) argument
132 Dispatch(int num_tasks, WorkFunction work, void* data) argument
[all...]
/external/chromium_org/sync/internal_api/public/engine/
H A Dpassive_model_worker.cc26 const WorkCallback& work) {
28 // Simply do the work on the current thread.
29 return work.Run();
25 DoWorkAndWaitUntilDoneImpl( const WorkCallback& work) argument
/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.java408 int work, right, left;
420 work = ((left >>> 4) ^ right) & 0x0f0f0f0f;
421 right ^= work;
422 left ^= (work << 4);
423 work = ((left >>> 16) ^ right) & 0x0000ffff;
424 right ^= work;
425 left ^= (work << 16);
426 work = ((right >>> 2) ^ left) & 0x33333333;
427 left ^= work;
428 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/ceres-solver/internal/ceres/
H A Dlapack.cc58 double* work,
102 double work;
112 &work,
117 return work;
125 double* work,
148 work,
121 SolveUsingQR(int num_rows, int num_cols, const double* in_lhs, int work_size, double* work, double* rhs_and_solution) argument
H A Dlapack.h67 // work is an array of size work_size that this routine uses for its
81 double* work,

Completed in 812 milliseconds

1234567891011>>