Searched refs:Cxunsigned_t (Results 1 - 10 of 10) sorted by relevance

/ast/src/lib/libdss/
H A Dcxmap.c58 Cxunsigned_t masks;
136 num2strdisc.size = sizeof(Cxunsigned_t);
167 num2str(Cx_t* cx, Cxmap_t* map, Sfio_t* sp, Cxunsigned_t num, int del)
172 Cxunsigned_t n;
245 cxnum2str(Cx_t* cx, Cxformat_t* format, Cxunsigned_t num, char** p)
271 str2num(Cx_t* cx, Cxmap_t* map, const char* str, Cxunsigned_t* num)
297 cxstr2num(Cx_t* cx, Cxformat_t* format, const char* str, size_t siz, Cxunsigned_t* p)
304 Cxunsigned_t n;
305 Cxunsigned_t m;
H A Dcx.h153 #define CXUNSIGNED(n) ((Cxunsigned_t)CXINTEGER(n))
188 typedef uintmax_t Cxunsigned_t; typedef
308 typedef char* (*Cxnum2str_f) (Cx_t*, Cxunsigned_t, Cxdisc_t*);
313 typedef int (*Cxstr2num_f) (Cx_t*, const char*, size_t, Cxunsigned_t*, Cxdisc_t*);
326 Cxunsigned_t mask; /* local mask */
327 Cxunsigned_t value; /* item value */
350 Cxunsigned_t shift; /* local shift */
351 Cxunsigned_t mask; /* local mask */
363 Cxunsigned_t shift; /* global shift */
364 Cxunsigned_t mas
[all...]
H A Ddsstags.c246 ((Cxitem_t*)fp->prev->data)->mask = ((Cxitem_t*)fp->prev->data)->value = ((Cxunsigned_t)1) << strtoul(data, &e, 0);
H A Dcxcomp.c633 Cxunsigned_t m;
H A Dcxopen.c201 Cxunsigned_t m;
2149 Cxunsigned_t m;
/ast/src/cmd/dsslib/num_t/
H A Dnum_t.c125 register Cxunsigned_t v;
254 register Cxunsigned_t v;
301 register Cxunsigned_t v;
354 Cxunsigned_t hash;
371 register Cxunsigned_t h;
379 h ^= (Cxunsigned_t)time(NiL) ^ (((Cxunsigned_t)getpid()) << (h & 077));
396 register Cxunsigned_t h;
435 register Cxunsigned_t h;
508 register Cxunsigned_t
[all...]
/ast/src/cmd/dsslib/tests/
H A Dtest.c26 Cxunsigned_t selected;
/ast/src/cmd/dsslib/validate/
H A Dvalidate.c59 Cxunsigned_t count;
/ast/src/cmd/dsslib/stats/
H A Dstats.c78 Cxunsigned_t count;
/ast/src/cmd/dsslib/flat/
H A Dflat.c3856 Cxunsigned_t u;

Completed in 54 milliseconds