OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:genid
(Results
1 - 3
of
3
) sorted by null
/external/skia/src/core/
SkPixelRef.cpp
56
uint32_t
genID
= fGenerationID;
57
if (0 ==
genID
) {
61
genID
= sk_atomic_inc(&gPixelRefGenerationID) + 1;
62
} while (0 ==
genID
);
63
fGenerationID =
genID
;
65
return
genID
;
/external/tcpdump/
print-dvmrp.c
229
register u_int32_t
genid
;
local
237
genid
= (bp[0] << 24) | (bp[1] << 16) | (bp[2] << 8) | bp[3];
244
printf("
genid
%u",
genid
);
/external/ipsec-tools/src/racoon/
oakley.c
[
all
...]
Completed in 179 milliseconds