Searched refs:id1 (Results 1 - 5 of 5) sorted by relevance

/barrelfish-2018-10-04/lib/openssl-1.0.0d/crypto/rc4/
H A Drc4_skey.c91 register int id1,id2; local
98 id1=id2=0;
102 id2 = (data[id1] + tmp + id2) & 0xff; \
103 if (++id1 == len) id1=0; \
/barrelfish-2018-10-04/usr/tests/octopus/
H A Dd2pubsub.c55 subscription_t id1 = 0; local
64 err = oct_subscribe(message_handler, &received, &id1, "111 [] attr: 10 }");
67 err = oct_subscribe(message_handler, &received, &id1,
70 debug_printf("id is: %"PRIu64"\n", id1);
99 err = oct_unsubscribe(id1);
/barrelfish-2018-10-04/lib/bulk_transfer/
H A Dbulk_pool.c158 * @return -1 if id1 is less than id2
160 * 1 if id1 is bigger than id2
162 int8_t bulk_pool_cmp_id(struct bulk_pool_id *id1, struct bulk_pool_id *id2) argument
165 if (id1->machine < id2->machine) {
169 if (id1->machine > id2->machine) {
173 if (id1->dom < id2->dom) {
177 if (id1->dom > id2->dom) {
181 if (id1->local < id2->local) {
185 if (id1->local > id2->local) {
189 assert(id1
[all...]
H A Dbulk_pool.h50 * @return -1 if id1 is less than id2
52 * 1 if id1 is bigger than id2
54 int8_t bulk_pool_cmp_id(struct bulk_pool_id *id1,
/barrelfish-2018-10-04/lib/openssl-1.0.0d/apps/
H A Dciphers.c201 int id1 = (int)((id >> 16) & 0xffL); local
206 BIO_printf(STDout, " 0x%02X,0x%02X,0x%02X - ", id1, id2, id3); /* SSL2 cipher */
210 BIO_printf(STDout, "0x%02X,0x%02X,0x%02X,0x%02X - ", id0, id1, id2, id3); /* whatever */

Completed in 44 milliseconds