Searched refs:h2 (Results 1 - 12 of 12) sorted by relevance

/barrelfish-master/usr/eclipseclp/Shm/src/
H A Dexample.c33 struct heap_descriptor h1, h2; variable in typeref:struct:
51 if ((int) shared_mem_init(1, "map2", 0, 0, 0, panic, &h2) == -1)
58 p2 = (char *) alloc_size(&h2, 50);
60 free_size(&h2, (void *) p2, 50);
/barrelfish-master/usr/eclipseclp/Kernel/src/
H A Dbip_comp.c1060 register pword *h1, *h2, *comp_ptr, *append; local
1079 h2 = Gbl_Tg;
1095 *h2 = *comp_ptr;
1151 append->val.ptr = h2;
1152 while(h2 < (Gbl_Tg - 4))
1154 h2 += 2;
1155 (h2-1)->tag.kernel = TLIST;
1156 (h2-1)->val.ptr = h2;
1159 next_append = h2
1421 pword *h1, *h2, *key_ptr1, *key_ptr2, *append; local
[all...]
H A Dsha.c277 unsigned long h0, h1, h2, h3, h4; local
281 h2 = 0x98badcfe;
336 A = h0; B = h1; C = h2; D = h3; E = h4;
359 h0 += A; h1 += B; h2 += C; h3 += D; h4 += E;
363 buf[0] = h0; buf[1] = h1; buf[2] = h2; buf[3] = h3; buf[4] = h4;
H A Dos_support.c375 dup2(int h1, int h2) argument
377 return _dup2(h1, h2);
/barrelfish-master/lib/lwip2/src/apps/socket_examples/
H A Dsocket_examples.c501 struct sockex_select_helper h1, h2, h3, h4; local
555 h2 = h1;
556 lwiperr = sys_sem_new(&h2.sem, 0);
558 h2.socket = s2;
559 h2.wait_ms = 1000;
576 sys_thread_new("sockex_select_waiter1", sockex_select_waiter, &h2, 0, 0);
585 sys_sem_wait(&h2.sem);
/barrelfish-master/lib/openssl-1.0.0d/crypto/sha/asm/
H A Dsha1-ia64.pl37 ($h0,$h1,$h2,$h3,$h4) = ("h0","h1","h2","h3","h4");
45 ($h0,$h1,$h2,$h3,$h4) = ("loc6","loc7","loc8","loc9","loc10");
187 { .mib; add $h2=$h2,$b // wrap up
255 { .mlx; ld4 $h2=[ctx],8
270 { .mmi; mov $C=$h2
296 { .mmi; st4 [ctx]=$h2,8
/barrelfish-master/lib/openssl-1.0.0d/crypto/sha/
H A Dsha_locl.h74 ll=(c)->h2; HOST_l2c(ll,(s)); \
130 c->h2=INIT_DATA_h2;
221 C=c->h2;
345 c->h2=(c->h2+A)&0xffffffffL;
353 C=c->h2;
402 C=c->h2;
421 c->h2=(c->h2+C)&0xffffffffL;
429 C=c->h2;
[all...]
H A Dsha.h102 SHA_LONG h0,h1,h2,h3,h4; member in struct:SHAstate_st
/barrelfish-master/lib/openssl-1.0.0d/apps/
H A Ds_socket.c387 struct hostent *h1,*h2; local
458 h2=GetHostByName(*host);
459 if (h2 == NULL)
464 if (h2->h_addrtype != AF_INET)
/barrelfish-master/lib/libc/net/
H A Drcmd.c690 char h1[NI_MAXHOST], h2[NI_MAXHOST]; local
720 h2[0] = '\0';
721 if (getnameinfo(r->ai_addr, r->ai_addrlen, h2, sizeof(h2),
724 if (strcmp(h1, h2) == 0) {
/barrelfish-master/include/openssl/
H A Dsha.h102 SHA_LONG h0,h1,h2,h3,h4; member in struct:SHAstate_st
/barrelfish-master/usr/eclipseclp/icparc_solvers/
H A Drepairtest.pl118 write_expect(h2,[B #<= Y,A #<=X,8 #= X+Y],[X,A,Y,B]),

Completed in 85 milliseconds