Home
last modified time | relevance | path

Searched refs:src_suffix (Results 1 – 6 of 6) sorted by relevance

/external/v8/src/wasm/
Dwasm-opcodes-inl.h59 #define CASE_CONVERT_OP(name, RES, SRC, src_suffix, str) \ argument
60 CASE_##RES##_OP(U##name##SRC, str "_" src_suffix "_u") \
61 CASE_##RES##_OP(S##name##SRC, str "_" src_suffix "_s")
62 #define CASE_CONVERT_SAT_OP(name, RES, SRC, src_suffix, str) \ argument
63 CASE_##RES##_OP(U##name##Sat##SRC, str "_sat_" src_suffix "_u") \
64 CASE_##RES##_OP(S##name##Sat##SRC, str "_sat_" src_suffix "_s")
/external/nanopb-c/tests/site_scons/site_tools/
Dnanopb.py109 src_suffix = '.proto',
/external/grpc-grpc/third_party/nanopb/tests/site_scons/site_tools/
Dnanopb.py109 src_suffix = '.proto',
/external/mesa3d/src/util/format/
Du_format_pack.py658 def generate_format_pack(format, src_channel, src_native_type, src_suffix): argument
664 …c_row, unsigned src_stride, unsigned width, unsigned height)' % (name, src_suffix, src_native_type…
667 …_row, unsigned src_stride, unsigned width, unsigned height);' % (name, src_suffix, src_native_type…
/external/virglrenderer/src/gallium/auxiliary/util/
Du_format_pack.py644 def generate_format_pack(format, src_channel, src_native_type, src_suffix): argument
650 …c_row, unsigned src_stride, unsigned width, unsigned height)' % (name, src_suffix, src_native_type…
/external/mesa3d/scons/
Dcustom.py100 src_suffix = '$SHOBJSUFFIX',