Searched refs:push (Results 1 - 25 of 2131) sorted by relevance

1234567891011>>

/external/clang/test/Frontend/
H A Drewrite-includes-warnings.c4 #pragma GCC visibility push (default)
/external/clang/test/Preprocessor/
H A Dpragma_microsoft.cpp3 #pragma warning(push, 4_D) // expected-warning {{requires a level between 0 and 4}}
H A Dignore-pragmas.c8 #pragma GCC visibility push (default)
/external/syslinux/core/
H A Dpmcall.inc66 push dword %1
/external/toolchain-utils/toolchain_utils_githooks/
H A Dpre-push6 # Just execute our custom pre-push script.
8 # we modify our pre-push script
9 exec ./toolchain_utils_githooks/pre-push.real "$@"
/external/clang/test/Parser/
H A Dpragma-visibility2.c5 #define push(foo) push(default) macro
6 #pragma GCC visibility push(hidden)
16 _Pragma("GCC visibility push(hidden)");
H A Dpragma-pack.c11 #pragma pack(push)
14 /* expected-warning {{expected integer or identifier in '#pragma pack'}}*/ #pragma pack(push,)
15 /* expected-warning {{expected integer or identifier in '#pragma pack'}}*/ #pragma pack(push,)
18 #pragma pack(push,i)
19 /* expected-warning {{expected integer or identifier in '#pragma pack'}}*/ #pragma pack(push,i,
20 /* expected-warning {{expected integer or identifier in '#pragma pack'}}*/ #pragma pack(push,i,)
21 /* expected-warning {{expected integer or identifier in '#pragma pack'}}*/ #pragma pack(push,i,help)
23 #pragma pack(push,8)
24 /* expected-warning {{missing ')' after '#pragma pack'}}*/ #pragma pack(push,8,
25 /* expected-warning {{missing ')' after '#pragma pack'}}*/ #pragma pack(push,
[all...]
H A Dpragma-visibility.c5 #pragma GCC visibility push // expected-warning{{missing '(' after '#pragma visibility'}}
6 #pragma GCC visibility push( // expected-warning{{expected identifier in '#pragma visibility' - ignored}}
7 #pragma GCC visibility push(hidden // expected-warning{{missing ')' after '#pragma visibility' - ignoring}}
8 #pragma GCC visibility push(hidden)
/external/mesa3d/src/mesa/drivers/dri/nouveau/
H A Dnv20_context.c42 struct nouveau_pushbuf *push = context_push(ctx); local
48 nouveau_pushbuf_bufctx(push, nctx->hw.bufctx);
49 if (nouveau_pushbuf_validate(push)) {
50 nouveau_pushbuf_bufctx(push, NULL);
67 BEGIN_NV04(push, NV20_3D(CLEAR_VALUE), 1);
68 PUSH_DATA (push, pack_rgba_clamp_f(s->format, ctx->Color.ClearColor.f));
82 BEGIN_NV04(push, NV20_3D(CLEAR_DEPTH_VALUE), 1);
83 PUSH_DATA (push, pack_zs_f(s->format, ctx->Depth.Clear,
89 BEGIN_NV04(push, NV20_3D(CLEAR_BUFFERS), 1);
90 PUSH_DATA (push, clea
99 struct nouveau_pushbuf *push = context_push(ctx); local
[all...]
H A Dnv10_state_polygon.c37 struct nouveau_pushbuf *push = context_push(ctx); local
40 BEGIN_NV04(push, NV10_3D(CULL_FACE_ENABLE), 1);
41 PUSH_DATAb(push, ctx->Polygon.CullFlag);
43 BEGIN_NV04(push, NV10_3D(CULL_FACE), 1);
44 PUSH_DATA (push, (mode == GL_FRONT ? NV10_3D_CULL_FACE_FRONT :
52 struct nouveau_pushbuf *push = context_push(ctx); local
54 BEGIN_NV04(push, NV10_3D(FRONT_FACE), 1);
55 PUSH_DATA (push, ctx->Polygon.FrontFace == GL_CW ?
62 struct nouveau_pushbuf *push = context_push(ctx); local
66 BEGIN_NV04(push, NV10_3
81 struct nouveau_pushbuf *push = context_push(ctx); local
93 struct nouveau_pushbuf *push = context_push(ctx); local
106 struct nouveau_pushbuf *push = context_push(ctx); local
[all...]
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 Dnv20_state_frag.c37 struct nouveau_pushbuf *push = context_push(ctx); local
42 BEGIN_NV04(push, NV20_3D(RC_IN_ALPHA(i)), 1);
43 PUSH_DATA (push, a_in);
44 BEGIN_NV04(push, NV20_3D(RC_OUT_ALPHA(i)), 1);
45 PUSH_DATA (push, a_out);
46 BEGIN_NV04(push, NV20_3D(RC_IN_RGB(i)), 1);
47 PUSH_DATA (push, c_in);
48 BEGIN_NV04(push, NV20_3D(RC_OUT_RGB(i)), 1);
49 PUSH_DATA (push, c_out);
50 BEGIN_NV04(push, NV20_3
59 struct nouveau_pushbuf *push = context_push(ctx); local
[all...]
H A Dnv20_state_polygon.c36 struct nouveau_pushbuf *push = context_push(ctx); local
38 BEGIN_NV04(push, NV20_3D(POINT_SIZE), 1);
40 PUSH_DATAf(push, ctx->Point.Size);
42 PUSH_DATA (push, (uint32_t)(ctx->Point.Size * 8));
H A Dnv20_state_raster.c37 struct nouveau_pushbuf *push = context_push(ctx); local
39 BEGIN_NV04(push, NV20_3D(COLOR_LOGIC_OP_ENABLE), 2);
40 PUSH_DATAb(push, ctx->Color.ColorLogicOpEnabled);
41 PUSH_DATA (push, nvgl_logicop_func(ctx->Color.LogicOp));
/external/llvm/test/MC/ELF/
H A Drelax-arith4.s3 // Test for proper instruction relaxation behavior for the push $imm
4 // instruction forms. This is the 32-bit version of the push $imm tests from
16 push $-128
17 push $127
25 push $foo
/external/mesa3d/src/gallium/drivers/nouveau/nv50/
H A Dnv50_compute.c34 struct nouveau_pushbuf *push)
70 BEGIN_NV04(push, SUBC_CP(NV01_SUBCHAN_OBJECT), 1);
71 PUSH_DATA (push, screen->compute->handle);
73 BEGIN_NV04(push, NV50_CP(UNK02A0), 1);
74 PUSH_DATA (push, 1);
75 BEGIN_NV04(push, NV50_CP(DMA_STACK), 1);
76 PUSH_DATA (push, fifo->vram);
77 BEGIN_NV04(push, NV50_CP(STACK_ADDRESS_HIGH), 2);
78 PUSH_DATAh(push, screen->stack_bo->offset);
79 PUSH_DATA (push, scree
33 nv50_screen_compute_setup(struct nv50_screen *screen, struct nouveau_pushbuf *push) argument
198 struct nouveau_pushbuf *push = screen->base.pushbuf; local
247 struct nouveau_pushbuf *push = nv50->base.pushbuf; local
[all...]
/external/libcxx/test/std/containers/container.adaptors/queue/queue.defn/
H A Dback.pass.cpp21 q.push(1);
22 q.push(2);
23 q.push(3);
H A Dfront.pass.cpp21 q.push(1);
22 q.push(2);
23 q.push(3);
/external/libcxx/test/std/containers/container.adaptors/stack/stack.defn/
H A Dtop.pass.cpp21 q.push(1);
22 q.push(2);
23 q.push(3);
/external/clang/test/Sema/
H A Dpragma-pack-apple.c4 #pragma pack(push,1)
/external/llvm/test/MC/X86/
H A Dintel-syntax-ptr-sized.s5 push [eax] label
15 push [eax] label
/external/mesa3d/src/gallium/drivers/nouveau/nvc0/
H A Dnvc0_compute.c31 struct nouveau_pushbuf *push)
58 BEGIN_NVC0(push, SUBC_CP(NV01_SUBCHAN_OBJECT), 1);
59 PUSH_DATA (push, screen->compute->oclass);
62 BEGIN_NVC0(push, NVC0_CP(MP_LIMIT), 1);
63 PUSH_DATA (push, screen->mp_count);
64 BEGIN_NVC0(push, NVC0_CP(CALL_LIMIT_LOG), 1);
65 PUSH_DATA (push, 0xf);
67 BEGIN_NVC0(push, SUBC_CP(0x02a0), 1);
68 PUSH_DATA (push, 0x8000);
71 BEGIN_NVC0(push, SUBC_C
30 nvc0_screen_compute_setup(struct nvc0_screen *screen, struct nouveau_pushbuf *push) argument
192 struct nouveau_pushbuf *push = nvc0->base.pushbuf; local
252 struct nouveau_pushbuf *push = nvc0->base.pushbuf; local
268 struct nouveau_pushbuf *push = nvc0->base.pushbuf; local
320 struct nouveau_pushbuf *push = nvc0->base.pushbuf; local
387 struct nouveau_pushbuf *push = nvc0->base.pushbuf; local
427 struct nouveau_pushbuf *push = nvc0->base.pushbuf; local
[all...]
/external/clang/test/SemaCXX/
H A Dauto-pragma.cpp8 #pragma GCC visibility push(hidden)
/external/mesa3d/src/gallium/drivers/nouveau/
H A Dnouveau_winsys.h20 PUSH_AVAIL(struct nouveau_pushbuf *push) argument
22 return push->end - push->cur;
26 PUSH_SPACE(struct nouveau_pushbuf *push, uint32_t size) argument
30 if (PUSH_AVAIL(push) < size)
31 return nouveau_pushbuf_space(push, size, 0, 0) == 0;
36 PUSH_DATA(struct nouveau_pushbuf *push, uint32_t data) argument
38 *push->cur++ = data;
42 PUSH_DATAp(struct nouveau_pushbuf *push, const void *data, uint32_t size) argument
44 memcpy(push
49 PUSH_DATAf(struct nouveau_pushbuf *push, float f) argument
57 PUSH_KICK(struct nouveau_pushbuf *push) argument
[all...]
/external/skia/tests/
H A DPDFGlyphsToUnicodeTest.cpp41 glyphToUnicode.push(0); // 0
42 glyphToUnicode.push(0); // 1
43 glyphToUnicode.push(0); // 2
44 glyphsInSubset.push(3);
45 glyphToUnicode.push(0x20); // 3
46 glyphsInSubset.push(4);
47 glyphToUnicode.push(0x25); // 4
48 glyphsInSubset.push(5);
49 glyphToUnicode.push(0x27); // 5
50 glyphsInSubset.push(
[all...]

Completed in 505 milliseconds

1234567891011>>