| /xsrc/external/mit/libxcb/dist/src/ |
| H A D | xcb_auth.c | 198 #define APPEND(buf,idx,val) do_append((buf),&(idx),&(val),sizeof(val)) macro 212 APPEND(info->data, j, si->sin_addr.s_addr); 213 APPEND(info->data, j, si->sin_port); 223 APPEND(info->data, j, si6->sin6_port); 232 APPEND(info->data, j, fakeaddr); 233 APPEND(info->data, j, fakeport); 242 APPEND(info->data, j, fakeaddr); 243 APPEND(info->data, j, fakeport); 252 APPEND(info->data, j, now); 261 #undef APPEND [all...] |
| /xsrc/external/mit/MesaLib/dist/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
|
| /xsrc/external/mit/ctwm/dist/cmake_files/ |
| H A D | build_options.cmake | 38 list(APPEND CTWMLIBS ${X11_Xpm_LIB}) 39 list(APPEND CTWMSRC image_xpm.c) 58 list(APPEND CTWMLIBS ${JPEG_LIBRARIES}) 59 list(APPEND CTWMSRC image_jpeg.c) 72 list(APPEND CTWMSRC parse_m4.c) 92 list(APPEND CTWMSRC sound.c) 93 list(APPEND CTWMLIBS ${LIBRPLAY}) 108 list(APPEND CTWMSRC ewmh.c ewmh_atoms.c) 154 list(APPEND CTWMLIBS ${X11_Xrandr_LIB}) 155 list(APPEND CTWMSR [all...] |
| H A D | compiler_feature_checks.cmake | 76 list(APPEND CMAKE_REQUIRED_DEFINITIONS ${C99_FLAG}) 90 list(APPEND CMAKE_REQUIRED_DEFINITIONS ${_SFLAG}) 95 list(APPEND EXTRA_SYM_FLAGS ${_SFLAG})
|
| H A D | setup_yacc.cmake | 15 list(APPEND YFLAGS -t -v)
|
| H A D | gen_source_files.cmake | 36 list(APPEND CTWMSRC ${CMAKE_CURRENT_BINARY_DIR}/event_names_table.h) 51 list(APPEND CTWMSRC ${fd_h} ${fdd_h} ${fpt_h} ${fde_h})
|
| H A D | handle_manual.cmake | 323 list(APPEND MAN_TYPES man) 326 list(APPEND MAN_TYPES man-html) 329 list(APPEND MAN_TYPES man-pdf)
|
| H A D | find_asciidoc_bits.cmake | 196 list(APPEND dependancies ${_ARGS_DEPENDS})
|
| /xsrc/external/mit/xorg-server.old/dist/hw/dmx/config/ |
| H A D | parser.y | 48 #define APPEND(type, h, t) \ 99 | EntryList Entry { APPEND(DMXConfigEntryPtr,$1,$2); $$ = $1; } 117 | SubList Sub { APPEND(DMXConfigSubPtr,$1,$2); $$ = $1; } 140 | ParamList Param { APPEND(DMXConfigParamPtr,$1,$2); $$ = $1; } 225 | NameList Name { APPEND(DMXConfigStringPtr, $1, $2); $$ = $1; }
|
| H A D | parser.c | 84 #define APPEND(type, h, t) \ macro 1478 { APPEND(DMXConfigEntryPtr,(yyvsp[(1) - (2)].entry),(yyvsp[(2) - (2)].entry)); (yyval.entry) = (yyvsp[(1) - (2)].entry); } 1527 { APPEND(DMXConfigSubPtr,(yyvsp[(1) - (2)].subentry),(yyvsp[(2) - (2)].subentry)); (yyval.subentry) = (yyvsp[(1) - (2)].subentry); } 1592 { APPEND(DMXConfigParamPtr,(yyvsp[(1) - (2)].param),(yyvsp[(2) - (2)].param)); (yyval.param) = (yyvsp[(1) - (2)].param); } 1781 { APPEND(DMXConfigStringPtr, (yyvsp[(1) - (2)].string), (yyvsp[(2) - (2)].string)); (yyval.string) = (yyvsp[(1) - (2)].string); }
|
| /xsrc/external/mit/MesaLib/dist/src/freedreno/drm/ |
| H A D | msm_ringbuffer_sp.h | 73 APPEND(&msm_ring->u, reloc_bos, fd_bo_ref(reloc->bo)); 116 APPEND(&msm_ring->u, reloc_bos, fd_bo_ref(target_bo));
|
| H A D | msm_ringbuffer.c | 149 idx = APPEND( 156 APPEND(submit, bos, fd_bo_ref(bo)); 454 APPEND(&msm_ring->u, cmds, msm_ring->cmd); 487 unsigned idx = APPEND(&msm_ring->u, reloc_bos, fd_bo_ref(reloc->bo)); 503 APPEND(msm_ring->cmd, relocs, 516 APPEND(msm_ring->cmd, relocs,
|
| H A D | freedreno_bo.c | 540 APPEND(bo, fences, bo->_inline_fence); 543 APPEND(bo, fences, (struct fd_bo_fence){
|
| H A D | freedreno_priv.h | 80 #define APPEND(x, name, ...) \ macro
|
| H A D | msm_ringbuffer_sp.c | 149 idx = APPEND(submit, bos, fd_bo_ref(bo)); 652 APPEND(&msm_ring->u, cmds,
|
| /xsrc/external/mit/libdrm/dist/etnaviv/ |
| H A D | etnaviv_cmd_stream.c | 47 #define APPEND(x, name) ({ \ macro 133 idx = APPEND(&priv->submit, bos); 134 idx = APPEND(priv, bos); 252 uint32_t idx = APPEND(&priv->submit, relocs); 269 uint32_t idx = APPEND(&priv->submit, pmrs);
|
| /xsrc/external/mit/MesaLib/dist/src/etnaviv/drm/ |
| H A D | etnaviv_cmd_stream.c | 48 #define APPEND(x, name) ({ \ macro 159 idx = APPEND(&priv->submit, bos); 160 idx = APPEND(priv, bos); 281 idx = APPEND(&priv->submit, relocs); 303 uint32_t idx = APPEND(&priv->submit, pmrs);
|
| /xsrc/external/mit/freetype/dist/ |
| H A D | CMakeLists.txt | 194 list(APPEND CMAKE_MODULE_PATH ${PROJECT_SOURCE_DIR}/builds/cmake) 359 list(APPEND BASE_SRCS "builds/unix/ftsystem.c") 361 list(APPEND BASE_SRCS "src/base/ftsystem.c") 366 list(APPEND BASE_SRCS builds/windows/ftdebug.c 369 list(APPEND BASE_SRCS builds/wince/ftdebug.c) 371 list(APPEND BASE_SRCS src/base/ftdebug.c) 375 list(APPEND BASE_SRCS builds/mac/freetype-Info.plist) 447 list(APPEND PKG_CONFIG_REQUIRED_PRIVATE "zlib") 452 list(APPEND PKG_CONFIG_REQUIRED_PRIVATE "bzip2") 458 list(APPEND PKG_CONFIG_REQUIRED_PRIVAT [all...] |
| /xsrc/external/mit/libdrm/dist/freedreno/msm/ |
| H A D | msm_ringbuffer.c | 206 idx = APPEND(&msm_ring->submit, bos); 207 idx = APPEND(msm_ring, bos); 292 i = APPEND(&msm_ring->submit, cmds); 293 APPEND(msm_ring, cmds); 566 uint32_t idx = APPEND(cmd, relocs); 588 /* NOTE: grab reloc_idx *before* APPEND() since that could 593 idx = APPEND(cmd, relocs);
|
| H A D | msm_priv.h | 136 #define APPEND(x, name) ({ \ macro
|
| /xsrc/external/mit/MesaLib.old/dist/src/freedreno/drm/ |
| H A D | msm_ringbuffer_sp.c | 139 idx = APPEND(submit, submit_bos); 140 idx = APPEND(submit, bos); 362 unsigned idx = APPEND(&msm_ring->u, cmds); 396 unsigned idx = APPEND(&msm_ring->u, reloc_bos); 465 unsigned idx = APPEND(&msm_ring->u, reloc_bos);
|
| H A D | msm_priv.h | 136 #define APPEND(x, name) ({ \ macro
|
| H A D | msm_ringbuffer.c | 161 idx = APPEND(submit, submit_bos); 162 idx = APPEND(submit, bos); 488 unsigned idx = APPEND(&msm_ring->u, cmds); 525 unsigned idx = APPEND(&msm_ring->u, reloc_bos); 546 unsigned idx = APPEND(msm_ring->cmd, relocs); 560 idx = APPEND(msm_ring->cmd, relocs);
|
| /xsrc/external/mit/MesaLib/dist/src/intel/ds/ |
| H A D | intel_pps_driver.cc | 340 APPEND(records, new_records);
|
| /xsrc/external/mit/brotli/dist/ |
| H A D | CMakeLists.txt | 188 set_property(TARGET ${lib} APPEND PROPERTY INCLUDE_DIRECTORIES ${BROTLI_INCLUDE_DIRS}) 195 set_property(TARGET ${lib} APPEND PROPERTY INTERFACE_INCLUDE_DIRECTORIES "${BROTLI_INCLUDE_DIRS}")
|