| /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/tests/ |
| H A D | RecordTest.cpp | 56 #define APPEND(record, type, ...) new (record.append<type>()) type{__VA_ARGS__} macro 100 #undef APPEND macro [all...] |
| /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/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/libdrm/etnaviv/ |
| H A D | etnaviv_cmd_stream.c | 47 #define APPEND(x, name) ({ \ macro
|
| /third_party/libdrm/freedreno/msm/ |
| H A D | msm_priv.h | 136 #define APPEND(x, name) ({ \ macro
|
| /third_party/mesa3d/src/etnaviv/drm/ |
| H A D | etnaviv_cmd_stream.c | 48 #define APPEND(x, name) ({ \ macro
|
| /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
|
| /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
|
| /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
|
| /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
|
| /third_party/python/Python/ |
| H A D | ast_unparse.c | 63 #define APPEND(type, value) do { \ macro [all...] |
| /third_party/mesa3d/src/freedreno/drm/ |
| H A D | freedreno_priv.h | 81 #define APPEND(x, name, ...) \ macro
|
| /third_party/rust/crates/rustix/src/backend/libc/fs/ |
| H A D | types.rs | 168 const APPEND = c::O_APPEND; consts
|
| /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
|
| /third_party/mesa3d/src/imagination/vulkan/pds/ |
| H A D | pvr_pds.c | 2088 #define APPEND(X) \ in pvr_pds_compute_shader() macro 2350 #undef APPEND pvr_pds_compute_shader() macro [all...] |
| /third_party/python/Lib/ |
| H A D | pickle.py | 131 APPEND = b'a' # append stack top to list below it variable
|
| /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 776 # undef APPEND in png_convert_to_rfc1123_buffer() macro
|
| /third_party/python/Modules/ |
| H A D | _pickle.c | 70 APPEND = 'a', enumerator
|