Home
last modified time | relevance | path

Searched full:push (Results 1 – 25 of 10286) sorted by relevance

12345678910>>...412

/external/intel-media-driver/media_common/agnostic/common/codec/shared/
Dcodec_def_encode_hevc_trace.h32 #define PUSH(member) data.push_back(obj.member) macro
42 PUSH(member[i0]); \
57 PUSH(member[i]); \
73 PUSH(wFrameWidthInMinCbMinus1); in TraceDDI()
74 PUSH(wFrameHeightInMinCbMinus1); in TraceDDI()
75 PUSH(general_profile_idc); in TraceDDI()
76 PUSH(Level); in TraceDDI()
77 PUSH(general_tier_flag); in TraceDDI()
78 PUSH(GopPicSize); in TraceDDI()
79 PUSH(GopRefDist); in TraceDDI()
[all …]
/external/angle/third_party/glslang/src/SPIRV/
Ddoc.cpp1816 …ExecutionModeOperands[ExecutionModeInvocations].push(OperandLiteralNumber, "'Number of <<Invocatio… in Parameterize()
1818 ExecutionModeOperands[ExecutionModeLocalSize].push(OperandLiteralNumber, "'x size'"); in Parameterize()
1819 ExecutionModeOperands[ExecutionModeLocalSize].push(OperandLiteralNumber, "'y size'"); in Parameterize()
1820 ExecutionModeOperands[ExecutionModeLocalSize].push(OperandLiteralNumber, "'z size'"); in Parameterize()
1822 ExecutionModeOperands[ExecutionModeLocalSizeHint].push(OperandLiteralNumber, "'x size'"); in Parameterize()
1823 ExecutionModeOperands[ExecutionModeLocalSizeHint].push(OperandLiteralNumber, "'y size'"); in Parameterize()
1824 ExecutionModeOperands[ExecutionModeLocalSizeHint].push(OperandLiteralNumber, "'z size'"); in Parameterize()
1826 … ExecutionModeOperands[ExecutionModeOutputVertices].push(OperandLiteralNumber, "'Vertex count'"); in Parameterize()
1827 ExecutionModeOperands[ExecutionModeVecTypeHint].push(OperandLiteralNumber, "'Vector type'"); in Parameterize()
1829 DecorationOperands[DecorationStream].push(OperandLiteralNumber, "'Stream Number'"); in Parameterize()
[all …]
/external/deqp-deps/glslang/SPIRV/
Ddoc.cpp1759 …ExecutionModeOperands[ExecutionModeInvocations].push(OperandLiteralNumber, "'Number of <<Invocatio… in Parameterize()
1761 ExecutionModeOperands[ExecutionModeLocalSize].push(OperandLiteralNumber, "'x size'"); in Parameterize()
1762 ExecutionModeOperands[ExecutionModeLocalSize].push(OperandLiteralNumber, "'y size'"); in Parameterize()
1763 ExecutionModeOperands[ExecutionModeLocalSize].push(OperandLiteralNumber, "'z size'"); in Parameterize()
1765 ExecutionModeOperands[ExecutionModeLocalSizeHint].push(OperandLiteralNumber, "'x size'"); in Parameterize()
1766 ExecutionModeOperands[ExecutionModeLocalSizeHint].push(OperandLiteralNumber, "'y size'"); in Parameterize()
1767 ExecutionModeOperands[ExecutionModeLocalSizeHint].push(OperandLiteralNumber, "'z size'"); in Parameterize()
1769 … ExecutionModeOperands[ExecutionModeOutputVertices].push(OperandLiteralNumber, "'Vertex count'"); in Parameterize()
1770 ExecutionModeOperands[ExecutionModeVecTypeHint].push(OperandLiteralNumber, "'Vector type'"); in Parameterize()
1772 DecorationOperands[DecorationStream].push(OperandLiteralNumber, "'Stream Number'"); in Parameterize()
[all …]
/external/mesa3d/src/gallium/drivers/nouveau/nvc0/
Dnvc0_compute.c31 struct nouveau_pushbuf *push) in nvc0_screen_compute_setup() argument
35 BEGIN_NVC0(push, SUBC_CP(NV01_SUBCHAN_OBJECT), 1); in nvc0_screen_compute_setup()
36 PUSH_DATA (push, screen->compute->oclass); in nvc0_screen_compute_setup()
39 BEGIN_NVC0(push, NVC0_CP(MP_LIMIT), 1); in nvc0_screen_compute_setup()
40 PUSH_DATA (push, screen->mp_count); in nvc0_screen_compute_setup()
41 BEGIN_NVC0(push, NVC0_CP(CALL_LIMIT_LOG), 1); in nvc0_screen_compute_setup()
42 PUSH_DATA (push, 0xf); in nvc0_screen_compute_setup()
44 BEGIN_NVC0(push, SUBC_CP(0x02a0), 1); in nvc0_screen_compute_setup()
45 PUSH_DATA (push, 0x8000); in nvc0_screen_compute_setup()
48 BEGIN_NVC0(push, SUBC_CP(0x02c4), 1); in nvc0_screen_compute_setup()
[all …]
Dnve4_compute.c45 struct nouveau_pushbuf *push) in nve4_screen_compute_setup() argument
51 BEGIN_NVC0(push, SUBC_CP(NV01_SUBCHAN_OBJECT), 1); in nve4_screen_compute_setup()
52 PUSH_DATA (push, screen->compute->oclass); in nve4_screen_compute_setup()
54 BEGIN_NVC0(push, NVE4_CP(TEMP_ADDRESS_HIGH), 2); in nve4_screen_compute_setup()
55 PUSH_DATAh(push, screen->tls->offset); in nve4_screen_compute_setup()
56 PUSH_DATA (push, screen->tls->offset); in nve4_screen_compute_setup()
61 BEGIN_NVC0(push, NVE4_CP(MP_TEMP_SIZE_HIGH(0)), 3); in nve4_screen_compute_setup()
62 PUSH_DATAh(push, screen->tls->size / screen->mp_count); in nve4_screen_compute_setup()
63 PUSH_DATA (push, (screen->tls->size / screen->mp_count) & ~0x7fff); in nve4_screen_compute_setup()
64 PUSH_DATA (push, 0xff); in nve4_screen_compute_setup()
[all …]
Dnvc0_vbo.c179 struct nouveau_pushbuf *push = nvc0->base.pushbuf; in nvc0_set_constant_vertex_attrib() local
190 PUSH_SPACE(push, 6); in nvc0_set_constant_vertex_attrib()
191 BEGIN_NVC0(push, NVC0_3D(VTX_ATTR_DEFINE), 5); in nvc0_set_constant_vertex_attrib()
192 dst = &push->cur[1]; in nvc0_set_constant_vertex_attrib()
203 push->cur[0] = mode; in nvc0_set_constant_vertex_attrib()
204 push->cur += 5; in nvc0_set_constant_vertex_attrib()
238 struct nouveau_pushbuf *push = nvc0->base.pushbuf; in nvc0_update_user_vbufs() local
242 PUSH_SPACE(push, nvc0->vertex->num_elements * 8); in nvc0_update_user_vbufs()
269 BEGIN_1IC0(push, NVC0_3D(MACRO_VERTEX_ARRAY_SELECT), 5); in nvc0_update_user_vbufs()
270 PUSH_DATA (push, i); in nvc0_update_user_vbufs()
[all …]
Dnvc0_screen.c551 struct nouveau_pushbuf *push = screen->base.pushbuf; in nvc0_graph_set_macro() local
557 BEGIN_NVC0(push, SUBC_3D(NVC0_GRAPH_MACRO_ID), 2); in nvc0_graph_set_macro()
558 PUSH_DATA (push, (m - 0x3800) / 8); in nvc0_graph_set_macro()
559 PUSH_DATA (push, pos); in nvc0_graph_set_macro()
560 BEGIN_1IC0(push, SUBC_3D(NVC0_GRAPH_MACRO_UPLOAD_POS), size + 1); in nvc0_graph_set_macro()
561 PUSH_DATA (push, pos); in nvc0_graph_set_macro()
562 PUSH_DATAp(push, data, size); in nvc0_graph_set_macro()
571 struct nouveau_pushbuf *push = screen->base.pushbuf; in tu102_graph_set_macro() local
577 BEGIN_NVC0(push, SUBC_3D(NVC0_GRAPH_MACRO_ID), 2); in tu102_graph_set_macro()
578 PUSH_DATA (push, (m - 0x3800) / 8); in tu102_graph_set_macro()
[all …]
Dnvc0_state_validate.c9 nvc0_fb_set_null_rt(struct nouveau_pushbuf *push, unsigned i, unsigned layers) in nvc0_fb_set_null_rt() argument
11 BEGIN_NVC0(push, NVC0_3D(RT_ADDRESS_HIGH(i)), 9); in nvc0_fb_set_null_rt()
12 PUSH_DATA (push, 0); in nvc0_fb_set_null_rt()
13 PUSH_DATA (push, 0); in nvc0_fb_set_null_rt()
14 PUSH_DATA (push, 64); // width in nvc0_fb_set_null_rt()
15 PUSH_DATA (push, 0); // height in nvc0_fb_set_null_rt()
16 PUSH_DATA (push, 0); // format in nvc0_fb_set_null_rt()
17 PUSH_DATA (push, 0); // tile mode in nvc0_fb_set_null_rt()
18 PUSH_DATA (push, layers); // layers in nvc0_fb_set_null_rt()
19 PUSH_DATA (push, 0); // layer stride in nvc0_fb_set_null_rt()
[all …]
Dnvc0_transfer.c20 struct nouveau_pushbuf *push = nvc0->base.pushbuf; in nvc0_m2mf_transfer_rect() local
34 nouveau_pushbuf_bufctx(push, bctx); in nvc0_m2mf_transfer_rect()
35 PUSH_VAL(push); in nvc0_m2mf_transfer_rect()
38 BEGIN_NVC0(push, NVC0_M2MF(TILING_MODE_IN), 5); in nvc0_m2mf_transfer_rect()
39 PUSH_DATA (push, src->tile_mode); in nvc0_m2mf_transfer_rect()
40 PUSH_DATA (push, src->width * cpp); in nvc0_m2mf_transfer_rect()
41 PUSH_DATA (push, src->height); in nvc0_m2mf_transfer_rect()
42 PUSH_DATA (push, src->depth); in nvc0_m2mf_transfer_rect()
43 PUSH_DATA (push, src->z); in nvc0_m2mf_transfer_rect()
47 BEGIN_NVC0(push, NVC0_M2MF(PITCH_IN), 1); in nvc0_m2mf_transfer_rect()
[all …]
Dnvc0_surface.c89 nvc0_2d_texture_set(struct nouveau_pushbuf *push, bool dst, in nvc0_2d_texture_set() argument
123 BEGIN_NVC0(push, SUBC_2D(mthd), 2); in nvc0_2d_texture_set()
124 PUSH_DATA (push, format); in nvc0_2d_texture_set()
125 PUSH_DATA (push, 1); in nvc0_2d_texture_set()
126 BEGIN_NVC0(push, SUBC_2D(mthd + 0x14), 5); in nvc0_2d_texture_set()
127 PUSH_DATA (push, mt->level[level].pitch); in nvc0_2d_texture_set()
128 PUSH_DATA (push, width); in nvc0_2d_texture_set()
129 PUSH_DATA (push, height); in nvc0_2d_texture_set()
130 PUSH_DATAh(push, bo->offset + offset); in nvc0_2d_texture_set()
131 PUSH_DATA (push, bo->offset + offset); in nvc0_2d_texture_set()
[all …]
Dnvc0_shader_state.c72 struct nouveau_pushbuf *push = nvc0->base.pushbuf; in nvc0_program_sp_start_id() local
76 BEGIN_NVC0(push, NVC0_3D(SP_START_ID(stage)), 1); in nvc0_program_sp_start_id()
77 PUSH_DATA (push, prog->code_base); in nvc0_program_sp_start_id()
79 BEGIN_NVC0(push, SUBC_3D(GV100_3D_SP_ADDRESS_HIGH(stage)), 2); in nvc0_program_sp_start_id()
80 PUSH_DATAh(push, nvc0->screen->text->offset + prog->code_base); in nvc0_program_sp_start_id()
81 PUSH_DATA (push, nvc0->screen->text->offset + prog->code_base); in nvc0_program_sp_start_id()
88 struct nouveau_pushbuf *push = nvc0->base.pushbuf; in nvc0_vertprog_validate() local
95 BEGIN_NVC0(push, NVC0_3D(SP_SELECT(1)), 1); in nvc0_vertprog_validate()
96 PUSH_DATA (push, 0x11); in nvc0_vertprog_validate()
98 BEGIN_NVC0(push, NVC0_3D(SP_GPR_ALLOC(1)), 1); in nvc0_vertprog_validate()
[all …]
/external/mesa3d/src/nouveau/headers/
Dnv_push.h27 nv_push_init(struct nv_push *push, uint32_t *start, size_t dw_count) in nv_push_init() argument
29 push->start = start; in nv_push_init()
30 push->end = start; in nv_push_init()
31 push->limit = start + dw_count; in nv_push_init()
32 push->last_hdr = NULL; in nv_push_init()
33 push->last_hdr_dw = 0; in nv_push_init()
37 nv_push_dw_count(struct nv_push *push) in nv_push_dw_count() argument
39 assert(push->start <= push->end); in nv_push_dw_count()
40 assert(push->end <= push->limit); in nv_push_dw_count()
41 return push->end - push->start; in nv_push_dw_count()
[all …]
/external/mesa3d/src/gallium/drivers/nouveau/nv30/
Dnv30_transfer.c91 struct nouveau_pushbuf *push = nv30->base.pushbuf; in nv30_transfer_rect_vertprog() local
93 BEGIN_NV04(push, NV30_3D(VP_UPLOAD_FROM_ID), 1); in nv30_transfer_rect_vertprog()
94 PUSH_DATA (push, vp->start); in nv30_transfer_rect_vertprog()
95 BEGIN_NV04(push, NV30_3D(VP_UPLOAD_INST(0)), 4); in nv30_transfer_rect_vertprog()
96 PUSH_DATA (push, 0x401f9c6c); /* mov o[hpos], a[0]; */ in nv30_transfer_rect_vertprog()
97 PUSH_DATA (push, 0x0040000d); in nv30_transfer_rect_vertprog()
98 PUSH_DATA (push, 0x8106c083); in nv30_transfer_rect_vertprog()
99 PUSH_DATA (push, 0x6041ff80); in nv30_transfer_rect_vertprog()
100 BEGIN_NV04(push, NV30_3D(VP_UPLOAD_INST(0)), 4); in nv30_transfer_rect_vertprog()
101 PUSH_DATA (push, 0x401f9c6c); /* mov o[tex0], a[8]; end; */ in nv30_transfer_rect_vertprog()
[all …]
Dnv30_state_validate.c41 struct nouveau_pushbuf *push = nv30->base.pushbuf; in nv30_validate_fb() local
101 if (!PUSH_SPACE(push, 64)) in nv30_validate_fb()
103 PUSH_RESET(push, BUFCTX_FB); in nv30_validate_fb()
105 BEGIN_NV04(push, SUBC_3D(0x1da4), 1); in nv30_validate_fb()
106 PUSH_DATA (push, 0); in nv30_validate_fb()
107 BEGIN_NV04(push, NV30_3D(RT_HORIZ), 3); in nv30_validate_fb()
108 PUSH_DATA (push, w << 16); in nv30_validate_fb()
109 PUSH_DATA (push, h << 16); in nv30_validate_fb()
110 PUSH_DATA (push, rt_format); in nv30_validate_fb()
111 BEGIN_NV04(push, NV30_3D(VIEWPORT_TX_ORIGIN), 4); in nv30_validate_fb()
[all …]
Dnv30_clear.c58 struct nouveau_pushbuf *push = nv30->base.pushbuf; in nv30_clear() local
71 BEGIN_NV04(push, NV30_3D(SCISSOR_HORIZ), 2); in nv30_clear()
72 PUSH_DATA (push, minx | (maxx - minx) << 16); in nv30_clear()
73 PUSH_DATA (push, miny | (maxy - miny) << 16); in nv30_clear()
76 BEGIN_NV04(push, NV30_3D(SCISSOR_HORIZ), 2); in nv30_clear()
77 PUSH_DATA (push, 0x10000000); in nv30_clear()
78 PUSH_DATA (push, 0x10000000); in nv30_clear()
95 BEGIN_NV04(push, NV30_3D(STENCIL_ENABLE(0)), 2); in nv30_clear()
96 PUSH_DATA (push, 0); in nv30_clear()
97 PUSH_DATA (push, 0x000000ff); in nv30_clear()
[all …]
/external/mesa3d/src/gallium/drivers/nouveau/nv50/
Dnv50_compute.c35 struct nouveau_pushbuf *push) in nv50_screen_compute_setup() argument
71 BEGIN_NV04(push, SUBC_CP(NV01_SUBCHAN_OBJECT), 1); in nv50_screen_compute_setup()
72 PUSH_DATA (push, screen->compute->handle); in nv50_screen_compute_setup()
74 BEGIN_NV04(push, NV50_CP(UNK02A0), 1); in nv50_screen_compute_setup()
75 PUSH_DATA (push, 1); in nv50_screen_compute_setup()
76 BEGIN_NV04(push, NV50_CP(DMA_STACK), 1); in nv50_screen_compute_setup()
77 PUSH_DATA (push, fifo->vram); in nv50_screen_compute_setup()
78 BEGIN_NV04(push, NV50_CP(STACK_ADDRESS_HIGH), 2); in nv50_screen_compute_setup()
79 PUSH_DATAh(push, screen->stack_bo->offset); in nv50_screen_compute_setup()
80 PUSH_DATA (push, screen->stack_bo->offset); in nv50_screen_compute_setup()
[all …]
Dnv50_transfer.c63 struct nouveau_pushbuf *push = nv50->base.pushbuf; in nv50_2d_transfer_rect() local
69 nouveau_pushbuf_bufctx(push, bctx); in nv50_2d_transfer_rect()
70 PUSH_VAL(push); in nv50_2d_transfer_rect()
95 BEGIN_NV04(push, NV50_2D(SRC_FORMAT), 5); in nv50_2d_transfer_rect()
96 PUSH_DATA (push, format); in nv50_2d_transfer_rect()
97 PUSH_DATA (push, 0); in nv50_2d_transfer_rect()
98 PUSH_DATA (push, src->tile_mode); in nv50_2d_transfer_rect()
99 PUSH_DATA (push, src->depth); in nv50_2d_transfer_rect()
100 PUSH_DATA (push, src->z); in nv50_2d_transfer_rect()
101 BEGIN_NV04(push, NV50_2D(SRC_WIDTH), 4); in nv50_2d_transfer_rect()
[all …]
Dnv50_state_validate.c7 nv50_fb_set_null_rt(struct nouveau_pushbuf *push, unsigned i) in nv50_fb_set_null_rt() argument
9 BEGIN_NV04(push, NV50_3D(RT_ADDRESS_HIGH(i)), 4); in nv50_fb_set_null_rt()
10 PUSH_DATA (push, 0); in nv50_fb_set_null_rt()
11 PUSH_DATA (push, 0); in nv50_fb_set_null_rt()
12 PUSH_DATA (push, 0); in nv50_fb_set_null_rt()
13 PUSH_DATA (push, 0); in nv50_fb_set_null_rt()
14 BEGIN_NV04(push, NV50_3D(RT_HORIZ(i)), 2); in nv50_fb_set_null_rt()
15 PUSH_DATA (push, 64); in nv50_fb_set_null_rt()
16 PUSH_DATA (push, 0); in nv50_fb_set_null_rt()
22 struct nouveau_pushbuf *push = nv50->base.pushbuf; in nv50_validate_fb() local
[all …]
Dnv50_surface.c85 nv50_2d_texture_set(struct nouveau_pushbuf *push, int dst, in nv50_2d_texture_set() argument
118 BEGIN_NV04(push, SUBC_2D(mthd), 2); in nv50_2d_texture_set()
119 PUSH_DATA (push, format); in nv50_2d_texture_set()
120 PUSH_DATA (push, 1); in nv50_2d_texture_set()
121 BEGIN_NV04(push, SUBC_2D(mthd + 0x14), 5); in nv50_2d_texture_set()
122 PUSH_DATA (push, mt->level[level].pitch); in nv50_2d_texture_set()
123 PUSH_DATA (push, width); in nv50_2d_texture_set()
124 PUSH_DATA (push, height); in nv50_2d_texture_set()
125 PUSH_DATAh(push, mt->base.address + offset); in nv50_2d_texture_set()
126 PUSH_DATA (push, mt->base.address + offset); in nv50_2d_texture_set()
[all …]
Dnv50_screen.c438 struct nouveau_pushbuf *push = nv50->base.pushbuf; in nv50_screen_fence_emit() local
444 assert(PUSH_AVAIL(push) + push->rsvd_kick >= 5); in nv50_screen_fence_emit()
445 PUSH_DATA (push, NV50_FIFO_PKHDR(NV50_3D(QUERY_ADDRESS_HIGH), 4)); in nv50_screen_fence_emit()
446 PUSH_DATAh(push, screen->fence.bo->offset); in nv50_screen_fence_emit()
447 PUSH_DATA (push, screen->fence.bo->offset); in nv50_screen_fence_emit()
448 PUSH_DATA (push, *sequence); in nv50_screen_fence_emit()
449 PUSH_DATA (push, NV50_3D_QUERY_GET_MODE_WRITE_UNK0 | in nv50_screen_fence_emit()
456 nouveau_pushbuf_refn(push, &ref, 1); in nv50_screen_fence_emit()
468 struct nouveau_pushbuf *push = screen->base.pushbuf; in nv50_screen_init_hwctx() local
474 BEGIN_NV04(push, SUBC_M2MF(NV01_SUBCHAN_OBJECT), 1); in nv50_screen_init_hwctx()
[all …]
Dnv50_push.c14 struct nouveau_pushbuf *push; member
38 prim_restart_search_i08(uint8_t *elts, unsigned push, uint8_t index) in prim_restart_search_i08() argument
41 for (i = 0; i < push; ++i) in prim_restart_search_i08()
48 prim_restart_search_i16(uint16_t *elts, unsigned push, uint16_t index) in prim_restart_search_i16() argument
51 for (i = 0; i < push; ++i) in prim_restart_search_i16()
58 prim_restart_search_i32(uint32_t *elts, unsigned push, uint32_t index) in prim_restart_search_i32() argument
61 for (i = 0; i < push; ++i) in prim_restart_search_i32()
73 unsigned push = MIN2(count, ctx->packet_vertex_limit); in emit_vertices_i08() local
76 nr = push; in emit_vertices_i08()
78 nr = prim_restart_search_i08(elts, push, ctx->restart_index); in emit_vertices_i08()
[all …]
Dnv50_vbo.c148 struct nouveau_pushbuf *push = nv50->base.pushbuf; in nv50_emit_vtxattr() local
159 BEGIN_NV04(push, NV50_3D(VTX_ATTR_4F_X(attr)), 4); in nv50_emit_vtxattr()
160 PUSH_DATAf(push, v[0]); in nv50_emit_vtxattr()
161 PUSH_DATAf(push, v[1]); in nv50_emit_vtxattr()
162 PUSH_DATAf(push, v[2]); in nv50_emit_vtxattr()
163 PUSH_DATAf(push, v[3]); in nv50_emit_vtxattr()
166 BEGIN_NV04(push, NV50_3D(VTX_ATTR_3F_X(attr)), 3); in nv50_emit_vtxattr()
167 PUSH_DATAf(push, v[0]); in nv50_emit_vtxattr()
168 PUSH_DATAf(push, v[1]); in nv50_emit_vtxattr()
169 PUSH_DATAf(push, v[2]); in nv50_emit_vtxattr()
[all …]
/external/coreboot/src/arch/x86/
Didt.S12 push $0 /* error code */
13 push $0 /* vector */
16 push $0 /* error code */
17 push $1 /* vector */
21 push $0 /* error code */
22 push $2 /* vector */
26 push $0 /* error code */
27 push $3 /* vector */
31 push $0 /* error code */
32 push $4 /* vector */
[all …]
/external/mesa3d/src/gallium/drivers/svga/include/
Dsvga3d_dx.h131 #pragma pack(push, 1)
138 #pragma pack(push, 1)
144 #pragma pack(push, 1)
150 #pragma pack(push, 1)
158 #pragma pack(push, 1)
164 #pragma pack(push, 1)
170 #pragma pack(push, 1)
180 #pragma pack(push, 1)
188 #pragma pack(push, 1)
206 #pragma pack(push, 1)
[all …]
Dsvga3d_cmd.h334 #pragma pack(push, 1)
341 #pragma pack(push, 1)
347 #pragma pack(push, 1)
358 #pragma pack(push, 1)
371 #pragma pack(push, 1)
377 #pragma pack(push, 1)
383 #pragma pack(push, 1)
389 #pragma pack(push, 1)
400 #pragma pack(push, 1)
419 #pragma pack(push, 1)
[all …]

12345678910>>...412