Lines Matching refs:tempobject
390 obj = &env->tempobject;
412 obj = &env->tempobject;
442 resobj = &env->tempobject;
482 resobj = &env->tempobject;
588 aml_free_objectcontent(©->tempobject);
592 obj = &env->tempobject;
814 aml_free_objectcontent(©->tempobject);
859 aml_free_objectcontent(©->tempobject);
910 aml_free_objectcontent(©->tempobject);
946 aml_free_objectcontent(©->tempobject);
991 aml_free_objectcontent(©->tempobject);
1036 aml_free_objectcontent(©->tempobject);
1074 aml_free_objectcontent(©->tempobject);
1245 if (srcbuf == &env->tempobject) {
1297 ret = &env->tempobject;
1468 env->tempobject.num = anum.num;
1485 env->tempobject.num = anum.num;
1550 env->tempobject.num = anum.num; \
1551 env->tempname.property = &env->tempobject; \
1567 env->tempobject.type = aml_t_num;
1568 env->tempobject.num.number = 0;
1569 env->tempobject.num.constant = 1;
1573 env->tempobject.type = aml_t_debug;
1636 destname1->property == &env->tempobject) {
1639 &env->tempobject, NULL);
1685 env->tempobject.num = anum.num; \
1686 env->tempname.property = &env->tempobject; \
1711 env->tempobject.num = anum.num;
1722 env->tempobject.num = anum.num;
1743 env->tempobject.num = anum.num;
1834 env->tempobject.num = anum.num;
1905 env->tempname.property = &env->tempobject;
1906 env->tempobject.num = anum.num;
1913 if (srcbuf == &env->tempobject) {
1935 env->tempobject.type = aml_t_num;
1936 env->tempobject.num.number = aml_t_null;
1938 env->tempobject.type = aml_t_num;
1939 env->tempobject.num.number = aname->property->type;
1954 env->tempobject.type = aml_t_num; \
1955 env->tempobject.num.number = (num1 operation num2) ? 0xffffffff : 0; \
1956 aname->property = &env->tempobject; \
1971 env->tempobject.type = aml_t_num;
1972 env->tempobject.num.number = (!num1) ? 0xffffffff : 0;
1973 aname->property = &env->tempobject;