Searched refs:id2 (Results 1 - 8 of 8) sorted by relevance

/barrelfish-master/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; \
104 d[(n)]=d[id2]; \
105 d[id2]=tmp; }
/barrelfish-master/usr/tests/octopus/
H A Dd2pubsub.c57 subscription_t id2 = 0; local
74 err = oct_subscribe(message_handler, &received, &id2, "_ { str: r'%s' }",
77 debug_printf("id is: %"PRIu64"\n", id2);
102 err = oct_unsubscribe(id2);
/barrelfish-master/lib/openssl-1.0.0d/apps/
H A Dciphers.c202 int id2 = (int)((id >> 8) & 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 */
/barrelfish-master/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->machine == id2
[all...]
H A Dbulk_pool.h50 * @return -1 if id1 is less than id2
52 * 1 if id1 is bigger than id2
55 struct bulk_pool_id *id2);
/barrelfish-master/usr/bench/dma/
H A Ddma_bench.c88 struct frame_identity id2; local
89 err = frame_identify(frame2, &id2);
92 frame_addr2 = id2.base;
/barrelfish-master/usr/tests/xeon_phi_test/
H A Dbenchmark.c159 dma_req_id_t *id2 = st; local
160 if (id != *id2) {
161 debug_printf("id %016lx, %016lx\n", id, *id2);
163 assert(id == *id2); XPHI_BENCH_DBG("DMA request executed...\n");
/barrelfish-master/usr/tests/hw_model_test/
H A Dbenchmark.c159 dma_req_id_t *id2 = st; local
160 if (id != *id2) {
161 debug_printf("id %016lx, %016lx\n", id, *id2);
163 assert(id == *id2); XPHI_BENCH_DBG("DMA request executed...\n");

Completed in 80 milliseconds