Home
last modified time | relevance | path

Searched refs:type__ (Results 1 – 4 of 4) sorted by relevance

/external/pffft/
Dpffft.c80 # 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
Dpffft_double.c90 # 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/
Didl_parser.cpp3229 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/
Dkms_chamelium.c2546 #define connector_subtest(name__, type__) \ argument
2550 DRM_MODE_CONNECTOR_ ## type__)