Searched refs:_tmp (Results 1 – 8 of 8) sorted by relevance
| /freebsd-14.2/include/ |
| H A D | db.h | 164 uint32_t _tmp = a; \ 165 ((char *)&a)[0] = ((char *)&_tmp)[3]; \ 171 uint32_t _tmp = *(uint32_t *)a; \ 172 ((char *)a)[0] = ((char *)&_tmp)[3]; \ 173 ((char *)a)[1] = ((char *)&_tmp)[2]; \ 174 ((char *)a)[2] = ((char *)&_tmp)[1]; \ 175 ((char *)a)[3] = ((char *)&_tmp)[0]; \ 191 uint16_t _tmp = a; \ 196 uint16_t _tmp = *(uint16_t *)a; \ 197 ((char *)a)[0] = ((char *)&_tmp)[1]; \ [all …]
|
| /freebsd-14.2/contrib/libucl/uthash/ |
| H A D | utlist.h | 84 #define _SV(elt,list) _tmp = (char*)(list); {char **_alias = (char**)&(list); *_alias = (elt); } 89 #define _RS(list) { char **_alias = (char**)&(list); *_alias=_tmp; } 240 LDECLTYPE(list) _tmp; \ 326 while (_tmp->next) { _tmp = _tmp->next; } \ 342 while (_tmp->next) { _tmp = _tmp->next; } \ 359 while (_tmp->next && (_tmp->next != (del))) { \ 360 _tmp = _tmp->next; \ 471 while (_tmp->next && (_tmp->next != (el))) { \ 472 _tmp = _tmp->next; \ 491 while (_tmp->next && (_tmp->next != (el))) { \ [all …]
|
| /freebsd-14.2/sys/net/route/ |
| H A D | nhop_utils.h | 117 typeof(*(_head)->ptr) _tmp; \ 120 _tmp = NULL; \ 121 for ( ; _ret != NULL; _tmp = _ret, _ret = _PX##_next(_ret)) { \ 126 if (_tmp == NULL) \ 129 _PX##_next(_tmp) = _PX##_next(_ret); \ 140 #define CHT_SLIST_FOREACH_SAFE(_head, _PX, _x, _tmp) \ argument 142 for (_x = CHT_FIRST(_head, _i); (_tmp = _PX##_next(_x), _x); _x = _tmp)
|
| /freebsd-14.2/sys/sys/ |
| H A D | qmath.h | 189 __typeof(bits) _tmp = (bits) / (base); \ 190 int _idx = (bits) - (_tmp * (base)); \ 191 (bits) = _tmp; \ 294 uint64_t _bfv = 0, _thresh = 5, _tmp = dfv; \ 303 if (_thresh <= _tmp) { \ 305 _tmp = _tmp - _thresh; \ 307 _i--; _tmp <<= 1; \ 612 uint64_t _tmp; \ 621 _tmp = Q_SHL(*(q), _tmp) / Q_ABS(id); \ 625 Q_SIFVAL(*(q), _tmp); \ [all …]
|
| /freebsd-14.2/usr.bin/mkimg/tests/ |
| H A D | mkimg_test.sh | 24 name=_tmp-$byte-$count.bin 81 tmpfile=_tmp-baseline 92 rm $image $result _tmp-* 107 bsd=`makeimage raw bsd $blksz $geom _tmp`
|
| /freebsd-14.2/usr.sbin/adduser/ |
| H A D | adduser.sh | 477 local _prefix= _tmp= 492 _tmp=$(${ZFSCMD} list -Ho name "$(dirname "${homeprefix}")" 2>/dev/null) 493 if [ "${_tmp}" = "${_prefix}" ]; then
|
| /freebsd-14.2/crypto/openssl/crypto/camellia/asm/ |
| H A D | cmll-x86.pl | 827 my $_tmp=&DWP(44,"esp"); #volatile variable [yes, aliases with ivec] 995 &mov ($_tmp,$key); 1010 &mov ($key,$_tmp); # load ivp 1033 &mov ($_tmp,$idx); # save ivp 1041 &mov ($key,$_tmp); # load temp ivp
|
| /freebsd-14.2/crypto/openssl/crypto/aes/asm/ |
| H A D | aes-586.pl | 2042 my $_tmp=&DWP(52,"esp"); # volatile variable 2214 &mov ($_tmp,$key); 2226 &mov ($key,$_tmp); # load ivp 2242 &mov ($_tmp,$acc); # save ivp 2250 &mov ($key,$_tmp); # load temp ivp 2356 &mov ($_tmp,$s0); # save OPENSSL_ia32cap 2383 &bt ($_tmp,25); # check for SSE bit 2498 &bt ($_tmp,25); # check for SSE bit
|