Home
last modified time | relevance | path

Searched defs:APPEND (Results 1 – 20 of 20) sorted by relevance

/third_party/mesa3d/src/tool/pps/
Dpps_algorithm.h16 #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/
Dtypes.rs33 const APPEND = linux_raw_sys::general::RWF_APPEND as c::c_int; constant
/third_party/rust/crates/rustix/src/backend/linux_raw/io/
Dtypes.rs31 const APPEND = linux_raw_sys::general::RWF_APPEND; constant
/third_party/skia/tests/
DRecordTest.cpp56 #define APPEND(record, type, ...) new (record.append<type>()) type{__VA_ARGS__} macro
/third_party/libdrm/freedreno/msm/
Dmsm_priv.h136 #define APPEND(x, name) ({ \ macro
/third_party/libdrm/etnaviv/
Detnaviv_cmd_stream.c47 #define APPEND(x, name) ({ \ macro
/third_party/mesa3d/src/etnaviv/drm/
Detnaviv_cmd_stream.c48 #define APPEND(x, name) ({ \ macro
/third_party/skia/third_party/externals/libpng/
Dpng.c760 # define APPEND(ch) if (pos < 28) out[pos++] = (ch) in png_convert_to_rfc1123_buffer() macro
/third_party/icu/icu4c/source/tools/genrb/
Drle.c95 #define APPEND( buffer, bufLimit, value, num, status) UPRV_BLOCK_MACRO_BEGIN { \ macro
/third_party/skia/third_party/externals/icu/source/tools/genrb/
Drle.c95 #define APPEND( buffer, bufLimit, value, num, status) UPRV_BLOCK_MACRO_BEGIN { \ macro
/third_party/node/deps/icu-small/source/tools/genrb/
Drle.c95 #define APPEND( buffer, bufLimit, value, num, status) UPRV_BLOCK_MACRO_BEGIN { \ macro
/third_party/skia/third_party/externals/harfbuzz/src/
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/
Dast_unparse.c63 #define APPEND(type, value) do { \ macro
/third_party/rust/crates/rustix/src/backend/linux_raw/fs/
Dtypes.rs145 const APPEND = linux_raw_sys::general::O_APPEND; constant
/third_party/mesa3d/src/freedreno/drm/
Dfreedreno_priv.h81 #define APPEND(x, name, ...) \ macro
/third_party/elfutils/libcpu/
Di386_parse.y1151 #define APPEND(a, b) APPEND_ (a, b) in instrtable_out() macro
/third_party/rust/crates/rustix/src/backend/libc/fs/
Dtypes.rs168 const APPEND = c::O_APPEND; constant
/third_party/python/Lib/
Dpickle.py131 APPEND = b'a' # append stack top to list below it variable
/third_party/mesa3d/src/imagination/vulkan/pds/
Dpvr_pds.c2088 #define APPEND(X) \ in pvr_pds_compute_shader() macro
/third_party/python/Modules/
D_pickle.c58 APPEND = 'a', enumerator