Home
last modified time | relevance | path

Searched refs:g1 (Results 1 – 3 of 3) sorted by relevance

/test/xts/hats/kernel/freelist/encode_pointer/
DMalloc_encode_pointer.cpp86 volatile struct group_in *g1 = nullptr; in child() local
102 g1 = get_group((uint8_t *)d1); in child()
107 if ((uintptr_t)g1->meta->mem == (uintptr_t)g1) { in child()
113 if ((uintptr_t)g1->meta->prev->next == (uintptr_t)g1->meta->mem) { in child()
/test/xts/hats/kernel/freelist/safe_unlink/
DMalloc_safe_unlink.cpp101 struct group_in *g1 = nullptr; in child() local
113 g1 = get_group(c1); in child()
122 g2->meta = g1->meta; in child()
/test/xts/hats/hdf/hdf_lite/display/
Dloadbmp_test.c44 uint8_t g1; in OsdMakeColorU16() local
49 r1 = g1 = b1 = 0; in OsdMakeColorU16()
51 g1 = g >> (EIGHT_BITS_PER_PIXEL - compinfo.gLen); in OsdMakeColorU16()
59 pixel |= (r1 | (g1 << compinfo.bLen) | (b1 << (compinfo.bLen + compinfo.gLen))); in OsdMakeColorU16()