Searched refs:int32_t (Results 1 - 25 of 25) sorted by relevance
| /ast/src/cmd/ksh93/sh/ |
| H A D | defs.c | 47 int32_t sh_mailchk = 600;
|
| H A D | name.c | 1705 if(nv_isattr(np, NV_LONG) && sizeof(int32_t)<sizeof(Sflong_t)) 1748 int32_t l=0,ol=0; 1760 l = (int32_t)ll; 1778 l = *(int32_t*)sp; 1785 l = (int32_t)ld; 1802 up->lp = new_of(int32_t,0); 1838 sfprintf(shp->strbuf,"%ld",(long)((flags&NV_SHORT)?*((int16_t*)sp):*((int32_t*)sp)));
|
| H A D | fault.c | 78 int32_t v;
|
| H A D | nvtype.c | 128 int32_t _cint32_t; 129 int32_t *_dint32_t; 193 a = alignof(int32_t); 194 s = sizeof(int32_t);
|
| H A D | io.c | 1507 int32_t v;
|
| H A D | nvdisc.c | 871 size = sizeof(int32_t);
|
| H A D | init.c | 157 int32_t rand_last;
|
| /ast/src/lib/libcs/ |
| H A D | csntoa.c | 34 int32_t a;
|
| /ast/src/cmd/ksh93/include/ |
| H A D | history.h | 38 int32_t histind; /* current command number index */
|
| H A D | defs.h | 85 int32_t optindex; 86 int32_t optnum; 87 int32_t tmout; /* value for TMOUT */ 126 int32_t ppid; 476 extern int32_t sh_mailchk;
|
| H A D | edit.h | 148 int32_t e_col; /* for sh_keytrap */
|
| H A D | name.h | 44 int32_t *lp;
|
| /ast/src/cmd/pax/ |
| H A D | paxlib.h | 94 int32_t number; /* numeric value */ 95 int32_t fraction; /* fractional part */ 132 int32_t flags; /* flags */ 163 int32_t flags; /* format flags */ 187 int32_t flags; /* flags */
|
| /ast/src/lib/libast/tm/ |
| H A D | tmxmake.c | 49 int32_t o;
|
| H A D | tmxtime.c | 50 register int32_t y;
|
| H A D | tmxscan.c | 40 int32_t nsec;
|
| /ast/src/cmd/ksh93/bltins/ |
| H A D | print.c | 777 if (np->nvalue.lp = new_of(int32_t,0)) 780 if(sizeof(int)==sizeof(int32_t)) 784 int32_t sl = 1;
|
| /ast/src/cmd/kshlib/open/ |
| H A D | open.c | 61 int32_t t; 132 int32_t mode;
|
| /ast/src/lib/libz/ |
| H A D | zconf.h | 13 #define z_off_t int32_t
|
| /ast/src/cmd/codexlib/compress/ |
| H A D | compress.c | 73 typedef int32_t code_int; 74 typedef int32_t count_int;
|
| /ast/src/lib/libast/misc/ |
| H A D | fastfind.c | 754 c = (int32_t)((w[0] << 24) | (w[1] << 16) | (w[2] << 8) | w[3]); 770 n = (int32_t)((w[3] << 24) | (w[2] << 16) | (w[1] << 8) | w[0]); 778 c = (int32_t)((w[3] << 24) | (w[2] << 16) | (w[1] << 8) | w[0]); 783 c = (int32_t)((w[3] << 24) | (w[2] << 16) | (w[1] << 8) | w[0]);
|
| /ast/src/lib/libvcodex/ |
| H A D | vcodex.h | 96 #define Vcint32_t int32_t
|
| /ast/src/cmd/builtin/ |
| H A D | od.c | 672 sfprintf(op, fp->form, (int32_t)swapget(state->swap, u, fp->size.external));
|
| /ast/src/cmd/INIT/ |
| H A D | ratz.c | 179 #define z_off_t int32_t
|
| /ast/src/cmd/dsslib/flat/ |
| H A D | flat.c | 644 w->ret.value.number = *(int32_t*)(r->buf + w->off);
|
Completed in 142 milliseconds