Searched refs:type_t (Results 1 – 4 of 4) sorted by relevance
| /OK3568_Linux_fs/kernel/drivers/gpu/drm/amd/display/include/ |
| H A D | vector.h | 112 #define DAL_VECTOR_INSERT_AT(vector_type, type_t) \ argument 115 type_t what, \ 121 #define DAL_VECTOR_APPEND(vector_type, type_t) \ argument 124 type_t item) \ 133 #define DAL_VECTOR_AT_INDEX(vector_type, type_t) \ argument 134 static type_t vector_type##_vector_at_index( \ 141 #define DAL_VECTOR_SET_AT_INDEX(vector_type, type_t) \ argument 144 type_t what, \
|
| /OK3568_Linux_fs/kernel/include/linux/mlx5/ |
| H A D | device.h | 145 #define MLX5_GET_BE(type_t, typ, p, fld) ({ \ argument 146 type_t tmp; \ 149 tmp = (__force type_t)MLX5_GET(typ, p, fld); \ 152 tmp = (__force type_t)cpu_to_be16(MLX5_GET(typ, p, fld)); \ 155 tmp = (__force type_t)cpu_to_be32(MLX5_GET(typ, p, fld)); \ 158 tmp = (__force type_t)MLX5_GET64_BE(typ, p, fld); \
|
| /OK3568_Linux_fs/buildroot/dl/sox/git/src/ |
| H A D | synth.c | 50 } type_t; typedef 85 type_t type;
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/function/ |
| H A D | function_base.hpp | 75 struct type_t { struct
|