Home
last modified time | relevance | path

Searched refs:maybe_const (Results 1 – 2 of 2) sorted by relevance

/third_party/libffi/src/
Dtypes.c36 #define FFI_TYPEDEF(name, type, id, maybe_const)\ argument
42 maybe_const ffi_type ffi_type_##name = { \
48 #define FFI_COMPLEX_TYPEDEF(name, type, maybe_const) \ argument
57 maybe_const ffi_type ffi_type_complex_##name = { \
/third_party/skia/third_party/externals/angle2/scripts/
Dgenerate_entry_points.py1712 maybe_const = " const" if name_lower_no_suffix.startswith(
1719 maybe_const=maybe_const)