Searched refs:ub4 (Results 1 - 6 of 6) sorted by relevance

/macosx-10.10.1/tcl-105/tcl_ext/memchan/memchan/isaac/
H A Drand.h25 ub4 randcnt;
26 ub4 randrsl[RANDSIZ];
27 ub4 randmem[RANDSIZ];
28 ub4 randa;
29 ub4 randb;
30 ub4 randc;
H A Dstandard.h21 typedef unsigned __int32 ub4; typedef
30 typedef unsigned long int ub4; typedef
63 # define align(a) (((ub4)a+(sizeof(void *)-1))&(~(sizeof(void *)-1)))
H A Drandport.c31 register ub4 a,b,x,y,*m,*mm,*m2,*r,*mend;
70 ub4 a,b,c,d,e,f,g,h;
71 ub4 *m,*r;
122 ub4 i,j;
124 ctx.randa=ctx.randb=ctx.randc=(ub4)0;
125 for (i=0; i<256; ++i) ctx.randrsl[i]=(ub4)0;
/macosx-10.10.1/dyld-353.2.1/include/
H A Dobjc-shared-cache.h781 typedef uint32_t ub4; typedef in namespace:objc_opt
794 #define SCRAMBLE_LEN 256 // ((ub4)1<<16) /* length of *scramble* */
803 ub4 len_k; /* the length of the actual key */
804 ub4 hash_k; /* the initial hash value for this key */
806 ub4 a_k; /* a, of the key maps to (a,b) */
807 ub4 b_k; /* b, of the key maps to (a,b) */
817 ub4 listlen_b; /* length of list_b */
818 ub4 water_b; /* high watermark of who has visited this map node */
833 ub4 parent_q; /* queue position of parent that could use this hash */
847 static ub4 log2
[all...]
/macosx-10.10.1/apr-32/apr-util/apr-util/dbd/
H A Dapr_dbd_oracle.c258 ub4 length = APR_BUCKET_BUFF_SIZE;
932 (ub2) 0, (ub4) 0,
933 (ub4 *) 0, OCI_DEFAULT);
950 (ub2) 0, (ub4) 0,
951 (ub4 *) 0, OCI_DEFAULT);
967 (ub2) 0, (ub4) 0,
968 (ub4 *) 0, OCI_DEFAULT);
979 (ub2) 0, (ub4) 0,
980 (ub4 *) 0, OCI_DEFAULT);
1000 ub4 paramnamele
[all...]
/macosx-10.10.1/tcl-105/tcl_ext/memchan/memchan/generic/
H A Drandom.c251 ub4 rnd, n = 0;
252 ub4 *s = (ub4 *)buf;
253 ub4 *p = chan->state.randrsl;
255 while (n < RANDSIZ && n < (ub4)(toWrite/4)) {

Completed in 395 milliseconds