Searched refs:bpos (Results 1 – 7 of 7) sorted by relevance
/openbsd/usr.bin/less/ |
H A D | lsystem.c | 155 off_t mpos, tpos, bpos; in pipe_mark() local 168 bpos = position(BOTTOM); in pipe_mark() 171 return (pipe_data(cmd, tpos, bpos)); in pipe_mark() 173 return (pipe_data(cmd, mpos, bpos)); in pipe_mark() 174 else if (bpos == -1) in pipe_mark() 175 return (pipe_data(cmd, tpos, bpos)); in pipe_mark()
|
H A D | jump.c | 169 off_t bpos; in jump_loc() local 205 bpos = position(BOTTOM_PLUS_ONE); in jump_loc() 214 if (bpos != -1 && pos <= bpos) { in jump_loc() 220 forw(sc_height-sline+nline-1, bpos, 1, 0, 0); in jump_loc()
|
/openbsd/sys/dev/acpi/ |
H A D | dsdt.c | 2426 bpos &= ((sz << 3) - 1); in aml_rwgen() 2507 if (bpos != 0 || blen != 1) in aml_rwgpio() 2628 cmd[0] = bpos >> 3; in aml_rwgsb() 2629 cmd[1] = bpos >> 11; in aml_rwgsb() 2708 int vpos, bpos, blen; in aml_rwindexfield() local 2714 bpos = fld->v_field.bitpos; in aml_rwindexfield() 2754 bpos = bpos - (indexval << 3); in aml_rwindexfield() 2773 bpos = 0; in aml_rwindexfield() 2885 int bpos, blen; in aml_parsefieldlist() local 2889 bpos = 0; in aml_parsefieldlist() [all …]
|
/openbsd/sys/dev/fdt/ |
H A D | simplefb.c | 42 int bpos, bnum; member 230 ri->ri_bpos = fmt->bpos; in simplefb_init()
|
/openbsd/sys/nfs/ |
H A D | nfs_subs.c | 1453 caddr_t bpos; in nfsm_build() local 1456 bpos = mb_offset(mb); in nfsm_build() 1465 bpos = mtod(mb, caddr_t); in nfsm_build() 1471 return (bpos); in nfsm_build()
|
/openbsd/gnu/usr.bin/binutils/gdb/rdi-share/ |
H A D | armdbg.h | 1213 Dbg_BreakPos *bpos, char *b);
|
/openbsd/gnu/usr.bin/binutils-2.17/bfd/ |
H A D | elflink.c | 8018 bfd_vma bpos; in compare_link_order() local 8021 bpos = elf_get_linked_section_vma (*(struct bfd_link_order **)b); in compare_link_order() 8022 if (apos < bpos) in compare_link_order() 8024 return apos > bpos; in compare_link_order()
|