Home
last modified time | relevance | path

Searched refs:APPEND (Results 1 - 25 of 29) sorted by relevance

12

/third_party/skia/tests/
H A DRecordTest.cpp56 #define APPEND(record, type, ...) new (record.append<type>()) type{__VA_ARGS__} macro
65 APPEND(record, SkRecords::DrawRect, paint, rect); in DEF_TEST()
83 APPEND(record, SkRecords::Save); in DEF_TEST()
84 APPEND(record, SkRecords::ClipRect); in DEF_TEST()
85 APPEND(record, SkRecords::NoOp); in DEF_TEST()
86 APPEND(record, SkRecords::DrawRect); in DEF_TEST()
87 APPEND(record, SkRecords::NoOp); in DEF_TEST()
88 APPEND(record, SkRecords::NoOp); in DEF_TEST()
89 APPEND(record, SkRecords::Restore); in DEF_TEST()
100 #undef APPEND macro
[all...]
/third_party/node/deps/icu-small/source/tools/genrb/
H A Drle.c95 #define APPEND( buffer, bufLimit, value, num, status) UPRV_BLOCK_MACRO_BEGIN { \ macro
115 APPEND(buffer,bufLimit,ESCAPE, num, status); in encodeRunShort()
118 APPEND(buffer,bufLimit,value,num, status); in encodeRunShort()
124 APPEND(buffer,bufLimit,ESCAPE,num,status); in encodeRunShort()
127 APPEND(buffer,bufLimit,value,num,status); in encodeRunShort()
130 APPEND(buffer,bufLimit,ESCAPE,num,status); in encodeRunShort()
131 APPEND(buffer,bufLimit,(uint16_t) length, num,status); in encodeRunShort()
132 APPEND(buffer,bufLimit,(uint16_t)value, num, status); /* Don't need to escape this value */ in encodeRunShort()
/third_party/icu/icu4c/source/tools/genrb/
H A Drle.c95 #define APPEND( buffer, bufLimit, value, num, status) UPRV_BLOCK_MACRO_BEGIN { \ macro
115 APPEND(buffer,bufLimit,ESCAPE, num, status); in encodeRunShort()
118 APPEND(buffer,bufLimit,value,num, status); in encodeRunShort()
124 APPEND(buffer,bufLimit,ESCAPE,num,status); in encodeRunShort()
127 APPEND(buffer,bufLimit,value,num,status); in encodeRunShort()
130 APPEND(buffer,bufLimit,ESCAPE,num,status); in encodeRunShort()
131 APPEND(buffer,bufLimit,(uint16_t) length, num,status); in encodeRunShort()
132 APPEND(buffer,bufLimit,(uint16_t)value, num, status); /* Don't need to escape this value */ in encodeRunShort()
/third_party/skia/third_party/externals/icu/source/tools/genrb/
H A Drle.c95 #define APPEND( buffer, bufLimit, value, num, status) UPRV_BLOCK_MACRO_BEGIN { \ macro
115 APPEND(buffer,bufLimit,ESCAPE, num, status); in encodeRunShort()
118 APPEND(buffer,bufLimit,value,num, status); in encodeRunShort()
124 APPEND(buffer,bufLimit,ESCAPE,num,status); in encodeRunShort()
127 APPEND(buffer,bufLimit,value,num,status); in encodeRunShort()
130 APPEND(buffer,bufLimit,ESCAPE,num,status); in encodeRunShort()
131 APPEND(buffer,bufLimit,(uint16_t) length, num,status); in encodeRunShort()
132 APPEND(buffer,bufLimit,(uint16_t)value, num, status); /* Don't need to escape this value */ in encodeRunShort()
/third_party/python/Python/
H A Dast_unparse.c63 #define APPEND(type, value) do { \ macro
230 APPEND(arg, (arg_ty)asdl_seq_GET(args->posonlyargs, i)); in append_ast_args()
232 APPEND(arg, (arg_ty)asdl_seq_GET(args->args, i-posonlyarg_count)); in append_ast_args()
250 APPEND(arg, args->vararg); in append_ast_args()
259 APPEND(arg, (arg_ty)asdl_seq_GET(args->kwonlyargs, i)); in append_ast_args()
275 APPEND(arg, args->kwarg); in append_ast_args()
288 APPEND(args, e->v.Lambda.args); in append_ast_lambda()
412 APPEND(comprehension, (comprehension_ty)asdl_seq_GET(comprehensions, i)); in append_ast_comprehensions()
423 APPEND(comprehensions, e->v.GeneratorExp.generators); in append_ast_genexp()
432 APPEND(comprehension in append_ast_listcomp()
[all...]
/third_party/libdrm/etnaviv/
H A Detnaviv_cmd_stream.c47 #define APPEND(x, name) ({ \ macro
133 idx = APPEND(&priv->submit, bos); in append_bo()
134 idx = APPEND(priv, bos); in append_bo()
252 uint32_t idx = APPEND(&priv->submit, relocs); in etna_cmd_stream_reloc()
269 uint32_t idx = APPEND(&priv->submit, pmrs); in etna_cmd_stream_perf()
/third_party/mesa3d/src/etnaviv/drm/
H A Detnaviv_cmd_stream.c48 #define APPEND(x, name) ({ \ macro
161 idx = APPEND(&priv->submit, bos); in append_bo()
162 idx = APPEND(priv, bos); in append_bo()
267 idx = APPEND(&priv->submit, relocs); in etna_cmd_stream_reloc()
289 uint32_t idx = APPEND(&priv->submit, pmrs); in etna_cmd_stream_perf()
/third_party/mesa3d/src/imagination/vulkan/pds/
H A Dpvr_pds.c2088 #define APPEND(X) \ in pvr_pds_compute_shader() macro
2103 APPEND( in pvr_pds_compute_shader()
2114 APPEND(pvr_pds_encode_doutw64(0, /* cc */ in pvr_pds_compute_shader()
2120 APPEND(pvr_pds_encode_doutw64(0, /* cc */ in pvr_pds_compute_shader()
2134 APPEND(pvr_pds_inst_encode_add32( in pvr_pds_compute_shader()
2166 APPEND(pvr_pds_encode_doutw64(0, /* cc */ in pvr_pds_compute_shader()
2175 APPEND(pvr_pds_encode_doutw64( in pvr_pds_compute_shader()
2185 APPEND(pvr_pds_encode_doutu(0, /* cc */ in pvr_pds_compute_shader()
2192 APPEND(pvr_pds_inst_encode_halt(0)); in pvr_pds_compute_shader()
2224 APPEND(pvr_pds_encode_doutw6 in pvr_pds_compute_shader()
2350 #undef APPEND pvr_pds_compute_shader() macro
[all...]
/third_party/libdrm/freedreno/msm/
H A Dmsm_ringbuffer.c206 idx = APPEND(&msm_ring->submit, bos); in append_bo()
207 idx = APPEND(msm_ring, bos); in append_bo()
292 i = APPEND(&msm_ring->submit, cmds); in get_cmd()
293 APPEND(msm_ring, cmds); in get_cmd()
566 uint32_t idx = APPEND(cmd, relocs); in msm_ringbuffer_emit_reloc()
588 /* NOTE: grab reloc_idx *before* APPEND() since that could in msm_ringbuffer_emit_reloc()
593 idx = APPEND(cmd, relocs); in msm_ringbuffer_emit_reloc()
H A Dmsm_priv.h136 #define APPEND(x, name) ({ \ macro
/third_party/mesa3d/src/freedreno/drm/msm/
H A Dmsm_ringbuffer.c148 idx = APPEND( in append_bo()
155 APPEND(submit, bos, fd_bo_ref(bo)); in append_bo()
453 APPEND(&msm_ring->u, cmds, msm_ring->cmd); in finalize_current_cmd()
486 unsigned idx = APPEND(&msm_ring->u, reloc_bos, fd_bo_ref(reloc->bo)); in msm_ringbuffer_emit_reloc()
502 APPEND(msm_ring->cmd, relocs, in msm_ringbuffer_emit_reloc()
515 APPEND(msm_ring->cmd, relocs, in msm_ringbuffer_emit_reloc()
/third_party/mesa3d/src/freedreno/drm/
H A Dfreedreno_ringbuffer_sp_reloc.h73 APPEND(&fd_ring->u, reloc_bos, fd_bo_ref(reloc->bo)); in fd_ringbuffer_sp_emit_reloc_obj()
116 APPEND(&fd_ring->u, reloc_bos, fd_bo_ref(target_bo)); in fd_ringbuffer_sp_emit_reloc_ring()
H A Dfreedreno_ringbuffer_sp.c79 idx = APPEND(submit, bos, fd_bo_ref(bo)); in fd_submit_append_bo()
451 APPEND(&fd_ring->u, cmds, in finalize_current_cmd()
H A Dfreedreno_bo.c574 APPEND(bo, fences, bo->_inline_fence); in fd_bo_add_fence()
577 APPEND(bo, fences, (struct fd_bo_fence){ in fd_bo_add_fence()
H A Dfreedreno_priv.h81 #define APPEND(x, name, ...) \ macro
/third_party/mesa3d/src/freedreno/drm/virtio/
H A Dvirtio_ringbuffer.h77 APPEND(&virtio_ring->u, reloc_bos, fd_bo_ref(reloc->bo)); in virtio_ringbuffer_emit_reloc_obj()
120 APPEND(&virtio_ring->u, reloc_bos, fd_bo_ref(target_bo)); in virtio_ringbuffer_emit_reloc_ring()
/third_party/rust/crates/rustix/tests/io/
H A Dread_write.rs128 rustix::io::ReadWriteFlags::APPEND.bits() as i32, in test_rwf_values()
170 match pwritev2(&foo, &[IoSlice::new(b"world")], 0, ReadWriteFlags::APPEND) { in test_pwritev2()
179 pwritev2(&foo, &[IoSlice::new(b"world")], !0, ReadWriteFlags::APPEND).unwrap(); in test_pwritev2()
/third_party/mesa3d/src/tool/pps/
H A Dpps_algorithm.h16 #define APPEND(a, b) (a.insert(std::end(a), std::begin(b), std::end(b))) macro
/third_party/skia/third_party/externals/harfbuzz/src/
H A Dhb-buffer-serialize.cc124 #define APPEND(s) HB_STMT_START { strcpy (p, s); p += strlen (s); } HB_STMT_END in _hb_buffer_serialize_glyphs_json() macro
133 APPEND ("\"g\":"); in _hb_buffer_serialize_glyphs_json()
228 APPEND ("\"u\":"); in _hb_buffer_serialize_unicode_json()
/third_party/rust/crates/rustix/src/backend/linux_raw/io/
H A Dtypes.rs31 const APPEND = linux_raw_sys::general::RWF_APPEND; consts
/third_party/rust/crates/rustix/src/backend/libc/io/
H A Dtypes.rs33 const APPEND = linux_raw_sys::general::RWF_APPEND as c::c_int; consts
/third_party/mesa3d/src/intel/ds/
H A Dintel_pps_driver.cc282 APPEND(records, new_records);
/third_party/skia/third_party/externals/libpng/
H A Dpng.c760 # define APPEND(ch) if (pos < 28) out[pos++] = (ch) in png_convert_to_rfc1123_buffer() macro
763 APPEND(' '); in png_convert_to_rfc1123_buffer()
765 APPEND(' '); in png_convert_to_rfc1123_buffer()
767 APPEND(' '); in png_convert_to_rfc1123_buffer()
769 APPEND(':'); in png_convert_to_rfc1123_buffer()
771 APPEND(':'); in png_convert_to_rfc1123_buffer()
776 # undef APPEND in png_convert_to_rfc1123_buffer() macro
/third_party/python/Lib/
H A Dpickle.py131 APPEND = b'a' # append stack top to list below it variable
946 write(APPEND)
960 write(APPEND)
1666 dispatch[APPEND[0]] = load_append
/third_party/rust/crates/rustix/src/backend/linux_raw/fs/
H A Dtypes.rs145 const APPEND = linux_raw_sys::general::O_APPEND; consts

Completed in 28 milliseconds

12