OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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:__anon8537::__anon8539::__anon8540
/system/core/include/pixelflinger/
format.h
113
uint8_t
gh
; // green high bit position + 1
member in struct:__anon25716::__anon25718::__anon25719
/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 282 milliseconds