Searched defs:push (Results 76 - 100 of 293) sorted by relevance

1234567891011>>

/external/valgrind/memcheck/tests/
H A Dmempool.c53 void push(pool *p) function
119 push(p);
123 push(p);
/external/vogar/src/vogar/
H A DLocalTarget.java82 @Override public void push(File local, File remote) { method in class:LocalTarget
H A DSshTarget.java100 @Override public void push(File local, File remote) { method in class:SshTarget
/external/clang/lib/Sema/
H A DTypeLocBuilder.h96 template <class TyLocType> TyLocType push(QualType T) { function in class:clang::TypeLocBuilder
/external/google-tv-pairing-protocol/java/src/com/google/polo/json/
H A DJSONWriter.java143 this.push(null);
239 this.push(new JSONObject());
270 private void push(JSONObject jo) throws JSONException { method in class:JSONWriter
/external/icu/android_icu4j/src/main/java/android/icu/impl/duration/impl/
H A DXMLRecordWriter.java175 push(name + "List");
193 push(name + "List");
207 push(name + "Table");
220 private void push(String name) { method in class:XMLRecordWriter
/external/icu/icu4c/source/common/
H A Duvectr32.h204 int32_t push(int32_t i, UErrorCode &status);
288 inline int32_t UVector32::push(int32_t i, UErrorCode &status) { function in class:UVector32
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/duration/impl/
H A DXMLRecordWriter.java171 push(name + "List");
189 push(name + "List");
203 push(name + "Table");
216 private void push(String name) { method in class:XMLRecordWriter
/external/javassist/src/main/javassist/bytecode/analysis/
H A DFrame.java139 public void push(Type type) { method in class:Frame
/external/libdrm/nouveau/
H A Dprivate.h27 struct nouveau_pushbuf *push; member in struct:nouveau_client_kref
56 struct nouveau_pushbuf *push = NULL; local
58 push = pcli->kref[bo->handle].push;
59 return push;
65 struct nouveau_pushbuf *push)
73 pcli->kref[pcli->kref_nr].push = NULL;
78 pcli->kref[bo->handle].push = push;
63 cli_kref_set(struct nouveau_client *client, struct nouveau_bo *bo, struct drm_nouveau_gem_pushbuf_bo *kref, struct nouveau_pushbuf *push) argument
/external/libpcap/msdos/
H A Dpkt_rx0.asm75 push es
76 push bx
131 push ds define
132 push bx
177 ; push si
178 ; push [si].firstCount
/external/llvm/test/MC/X86/
H A Dx86-32.s517 push %cs label
520 push %ds label
523 push %ss label
526 push %es label
529 push %fs label
532 push %gs label
/external/mesa3d/src/gallium/drivers/nv30/
H A Dnv30_clear.c57 struct nouveau_pushbuf *push = nv30->base.pushbuf; local
82 BEGIN_NV04(push, NV30_3D(CLEAR_DEPTH_VALUE), 3);
83 PUSH_DATA (push, zeta);
84 PUSH_DATA (push, colr);
85 PUSH_DATA (push, mode);
88 BEGIN_NV04(push, NV30_3D(CLEAR_DEPTH_VALUE), 3);
89 PUSH_DATA (push, zeta);
90 PUSH_DATA (push, colr);
91 PUSH_DATA (push, mode);
104 struct nouveau_pushbuf *push local
163 struct nouveau_pushbuf *push = nv30->base.pushbuf; local
[all...]
H A Dnv30_push.c38 struct nouveau_pushbuf *push; member in struct:push_context
56 prim_restart_search_i08(uint8_t *elts, unsigned push, uint8_t index) argument
59 for (i = 0; i < push; ++i)
66 prim_restart_search_i16(uint16_t *elts, unsigned push, uint16_t index) argument
69 for (i = 0; i < push; ++i)
76 prim_restart_search_i32(uint32_t *elts, unsigned push, uint32_t index) argument
79 for (i = 0; i < push; ++i)
91 unsigned push = MIN2(count, ctx->packet_vertex_limit); local
94 nr = push;
96 nr = prim_restart_search_i08(elts, push, ct
123 unsigned push = MIN2(count, ctx->packet_vertex_limit); local
155 unsigned push = MIN2(count, ctx->packet_vertex_limit); local
185 unsigned push = MIN2(count, ctx->packet_vertex_limit); local
[all...]
H A Dnv30_query.c152 struct nouveau_pushbuf *push = nv30->base.pushbuf; local
158 BEGIN_NV04(push, NV30_3D(QUERY_GET), 1);
159 PUSH_DATA (push, (q->report << 24) | q->qo[0]->hw->start);
165 BEGIN_NV04(push, NV30_3D(QUERY_RESET), 1);
166 PUSH_DATA (push, q->report);
171 BEGIN_NV04(push, SUBC_3D(q->enable), 1);
172 PUSH_DATA (push, 1);
182 struct nouveau_pushbuf *push = nv30->base.pushbuf; local
186 BEGIN_NV04(push, NV30_3D(QUERY_GET), 1);
187 PUSH_DATA (push, (
239 struct nouveau_pushbuf *push = nv30->base.pushbuf; local
[all...]
H A Dnv30_screen.c273 struct nouveau_pushbuf *push = screen->base.pushbuf; local
277 BEGIN_NV04(push, NV30_3D(FENCE_OFFSET), 2);
278 PUSH_DATA (push, 0);
279 PUSH_DATA (push, *sequence);
328 struct nouveau_pushbuf *push; local
391 push = screen->base.pushbuf;
392 push->rsvd_kick = 16;
458 BEGIN_NV04(push, NV01_SUBC(3D, OBJECT), 1);
459 PUSH_DATA (push, screen->eng3d->handle);
460 BEGIN_NV04(push, NV30_3
[all...]
/external/mesa3d/src/gallium/drivers/nv50/
H A Dnv50_push.c14 struct nouveau_pushbuf *push; member in struct:push_context
33 prim_restart_search_i08(uint8_t *elts, unsigned push, uint8_t index) argument
36 for (i = 0; i < push; ++i)
43 prim_restart_search_i16(uint16_t *elts, unsigned push, uint16_t index) argument
46 for (i = 0; i < push; ++i)
53 prim_restart_search_i32(uint32_t *elts, unsigned push, uint32_t index) argument
56 for (i = 0; i < push; ++i)
68 unsigned push = MIN2(count, ctx->packet_vertex_limit); local
71 nr = push;
73 nr = prim_restart_search_i08(elts, push, ct
101 unsigned push = MIN2(count, ctx->packet_vertex_limit); local
134 unsigned push = MIN2(count, ctx->packet_vertex_limit); local
165 unsigned push = MIN2(count, ctx->packet_vertex_limit); local
[all...]
H A Dnv50_winsys.h43 PUSH_REFN(struct nouveau_pushbuf *push, struct nouveau_bo *bo, uint32_t flags) argument
46 nouveau_pushbuf_refn(push, &ref, 1);
91 PUSH_DATAh(struct nouveau_pushbuf *push, uint64_t data) argument
93 *push->cur++ = (uint32_t)(data >> 32);
97 BEGIN_NV04(struct nouveau_pushbuf *push, int subc, int mthd, unsigned size) argument
100 PUSH_SPACE(push, size + 1);
102 PUSH_DATA (push, NV50_FIFO_PKHDR(subc, mthd, size));
106 BEGIN_NI04(struct nouveau_pushbuf *push, int subc, int mthd, unsigned size) argument
109 PUSH_SPACE(push, size + 1);
111 PUSH_DATA (push, NV50_FIFO_PKHDR_N
116 BEGIN_NL50(struct nouveau_pushbuf *push, int subc, int mthd, uint32_t size) argument
[all...]
/external/mesa3d/src/gallium/drivers/nvc0/
H A Dnvc0_screen.c292 struct nouveau_pushbuf *push = screen->base.pushbuf; local
296 BEGIN_NVC0(push, SUBC_3D(NVC0_GRAPH_MACRO_ID), 2);
297 PUSH_DATA (push, (m - 0x3800) / 8);
298 PUSH_DATA (push, pos);
299 BEGIN_1IC0(push, SUBC_3D(NVC0_GRAPH_MACRO_UPLOAD_POS), size + 1);
300 PUSH_DATA (push, pos);
301 PUSH_DATAp(push, data, size);
307 nvc0_magic_3d_init(struct nouveau_pushbuf *push, uint16_t obj_class) argument
309 BEGIN_NVC0(push, SUBC_3D(0x10cc), 1);
310 PUSH_DATA (push,
372 struct nouveau_pushbuf *push = screen->base.pushbuf; local
405 struct nouveau_pushbuf *push; local
[all...]
H A Dnvc0_tex.c213 struct nouveau_pushbuf *push = nvc0->base.pushbuf; local
234 PUSH_SPACE(push, 17);
235 BEGIN_NVC0(push, NVC0_M2MF(OFFSET_OUT_HIGH), 2);
236 PUSH_DATAh(push, txc->offset + (tic->id * 32));
237 PUSH_DATA (push, txc->offset + (tic->id * 32));
238 BEGIN_NVC0(push, NVC0_M2MF(LINE_LENGTH_IN), 2);
239 PUSH_DATA (push, 32);
240 PUSH_DATA (push, 1);
241 BEGIN_NVC0(push, NVC0_M2MF(EXEC), 1);
242 PUSH_DATA (push,
281 struct nouveau_pushbuf *push = nvc0->base.pushbuf; local
358 struct nouveau_pushbuf *push = nvc0->base.pushbuf; local
402 struct nouveau_pushbuf *push = nvc0->base.pushbuf; local
469 struct nouveau_pushbuf *push = nvc0->base.pushbuf; local
[all...]
/external/mesa3d/src/mesa/drivers/dri/nouveau/
H A Dnv10_context.c147 struct nouveau_pushbuf *push = context_push(ctx); local
154 BEGIN_NV04(push, NV17_3D(HIERZ_FILL_VALUE), 1);
155 PUSH_DATA (push, pack_zs_f(s->format, ctx->Depth.Clear, 0));
156 BEGIN_NV04(push, NV17_3D(HIERZ_BUFFER_CLEAR), 1);
157 PUSH_DATA (push, 1);
176 struct nouveau_pushbuf *push = context_push(ctx); local
180 nouveau_pushbuf_bufctx(push, nctx->hw.bufctx);
181 if (nouveau_pushbuf_validate(push)) {
182 nouveau_pushbuf_bufctx(push, NULL);
196 nouveau_pushbuf_bufctx(push, NUL
203 struct nouveau_pushbuf *push = context_push(ctx); local
[all...]
H A Dnv10_render.c112 struct nouveau_pushbuf *push = context_push(ctx); local
130 BEGIN_NV04(push, NV10_3D(VTXBUF_FMT(i)), 1);
131 PUSH_DATA (push, hw_format);
139 struct nouveau_pushbuf *push = context_push(ctx); local
145 BEGIN_NV04(push, NV10_3D(VTXBUF_OFFSET(i)), 1);
146 PUSH_MTHDl(push, NV10_3D(VTXBUF_OFFSET(i)), BUFCTX_VTX,
162 BEGIN_NV04(push, NV10_3D(VTXBUF_VALIDATE), 1); \
163 PUSH_DATA (push, 0)
166 BEGIN_NV04(push, NV10_3D(VTXBUF_BEGIN_END), 1); \
167 PUSH_DATA (push, pri
[all...]
H A Dnv10_state_fb.c57 struct nouveau_pushbuf *push = context_push(ctx); local
75 PUSH_SPACE(push, 11);
76 BEGIN_NV04(push, NV17_3D(HIERZ_OFFSET), 1);
77 PUSH_MTHDl(push, NV17_3D(HIERZ_OFFSET), BUFCTX_FB,
79 BEGIN_NV04(push, NV17_3D(HIERZ_WINDOW_X), 4);
80 PUSH_DATAf(push, - 1792);
81 PUSH_DATAf(push, - 2304 + fb->Height);
82 PUSH_DATAf(push, fb->_DepthMaxF / 2);
83 PUSH_DATAf(push, 0);
85 BEGIN_NV04(push, NV17_3
95 struct nouveau_pushbuf *push = context_push(ctx); local
165 struct nouveau_pushbuf *push = context_push(ctx); local
178 struct nouveau_pushbuf *push = context_push(ctx); local
204 struct nouveau_pushbuf *push = context_push(ctx); local
[all...]
H A Dnv20_render.c136 struct nouveau_pushbuf *push = context_push(ctx); local
152 BEGIN_NV04(push, NV20_3D(VTXBUF_FMT(i)), 1);
153 PUSH_DATA (push, hw_format);
161 struct nouveau_pushbuf *push = context_push(ctx); local
167 BEGIN_NV04(push, NV20_3D(VTXBUF_OFFSET(i)), 1);
168 PUSH_MTHD (push, NV20_3D(VTXBUF_OFFSET(i)), BUFCTX_VTX,
186 BEGIN_NV04(push, NV20_3D(VTXBUF_VALIDATE), 1); \
187 PUSH_DATA (push, 0)
190 BEGIN_NV04(push, NV20_3D(VERTEX_BEGIN_END), 1); \
191 PUSH_DATA (push, pri
[all...]
/external/mockito/cglib-and-asm/src/org/mockito/asm/tree/analysis/
H A DFrame.java188 public void push(final Value value) throws IndexOutOfBoundsException { method in class:Frame
224 push(interpreter.newOperation(insn));
231 push(interpreter.copyOperation(insn,
244 push(interpreter.binaryOperation(insn, value1, value2));
294 push(interpreter.copyOperation(insn, value1));
295 push(interpreter.copyOperation(insn, value1));
303 push(interpreter.copyOperation(insn, value1));
304 push(interpreter.copyOperation(insn, value2));
305 push(interpreter.copyOperation(insn, value1));
314 push(interprete
[all...]

Completed in 699 milliseconds

1234567891011>>