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

  /external/icu4c/samples/ucnv/
convsamp.cpp 411 uint32_t gh = 0; local
471 gh++;
487 printf("%d ie digraphs, %d gh digraphs.\n", ie, gh);
  /external/mesa3d/include/pixelflinger2/
pixelflinger2_format.h 119 uint8_t gh; // green high bit position + 1 member in struct:__anon8728::__anon8730::__anon8731
  /system/core/include/pixelflinger/
format.h 113 uint8_t gh; // green high bit position + 1 member in struct:__anon25924::__anon25926::__anon25927
  /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 94 milliseconds