Home
last modified time | relevance | path

Searched refs:_tmp (Results 1 – 8 of 8) sorted by relevance

/freebsd/include/
H A Ddb.h162 uint32_t _tmp = a; \
163 ((char *)&a)[0] = ((char *)&_tmp)[3]; \
164 ((char *)&a)[1] = ((char *)&_tmp)[2]; \
165 ((char *)&a)[2] = ((char *)&_tmp)[1]; \
166 ((char *)&a)[3] = ((char *)&_tmp)[0]; \
169 uint32_t _tmp = *(uint32_t *)a; \
170 ((char *)a)[0] = ((char *)&_tmp)[3]; \
171 ((char *)a)[1] = ((char *)&_tmp)[2]; \
172 ((char *)a)[2] = ((char *)&_tmp)[1]; \
173 ((char *)a)[3] = ((char *)&_tmp)[0]; \
[all …]
/freebsd/contrib/libucl/uthash/
H A Dutlist.h84 #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; \
296 _CASTASGN(_tmp,list); \
297 _SV(_ls_tail,list); _NEXTASGN(_ls_tail,list,_tmp,next); _RS(list); \
323 LDECLTYPE(head1) _tmp; \
325 _tmp = head1; \
326 while (_tmp->next) { _tmp = _tmp->next; } \
327 _tmp->next=(head2); \
338 LDECLTYPE(head) _tmp; \
[all …]
/freebsd/sys/net/route/
H A Dnhop_utils.h117 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/sys/sys/
H A Dqmath.h189 __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; \
615 uint64_t _tmp; \
621 else if ((_tmp = Q_ABS(in)) > (UINT64_MAX >> Q_RPSHFT(*(q)))) \
624 _tmp = Q_SHL(*(q), _tmp) / Q_ABS(id); \
[all …]
/freebsd/usr.bin/mkimg/tests/
H A Dmkimg_test.sh24 name=_tmp-$byte-$count.bin
81 tmpfile=_tmp-baseline
92 rm $image $result _tmp-*
107 bsd=`makeimage raw bsd $blksz $geom _tmp`
/freebsd/usr.sbin/adduser/
H A Dadduser.sh477 local _prefix= _tmp=
492 _tmp=$(${ZFSCMD} list -Ho name "$(dirname "${homeprefix}")" 2>/dev/null)
493 if [ "${_tmp}" = "${_prefix}" ]; then
/freebsd/crypto/openssl/crypto/camellia/asm/
H A Dcmll-x86.pl827 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/crypto/openssl/crypto/aes/asm/
H A Daes-586.pl2042 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