Home
last modified time | relevance | path

Searched defs:CONCAT2 (Results 1 – 25 of 25) sorted by relevance

/aosp_15_r20/external/mesa3d/src/gallium/drivers/llvmpipe/
H A Dlp_linear_sampler_tmp.h8 CONCAT2(fetch_memcpy_, FETCH_TYPE)(struct lp_linear_elem *elem) in CONCAT2() function
41 CONCAT2(fetch_axis_aligned_, FETCH_TYPE)(struct lp_linear_elem *elem) in CONCAT2() function
65 CONCAT2(fetch_, FETCH_TYPE)(struct lp_linear_elem *elem) in CONCAT2() function
97 CONCAT2(fetch_clamp_, FETCH_TYPE)(struct lp_linear_elem *elem) in CONCAT2() function
131 CONCAT2(fetch_axis_aligned_linear_, FETCH_TYPE)(struct lp_linear_elem *elem) in CONCAT2() function
149 CONCAT2(fetch_clamp_linear_, FETCH_TYPE)(struct lp_linear_elem *elem) in CONCAT2() function
167 CONCAT2(fetch_linear_, FETCH_TYPE)(struct lp_linear_elem *elem) in CONCAT2() function
/aosp_15_r20/external/mesa3d/src/gallium/auxiliary/draw/
H A Ddraw_pt_vsplit_tmp.h33 CONCAT2(vsplit_primitive_, ELT_TYPE)(struct vsplit_frontend *vsplit, in CONCAT2() function
127 CONCAT2(vsplit_segment_cache_, ELT_TYPE)(struct vsplit_frontend *vsplit, in CONCAT2() function
168 CONCAT2(vsplit_segment_simple_, ELT_TYPE)(struct vsplit_frontend *vsplit, in CONCAT2() function
179 CONCAT2(vsplit_segment_loop_, ELT_TYPE)(struct vsplit_frontend *vsplit, in CONCAT2() function
193 CONCAT2(vsplit_segment_fan_, ELT_TYPE)(struct vsplit_frontend *vsplit, in CONCAT2() function
/aosp_15_r20/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.17-4.8/include/
Dsymcat.h23 #define CONCAT2(a,b) a##b macro
34 #define CONCAT2(a,b) a/**/b macro
/aosp_15_r20/external/clang/test/Lexer/
H A Dcxx0x_keyword_as_cxx98.cpp13 #define CONCAT2(X,Y) X ## Y macro
/aosp_15_r20/external/python/cpython2/Modules/_ctypes/libffi/src/aarch64/
Dsysv.S31 #define CONCAT2(a, b) a ## b macro
/aosp_15_r20/external/libffi/src/aarch64/
H A Dsysv.S34 #define CONCAT2(a, b) a ## b macro
/aosp_15_r20/external/python/cpython2/Modules/_ctypes/libffi/src/metag/
Dsysv.S36 #define CONCAT2(a, b) a ## b macro
/aosp_15_r20/external/libffi/src/metag/
H A Dsysv.S36 #define CONCAT2(a, b) a ## b macro
/aosp_15_r20/external/libffi/src/arm/
H A Dsysv.S67 #define CONCAT2(a, b) a ## b macro
/aosp_15_r20/external/libcxx/utils/google-benchmark/test/
H A Dskip_with_error_test.cc59 #define CONCAT2(x, y) x##y macro
H A Dregister_benchmark_test.cc55 #define CONCAT2(x, y) x##y macro
H A Doutput_test.h16 #define CONCAT2(x, y) x##y macro
/aosp_15_r20/external/python/cpython2/Modules/_ctypes/libffi/src/arm/
Dsysv.S36 #define CONCAT2(a, b) a ## b macro
/aosp_15_r20/external/cronet/third_party/google_benchmark/src/test/
H A Dskip_with_error_test.cc61 #define CONCAT2(x, y) x##y macro
H A Dregister_benchmark_test.cc55 #define CONCAT2(x, y) x##y macro
H A Doutput_test.h16 #define CONCAT2(x, y) x##y macro
/aosp_15_r20/external/google-benchmark/test/
H A Dskip_with_error_test.cc61 #define CONCAT2(x, y) x##y macro
H A Dregister_benchmark_test.cc55 #define CONCAT2(x, y) x##y macro
H A Doutput_test.h16 #define CONCAT2(x, y) x##y macro
/aosp_15_r20/external/trusty/musl/src/internal/
Dfloatscan.c36 #define CONCAT2(x,y) x ## y macro
/aosp_15_r20/bionic/tests/
H A Dclang_fortify_tests.cpp100 #define CONCAT2(x, y) x##y macro
/aosp_15_r20/external/autotest/client/site_tests/platform_ToolchainTests/src/
H A Dclang-fortify-tests.cpp758 #define CONCAT2(x, y) x ## y macro
/aosp_15_r20/external/gsc-utils/include/
H A Dcommon.h30 #define CONCAT2(w, x) CONCAT_STAGE_1(w, x, , ) macro
/aosp_15_r20/external/libcxx/test/support/
H A Dfilesystem_test_helper.hpp272 #define CONCAT2(LHS, RHS) LHS##RHS macro
/aosp_15_r20/external/mesa3d/src/util/
H A Dmacros.h519 #define CONCAT2(a, b) PASTE2(a, b) macro