HomeSort by relevance Sort by last modified time
    Searched refs:work (Results 76 - 100 of 1470) sorted by null

1 2 34 5 6 7 8 91011>>

  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/mt/
misc.s 1 ; Check that register names, both upper and lower case work and that
  /external/skia/src/core/
SkExecutor.cpp 32 // The default default SkExecutor is an SkTrivialExecutor, which just runs the work right away.
34 void add(std::function<void(void)> work) override {
35 work();
49 // An SkThreadPool is an executor that runs work on a fixed pool of OS threads.
70 virtual void add(std::function<void(void)> work) override {
71 // Add some work to our pile of work to do.
74 fWork.emplace_back(std::move(work));
81 // If there is work waiting, do it.
88 // This method should be called only when fWorkAvailable indicates there's work to do
90 std::function<void(void)> work; local
    [all...]
  /prebuilts/go/darwin-x86/lib/time/
update.bash 15 rm -rf work
16 mkdir work
17 cd work
45 if [ "$1" == "-work" ]; then
46 echo Left workspace behind in work/.
48 rm -rf work
  /prebuilts/go/linux-x86/lib/time/
update.bash 15 rm -rf work
16 mkdir work
17 cd work
45 if [ "$1" == "-work" ]; then
46 echo Left workspace behind in work/.
48 rm -rf work
  /external/libvncserver/common/
d3des.c 153 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/bouncycastle/bcprov/src/main/java/org/bouncycastle/crypto/engines/
DESEngine.java 408 int work, right, left; local
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 << 2)
    [all...]
  /external/compiler-rt/lib/asan/
asan_mac.cc 237 void dispatch_async(dispatch_queue_t dq, void(^work)(void));
239 void(^work)(void));
241 void(^work)(void));
243 void(^work)(void));
244 void dispatch_source_set_event_handler(dispatch_source_t ds, void(^work)(void));
247 #define GET_ASAN_BLOCK(work) \
253 work(); \
257 dispatch_queue_t dq, void(^work)(void)) {
259 GET_ASAN_BLOCK(work);
264 dispatch_group_t dg, dispatch_queue_t dq, void(^work)(void))
    [all...]
  /prebuilts/go/darwin-x86/src/runtime/
mgcwork.go 17 // Garbage collector work pool abstraction.
20 // objects. A grey object is one that is marked and on a work
21 // queue. A black object is marked and not on a work queue.
43 // A gcWork provides the interface to produce and consume work for the
57 // gcWork may locally hold GC work buffers. This can be done by
60 // wbuf1 and wbuf2 are the primary and secondary work buffers.
62 // This can be thought of as a stack of both work buffers'
64 // shift the stack up by one work buffer by bringing in a new
66 // buffers, we shift the stack down by one work buffer by
69 // amortizes the cost of getting or putting a work buffer ove
    [all...]
  /prebuilts/go/linux-x86/src/runtime/
mgcwork.go 17 // Garbage collector work pool abstraction.
20 // objects. A grey object is one that is marked and on a work
21 // queue. A black object is marked and not on a work queue.
43 // A gcWork provides the interface to produce and consume work for the
57 // gcWork may locally hold GC work buffers. This can be done by
60 // wbuf1 and wbuf2 are the primary and secondary work buffers.
62 // This can be thought of as a stack of both work buffers'
64 // shift the stack up by one work buffer by bringing in a new
66 // buffers, we shift the stack down by one work buffer by
69 // amortizes the cost of getting or putting a work buffer ove
    [all...]
  /external/wpa_supplicant_8/wpa_supplicant/hidl/1.0/
hidl_return_util.h 34 ObjT* obj, SupplicantStatusCode status_code_if_invalid, WorkFuncT&& work,
38 hidl_cb((obj->*work)(std::forward<Args>(args)...));
49 ObjT* obj, SupplicantStatusCode status_code_if_invalid, WorkFuncT&& work,
55 (obj->*work)(std::forward<Args>(args)...);
73 ObjT* obj, SupplicantStatusCode status_code_if_invalid, WorkFuncT&& work,
80 (obj->*work)(std::forward<Args>(args)...);
  /external/parameter-framework/asio-1.10.6/include/asio/impl/
io_service.hpp 110 inline io_service::work::work(asio::io_service& io_service) function in class:asio::io_service::work
116 inline io_service::work::work(const work& other) function in class:asio::io_service::work
122 inline io_service::work::~work()
127 inline asio::io_service& io_service::work::get_io_service()
  /toolchain/binutils/binutils-2.25/libiberty/
sort.c 44 /* POINTERS and WORK are both arrays of N pointers. When this
47 void sort_pointers (size_t n, void **pointers, void **work)
123 work[--count[((digit_t *) pointerp)[j]]] = *pointerp;
125 /* Swap WORK and POINTERS so that POINTERS contains the sorted
128 pointers = work;
129 work = pointerp;
151 void **work; local
159 work = XNEWVEC (void*, k);
167 sort_pointers (k, pointers, work);
181 free (work);
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/zlib/
inftrees.h 62 unsigned FAR *bits, unsigned short FAR *work));
inftrees.c 23 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[sym]) > end) {
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/zlib/
inftrees.h 55 unsigned FAR *bits, unsigned short FAR *work));
inftrees.c 23 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 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;
184 base = extra = work; /* dummy value--not used */
219 if ((int)(work[sym]) < end) {
221 this.val = work[sym];
223 else if ((int)(work[sym]) > end) {
    [all...]
  /external/eigen/bench/btl/libs/BLAS/
blas_interface.hh 32 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/libchrome/dbus/
dbus_export.h 14 #error dbus support is not currently expected to work on windows
  /external/mesa3d/src/gallium/drivers/nouveau/
nouveau_fence.c 43 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 = CALLOC_STRUCT(nouveau_fence_work)
    [all...]
  /external/pdfium/third_party/zlib_v128/
inftrees.h 62 unsigned FAR *bits, unsigned short FAR *work));
  /external/syslinux/com32/lib/zlib/
inftrees.h 62 unsigned FAR *bits, unsigned short FAR *work));
  /external/zlib/src/contrib/infback9/
inflate9.h 45 unsigned short work[288]; /* work area for code table building */ member in struct:inflate_state
inftree9.h 61 unsigned FAR *bits, unsigned short FAR *work));
inftree9.c 23 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 inflate_table9(type, lens, codes, table, bits, work)
38 unsigned short FAR *work;
98 table. The sorted table is work[], with that space being provided by
141 if (lens[sym] != 0) work[offs[lens[sym]]++] = (unsigned short)sym;
177 base = extra = work; /* dummy value--not used */
213 if ((int)(work[sym]) < end) {
215 this.val = work[sym];
217 else if ((int)(work[sym]) > end)
    [all...]
  /external/zlib/src/
inftrees.h 62 unsigned FAR *bits, unsigned short FAR *work));

Completed in 1178 milliseconds

1 2 34 5 6 7 8 91011>>