/third_party/mesa3d/src/tool/pps/ |
D | pps_algorithm.h | 16 #define APPEND(a, b) (a.insert(std::end(a), std::begin(b), std::end(b))) macro
|
/third_party/rust/crates/rustix/src/backend/libc/io/ |
D | types.rs | 33 const APPEND = linux_raw_sys::general::RWF_APPEND as c::c_int; constant
|
/third_party/rust/crates/rustix/src/backend/linux_raw/io/ |
D | types.rs | 31 const APPEND = linux_raw_sys::general::RWF_APPEND; constant
|
/third_party/skia/tests/ |
D | RecordTest.cpp | 56 #define APPEND(record, type, ...) new (record.append<type>()) type{__VA_ARGS__} macro
|
/third_party/libdrm/freedreno/msm/ |
D | msm_priv.h | 136 #define APPEND(x, name) ({ \ macro
|
/third_party/libdrm/etnaviv/ |
D | etnaviv_cmd_stream.c | 47 #define APPEND(x, name) ({ \ macro
|
/third_party/mesa3d/src/etnaviv/drm/ |
D | etnaviv_cmd_stream.c | 48 #define APPEND(x, name) ({ \ macro
|
/third_party/skia/third_party/externals/libpng/ |
D | png.c | 760 # define APPEND(ch) if (pos < 28) out[pos++] = (ch) in png_convert_to_rfc1123_buffer() macro
|
/third_party/icu/icu4c/source/tools/genrb/ |
D | rle.c | 95 #define APPEND( buffer, bufLimit, value, num, status) UPRV_BLOCK_MACRO_BEGIN { \ macro
|
/third_party/skia/third_party/externals/icu/source/tools/genrb/ |
D | rle.c | 95 #define APPEND( buffer, bufLimit, value, num, status) UPRV_BLOCK_MACRO_BEGIN { \ macro
|
/third_party/node/deps/icu-small/source/tools/genrb/ |
D | rle.c | 95 #define APPEND( buffer, bufLimit, value, num, status) UPRV_BLOCK_MACRO_BEGIN { \ macro
|
/third_party/skia/third_party/externals/harfbuzz/src/ |
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
|
/third_party/python/Python/ |
D | ast_unparse.c | 63 #define APPEND(type, value) do { \ macro
|
/third_party/rust/crates/rustix/src/backend/linux_raw/fs/ |
D | types.rs | 145 const APPEND = linux_raw_sys::general::O_APPEND; constant
|
/third_party/mesa3d/src/freedreno/drm/ |
D | freedreno_priv.h | 81 #define APPEND(x, name, ...) \ macro
|
/third_party/elfutils/libcpu/ |
D | i386_parse.y | 1151 #define APPEND(a, b) APPEND_ (a, b) in instrtable_out() macro
|
/third_party/rust/crates/rustix/src/backend/libc/fs/ |
D | types.rs | 168 const APPEND = c::O_APPEND; constant
|
/third_party/python/Lib/ |
D | pickle.py | 131 APPEND = b'a' # append stack top to list below it variable
|
/third_party/mesa3d/src/imagination/vulkan/pds/ |
D | pvr_pds.c | 2088 #define APPEND(X) \ in pvr_pds_compute_shader() macro
|
/third_party/python/Modules/ |
D | _pickle.c | 58 APPEND = 'a', enumerator
|