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

<<11121314151617181920>>

/external/compiler-rt/lib/tsan/rtl/
H A Dtsan_rtl_amd64.S9 push %rax
12 push %rcx
15 push %rdx
18 push %rsi
21 push %rdi
24 push %r8
27 push %r9
30 push %r10
33 push %r11
37 push
[all...]
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/nv30/
H A Dnv30_draw.c122 struct nouveau_pushbuf *push = nv30->screen->base.pushbuf; local
125 BEGIN_NV04(push, NV30_3D(VTXBUF(0)), r->vertex_info.num_attribs);
127 PUSH_RESRC(push, NV30_3D(VTXBUF(i)), BUFCTX_VTXTMP,
135 BEGIN_NV04(push, NV30_3D(VERTEX_BEGIN_END), 1);
136 PUSH_DATA (push, r->prim);
139 BEGIN_NV04(push, NV30_3D(VB_ELEMENT_U32), 1);
140 PUSH_DATA (push, *indices++);
148 BEGIN_NI04(push, NV30_3D(VB_ELEMENT_U16), npush);
150 PUSH_DATA(push, (indices[1] << 16) | indices[0]);
155 BEGIN_NV04(push, NV30_3
165 struct nouveau_pushbuf *push = nv30->base.pushbuf; local
272 struct nouveau_pushbuf *push = nv30->screen->base.pushbuf; local
[all...]
/external/mesa3d/src/gallium/drivers/nv30/
H A Dnv30_draw.c122 struct nouveau_pushbuf *push = nv30->screen->base.pushbuf; local
125 BEGIN_NV04(push, NV30_3D(VTXBUF(0)), r->vertex_info.num_attribs);
127 PUSH_RESRC(push, NV30_3D(VTXBUF(i)), BUFCTX_VTXTMP,
135 BEGIN_NV04(push, NV30_3D(VERTEX_BEGIN_END), 1);
136 PUSH_DATA (push, r->prim);
139 BEGIN_NV04(push, NV30_3D(VB_ELEMENT_U32), 1);
140 PUSH_DATA (push, *indices++);
148 BEGIN_NI04(push, NV30_3D(VB_ELEMENT_U16), npush);
150 PUSH_DATA(push, (indices[1] << 16) | indices[0]);
155 BEGIN_NV04(push, NV30_3
165 struct nouveau_pushbuf *push = nv30->base.pushbuf; local
272 struct nouveau_pushbuf *push = nv30->screen->base.pushbuf; local
[all...]
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/nouveau/
H A Dnouveau_statebuf.h31 #define sb_emit(push, sb_buf, sb_len) do {PUSH_SPACE((push), (sb_len)); PUSH_DATAp((push), (sb_buf), (sb_len)); } while(0)
/external/chromium_org/third_party/skia/src/core/
H A DSkTObjectPool.h55 fAvailable.push(entry);
101 fBlocks.push(block);
103 fAvailable.push(&block->entries[index]);
/external/chromium_org/v8/test/mjsunit/es6/
H A Ddebug-promises-caught-all.js17 log.push("resolve");
23 log.push("throw");
55 log.push("end main");
H A Ddebug-promises-uncaught-all.js18 log.push("resolve");
24 log.push("throw");
55 log.push("end main");
H A Ddebug-promises-uncaught-uncaught.js17 log.push("resolve");
23 log.push("throw");
54 log.push("end main");
/external/compiler-rt/lib/tsan/
H A Dcheck_analyze.sh32 check $f push 1
38 check $f push 1
44 check $f push 0
/external/fonttools/Lib/fontTools/misc/
H A DpsOperators.py217 self.push(proc)
239 self.push(obj1)
240 self.push(obj2)
245 self.push(self.stack[-1])
255 self.push(ps_integer(len(self.stack)))
260 self.push(ps_boolean(any1.value == any2.value))
265 self.push(ps_boolean(any1.value != any2.value))
270 self.push(obj)
274 self.push(ps_array(matrix))
278 self.push(ps_strin
[all...]
/external/fonttools/Tools/fontTools/misc/
H A DpsOperators.py217 self.push(proc)
239 self.push(obj1)
240 self.push(obj2)
245 self.push(self.stack[-1])
255 self.push(ps_integer(len(self.stack)))
260 self.push(ps_boolean(any1.value == any2.value))
265 self.push(ps_boolean(any1.value != any2.value))
270 self.push(obj)
274 self.push(ps_array(matrix))
278 self.push(ps_strin
[all...]
/external/libcxx/test/algorithms/alg.sorting/alg.heap.operations/push.heap/
H A DAndroid.mk17 test_makefile := external/libcxx/test/algorithms/alg.sorting/alg.heap.operations/push.heap/Android.mk
19 test_name := algorithms/alg.sorting/alg.heap.operations/push.heap/push_heap_comp
23 test_name := algorithms/alg.sorting/alg.heap.operations/push.heap/push_heap
/external/mesa3d/src/gallium/drivers/nouveau/
H A Dnouveau_statebuf.h31 #define sb_emit(push, sb_buf, sb_len) do {PUSH_SPACE((push), (sb_len)); PUSH_DATAp((push), (sb_buf), (sb_len)); } while(0)
/external/skia/src/core/
H A DSkTObjectPool.h55 fAvailable.push(entry);
101 fBlocks.push(block);
103 fAvailable.push(&block->entries[index]);
/external/antlr/antlr-3.4/runtime/JavaScript/tests/functional/
H A Drhino-python.extensions80 this.push(PythonTokenSource.FIRST_CHAR_POSITION);
140 this.tokens.push(t);
150 this.tokens.push(t);
174 this.push(cpos);
178 this.tokens.push(indent);
188 this.tokens.push(dedent);
193 this.tokens.push(t);
199 push: function(i) {
233 buf.push(this.indentStack[j]);
/external/chromium-trace/trace-viewer/src/tracing/analysis/
H A Dstub_analysis_table.js22 this.nodes_.push(node);
/external/chromium-trace/trace-viewer/src/tracing/importer/linux_perf/
H A Dparser.js75 subtypeConstructors.push(subtypeConstructor);
/external/chromium-trace/trace-viewer/src/tracing/trace_model/
H A Dasync_slice_group.js29 push: function(slice) {
30 this.slices.push(slice);
77 subGroupsByGUID[sliceGUID].slices.push(slice);
83 groups.push(group);
/external/chromium_org/third_party/libvpx/source/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/chromium_org/third_party/yasm/source/patched-yasm/modules/arch/x86/tests/
H A Dsegoff.asm6 push dword [foo] label
/external/chromium_org/v8/test/mjsunit/regress/
H A Dregress-279.js33 a.foo.push(5);
60 a[0].push(5);
/external/chromium_org/v8/test/mjsunit/
H A Dsearch-string-multiple.js43 a.push(arguments[0]);
45 a.push(arguments[i]);
/external/chromium_org/v8/test/webkit/
H A Dcomparison-operators.js33 result.push([new func("return " + expr + ";"), resultValue]);
34 result.push([new func("if (" + expr + ") return true; return false;"), resultValue]);
35 result.push([new func("var k = 0; while (" + expr + ") if (k++) return true; return false;"), resultValue]);
36 result.push([new func("var k = 0; for (; " + expr + "; ) if (k++) return true; return false;"), resultValue]);
46 tests.push.apply(tests, makeTest(start, end, "==", relationship, expressionParts[i][2]));
47 tests.push.apply(tests, makeTest(start, end, "!=", relationship, expressionParts[i][2]));
48 tests.push.apply(tests, makeTest(start, end, "===", relationship, expressionParts[i][2]));
49 tests.push.apply(tests, makeTest(start, end, "!==", relationship, expressionParts[i][2]));
/external/compiler-rt/lib/builtins/arm/
H A Daeabi_idivmod.S21 push { lr }

Completed in 572 milliseconds

<<11121314151617181920>>