HomeSort by relevance Sort by last modified time
    Searched defs:gh (Results 1 - 3 of 3) 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);
  /system/core/include/pixelflinger/
format.h 113 uint8_t gh; // green high bit position + 1 member in struct:__anon17345::__anon17347::__anon17348
  /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 562 milliseconds