Home
last modified time | relevance | path

Searched refs:tmps (Results 26 – 38 of 38) sorted by last modified time

12

/illumos-gate/usr/src/lib/libmvec/common/vis/
H A D__vrsqrtf.S206 #define tmps 0x30 macro
357 save %sp,-SA(MINFRAME)-tmps,%sp
H A D__vrhypot.S122 #define tmps 0x100 macro
272 save %sp,-SA(MINFRAME)-tmps,%sp
H A D__vrhypotf.S218 #define tmps 0x20 macro
288 save %sp,-SA(MINFRAME)-tmps,%sp
H A D__vrsqrt.S85 #define tmps 0x40 macro
185 save %sp,-SA(MINFRAME)-tmps,%sp
H A D__vpow.S599 #define tmps 96 macro
1038 save %sp,-SA(MINFRAME)-tmps,%sp
H A D__vpowf.S544 #define tmps 0x30 macro
726 save %sp,-SA(MINFRAME)-tmps,%sp
H A D__vhypotf.S78 #define tmps 0x30 macro
152 save %sp,-SA(MINFRAME)-tmps,%sp
H A D__vexpf.S184 #define tmps 0x20 macro
293 save %sp,-SA(MINFRAME)-tmps,%sp
H A D__vatan2f.S88 #define tmps 0x20 macro
210 save %sp,-SA(MINFRAME)-tmps,%sp
H A D__vatanf.S187 #define tmps 0x20 macro
259 save %sp,-SA(MINFRAME)-tmps,%sp
/illumos-gate/usr/src/lib/libc/port/locale/
H A Dstrfmon.c67 const char *tmps = STR; \
68 while (*tmps != '\0') \
69 PRINT(*tmps++); \
/illumos-gate/usr/src/lib/iconv_modules/utf-8/common/
H A Dace_utf8.c119 uchar_t *tmps; in _icv_iconv() local
210 if (tmps == (uchar_t *)NULL) { in _icv_iconv()
219 cd->ib = tmps; in _icv_iconv()
241 if (tmps == (uchar_t *)NULL) { in _icv_iconv()
250 cd->ob = tmps; in _icv_iconv()
296 tmps = (uchar_t *)realloc( in _icv_iconv()
308 cd->ib = tmps; in _icv_iconv()
326 tmps = (uchar_t *)realloc( in _icv_iconv()
338 cd->ob = tmps; in _icv_iconv()
378 if (tmps == (uchar_t *)NULL) { in _icv_iconv()
[all …]
/illumos-gate/usr/src/cmd/awk/
H A Drun.c73 static Cell *tmps; /* free temporary cells for execution */ variable
777 if (a == tmps) in tfree()
779 a->cnext = tmps; in tfree()
780 tmps = a; in tfree()
789 if (!tmps) { in gettemp()
790 tmps = (Cell *)calloc(100, sizeof (Cell)); in gettemp()
791 if (!tmps) in gettemp()
794 tmps[i-1].cnext = &tmps[i]; in gettemp()
795 tmps[i-1].cnext = NULL; in gettemp()
797 x = tmps; in gettemp()
[all …]

12