Searched defs:type__ (Results 1 – 6 of 6) 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/federated-compute/fcp/base/ |
| D | tracing_schema.h | 47 auto type__ = fbb->CreateString(type.data(), type.size()); in Create() local
|
| D | tracing_schema_generated.h | 380 auto type__ = type ? _fbb.CreateString(type) : 0; variable
|
| /external/flatbuffers/src/ |
| D | idl_parser.cpp | 3777 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/ |
| D | kms_chamelium.c | 2546 #define connector_subtest(name__, type__) \ argument
|