/third_party/skia/tests/ |
H A D | RecordTest.cpp | 56 #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 D | rle.c | 95 #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 D | rle.c | 95 #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 D | rle.c | 95 #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 D | ast_unparse.c | 63 #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 D | etnaviv_cmd_stream.c | 47 #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 D | etnaviv_cmd_stream.c | 48 #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 D | pvr_pds.c | 2088 #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 D | msm_ringbuffer.c | 206 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 D | msm_priv.h | 136 #define APPEND(x, name) ({ \ macro
|
/third_party/mesa3d/src/freedreno/drm/msm/ |
H A D | msm_ringbuffer.c | 148 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 D | freedreno_ringbuffer_sp_reloc.h | 73 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 D | freedreno_ringbuffer_sp.c | 79 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 D | freedreno_bo.c | 574 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 D | freedreno_priv.h | 81 #define APPEND(x, name, ...) \ macro
|
/third_party/mesa3d/src/freedreno/drm/virtio/ |
H A D | virtio_ringbuffer.h | 77 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 D | read_write.rs | 128 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 D | pps_algorithm.h | 16 #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 D | hb-buffer-serialize.cc | 124 #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 D | types.rs | 31 const APPEND = linux_raw_sys::general::RWF_APPEND; consts
|
/third_party/rust/crates/rustix/src/backend/libc/io/ |
H A D | types.rs | 33 const APPEND = linux_raw_sys::general::RWF_APPEND as c::c_int; consts
|
/third_party/mesa3d/src/intel/ds/ |
H A D | intel_pps_driver.cc | 282 APPEND(records, new_records);
|
/third_party/skia/third_party/externals/libpng/ |
H A D | png.c | 760 # 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 D | pickle.py | 131 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 D | types.rs | 145 const APPEND = linux_raw_sys::general::O_APPEND; consts
|