DVM_Value          80 dvm/dvm_pri.h  #define revalue_up_align(val)	((val) ? (((val) - 1) / sizeof(DVM_Value) + 1)\
DVM_Value          86 dvm/dvm_pri.h      DVM_Value	u[CALL_INFO_ALIGN_SIZE];
DVM_Value          92 dvm/dvm_pri.h      DVM_Value	*stack;
DVM_Value         145 dvm/dvm_pri.h      DVM_Value	*variable;
DVM_Value          16 dvm/execute.c      dvm->stack.stack = MEM_malloc(sizeof(DVM_Value) * STACK_ALLOC_SIZE);
DVM_Value         193 dvm/execute.c  	= MEM_malloc(sizeof(DVM_Value) * exe->global_variable_count);
DVM_Value         267 dvm/execute.c      DVM_Value	*stack;
DVM_Value         269 dvm/execute.c      DVM_Value	ret;
DVM_Value         320 dvm/execute.c  			  dvm->stack.alloc_size * sizeof(DVM_Value));
DVM_Value         373 dvm/execute.c      DVM_Value return_value;
DVM_Value         543 dvm/execute.c  static DVM_Value
DVM_Value         550 dvm/execute.c      DVM_Value	ret;
DVM_Value        1130 dvm/execute.c  DVM_Value
DVM_Value        1133 dvm/execute.c      DVM_Value ret;
DVM_Value           5 dvm/native.c   static DVM_Value
DVM_Value           9 dvm/native.c       DVM_Value ret;
DVM_Value          24 include/DVM.h  DVM_Value DVM_execute(DVM_VirtualMachine *dvm);
DVM_Value           7 include/DVM_dev.h typedef DVM_Value DVM_NativeFunctionProc(DVM_VirtualMachine *dvm,