HomeSort by relevance Sort by last modified time
    Searched defs:bits_t (Results 1 - 7 of 7) sorted by null

  /bionic/libc/arch-mips/string/
strchr.c 42 } bits_t; typedef in typeref:struct:__anon192
47 } bits_t; typedef in typeref:struct:__anon193
53 bits_t b;
strcpy.c 59 } bits_t; typedef in typeref:struct:__anon195
64 } bits_t; typedef in typeref:struct:__anon196
70 bits_t b;
memmove.c 66 } bits_t; typedef in typeref:struct:__anon189
72 } bits_t; typedef in typeref:struct:__anon190
78 bits_t b;
memcmp.c 66 } bits_t; typedef in typeref:struct:bits
74 } bits_t; typedef in typeref:struct:bits
82 bits_t b;
memcpy.c 66 } bits_t; typedef in typeref:struct:__anon186
72 } bits_t; typedef in typeref:struct:__anon187
78 bits_t b;
  /prebuilts/ndk/r13/sources/third_party/shaderc/third_party/glslang/SPIRV/
SPVRemapper.h 245 typedef std::uint64_t bits_t; typedef in class:spv::spirvbin_t
246 std::vector<bits_t> mapped; // which new IDs have been mapped
247 static const int mBits = sizeof(bits_t) * 4;
  /prebuilts/ndk/r13/sources/third_party/vulkan/glslang/SPIRV/
SPVRemapper.h 245 typedef std::uint64_t bits_t; typedef in class:spv::spirvbin_t
246 std::vector<bits_t> mapped; // which new IDs have been mapped
247 static const int mBits = sizeof(bits_t) * 4;

Completed in 170 milliseconds