Home
last modified time | relevance | path

Searched refs:size8 (Results 1 – 5 of 5) sorted by relevance

/external/skia/modules/skunicode/include/
DSkUnicode.h161 size_t size8 = 0; in extractUtfConversionMapping() local
174 appender16(size8); in extractUtfConversionMapping()
188 ++size8; in extractUtfConversionMapping()
192 ++size8; in extractUtfConversionMapping()
196 appender16(size8); in extractUtfConversionMapping()
200 ++size8; in extractUtfConversionMapping()
/external/clang/test/CodeGen/
Ddebug-info-packed-struct.c11 struct size8 { struct
17 struct size8 l0_ofs8; argument
/external/llvm/test/DebugInfo/X86/
Ddebug-info-packed-struct.ll13 ; struct size8 {
19 ; struct size8 l0_ofs8;
23 %struct.layout0 = type { i8, %struct.size8, i8 }
24 %struct.size8 = type { i64 }
162 !11 = !DICompositeType(tag: DW_TAG_structure_type, name: "size8", file: !5, line: 11, size: 64, ali…
/external/libbpf/src/
Dgen_loader.c158 __u32 size8 = roundup(size, 8); in add_data() local
162 if (realloc_data_buf(gen, size8)) in add_data()
167 memcpy(gen->data_cur + size, &zero, size8 - size); in add_data()
169 memset(gen->data_cur, 0, size8); in add_data()
171 gen->data_cur += size8; in add_data()
/external/angle/src/libANGLE/renderer/d3d/d3d11/
Dformatutils11.cpp111 static const DXGIFormatSize size8(8, 1, 1); in GetDXGIFormatSizeInfo() local
193 return size8; in GetDXGIFormatSizeInfo()