Home
last modified time | relevance | path

Searched full:work (Results 1 – 25 of 9487) sorted by relevance

12345678910>>...380

/third_party/mesa3d/src/gallium/drivers/swr/
Dswr_fence_work.cpp31 * Called by swr_fence_cb to complete the work queue
36 struct swr_fence_work *work, *tmp; in swr_fence_do_work() local
38 if (fence->work.head.next) { in swr_fence_do_work()
39 work = fence->work.head.next; in swr_fence_do_work()
40 /* Immediately clear the head so any new work gets added to a new work in swr_fence_do_work()
42 p_atomic_set(&fence->work.head.next, 0); in swr_fence_do_work()
43 p_atomic_set(&fence->work.tail, &fence->work.head); in swr_fence_do_work()
44 p_atomic_set(&fence->work.count, 0); in swr_fence_do_work()
47 tmp = work->next; in swr_fence_do_work()
48 work->callback(work); in swr_fence_do_work()
[all …]
/third_party/FreeBSD/sys/compat/linuxkpi/common/include/linux/
Dworkqueue.h55 * Define a usable work priority.
63 * Define a usable work priority.
72 * Define a usable work priority.
108 * Work structure.
109 * A work is a node in a workqueue.
112 atomic_long_t data; /**< Input parameter of the work handling function. */
113 struct list_head entry; /**< Pointer to a doubly linked list of a work. */
114 work_func_t func; /**< Work handling function. */
115 unsigned int work_status; /**< Work status. */
124 * A delayed_work is a work that is delayed to be mounted to a workqueue.
[all …]
/third_party/typescript/tests/baselines/reference/
DtypeFromPropertyAssignment14.symbols3 >Outer : Symbol(Outer, Decl(def.js, 0, 3), Decl(work.js, 0, 0), Decl(work.js, 0, 28))
5 === tests/cases/conformance/salsa/work.js ===
7 >Outer.Inner : Symbol(Outer.Inner, Decl(work.js, 0, 0), Decl(work.js, 1, 6))
8 >Outer : Symbol(Outer, Decl(def.js, 0, 3), Decl(work.js, 0, 0), Decl(work.js, 0, 28))
9 >Inner : Symbol(Outer.Inner, Decl(work.js, 0, 0), Decl(work.js, 1, 6))
12 >Outer.Inner.prototype : Symbol(Outer.Inner.prototype, Decl(work.js, 0, 28))
13 >Outer.Inner : Symbol(Outer.Inner, Decl(work.js, 0, 0), Decl(work.js, 1, 6))
14 >Outer : Symbol(Outer, Decl(def.js, 0, 3), Decl(work.js, 0, 0), Decl(work.js, 0, 28))
15 >Inner : Symbol(Outer.Inner, Decl(work.js, 0, 0), Decl(work.js, 1, 6))
16 >prototype : Symbol(Outer.Inner.prototype, Decl(work.js, 0, 28))
[all …]
/third_party/gstreamer/gstplugins_base/gst-libs/gst/tag/
Did3v2frames.c42 static gboolean parse_comment_frame (ID3TagsWorking * work);
43 static gchar *parse_url_link_frame (ID3TagsWorking * work,
45 static GArray *parse_text_identification_frame (ID3TagsWorking * work);
46 static gchar *parse_user_text_identification_frame (ID3TagsWorking * work,
48 static gchar *parse_unique_file_identifier (ID3TagsWorking * work,
50 static gboolean parse_relative_volume_adjustment_two (ID3TagsWorking * work);
51 static void parse_obsolete_tdat_frame (ID3TagsWorking * work);
52 static gboolean id3v2_tag_to_taglist (ID3TagsWorking * work,
59 id3v2_genre_fields_to_taglist (ID3TagsWorking * work, const gchar * tag_name,
61 static gboolean parse_picture_frame (ID3TagsWorking * work);
[all …]
Did3v2.c32 static gboolean id3v2_frames_to_tag_list (ID3TagsWorking * work, guint size);
195 ID3TagsWorking work; in gst_tag_list_from_id3v2_tag() local
234 memset (&work, 0, sizeof (ID3TagsWorking)); in gst_tag_list_from_id3v2_tag()
235 work.buffer = buffer; in gst_tag_list_from_id3v2_tag()
236 work.hdr.version = version; in gst_tag_list_from_id3v2_tag()
237 work.hdr.size = read_size; in gst_tag_list_from_id3v2_tag()
238 work.hdr.flags = flags; in gst_tag_list_from_id3v2_tag()
239 work.hdr.frame_data = info.data + ID3V2_HDR_SIZE; in gst_tag_list_from_id3v2_tag()
244 work.hdr.frame_data_size = read_size - ID3V2_HDR_SIZE - 10; in gst_tag_list_from_id3v2_tag()
247 work.hdr.frame_data_size = read_size - ID3V2_HDR_SIZE; in gst_tag_list_from_id3v2_tag()
[all …]
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/crypto/
Ddes-internal.c320 u32 work, right, leftt; in desfunc() local
326 work = ((leftt >> 4) ^ right) & 0x0f0f0f0fL; in desfunc()
327 right ^= work; in desfunc()
328 leftt ^= (work << 4); in desfunc()
330 work = ((leftt >> 16) ^ right) & 0x0000ffffL; in desfunc()
331 right ^= work; in desfunc()
332 leftt ^= (work << 16); in desfunc()
334 work = ((right >> 2) ^ leftt) & 0x33333333L; in desfunc()
335 leftt ^= work; in desfunc()
336 right ^= (work << 2); in desfunc()
[all …]
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/crypto/
Ddes-internal.c320 u32 work, right, leftt; in desfunc() local
326 work = ((leftt >> 4) ^ right) & 0x0f0f0f0fL; in desfunc()
327 right ^= work; in desfunc()
328 leftt ^= (work << 4); in desfunc()
330 work = ((leftt >> 16) ^ right) & 0x0000ffffL; in desfunc()
331 right ^= work; in desfunc()
332 leftt ^= (work << 16); in desfunc()
334 work = ((right >> 2) ^ leftt) & 0x33333333L; in desfunc()
335 leftt ^= work; in desfunc()
336 right ^= (work << 2); in desfunc()
[all …]
/third_party/ejdb/src/bindings/ejdb2_node/
Dejdb2_node.c413 static void *jn_work_alloc_data(size_t siz, JNWORK work, iwrc *rcp) { in jn_work_alloc_data() argument
415 work->data = iwpool_calloc(siz, work->pool); in jn_work_alloc_data()
416 if (!work->data) { in jn_work_alloc_data()
419 return work->data; in jn_work_alloc_data()
574 bool jn_resolve_pending_errors(napi_env env, napi_status ns, JNWORK work) { in jn_resolve_pending_errors() argument
575 assert(work); in jn_resolve_pending_errors()
576 if (!work->deferred) { in jn_resolve_pending_errors()
580 if (!(work->rc || ns || pending)) { in jn_resolve_pending_errors()
584 if (pending && (!work->rc || (work->rc == JN_ERROR_NAPI))) { in jn_resolve_pending_errors()
587 napi_reject_deferred(env, work->deferred, ex); in jn_resolve_pending_errors()
[all …]
/third_party/flutter/engine/flutter/tools/licenses/data/
Dacademic-3.03work of authorship (the "Original Work") whose owner (the "Licensor") has placed the following lic…
9 a) to reproduce the Original Work in copies, either alone or as part of a collective work;
11 …modify, or arrange the Original Work, thereby creating derivative works ("Derivative Works") based…
13 c) to distribute or communicate copies of the Original Work and Derivative Works to the public, und…
15 d) to perform the Original Work publicly; and
17 e) to display the Original Work publicly.
19 …inal Work as furnished by the Licensor, for the duration of the patents, to make, use, sell, offer…
21Work for making modifications to it and all available documentation describing how to modify the O…
23Work, nor any of their trademarks or service marks, may be used to endorse or promote products der…
25Work or Derivative Works in any way such that the Original Work or Derivative Works may be used by…
[all …]
Dgpl-3.019 any other work released this way by its authors. You can apply it to
80 "The Program" refers to any copyrightable work licensed under this
84 To "modify" a work means to copy from or adapt all or part of the work
86 exact copy. The resulting work is called a "modified version" of the
87 earlier work or a work "based on" the earlier work.
89 A "covered work" means either the unmodified Program or a work based
92 To "propagate" a work means to do anything with it that, without
99 To "convey" a work means any kind of propagation that enables other
106 tells the user that there is no warranty for the work (except to the
108 work under this License, and how to view a copy of this License. If
[all …]
/third_party/FreeBSD/sys/compat/linuxkpi/common/src/
Dlinux_workqueue.c53 * Obtain the first work in a workqueue.
78 INIT_WORK(&(dwork->work), func); in linux_init_delayed_work()
82 dwork->work.work_status = 0; in linux_init_delayed_work()
200 struct work_struct *work = NULL; in RunWorkqueue() local
207 work = worklist_entry(cwq->worklist.next, struct work_struct, entry); in RunWorkqueue()
208 work->work_status |= WORK_STRUCT_RUNNING; in RunWorkqueue()
210 func = work->func; in RunWorkqueue()
212 cwq->current_work = work; in RunWorkqueue()
214 func(work); in RunWorkqueue()
218 if (work->work_status & WORK_STRUCT_RUNNING) { in RunWorkqueue()
[all …]
/third_party/boost/doc/html/boost_asio/reference/io_context__work/
Dwork.html4 <title>io_context::work::work</title>
8 <link rel="up" href="../io_context__work.html" title="io_context::work">
9 <link rel="prev" href="get_io_context.html" title="io_context::work::get_io_context">
10 <link rel="next" href="work/overload1.html" title="io_context::work::work (1 of 2 overloads)">
23 …./../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="work/overload1.html"><im…
27 ….reference.io_context__work.work"></a><a class="link" href="work.html" title="io_context::work::wo…
30 <a class="indexterm" name="boost_asio.indexterm.io_context__work.work"></a>
33 that work is starting.
35 …isting">explicit <a class="link" href="work/overload1.html" title="io_context::work::work (1 of 2 …
37 …<span class="emphasis"><em>» <a class="link" href="work/overload1.html" title="io_context::work::w…
[all …]
/third_party/skia/third_party/externals/angle2/tools/flex-bison/third_party/skeletons/
DLICENSE19 any other work released this way by its authors. You can apply it to
80 "The Program" refers to any copyrightable work licensed under this
84 To "modify" a work means to copy from or adapt all or part of the work
86 exact copy. The resulting work is called a "modified version" of the
87 earlier work or a work "based on" the earlier work.
89 A "covered work" means either the unmodified Program or a work based
92 To "propagate" a work means to do anything with it that, without
99 To "convey" a work means any kind of propagation that enables other
106 tells the user that there is no warranty for the work (except to the
108 work under this License, and how to view a copy of this License. If
[all …]
/third_party/json/test/thirdparty/imapdl/
Dgpl-3.0.txt19 any other work released this way by its authors. You can apply it to
80 "The Program" refers to any copyrightable work licensed under this
84 To "modify" a work means to copy from or adapt all or part of the work
86 exact copy. The resulting work is called a "modified version" of the
87 earlier work or a work "based on" the earlier work.
89 A "covered work" means either the unmodified Program or a work based
92 To "propagate" a work means to do anything with it that, without
99 To "convey" a work means any kind of propagation that enables other
106 tells the user that there is no warranty for the work (except to the
108 work under this License, and how to view a copy of this License. If
[all …]
/third_party/gettext/libtextstyle/
DCOPYING19 any other work released this way by its authors. You can apply it to
80 "The Program" refers to any copyrightable work licensed under this
84 To "modify" a work means to copy from or adapt all or part of the work
86 exact copy. The resulting work is called a "modified version" of the
87 earlier work or a work "based on" the earlier work.
89 A "covered work" means either the unmodified Program or a work based
92 To "propagate" a work means to do anything with it that, without
99 To "convey" a work means any kind of propagation that enables other
106 tells the user that there is no warranty for the work (except to the
108 work under this License, and how to view a copy of this License. If
[all …]
/third_party/ffmpeg/
DCOPYING.GPLv319 any other work released this way by its authors. You can apply it to
80 "The Program" refers to any copyrightable work licensed under this
84 To "modify" a work means to copy from or adapt all or part of the work
86 exact copy. The resulting work is called a "modified version" of the
87 earlier work or a work "based on" the earlier work.
89 A "covered work" means either the unmodified Program or a work based
92 To "propagate" a work means to do anything with it that, without
99 To "convey" a work means any kind of propagation that enables other
106 tells the user that there is no warranty for the work (except to the
108 work under this License, and how to view a copy of this License. If
[all …]
/third_party/gettext/
DCOPYING19 any other work released this way by its authors. You can apply it to
80 "The Program" refers to any copyrightable work licensed under this
84 To "modify" a work means to copy from or adapt all or part of the work
86 exact copy. The resulting work is called a "modified version" of the
87 earlier work or a work "based on" the earlier work.
89 A "covered work" means either the unmodified Program or a work based
92 To "propagate" a work means to do anything with it that, without
99 To "convey" a work means any kind of propagation that enables other
106 tells the user that there is no warranty for the work (except to the
108 work under this License, and how to view a copy of this License. If
[all …]
/third_party/gettext/libtextstyle/doc/
Dgpl.texi25 applies also to any other work released this way by its authors. You
89 ``The Program'' refers to any copyrightable work licensed under this
93 To ``modify'' a work means to copy from or adapt all or part of the work
95 an exact copy. The resulting work is called a ``modified version'' of
96 the earlier work or a work ``based on'' the earlier work.
98 A ``covered work'' means either the unmodified Program or a work based
101 To ``propagate'' a work means to do anything with it that, without
108 To ``convey'' a work means any kind of propagation that enables other
116 tells the user that there is no warranty for the work (except to the
118 work under this License, and how to view a copy of this License. If
[all …]
/third_party/libnl/doc/
DCOPYING19 any other work released this way by its authors. You can apply it to
80 "The Program" refers to any copyrightable work licensed under this
84 To "modify" a work means to copy from or adapt all or part of the work
86 exact copy. The resulting work is called a "modified version" of the
87 earlier work or a work "based on" the earlier work.
89 A "covered work" means either the unmodified Program or a work based
92 To "propagate" a work means to do anything with it that, without
99 To "convey" a work means any kind of propagation that enables other
106 tells the user that there is no warranty for the work (except to the
108 work under this License, and how to view a copy of this License. If
[all …]
/third_party/flutter/skia/third_party/externals/wuffs/
DLICENSE36 "Work" shall mean the work of authorship, whether in Source or
38 copyright notice that is included in or attached to the work
41 "Derivative Works" shall mean any work, whether in Source or Object
42 form, that is based on (or derived from) the Work and for which the
44 represent, as a whole, an original work of authorship. For the purposes
47 the Work and Derivative Works thereof.
49 "Contribution" shall mean any work of authorship, including
50 the original version of the Work and any modifications or additions
51 to that Work or Derivative Works thereof, that is intentionally
52 submitted to Licensor for inclusion in the Work by the copyright owner
[all …]
/third_party/typescript/
DLICENSE23Work" shall mean the work of authorship, whether in Source or Object form, made available under th…
25work, whether in Source or Object form, that is based on (or derived from) the Work and for which …
27work of authorship, including the original version of the Work and any modifications or additions …
29 …of whom a Contribution has been received by Licensor and subsequently incorporated within the Work.
31 …ks of, publicly display, publicly perform, sublicense, and distribute the Work and such Derivative…
33Work, where such license applies only to those patent claims licensable by such Contributor that a…
35 4. Redistribution. You may reproduce and distribute copies of the Work or Derivative Works thereof …
37 You must give any other recipients of the Work or Derivative Works a copy of this License; and
41 …t, patent, trademark, and attribution notices from the Source form of the Work, excluding those no…
43Work includes a "NOTICE" text file as part of its distribution, then any Derivative Works that You…
[all …]
/third_party/chromium/
DLICENSE36 "Work" shall mean the work of authorship, whether in Source or
38 copyright notice that is included in or attached to the work
41 "Derivative Works" shall mean any work, whether in Source or Object
42 form, that is based on (or derived from) the Work and for which the
44 represent, as a whole, an original work of authorship. For the purposes
47 the Work and Derivative Works thereof.
49 "Contribution" shall mean any work of authorship, including
50 the original version of the Work and any modifications or additions
51 to that Work or Derivative Works thereof, that is intentionally
52 submitted to Licensor for inclusion in the Work by the copyright owner
[all …]
/third_party/node/deps/npm/node_modules/aws-sign2/
DLICENSE23Work" shall mean the work of authorship, whether in Source or Object form, made available under th…
25work, whether in Source or Object form, that is based on (or derived from) the Work and for which …
27work of authorship, including the original version of the Work and any modifications or additions …
29 …of whom a Contribution has been received by Licensor and subsequently incorporated within the Work.
31 …ks of, publicly display, publicly perform, sublicense, and distribute the Work and such Derivative…
33Work, where such license applies only to those patent claims licensable by such Contributor that a…
35 4. Redistribution. You may reproduce and distribute copies of the Work or Derivative Works thereof …
37 You must give any other recipients of the Work or Derivative Works a copy of this License; and
41 …t, patent, trademark, and attribution notices from the Source form of the Work, excluding those no…
43Work includes a "NOTICE" text file as part of its distribution, then any Derivative Works that You…
[all …]
/third_party/node/deps/npm/node_modules/request/
DLICENSE23Work" shall mean the work of authorship, whether in Source or Object form, made available under th…
25work, whether in Source or Object form, that is based on (or derived from) the Work and for which …
27work of authorship, including the original version of the Work and any modifications or additions …
29 …of whom a Contribution has been received by Licensor and subsequently incorporated within the Work.
31 …ks of, publicly display, publicly perform, sublicense, and distribute the Work and such Derivative…
33Work, where such license applies only to those patent claims licensable by such Contributor that a…
35 4. Redistribution. You may reproduce and distribute copies of the Work or Derivative Works thereof …
37 You must give any other recipients of the Work or Derivative Works a copy of this License; and
41 …t, patent, trademark, and attribution notices from the Source form of the Work, excluding those no…
43Work includes a "NOTICE" text file as part of its distribution, then any Derivative Works that You…
[all …]
/third_party/node/deps/npm/node_modules/oauth-sign/
DLICENSE23Work" shall mean the work of authorship, whether in Source or Object form, made available under th…
25work, whether in Source or Object form, that is based on (or derived from) the Work and for which …
27work of authorship, including the original version of the Work and any modifications or additions …
29 …of whom a Contribution has been received by Licensor and subsequently incorporated within the Work.
31 …ks of, publicly display, publicly perform, sublicense, and distribute the Work and such Derivative…
33Work, where such license applies only to those patent claims licensable by such Contributor that a…
35 4. Redistribution. You may reproduce and distribute copies of the Work or Derivative Works thereof …
37 You must give any other recipients of the Work or Derivative Works a copy of this License; and
41 …t, patent, trademark, and attribution notices from the Source form of the Work, excluding those no…
43Work includes a "NOTICE" text file as part of its distribution, then any Derivative Works that You…
[all …]

12345678910>>...380