Home
last modified time | relevance | path

Searched defs:type__ (Results 1 – 6 of 6) 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/federated-compute/fcp/base/
Dtracing_schema.h47 auto type__ = fbb->CreateString(type.data(), type.size()); in Create() local
Dtracing_schema_generated.h380 auto type__ = type ? _fbb.CreateString(type) : 0; variable
/external/flatbuffers/src/
Didl_parser.cpp3777 auto type__ = value.type.Serialize(builder); in Serialize() local
3896 const auto type__ = underlying_type.Serialize(builder); in Serialize() local
3929 auto type__ = union_type.Serialize(builder); in Serialize() local
/external/igt-gpu-tools/tests/
Dkms_chamelium.c2546 #define connector_subtest(name__, type__) \ argument