Searched refs:h1 (Results 1 - 13 of 13) sorted by relevance

/barrelfish-2018-10-04/usr/eclipseclp/Shm/src/
H A Dexample.c33 struct heap_descriptor h1, h2; variable in typeref:struct:heap_descriptor
45 if ((int) shared_mem_init(1, "map1", 0, 0, 0, panic, &h1) == -1)
57 p1 = (char *) alloc_size(&h1, 50);
59 free_size(&h1, (void *) p1, 50);
/barrelfish-2018-10-04/usr/eclipseclp/CPViz/viz/src/ie/ucc/cccc/viz/
H A DVisualizerDisjoint2D.java59 int h1 = rect[i].getField("h").getMin();
62 w1,h1,Colors.ASSIGN_COLOR);
65 x2-x1+w1,(y2-y1+h1),Colors.UNASSIGNED_COLOR,0.3);
/barrelfish-2018-10-04/usr/eclipseclp/Kernel/src/
H A Dbip_comp.c1060 register pword *h1, *h2, *comp_ptr, *append; local
1076 h1 = v1.ptr;
1082 comp_ptr = h1;
1097 h1++;
1098 Dereference_(h1);
1099 while(! IsRef(h1->tag) && IsList(h1->tag))
1101 h1 = h1->val.ptr;
1102 comp_ptr = h1;
1421 pword *h1, *h2, *key_ptr1, *key_ptr2, *append; local
[all...]
H A Dsha.c277 unsigned long h0, h1, h2, h3, h4; local
280 h1 = 0xefcdab89;
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-2018-10-04/lib/lwip2/src/apps/socket_examples/
H A Dsocket_examples.c501 struct sockex_select_helper h1, h2, h3, h4; local
544 h1.wait_read = 1;
545 h1.wait_write = 1;
546 h1.wait_err = 1;
547 h1.expect_read = 0;
548 h1.expect_write = 0;
549 h1.expect_err = 0;
550 lwiperr = sys_sem_new(&h1.sem, 0);
552 h1.socket = s1;
553 h1
[all...]
/barrelfish-2018-10-04/lib/openssl-1.0.0d/apps/
H A Ds_socket.c387 struct hostent *h1,*h2; local
437 h1=gethostbyaddr((char *)&from.sin_addr.s_addr,
440 h1=gethostbyaddr((char *)&from.sin_addr,
443 if (h1 == NULL)
451 if ((*host=(char *)OPENSSL_malloc(strlen(h1->h_name)+1)) == NULL)
456 BUF_strlcpy(*host,h1->h_name,strlen(h1->h_name)+1);
/barrelfish-2018-10-04/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");
180 add $h1=$h1,$a };; // wrap up
253 { .mlx; ld4 $h1=[tmp0],8
268 mov $B=$h1
269 mux2 tmp6=$h1,0x44 }
295 st4 [tmp0]=$h1,8 };;
/barrelfish-2018-10-04/lib/openssl-1.0.0d/crypto/sha/
H A Dsha_locl.h73 ll=(c)->h1; HOST_l2c(ll,(s)); \
129 c->h1=INIT_DATA_h1;
220 B=c->h1;
344 c->h1=(c->h1+T)&0xffffffffL;
352 B=c->h1;
401 B=c->h1;
420 c->h1=(c->h1+B)&0xffffffffL;
428 B=c->h1;
[all...]
H A Dsha.h102 SHA_LONG h0,h1,h2,h3,h4; member in struct:SHAstate_st
/barrelfish-2018-10-04/lib/libc/net/
H A Drcmd.c690 char h1[NI_MAXHOST], h2[NI_MAXHOST]; local
705 h1[0] = '\0';
706 if (getnameinfo(raddr, salen, h1, sizeof(h1), NULL, 0,
724 if (strcmp(h1, h2) == 0) {
/barrelfish-2018-10-04/include/openssl/
H A Dsha.h102 SHA_LONG h0,h1,h2,h3,h4; member in struct:SHAstate_st
/barrelfish-2018-10-04/usr/eclipseclp/icparc_solvers/
H A Drepairtest.pl116 write_expect(h1,[],[]),

Completed in 178 milliseconds