Home
last modified time | relevance | path

Searched refs:push (Results 251 - 275 of 3038) sorted by relevance

1...<<11121314151617181920>>...122

/third_party/mesa3d/src/gallium/drivers/nouveau/nv50/
H A Dnv50_query_hw_sm.c165 struct nouveau_pushbuf *push = nv50->base.pushbuf; in nv50_hw_sm_begin_query() local
180 PUSH_SPACE(push, 4 * 4); in nv50_hw_sm_begin_query()
205 BEGIN_NV04(push, NV50_CP(MP_PM_CONTROL(c)), 1); in nv50_hw_sm_begin_query()
206 PUSH_DATA (push, (cfg->ctr[i].sig << 24) | (func << 8) in nv50_hw_sm_begin_query()
208 BEGIN_NV04(push, NV50_CP(MP_PM_SET(c)), 1); in nv50_hw_sm_begin_query()
209 PUSH_DATA (push, 0); in nv50_hw_sm_begin_query()
219 struct nouveau_pushbuf *push = nv50->base.pushbuf; in nv50_hw_sm_end_query() local
241 PUSH_SPACE(push, 8); in nv50_hw_sm_end_query()
244 BEGIN_NV04(push, NV50_CP(MP_PM_CONTROL(c)), 1); in nv50_hw_sm_end_query()
245 PUSH_DATA (push, in nv50_hw_sm_end_query()
[all...]
/third_party/node/deps/undici/src/lib/cache/
H A Dcache.js94 responses.push(requestResponse[1])
102 responses.push(requestResponse[1])
122 responseList.push(responseObject)
197 requestList.push(r)
203 fetchControllers.push(fetching({
248 responsePromises.push(responsePromise.promise)
273 operations.push(operation) // 7.3.5
400 operations.push(operation)
469 operations.push(operation)
536 requests.push(requestRespons
[all...]
/kernel/linux/linux-5.10/arch/x86/xen/
H A Dxen-asm.S111 push %rax
112 push %rcx
113 push %rdx
114 push %rsi
115 push %rdi
116 push %r8
117 push %r9
118 push %r10
119 push %r11
/kernel/linux/linux-6.6/arch/x86/xen/
H A Dxen-asm.S41 push %rax
42 push %rcx
43 push %rdx
44 push %rsi
45 push %rdi
46 push %r8
47 push %r9
48 push %r10
49 push %r11
/third_party/node/deps/npm/lib/utils/
H A Dsbom-cyclonedx.js45 deps.push(toCyclonedxDependency(node, nodes))
128 component.properties.push(prop(PROP_DEVELOPMENT))
132 component.properties.push(prop(PROP_PRIVATE))
136 component.properties.push(prop(PROP_EXTRANEOUS))
140 component.properties.push(prop(PROP_BUNDLED))
144 component.externalReferences.push(extRef(REF_DISTRIBUTION, node.resolved))
148 component.externalReferences.push(extRef(REF_VCS, node.package.repository.url))
152 component.externalReferences.push(extRef(REF_WEBSITE, node.package.homepage))
156 component.externalReferences.push(extRef(REF_ISSUE_TRACKER, node.package.bugs.url))
/third_party/node/deps/undici/src/node_modules/@fastify/busboy/deps/dicer/lib/
H A DDicer.js58 self._part.push(null)
83 const r = this._hparser.push(data)
89 this._bparser.push(B_CRLF)
93 this._bparser.push(data)
167 if (buf) { shouldWriteMore = this._part.push(buf) }
168 shouldWriteMore = this._part.push(data.slice(start, end))
171 if (buf) { this._hparser.push(buf) }
172 r = this._hparser.push(data.slice(start, end))
194 this._part.push(null)
/third_party/skia/third_party/externals/libjpeg-turbo/simd/i386/
H A Djdsample-avx2.asm63 push ebp
66 ; push ecx ; need not be preserved
67 ; push edx ; need not be preserved
68 push esi
69 push edi
86 push eax ; colctr
87 push edi
88 push esi
230 push ebp
238 push eb
[all...]
H A Djdsample-mmx.asm62 push ebp
65 ; push ecx ; need not be preserved
66 ; push edx ; need not be preserved
67 push esi
68 push edi
85 push eax ; colctr
86 push edi
87 push esi
220 push ebp
228 push eb
[all...]
H A Djdsample-sse2.asm62 push ebp
65 ; push ecx ; need not be preserved
66 ; push edx ; need not be preserved
67 push esi
68 push edi
85 push eax ; colctr
86 push edi
87 push esi
219 push ebp
227 push eb
[all...]
/third_party/rust/crates/bindgen/bindgen/codegen/
H A Dmod.rs97 path.push(quote! { super }); in top_level_path()
115 path.push(quote! { #root_ident }); in root_import()
589 result.push(root_import(ctx, item)); in codegen()
595 result.push( in codegen()
611 result.push(if item.id() == ctx.root_module() { in codegen()
660 attrs.push(attributes::doc(comment)); in codegen()
668 result.push(quote! { in codegen()
688 result.push(quote! { in codegen()
711 result.push(quote! { in codegen()
716 result.push(quot in codegen()
[all...]
/kernel/linux/linux-6.6/drivers/gpu/drm/vmwgfx/device_include/
H A Dsvga3d_types.h59 #pragma pack(push, 1)
66 #pragma pack(push, 1)
77 #pragma pack(push, 1)
91 #pragma pack(push, 1)
100 #pragma pack(push, 1)
111 #pragma pack(push, 1)
122 #pragma pack(push, 1)
130 #pragma pack(push, 1)
743 #pragma pack(push, 1)
761 #pragma pack(push,
[all...]
/third_party/python/Lib/idlelib/idle_test/
H A Dtest_run.py109 def push(self, lines): member in MockShell
141 shell.push(['one\n', 'two\n', ''])
143 shell.push(['one\n', 'two\n', ''])
145 shell.push(['one\n', 'two\n', ''])
147 shell.push(['one\n', 'two\n', 'three\n', ''])
152 shell.push(['one\n', 'two\n'])
161 shell.push(['one\n', 'two\n', 'three\n', 'four\n'])
165 shell.push(['one\ntwo\n'])
168 shell.push(['one', 'two', 'three'])
171 shell.push(['on
[all...]
/third_party/node/test/fixtures/wpt/FileAPI/blob/
H A DBlob-constructor.any.js146 received.push("Symbol.iterator");
150 received.push("length getter");
153 received.push("length valueOf");
159 received.push("0 getter");
162 received.push("0 toString");
168 received.push("1 getter");
172 received.push("2 getter");
373 get type() { accessed.push('type'); },
374 get endings() { accessed.push('endings'); }
377 type: { toString: () => { stringified.push('typ
[all...]
/third_party/mesa3d/src/gallium/drivers/nouveau/nv30/
H A Dnv30_context.c38 nv30_context_kick_notify(struct nouveau_pushbuf *push) in nv30_context_kick_notify() argument
43 if (!push->user_priv) in nv30_context_kick_notify()
45 nv30 = container_of(push->user_priv, struct nv30_context, bufctx); in nv30_context_kick_notify()
51 if (push->bufctx) { in nv30_context_kick_notify()
53 LIST_FOR_EACH_ENTRY(bref, &push->bufctx->current, thead) { in nv30_context_kick_notify()
76 struct nouveau_pushbuf *push = nv30->base.pushbuf; in nv30_context_flush() local
82 PUSH_KICK(push); in nv30_context_flush()
194 struct nouveau_pushbuf *push; in nv30_context_create() local
222 push = screen->base.pushbuf; in nv30_context_create()
223 nv30->base.pushbuf = push; in nv30_context_create()
[all...]
/third_party/node/deps/npm/node_modules/diff/lib/
H A Dindex.es6.js224 ret.push(array[i]);
248 components.push(lastComponent);
410 retLines.push(line);
486 keys.push.apply(keys, symbols);
590 stack.push(obj);
592 replacementStack.push(canonicalizedObj);
608 stack.push(obj);
610 replacementStack.push(canonicalizedObj);
618 sortedKeys.push(_key);
661 list.push(inde
[all...]
/kernel/linux/linux-5.10/drivers/gpu/drm/nouveau/dispnv50/
H A Dsor907d.c35 struct nvif_push *push = core->chan.push; in sor907d_ctrl() local
38 if ((ret = PUSH_WAIT(push, 2))) in sor907d_ctrl()
41 PUSH_MTHD(push, NV907D, SOR_SET_CONTROL(or), ctrl); in sor907d_ctrl()
H A Dsorc37d.c32 struct nvif_push *push = core->chan.push; in sorc37d_ctrl() local
35 if ((ret = PUSH_WAIT(push, 2))) in sorc37d_ctrl()
38 PUSH_MTHD(push, NVC37D, SOR_SET_CONTROL(or), ctrl); in sorc37d_ctrl()
H A Ddac507d.c32 struct nvif_push *push = core->chan.push; in dac507d_ctrl() local
41 if ((ret = PUSH_WAIT(push, 3))) in dac507d_ctrl()
44 PUSH_MTHD(push, NV507D, DAC_SET_CONTROL(or), ctrl, in dac507d_ctrl()
/kernel/linux/linux-5.10/drivers/gpu/drm/nouveau/
H A Dnouveau_bo74c1.c40 struct nvif_push *push = chan->chan.push; in nv84_bo_move_exec() local
43 ret = PUSH_WAIT(push, 7); in nv84_bo_move_exec()
47 PUSH_NVSQ(push, NV74C1, 0x0304, new_reg->num_pages << PAGE_SHIFT, in nv84_bo_move_exec()
/kernel/linux/linux-6.6/drivers/gpu/drm/nouveau/dispnv50/
H A Ddac507d.c32 struct nvif_push *push = core->chan.push; in dac507d_ctrl() local
41 if ((ret = PUSH_WAIT(push, 3))) in dac507d_ctrl()
44 PUSH_MTHD(push, NV507D, DAC_SET_CONTROL(or), ctrl, in dac507d_ctrl()
H A Dsor907d.c35 struct nvif_push *push = core->chan.push; in sor907d_ctrl() local
38 if ((ret = PUSH_WAIT(push, 2))) in sor907d_ctrl()
41 PUSH_MTHD(push, NV907D, SOR_SET_CONTROL(or), ctrl); in sor907d_ctrl()
H A Dsorc37d.c32 struct nvif_push *push = core->chan.push; in sorc37d_ctrl() local
35 if ((ret = PUSH_WAIT(push, 2))) in sorc37d_ctrl()
38 PUSH_MTHD(push, NVC37D, SOR_SET_CONTROL(or), ctrl); in sorc37d_ctrl()
/kernel/linux/linux-6.6/drivers/gpu/drm/nouveau/
H A Dnouveau_bo74c1.c40 struct nvif_push *push = chan->chan.push; in nv84_bo_move_exec() local
43 ret = PUSH_WAIT(push, 7); in nv84_bo_move_exec()
47 PUSH_NVSQ(push, NV74C1, 0x0304, new_reg->size, in nv84_bo_move_exec()
/third_party/node/test/parallel/
H A Dtest-http-client-readable.js36 return this.push(null);
39 this.push('HTTP/1.1 200 Ok\r\nTransfer-Encoding: chunked\r\n\r\n');
40 this.push('b\r\nhello world\r\n');
42 this.push('0\r\n\r\n');
H A Dtest-next-tick-errors.js32 order.push('A');
41 order.push('C');
65 order.push('B');
68 order.push('OOPS!');

Completed in 14 milliseconds

1...<<11121314151617181920>>...122