Searched defs:rescode (Results 1 - 2 of 2) sorted by relevance

/external/tcpdump/
H A Dprint-forces.c1220 uint32_t rescode; local
1234 rescode = EXTRACT_32BITS(pptr);
1235 if (rescode > ASTMCD) {
1236 ND_PRINT((ndo, "illegal ASTresult result code: %d!\n", rescode));
1242 switch (rescode) {
1262 ND_PRINT((ndo, "(%x)\n%s", rescode, ib));
1278 uint32_t rescode; local
1292 rescode = EXTRACT_32BITS(pptr);
1294 if (rescode > ASRMCD) {
1295 ND_PRINT((ndo, "illegal ASRresult result code: %d!\n", rescode));
[all...]
/external/annotation-tools/annotation-file-utilities/
H A Dannotation-file-utilities.jarMETA-INF/ META-INF/MANIFEST.MF annotations/ annotations/el/ annotations/field/ annotations/io/ annotations/io/classfile/ ...

Completed in 128 milliseconds