OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:var32
(Results
1 - 3
of
3
) sorted by null
/sdk/emulator/opengl/host/tools/emugen/
VarType.h
39
class
Var32
: public VarConverter {
41
Var32
() : VarConverter(4) {}
TypeFactory.cpp
30
static
Var32
g_var32;
/external/tcpdump/
print-dccp.c
412
u_int32_t *
var32
;
local
516
var32
= (u_int32_t *)(option + 2);
517
printf(" %u",(u_int32_t)ntohl(*
var32
));
Completed in 207 milliseconds