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

  /frameworks/native/libs/ui/
PixelFormat.cpp 34 uint8_t gh; member in struct:android::Info::__anon20158
134 info->h_green = i->gh;
  /external/icu4c/samples/ucnv/
convsamp.cpp 405 uint32_t gh = 0; local
463 gh++;
482 printf("%d ie digraphs, %d gh digraphs.\n", ie, gh);
  /system/core/include/pixelflinger/
format.h 113 uint8_t gh; // green high bit position + 1 member in struct:__anon43853::__anon43855::__anon43856
  /external/tcpdump/
print-juniper.c 174 const struct juniper_ggsn_header *gh; local
181 gh = (struct juniper_ggsn_header *)p;
185 tok2str(juniper_protocol_values,"Unknown",gh->proto),
186 gh->proto,
187 EXTRACT_16BITS(&gh->vlan_id[0]));
189 switch (gh->proto) {
200 printf("unknown GGSN proto (%u)", gh->proto);

Completed in 149 milliseconds