Searched refs:id3 (Results 1 - 2 of 2) sorted by relevance

/barrelfish-2018-10-04/usr/tests/octopus/
H A Dd2pubsub.c57 subscription_t id3 = 0; local
78 err = oct_subscribe(message_handler, &received, &id3, "_ { age > %d }",
81 debug_printf("id is: %"PRIu64"\n", id3);
103 err = oct_unsubscribe(id3);
/barrelfish-2018-10-04/lib/openssl-1.0.0d/apps/
H A Dciphers.c203 int id3 = (int)(id & 0xffL); local
206 BIO_printf(STDout, " 0x%02X,0x%02X,0x%02X - ", id1, id2, id3); /* SSL2 cipher */
208 BIO_printf(STDout, " 0x%02X,0x%02X - ", id2, id3); /* SSL3 cipher */
210 BIO_printf(STDout, "0x%02X,0x%02X,0x%02X,0x%02X - ", id0, id1, id2, id3); /* whatever */

Completed in 86 milliseconds