Searched refs:type__ (Results 1 – 4 of 4) sorted by relevance
/external/pffft/ |
D | pffft.c | 80 # define VLA_ARRAY_ON_STACK(type__, varname__, size__) type__ varname__[size__]; argument 85 # define VLA_ARRAY_ON_STACK(type__, varname__, size__) type__ *varname__ = (type__*)_alloca(size__… argument
|
D | pffft_double.c | 90 # define VLA_ARRAY_ON_STACK(type__, varname__, size__) type__ varname__[size__]; argument 95 # define VLA_ARRAY_ON_STACK(type__, varname__, size__) type__ *varname__ = (type__*)_alloca(size__… argument
|
/external/flatbuffers/src/ |
D | idl_parser.cpp | 3229 auto type__ = value.type.Serialize(builder); in Serialize() local 3237 *builder, name__, type__, id, value.offset, in Serialize() 3348 auto type__ = underlying_type.Serialize(builder); in Serialize() local 3353 return reflection::CreateEnum(*builder, name__, vals__, is_union, type__, in Serialize() 3379 auto type__ = union_type.Serialize(builder); in Serialize() local 3386 type__, docs__); in Serialize()
|
/external/igt-gpu-tools/tests/ |
D | kms_chamelium.c | 2546 #define connector_subtest(name__, type__) \ argument 2550 DRM_MODE_CONNECTOR_ ## type__)
|