Home
last modified time | relevance | path

Searched defs:StructType (Results 1 – 25 of 82) sorted by relevance

1234

/external/llvm-project/mlir/docs/Tutorials/Toy/
DCh-7.md319 #### Updating Existing Operations
346 #### Adding New `Toy` Operations
420 #### Optimizing Operations on `StructType`
/external/fastrpc/src/
Dadsp_default_listener_stub.c187 typedef struct StructType StructType; typedef
237 struct StructType { struct
238 uint32_t nMembers;
239 const Type * const *members;
240 int32_t inSize;
241 int32_t routSizePrimIn;
242 int32_t routSizePrimROut;
243 uint8_t inAlignment;
244 uint8_t routAlignmentPrimIn;
245 uint8_t routAlignmentPrimROut;
Dadspmsgd_adsp1_stub.c339 typedef struct StructType StructType; typedef
389 struct StructType { struct
390 uint32_t nMembers;
391 const Type * const *members;
392 int32_t inSize;
393 int32_t routSizePrimIn;
394 int32_t routSizePrimROut;
395 uint8_t inAlignment;
396 uint8_t routAlignmentPrimIn;
397 uint8_t routAlignmentPrimROut;
Dadspmsgd_apps_skel.c339 typedef struct StructType StructType; typedef
389 struct StructType { struct
390 uint32_t nMembers;
391 const Type * const *members;
392 int32_t inSize;
393 int32_t routSizePrimIn;
394 int32_t routSizePrimROut;
395 uint8_t inAlignment;
396 uint8_t routAlignmentPrimIn;
397 uint8_t routAlignmentPrimROut;
Dapps_remotectl_skel.c188 typedef struct StructType StructType; typedef
238 struct StructType { struct
239 uint32_t nMembers;
240 const Type * const *members;
241 int32_t inSize;
242 int32_t routSizePrimIn;
243 int32_t routSizePrimROut;
244 uint8_t inAlignment;
245 uint8_t routAlignmentPrimIn;
246 uint8_t routAlignmentPrimROut;
Dadspmsgd_adsp_stub.c339 typedef struct StructType StructType; typedef
389 struct StructType { struct
390 uint32_t nMembers;
391 const Type * const *members;
392 int32_t inSize;
393 int32_t routSizePrimIn;
394 int32_t routSizePrimROut;
395 uint8_t inAlignment;
396 uint8_t routAlignmentPrimIn;
397 uint8_t routAlignmentPrimROut;
Dadsp_perf_stub.c338 typedef struct StructType StructType; typedef
388 struct StructType { struct
389 uint32_t nMembers;
390 const Type * const *members;
391 int32_t inSize;
392 int32_t routSizePrimIn;
393 int32_t routSizePrimROut;
394 uint8_t inAlignment;
395 uint8_t routAlignmentPrimIn;
396 uint8_t routAlignmentPrimROut;
Dremotectl_stub.c339 typedef struct StructType StructType; typedef
389 struct StructType { struct
390 uint32_t nMembers;
391 const Type * const *members;
392 int32_t inSize;
393 int32_t routSizePrimIn;
394 int32_t routSizePrimROut;
395 uint8_t inAlignment;
396 uint8_t routAlignmentPrimIn;
397 uint8_t routAlignmentPrimROut;
Dadsp_current_process_stub.c339 typedef struct StructType StructType; typedef
389 struct StructType { struct
390 uint32_t nMembers;
391 const Type * const *members;
392 int32_t inSize;
393 int32_t routSizePrimIn;
394 int32_t routSizePrimROut;
395 uint8_t inAlignment;
396 uint8_t routAlignmentPrimIn;
397 uint8_t routAlignmentPrimROut;
Dadsp_current_process1_stub.c339 typedef struct StructType StructType; typedef
389 struct StructType { struct
390 uint32_t nMembers;
391 const Type * const *members;
392 int32_t inSize;
393 int32_t routSizePrimIn;
394 int32_t routSizePrimROut;
395 uint8_t inAlignment;
396 uint8_t routAlignmentPrimIn;
397 uint8_t routAlignmentPrimROut;
Dapps_mem_skel.c338 typedef struct StructType StructType; typedef
388 struct StructType { struct
389 uint32_t nMembers;
390 const Type * const *members;
391 int32_t inSize;
392 int32_t routSizePrimIn;
393 int32_t routSizePrimROut;
394 uint8_t inAlignment;
395 uint8_t routAlignmentPrimIn;
396 uint8_t routAlignmentPrimROut;
Dadsp_listener_stub.c187 typedef struct StructType StructType; typedef
237 struct StructType { struct
238 uint32_t nMembers;
239 const Type * const *members;
240 int32_t inSize;
241 int32_t routSizePrimIn;
242 int32_t routSizePrimROut;
243 uint8_t inAlignment;
244 uint8_t routAlignmentPrimIn;
245 uint8_t routAlignmentPrimROut;
/external/libabigail/tests/data/test-diff-suppr/test39-public-headers-dir/
Dtest39-header-v0.h1 typedef struct _StructType StructType; typedef
Dtest39-header-v1.h1 typedef struct _StructType StructType; typedef
/external/llvm-project/llvm/include/llvm/IR/
DGVMaterializer.h26 class StructType; variable
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
DGVMaterializer.h26 class StructType; variable
/external/llvm/include/llvm/IR/
DGVMaterializer.h28 class StructType; variable
DModule.h37 class StructType; variable
/external/llvm-project/mlir/include/mlir/Dialect/SPIRV/
DLayoutUtils.h25 class StructType; variable
/external/llvm-project/llvm/include/llvm/Linker/
DLinker.h17 class StructType; variable
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Linker/
DLinker.h17 class StructType; variable
/external/llvm/include/llvm/Linker/
DLinker.h17 class StructType; variable
/external/llvm-project/llvm/unittests/IR/
DTypesTest.cpp16 TEST(TypesTest, StructType) { in TEST() argument
/external/llvm/unittests/IR/
DTypesTest.cpp17 TEST(TypesTest, StructType) { in TEST() argument
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/
DScalarEvolution.h68 class StructType; variable

1234