DVM_Value          73 dvm/dvm_pri.h  #define revalue_up_align(val)	((val) ? (((val) - 1) / sizeof(DVM_Value) + 1)\
DVM_Value          79 dvm/dvm_pri.h      DVM_Value	u[CALL_INFO_ALIGN_SIZE];
DVM_Value          85 dvm/dvm_pri.h      DVM_Value	*stack;
DVM_Value         117 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         184 dvm/execute.c  	= MEM_malloc(sizeof(DVM_Value) * exe->global_variable_count);
DVM_Value         247 dvm/execute.c      DVM_Value	*stack;
DVM_Value         249 dvm/execute.c      DVM_Value	ret;
DVM_Value         327 dvm/execute.c      DVM_Value return_value;
DVM_Value         394 dvm/execute.c  static DVM_Value
DVM_Value         400 dvm/execute.c      DVM_Value	ret;
DVM_Value         401 dvm/execute.c      DVM_Value	*stack;
DVM_Value         827 dvm/execute.c  DVM_Value
DVM_Value         830 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           5 include/DVM_dev.h typedef DVM_Value DVM_NativeFunctionProc(DVM_VirtualMachine *dvm,