Home
last modified time | relevance | path

Searched defs:int_t (Results 1 – 11 of 11) sorted by relevance

/external/oboe/samples/RhythmGame/third_party/glm/detail/
Dtype_int.hpp262 typedef mediump_int int_t; typedef
264 typedef highp_int int_t; typedef
266 typedef mediump_int int_t; typedef
268 typedef lowp_int int_t; typedef
/external/clang/test/Index/
Dblocks.c3 typedef int int_t; typedef
/external/ComputeLibrary/src/cpu/kernels/assembly/
Dndrange.hpp153 using int_t = unsigned int; typedef in arm_gemm::NDCoordinate
161 NDCoordinate(const std::initializer_list<std::pair<int_t, int_t>> &list) in NDCoordinate()
/external/mesa3d/src/compiler/glsl/
Dlower_vertex_id.cpp86 const glsl_type *const int_t = glsl_type::int_type; in visit() local
Dbuiltin_variables.cpp481 const glsl_type * const int_t; member in __anon2ec231e40111::builtin_variable_generator
/external/clang/test/FixIt/
Dfixit.c51 const typedef typedef int int_t; // expected-warning {{duplicate 'typedef'}} typedef
/external/linux-kselftest/tools/testing/selftests/bpf/progs/
Dtest_core_reloc_mods.c20 typedef const int int_t; typedef
Dbtf_dump_test_case_syntax.c28 typedef int int_t; typedef
Dcore_reloc_types.h531 typedef const int int_t; typedef
/external/clang/test/Sema/
Dformat-strings.c322 typedef enum { A } int_t; typedef
/external/swiftshader/src/Pipeline/
DSpirvShaderDebugger.cpp81 using int_t = PerLane<int>; typedef