Searched refs:push (Results 276 - 300 of 2732) sorted by relevance

<<11121314151617181920>>

/external/compiler-rt/lib/builtins/arm/
H A Daeabi_uidivmod.S22 push { lr }
/external/libvpx/libvpx/vp9/common/x86/
H A Dvp9_subpixel_bilinear_sse2.asm136 push rbp
139 push rsi
140 push rdi
160 push rbp
164 push rsi
165 push rdi
186 push rbp
190 push rsi
191 push rdi
214 push rb
[all...]
H A Dvp9_subpixel_bilinear_ssse3.asm114 push rbp
117 push rsi
118 push rdi
138 push rbp
142 push rsi
143 push rdi
164 push rbp
168 push rsi
169 push rdi
191 push rb
[all...]
/external/llvm/test/MC/X86/AlignedBundling/
H A Drelax-at-bundle-end.s10 push %rax
12 # CHECK: 1c: push
/external/chromium_org/chrome/common/extensions/docs/examples/apps/calculator/tests/
H A Dutilities.js42 this.display.push([]);
47 this.display.push([
119 this.tests.push({name: name, steps: [], success: true});
138 parts.push(number, ') ', prefix, test.name, '\n');
142 parts.push(' ', prefix, message, '\n');
146 parts.push('\n');
167 test.steps.push({success: true, messages: [message]});
177 failure.messages.push(this.getDescription_('expected: ', expected));
178 failure.messages.push(this.getDescription_('actual: ', actual));
180 test.steps.push(failur
[all...]
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/nv30/
H A Dnv30_context.c37 nv30_context_kick_notify(struct nouveau_pushbuf *push) argument
42 if (!push->user_priv)
44 nv30 = container_of(push->user_priv, nv30, bufctx);
50 if (push->bufctx) {
52 LIST_FOR_EACH_ENTRY(bref, &push->bufctx->current, thead) {
73 struct nouveau_pushbuf *push = nv30->base.pushbuf; local
79 PUSH_KICK(push);
110 struct nouveau_pushbuf *push; local
131 push = screen->base.pushbuf;
132 nv30->base.pushbuf = push;
[all...]
H A Dnv30_fragtex.c38 struct nouveau_pushbuf *push = nv30->base.pushbuf; local
46 PUSH_RESET(push, BUFCTX_FRAGTEX(unit));
90 BEGIN_NV04(push, NV40_3D(TEX_SIZE1(unit)), 1);
91 PUSH_DATA (push, sv->npot_size1);
126 BEGIN_NV04(push, NV30_3D(TEX_OFFSET(unit)), 8);
127 PUSH_MTHDl(push, NV30_3D(TEX_OFFSET(unit)), BUFCTX_FRAGTEX(unit),
129 PUSH_MTHDs(push, NV30_3D(TEX_FORMAT(unit)), BUFCTX_FRAGTEX(unit),
133 PUSH_DATA (push, sv->wrap | (ss->wrap & sv->wrap_mask));
134 PUSH_DATA (push, enable);
135 PUSH_DATA (push, s
[all...]
H A Dnv30_vertprog.c55 struct nouveau_pushbuf *push = nv30->base.pushbuf; local
188 BEGIN_NV04(push, NV30_3D(VP_UPLOAD_CONST_ID), 5);
189 PUSH_DATA (push, vp->data->start + i);
190 PUSH_DATAp(push, data->value, 4);
195 BEGIN_NV04(push, NV30_3D(VP_UPLOAD_FROM_ID), 1);
196 PUSH_DATA (push, vp->exec->start);
198 BEGIN_NV04(push, NV30_3D(VP_UPLOAD_INST(0)), 4);
199 PUSH_DATAp(push, vp->insns[i].data, 4);
204 BEGIN_NV04(push, NV30_3D(VP_START_FROM_ID), 1);
205 PUSH_DATA (push, v
[all...]
/external/mesa3d/src/gallium/drivers/nv30/
H A Dnv30_context.c37 nv30_context_kick_notify(struct nouveau_pushbuf *push) argument
42 if (!push->user_priv)
44 nv30 = container_of(push->user_priv, nv30, bufctx);
50 if (push->bufctx) {
52 LIST_FOR_EACH_ENTRY(bref, &push->bufctx->current, thead) {
73 struct nouveau_pushbuf *push = nv30->base.pushbuf; local
79 PUSH_KICK(push);
110 struct nouveau_pushbuf *push; local
131 push = screen->base.pushbuf;
132 nv30->base.pushbuf = push;
[all...]
H A Dnv30_fragtex.c38 struct nouveau_pushbuf *push = nv30->base.pushbuf; local
46 PUSH_RESET(push, BUFCTX_FRAGTEX(unit));
90 BEGIN_NV04(push, NV40_3D(TEX_SIZE1(unit)), 1);
91 PUSH_DATA (push, sv->npot_size1);
126 BEGIN_NV04(push, NV30_3D(TEX_OFFSET(unit)), 8);
127 PUSH_MTHDl(push, NV30_3D(TEX_OFFSET(unit)), BUFCTX_FRAGTEX(unit),
129 PUSH_MTHDs(push, NV30_3D(TEX_FORMAT(unit)), BUFCTX_FRAGTEX(unit),
133 PUSH_DATA (push, sv->wrap | (ss->wrap & sv->wrap_mask));
134 PUSH_DATA (push, enable);
135 PUSH_DATA (push, s
[all...]
H A Dnv30_vertprog.c55 struct nouveau_pushbuf *push = nv30->base.pushbuf; local
188 BEGIN_NV04(push, NV30_3D(VP_UPLOAD_CONST_ID), 5);
189 PUSH_DATA (push, vp->data->start + i);
190 PUSH_DATAp(push, data->value, 4);
195 BEGIN_NV04(push, NV30_3D(VP_UPLOAD_FROM_ID), 1);
196 PUSH_DATA (push, vp->exec->start);
198 BEGIN_NV04(push, NV30_3D(VP_UPLOAD_INST(0)), 4);
199 PUSH_DATAp(push, vp->insns[i].data, 4);
204 BEGIN_NV04(push, NV30_3D(VP_START_FROM_ID), 1);
205 PUSH_DATA (push, v
[all...]
/external/chromium_org/chrome/browser/resources/net_internals/
H A Dtable_printer.js48 this.rows_.push([]);
61 r.push(cell);
85 this.rows_[0].push(cell);
157 headerSpacerRow.push(new TablePrinterCell(spacerStr));
177 out.push(titleSpacerStr);
178 out.push('\n');
179 out.push(this.title_);
180 out.push('\n');
181 out.push(titleSpacerStr);
182 out.push('\
[all...]
/external/owasp/sanitizer/empiricism/
H A Dhtml-containment.js151 out.push(htmlForNullValue);
156 out.push('<span class="json-kw">', v, '</span>');
159 out.push('<span class="json-val">', v, '</span>');
161 out.push(htmlForErrorValue);
166 out.push('<span class="json-str">', token, '</span>');
187 if (afterComma) { out.push(' '); }
189 out.push('\n');
193 out.push(spaces.substring(0, nToPush));
202 out.push('<span class="json-ext json-block-', depth,
213 if (i) { out.push(','); }
[all...]
/external/chromium_org/chrome/browser/resources/ntp4/
H A Dlogging.js17 * and the time is logged. Otherwise, just push the event on the event
23 eventLog.push([name, Date.now()]);
/external/chromium_org/chrome/browser/resources/pdf/
H A Dbackground.js28 streamsCache.push(streamDetails);
/external/chromium_org/chrome/renderer/resources/extensions/enterprise_platform_keys/
H A Dutils.js11 result.push(a[i]);
/external/chromium_org/chrome/third_party/mock4js/examples/
H A DPublisher.js27 this._subscribers.push(subscriber);
/external/chromium_org/content/browser/resources/media/
H A Dplayer_info.js61 this.pastValues[key].push(recordValue);
62 this.allEvents.push(recordValue);
/external/chromium_org/third_party/WebKit/public/platform/
H A DWebDeviceOrientationData.h42 #pragma pack(push, 1)
H A DWebGamepads.h33 #pragma pack(push, 1)
/external/chromium_org/third_party/angle/src/compiler/translator/
H A DRemoveTree.cpp17 nodeQueue.push(root);
/external/chromium_org/third_party/skia/src/sfnt/
H A DSkOTTable_loca.h14 #pragma pack(push, 1)
H A DSkOTTable_maxp.h15 #pragma pack(push, 1)
H A DSkOTTable_maxp_CFF.h14 #pragma pack(push, 1)
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/rdf/tests/
H A Dtestlib.asm9 push dword string1
10 push dword string2

Completed in 729 milliseconds

<<11121314151617181920>>