Home
last modified time | relevance | path

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

/openbsd/lib/libc/db/hash/
H A Dhash_page.c393 int do_expand; in __addel() local
396 do_expand = 0; in __addel()
428 do_expand = 1; in __addel()
447 if (do_expand || in __addel()
/openbsd/gnu/usr.bin/binutils-2.17/gas/config/
H A Dtc-xtensa.c3862 bfd_boolean do_expand; in xg_expand_assembly_insn() local
3897 do_expand = (!orig_insn->is_specific_opcode && use_transform ()); in xg_expand_assembly_insn()
3903 do_expand = FALSE; in xg_expand_assembly_insn()
3911 do_expand = FALSE; in xg_expand_assembly_insn()
3914 do_expand = FALSE; in xg_expand_assembly_insn()
3916 if (do_expand) in xg_expand_assembly_insn()
/openbsd/gnu/usr.bin/binutils-2.17/gas/
H A DChangeLog-20053041 (xg_expand_assembly_insn): Rearrange to use new do_expand flag. Never