HomeSort by relevance Sort by last modified time
    Searched refs:push (Results 1 - 25 of 3334) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/chromium_org/third_party/yasm/source/patched-yasm/modules/arch/x86/tests/
push64.asm 2 push dword 50 label
3 push dword -1 label
4 push strict dword 50 label
5 push strict dword -1 label
6 push dword 1000000000000 label
pushnosize.asm 2 push 0 ; 6A 00 - equivalent to push byte 0 label
3 push byte 0 ; 6A 00 label
4 push word 0 ; 6A 00 - optimized label
5 push dword 0 ; 66 6A 00 - optimized label
6 push strict byte 0 ; 6A 00 label
7 push strict word 0 ; 68 0000 label
8 push strict dword 0 ; 66 68 00000000 label
9 push 128 ; 68 8000 - doesn't fit in byte, equivalent to push word 12 label
10 push byte 128 ; 6A 80 - warning (signed overflow) label
11 push word 128 ; 68 8000 label
12 push dword 128 ; 66 68 80000000 label
13 push strict byte 128 ; 6A 80 - warning (signed overflow) label
14 push strict word 128 ; 68 8000 label
15 push strict dword 128 ; 66 68 80000000 label
18 push 0 ; 6A 00 - equivalent to push byte 0 label
19 push byte 0 ; 6A 00 label
20 push word 0 ; 66 6A 00 - optimized label
21 push dword 0 ; 6A 00 - optimized label
22 push strict byte 0 ; 6A 00 label
23 push strict word 0 ; 66 68 0000 label
24 push strict dword 0 ; 68 00000000 label
25 push 128 ; 68 80000000 - doesn't fit in byte -> push dword 128 label
26 push byte 128 ; 6A 80 - warning (signed overflow) label
27 push word 128 ; 66 6A 8000 label
28 push dword 128 ; 6A 80000000 label
29 push strict byte 128 ; 6A 80 - warning (signed overflow) label
30 push strict word 128 ; 66 6A 8000 label
31 push strict dword 128 ; 6A 80000000 label
34 push 0 ; same as bits 32 output label
35 push byte 0 ; 6A 00; 64 bits pushed onto stack label
36 push word 0 ; 66 6A 00 - 66h prefix, optimized to byte label
37 push dword 0 ; 6A 00 - optimized to byte; note 64 bits pushed onto stack label
38 push strict byte 0 ; 6A 00; 64 bits pushed onto stack label
39 push strict word 0 ; 66 68 0000 label
40 push strict dword 0 ; 68 00000000; note 64 bits pushed onto stack label
41 push 128 label
42 push byte 128 ; warning label
43 push word 128 label
44 push dword 128 label
45 push strict byte 128 ; warning label
46 push strict word 128 label
47 push strict dword 128 label
    [all...]
  /external/clang/test/Frontend/
rewrite-includes-warnings.c 4 #pragma GCC visibility push (default)
  /external/clang/test/Parser/
pragma-pack.c 11 #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,8,)
    [all...]
pragma-visibility2.c 5 #define push(foo) push(default) macro
6 #pragma GCC visibility push(hidden)
16 _Pragma("GCC visibility push(hidden)");
pragma-visibility.c 5 #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/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/nouveau/
nv20_context.c 42 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, clear)
99 struct nouveau_pushbuf *push = context_push(ctx); local
    [all...]
nv10_state_polygon.c 37 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_3D(LINE_WIDTH), 1)
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...]
nv10_context.c 147 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, NULL)
203 struct nouveau_pushbuf *push = context_push(ctx); local
    [all...]
nv20_state_frag.c 37 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_3D(RC_CONSTANT_COLOR0(i)), 1)
59 struct nouveau_pushbuf *push = context_push(ctx); local
    [all...]
nv20_state_polygon.c 36 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));
nv20_state_raster.c 37 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/mesa3d/src/mesa/drivers/dri/nouveau/
nv20_context.c 42 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, clear)
99 struct nouveau_pushbuf *push = context_push(ctx); local
    [all...]
nv10_state_polygon.c 37 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_3D(LINE_WIDTH), 1)
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...]
nv10_context.c 147 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, NULL)
203 struct nouveau_pushbuf *push = context_push(ctx); local
    [all...]
nv20_state_frag.c 37 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_3D(RC_CONSTANT_COLOR0(i)), 1)
59 struct nouveau_pushbuf *push = context_push(ctx); local
    [all...]
  /external/chromium_org/third_party/flot/
jquery.flot.threshold.min.js 1 (function(B){var A={series:{threshold:null}};function C(D){function E(L,S,M){if(!S.threshold){return }var F=M.pointsize,I,O,N,G,K,H=B.extend({},S);H.datapoints={points:[],pointsize:F};H.label=null;H.color=S.threshold.color;H.threshold=null;H.originSeries=S;H.data=[];var P=S.threshold.below,Q=M.points,R=S.lines.show;threspoints=[];newpoints=[];for(I=0;I<Q.length;I+=F){O=Q[I];N=Q[I+1];K=G;if(N<P){G=threspoints}else{G=newpoints}if(R&&K!=G&&O!=null&&I>0&&Q[I-F]!=null){var J=(O-Q[I-F])/(N-Q[I-F+1])*(P-N)+O;K.push(J);K.push(P);for(m=2;m<F;++m){K.push(Q[I+m])}G.push(null);G.push(null);for(m=2;m<F;++m){G.push(Q[I+m])}G.push(J);G.push(P);for(m=2;m<F;++m){G.push(Q[I+m])}}G.push(O);G.push(N)}M.points=newpoints;H.datapoints.points=threspoints;if(H.datapoints.points.length>0){L (…)
    [all...]
  /external/skia/tests/
ToUnicode.cpp 37 glyphToUnicode.push(0); // 0
38 glyphToUnicode.push(0); // 1
39 glyphToUnicode.push(0); // 2
40 glyphsInSubset.push(3);
41 glyphToUnicode.push(0x20); // 3
42 glyphsInSubset.push(4);
43 glyphToUnicode.push(0x25); // 4
44 glyphsInSubset.push(5);
45 glyphToUnicode.push(0x27); // 5
46 glyphsInSubset.push(6)
    [all...]
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/container.adaptors/queue/queue.defn/
back.pass.cpp 21 q.push(1);
22 q.push(2);
23 q.push(3);
front.pass.cpp 21 q.push(1);
22 q.push(2);
23 q.push(3);
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/container.adaptors/stack/stack.defn/
top.pass.cpp 21 q.push(1);
22 q.push(2);
23 q.push(3);
  /external/chromium_org/third_party/yasm/source/patched-yasm/modules/parsers/gas/tests/
gas-push.asm 0 push %gs
1 push %gs label
  /external/clang/test/Sema/
pragma-pack-apple.c 4 #pragma pack(push,1)
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/nouveau/
nouveau_winsys.h 16 PUSH_AVAIL(struct nouveau_pushbuf *push)
18 return push->end - push->cur;
22 PUSH_SPACE(struct nouveau_pushbuf *push, uint32_t size)
24 if (PUSH_AVAIL(push) < size)
25 return nouveau_pushbuf_space(push, size, 0, 0) == 0;
30 PUSH_DATA(struct nouveau_pushbuf *push, uint32_t data)
32 *push->cur++ = data;
36 PUSH_DATAp(struct nouveau_pushbuf *push, const void *data, uint32_t size)
38 memcpy(push->cur, data, size * 4)
    [all...]
  /external/clang/test/SemaCXX/
auto-pragma.cpp 8 #pragma GCC visibility push(hidden)

Completed in 837 milliseconds

1 2 3 4 5 6 7 8 91011>>