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

12345678910

/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/apache-commons-math/src/main/java/org/apache/commons/math/stat/descriptive/rank/
H A DPercentile.java4 * this work for additional information regarding copyright ownership.
275 double[] work;
278 work = getDataRef();
281 work = new double[length];
282 System.arraycopy(values, begin, work, 0, length);
288 return select(work, pivotsHeap, 0);
291 return select(work, pivotsHeap, length - 1);
293 double lower = select(work, pivotsHeap, intPos - 1);
294 double upper = select(work, pivotsHeap, intPos);
299 * Select the k<sup>th</sup> smallest element from work arra
309 select(final double[] work, final int[] pivotsHeap, final int k) argument
359 medianOf3(final double[] work, final int begin, final int end) argument
396 partition(final double[] work, final int begin, final int end, final int pivot) argument
433 insertionSort(final double[] work, final int begin, final int end) argument
[all...]
/external/valgrind/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
1236 squangle_mop_up(struct work_stuff *work) argument
1322 delete_non_B_K_work_stuff(struct work_stuff *work) argument
1354 delete_work_stuff(struct work_stuff *work) argument
1364 mop_up(struct work_stuff *work, string *declp, int success) argument
1416 demangle_signature(struct work_stuff *work, const char **mangled, string *declp) argument
1728 demangle_template_template_parm(struct work_stuff *work, const char **mangled, string *tname) argument
1790 demangle_expression(struct work_stuff *work, const char **mangled, string *s, type_kind_t tk) argument
1847 demangle_integral_value(struct work_stuff *work, const char **mangled, string *s) argument
1943 demangle_real_value(struct work_stuff *work, const char **mangled, string *s) argument
1984 demangle_template_value_parm(struct work_stuff *work, const char **mangled, string *s, type_kind_t tk) argument
2093 demangle_template(struct work_stuff *work, const char **mangled, string *tname, string *trawname, int is_type, int remember) argument
2358 demangle_arm_hp_template(struct work_stuff *work, const char **mangled, int n, string *declp) argument
2536 demangle_class_name(struct work_stuff *work, const char **mangled, string *declp) argument
2590 demangle_class(struct work_stuff *work, const char **mangled, string *declp) argument
2642 iterate_demangle_function(struct work_stuff *work, const char **mangled, string *declp, const char *scan) argument
2741 demangle_prefix(struct work_stuff *work, const char **mangled, string *declp) argument
2950 gnu_special(struct work_stuff *work, const char **mangled, string *declp) argument
3151 recursively_demangle(struct work_stuff *work, const char **mangled, string *result, int namelength) argument
3283 demangle_qualified(struct work_stuff *work, const char **mangled, string *result, int isfuncname, int append) argument
3542 do_type(struct work_stuff *work, const char **mangled, string *result) argument
3854 demangle_fund_type(struct work_stuff *work, const char **mangled, string *result) argument
4116 do_hpacc_template_literal(struct work_stuff *work, const char **mangled, string *result) argument
4189 do_arg(struct work_stuff *work, const char **mangled, string *result) argument
4252 remember_type(struct work_stuff *work, const char *start, int len) argument
4282 remember_Ktype(struct work_stuff *work, const char *start, int len) argument
4311 register_Btype(struct work_stuff *work) argument
4337 remember_Btype(struct work_stuff *work, const char *start, int len, int indx) argument
4350 forget_B_and_K_types(struct work_stuff *work) argument
4377 forget_types(struct work_stuff *work) argument
4435 demangle_args(struct work_stuff *work, const char **mangled, string *declp) argument
4558 demangle_nested_args(struct work_stuff *work, const char **mangled, string *declp) argument
4597 demangle_function_name(struct work_stuff *work, const char **mangled, string *declp, const char *scan) argument
[all...]
/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/fio/lib/
H A Dtp.c6 * work.
22 struct tp_work *work; local
27 work = flist_entry(list->next, struct tp_work, list);
28 flist_del(&work->list);
30 prio = work->prio;
34 work->fn(work);
51 if (!tdat->thread_exit && flist_empty(&tdat->work))
54 if (!flist_empty(&tdat->work))
55 flist_splice_tail_init(&tdat->work,
71 tp_queue_work(struct tp_data *tdat, struct tp_work *work) argument
[all...]
/external/libvncserver/common/
H A Dd3des.c153 unsigned long work[2]; local
155 scrunch(inblock, work);
156 desfunc(work, KnL);
157 unscrun(work, outblock);
336 register unsigned long fval, work, right, leftt; local
341 work = ((leftt >> 4) ^ right) & 0x0f0f0f0fL;
342 right ^= work;
343 leftt ^= (work << 4);
344 work = ((leftt >> 16) ^ right) & 0x0000ffffL;
345 right ^= work;
[all...]
/external/skia/src/core/
H A DSkTaskGroup.cpp49 if (!gGlobal) { // If we have no threads, the work must already be done.
55 Work work; local
59 // Someone has picked up all the work (including ours). How nice of them!
63 gGlobal->fWork.pop(&work);
67 work.fn(work.arg);
68 sk_atomic_dec(work.pending); // Release pairs with the sk_acquire_load() just above.
113 Work work = { fn, arg, pending }; local
117 fWork.push(work);
128 Work work local
137 Work work; local
[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/ceres-solver/internal/ceres/
H A Dlapack.cc61 double* work,
123 double work;
133 &work,
143 return static_cast<int>(work);
152 double* work,
176 work,
147 SolveInPlaceUsingQR( int num_rows, int num_cols, const double* in_lhs, int work_size, double* work, double* rhs_and_solution, string* message) argument
H A Dlapack.h75 // work is an array of size work_size that this routine uses for its
92 double* work,
/external/eigen/bench/btl/libs/BLAS/
H A Dblas_interface.hh32 void ssytrd_(char *uplo, const int *n, float *a, const int *lda, float *d, float *e, float *tau, float *work, int *lwork, int *info );
33 void dsytrd_(char *uplo, const int *n, double *a, const int *lda, double *d, double *e, double *tau, double *work, int *lwork, int *info );
34 void sgehrd_( const int *n, int *ilo, int *ihi, float *a, const int *lda, float *tau, float *work, int *lwork, int *info );
35 void dgehrd_( const int *n, int *ilo, int *ihi, double *a, const int *lda, double *tau, double *work, int *lwork, int *info );
/external/mesa3d/src/gallium/drivers/nouveau/
H A Dnouveau_fence.c43 LIST_INITHEAD(&(*fence)->work);
54 struct nouveau_fence_work *work, *tmp; local
56 LIST_FOR_EACH_ENTRY_SAFE(work, tmp, &fence->work, list) {
57 work->func(work->data);
58 LIST_DEL(&work->list);
59 FREE(work);
67 struct nouveau_fence_work *work; local
74 work
[all...]
/external/pdfium/core/src/fxcodec/fx_zlib/zlib_v128/
H A Dinftrees.h62 unsigned FAR *bits, unsigned short FAR *work));
H A Dfx_zlib_inftrees.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
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[sym]) > end) {
224 here.op = (unsigned char)(extra[work[sy
32 inflate_table( codetype type, unsigned short FAR *lens, unsigned codes, code FAR * FAR *table, unsigned FAR *bits, unsigned short FAR *work) argument
[all...]
/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/compiler-rt/lib/asan/
H A Dasan_mac.cc102 // wrappers work. If it is not, set DYLD_INSERT_LIBRARIES and re-exec
144 "which is required for ASan to work. ASan tried to set the "
365 void dispatch_async(dispatch_queue_t dq, void(^work)(void));
367 void(^work)(void));
369 void(^work)(void));
371 void(^work)(void));
372 void dispatch_source_set_event_handler(dispatch_source_t ds, void(^work)(void));
375 #define GET_ASAN_BLOCK(work) \
381 work(); \
385 dispatch_queue_t dq, void(^work)(voi
[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/tremolo/Tremolo/
H A Dcodebook.c233 ogg_uint32_t *work; local
243 s->dec_table=_ogg_malloc((s->entries*2+1)*sizeof(*work));
254 s->used_entries*2 > INT_MAX/((long) sizeof(*work)) - 1) return 1;
256 work=calloc((s->entries*2+1),sizeof(*work));
257 if (!work) return 1;
258 if(_make_words(lengthlist,s->entries,work,quantvals,s,opb,maptype)) goto error_out;
270 (((work[i] & 0x80000000UL) >> 24) | work[i]);
275 (((work[
[all...]
/external/webp/src/enc/
H A Dpicture_rescale.c178 int32_t* const work,
187 work);
188 memset(work, 0, 2 * dst_width * num_channels * sizeof(*work));
212 int32_t* work; local
234 work = (int32_t*)WebPSafeMalloc(2ULL * width, sizeof(*work));
235 if (work == NULL) {
243 tmp.a, width, height, tmp.a_stride, work, 1);
250 tmp.y, width, height, tmp.y_stride, work,
174 RescalePlane(const uint8_t* src, int src_width, int src_height, int src_stride, uint8_t* dst, int dst_width, int dst_height, int dst_stride, int32_t* const work, int num_channels) argument
[all...]

Completed in 3374 milliseconds

12345678910