Home
last modified time | relevance | path

Searched refs:MIX_SHORT_ZERO (Results 1 – 11 of 11) sorted by relevance

/dports/lang/mdk/mdk-1.3.0/mixlib/
H A Dmix_types.h239 #define MIX_SHORT_ZERO ((mix_short_t)0) macro
240 #define MIX_SHORT_MINUS_ZERO (MIX_SHORT_ZERO | MIX_SHORT_SIGN_BIT)
H A Dmix_eval.h69 mix_eval_expression_with_loc (eval, expr, MIX_SHORT_ZERO)
H A Dmix_vm.c206 g_return_val_if_fail (vm != NULL, MIX_SHORT_ZERO); in mix_vm_get_rJ()
213 g_return_val_if_fail (vm != NULL, MIX_SHORT_ZERO); in mix_vm_get_rI()
214 g_return_val_if_fail (IOK_ (idx), MIX_SHORT_ZERO); in mix_vm_get_rI()
396 g_return_val_if_fail (vm != NULL, MIX_SHORT_ZERO); in mix_vm_get_prog_count()
H A Dmix_code_file.c97 result->address = MIX_SHORT_ZERO; in mix_code_file_new_()
228 g_return_val_if_fail (file != NULL, MIX_SHORT_ZERO); in mix_code_file_get_start_addr()
H A Dmix_parser.c143 result->loc_count = MIX_SHORT_ZERO; in mix_parser_new()
144 result->start = MIX_SHORT_ZERO; in mix_parser_new()
145 result->end = MIX_SHORT_ZERO; in mix_parser_new()
H A Dxmix_vm.h109 #define set_loc_(vm,x) (vm)->loc_count = (MEMOK_(x)? (x) : MIX_SHORT_ZERO)
H A Dmix_io.c138 mix_short_t result = MIX_SHORT_ZERO; in mix_io_read_short()
H A Dmix_vm_command.c131 MIX_SHORT_ZERO, MIX_SHORT_ZERO, in mix_vm_cmd_dispatcher_new()
H A Dxmix_vm_handlers.c526 glong begin = MIX_SHORT_ZERO, end = MIX_SHORT_ZERO; in cmd_pmem_()
H A Dmix_scanner.l160 mix_address_t loc = MIX_SHORT_ZERO;
H A Dmix_scanner.c1825 mix_address_t loc = MIX_SHORT_ZERO;