Home
last modified time | relevance | path

Searched refs:value_hl (Results 1 – 3 of 3) sorted by relevance

/dports/sysutils/slurm-wlm/slurm-20.02.7/src/common/
H A Dparse_config.c1703 hostlist_t value_hl = NULL; in s_p_parse_line_expanded() local
1716 value_hl = hostlist_create(value); in s_p_parse_line_expanded()
1717 xassert(value_hl); in s_p_parse_line_expanded()
1718 *data_count = tables_count = hostlist_count(value_hl); in s_p_parse_line_expanded()
1740 value_str = hostlist_shift(value_hl); in s_p_parse_line_expanded()
1771 if (value_hl) in s_p_parse_line_expanded()
1772 hostlist_destroy(value_hl); in s_p_parse_line_expanded()
/dports/math/lis/lis-2.0.30/include/
H A Dlis.h560 LIS_QUAD_PTR value_hl; member
/dports/lang/sdcc/sdcc-4.0.0/src/z80/
H A Dgen.c3544 long value_hl = -1; in genMove_o() local
3550 …source->type == AOP_LIT && (value_hl >= 0 && aopIsLitVal (source, soffset + i, 2, value_hl) || hl_… in genMove_o()
3552 if (value_hl < 0 || !aopIsLitVal (source, soffset + i, 2, value_hl)) in genMove_o()
3558 value_hl = ullFromVal (source->aopu.aop_lit) >> ((soffset + i) * 8) & 0xffff; in genMove_o()