Home
last modified time | relevance | path

Searched defs:APPEND (Results 1 - 19 of 19) sorted by relevance

/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/tests/
H A DRecordTest.cpp56 #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 Dtypes.rs33 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 Dtypes.rs31 const APPEND = linux_raw_sys::general::RWF_APPEND; consts
/third_party/libdrm/etnaviv/
H A Detnaviv_cmd_stream.c47 #define APPEND(x, name) ({ \ macro
/third_party/libdrm/freedreno/msm/
H A Dmsm_priv.h136 #define APPEND(x, name) ({ \ macro
/third_party/mesa3d/src/etnaviv/drm/
H A Detnaviv_cmd_stream.c48 #define APPEND(x, name) ({ \ macro
/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
/third_party/icu/icu4c/source/tools/genrb/
H A Drle.c95 #define APPEND( buffer, bufLimit, value, num, status) UPRV_BLOCK_MACRO_BEGIN { \ macro
/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
/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
/third_party/python/Python/
H A Dast_unparse.c63 #define APPEND(type, value) do { \ macro
[all...]
/third_party/mesa3d/src/freedreno/drm/
H A Dfreedreno_priv.h81 #define APPEND(x, name, ...) \ macro
/third_party/rust/crates/rustix/src/backend/libc/fs/
H A Dtypes.rs168 const APPEND = c::O_APPEND; consts
/third_party/rust/crates/rustix/src/backend/linux_raw/fs/
H A Dtypes.rs145 const APPEND = linux_raw_sys::general::O_APPEND; consts
/third_party/mesa3d/src/imagination/vulkan/pds/
H A Dpvr_pds.c2088 #define APPEND(X) \ in pvr_pds_compute_shader() macro
2350 #undef APPEND pvr_pds_compute_shader() macro
[all...]
/third_party/python/Lib/
H A Dpickle.py131 APPEND = b'a' # append stack top to list below it variable
/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
776 # undef APPEND in png_convert_to_rfc1123_buffer() macro
/third_party/python/Modules/
H A D_pickle.c70 APPEND = 'a', enumerator

Completed in 41 milliseconds