Searched refs:tmp_value (Results 1 – 5 of 5) sorted by relevance
/netbsd-src/external/bsd/pkg_install/dist/lib/ |
H A D | parse-config.c | 258 const char *tmp_value = NULL; in pkg_install_show_variable() local 266 var->var = &tmp_value; in pkg_install_show_variable()
|
/netbsd-src/external/gpl3/binutils/dist/opcodes/ |
H A D | nds32-asm.c | 2051 int rt_value, ret, tmp_value, tmp1, tmp2; in parse_rt21() local 2065 tmp_value = (rt_value & 0x06) << 4; in parse_rt21() 2066 tmp_value |= (rt_value & 0x01); in parse_rt21() 2067 *value = tmp_value; in parse_rt21()
|
/netbsd-src/external/gpl3/binutils.old/dist/opcodes/ |
H A D | nds32-asm.c | 2051 int rt_value, ret, tmp_value, tmp1, tmp2; in parse_rt21() local 2065 tmp_value = (rt_value & 0x06) << 4; in parse_rt21() 2066 tmp_value |= (rt_value & 0x01); in parse_rt21() 2067 *value = tmp_value; in parse_rt21()
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/cp/ |
H A D | decl.c | 15837 tree tmp_value = build_expr_type_conversion (WANT_INT | WANT_ENUM, in build_enumerator() local 15839 if (tmp_value) in build_enumerator() 15840 value = tmp_value; in build_enumerator()
|
/netbsd-src/external/gpl3/gcc/dist/gcc/cp/ |
H A D | decl.cc | 16661 tree tmp_value = build_expr_type_conversion (WANT_INT | WANT_ENUM, in build_enumerator() local 16663 if (tmp_value) in build_enumerator() 16664 value = tmp_value; in build_enumerator()
|