| /openbsd-src/usr.bin/ssh/ |
| H A D | sshbuf-misc.c | 250 const void *s, size_t len, size_t *offsetp) in sshbuf_find() argument 254 if (offsetp != NULL) in sshbuf_find() 255 *offsetp = 0; in sshbuf_find() 265 if (offsetp != NULL) in sshbuf_find() 266 *offsetp = (const u_char *)p - sshbuf_ptr(b); in sshbuf_find()
|
| H A D | sshbuf.h | 268 * and updates *offsetp with the offset of the first match, relative to 276 const void *s, size_t len, size_t *offsetp);
|
| /openbsd-src/sys/dev/pcmcia/ |
| H A D | pcmciachip.h | 106 offsetp, windowp) \ argument 108 (offsetp), (windowp)))
|
| H A D | pcmciavar.h | 269 #define pcmcia_mem_map(pf, kind, card_addr, size, pcmhp, offsetp, windowp) \ argument 271 (card_addr), (size), (pcmhp), (offsetp), (windowp)))
|
| /openbsd-src/sys/arch/arm64/dev/ |
| H A D | ampchwm.c | 169 union metric_hdr *metric, uint16_t *offsetp) in ampchwm_attach_sensors() argument 171 uint16_t off = *offsetp; in ampchwm_attach_sensors() 220 *offsetp = off; in ampchwm_attach_sensors()
|
| /openbsd-src/gnu/usr.bin/binutils/gas/config/ |
| H A D | tc-m88k.c | 183 static char *get_bf_offset_expression PARAMS ((char *param, unsigned *offsetp)); 914 get_bf_offset_expression (param, offsetp) in get_bf_offset_expression() argument 916 unsigned *offsetp; 931 param = match_name (param, cmpslot, offsetp); 942 *offsetp = offset;
|
| /openbsd-src/sys/dev/ic/ |
| H A D | tcic2.c | 912 bus_size_t size, struct pcmcia_mem_handle *pcmhp, bus_size_t *offsetp, in tcic_chip_mem_map() argument 948 *offsetp = card_addr % TCIC_MEM_ALIGN; in tcic_chip_mem_map() 949 card_addr -= *offsetp; in tcic_chip_mem_map() 952 "%lx\n", win, (u_long) busaddr, (u_long) * offsetp, (u_long) size, in tcic_chip_mem_map() 960 size += *offsetp - 1; in tcic_chip_mem_map()
|
| H A D | i82365.c | 997 bus_size_t size, struct pcmcia_mem_handle *pcmhp, bus_size_t *offsetp, in pcic_chip_mem_map() argument 1035 *offsetp = card_addr % PCIC_MEM_ALIGN; in pcic_chip_mem_map() 1036 card_addr -= *offsetp; in pcic_chip_mem_map() 1039 "%lx\n", win, (u_long) busaddr, (u_long) * offsetp, (u_long) size, in pcic_chip_mem_map() 1046 size += *offsetp - 1; in pcic_chip_mem_map()
|
| /openbsd-src/gnu/usr.bin/binutils-2.17/gas/config/ |
| H A D | tc-m88k.c | 181 static char *get_bf_offset_expression (char *param, unsigned *offsetp); 887 get_bf_offset_expression (char *param, unsigned *offsetp) in get_bf_offset_expression() argument 902 param = match_name (param, cmpslot, offsetp); in get_bf_offset_expression() 913 *offsetp = offset; in get_bf_offset_expression()
|
| /openbsd-src/sys/dev/sbus/ |
| H A D | stp4020.c | 613 bus_size_t *offsetp, int *windowp) in stp4020_chip_mem_map() argument 623 *offsetp = 0; in stp4020_chip_mem_map()
|
| /openbsd-src/lib/libc/time/ |
| H A D | localtime.c | 137 static const char * getoffset(const char * strp, long * offsetp); 702 getoffset(const char *strp, long *offsetp) in getoffset() 711 strp = getsecs(strp, offsetp); in getoffset() 715 *offsetp = -*offsetp; in getoffset() 701 getoffset(const char * strp,long * offsetp) getoffset() argument
|
| /openbsd-src/sys/dev/pci/ |
| H A D | pccbb.c | 2264 bus_size_t *offsetp, int *windowp) argument 2299 *offsetp = card_addr % PCIC_MEM_PAGESIZE; 2300 card_addr -= *offsetp; 2303 "%lx\n", win, (u_long) busaddr, (u_long) * offsetp, (u_long) size, 2310 size += *offsetp - 1;
|
| /openbsd-src/gnu/gcc/gcc/ |
| H A D | var-tracking.c | 2713 vt_get_decl_and_offset (rtx rtl, tree *declp, HOST_WIDE_INT *offsetp) in vt_get_decl_and_offset() argument 2720 *offsetp = REG_OFFSET (rtl); in vt_get_decl_and_offset() 2729 *offsetp = MEM_OFFSET (rtl) ? INTVAL (MEM_OFFSET (rtl)) : 0; in vt_get_decl_and_offset()
|
| /openbsd-src/gnu/gcc/gcc/config/arm/ |
| H A D | arm.c | 6231 int write_back, rtx basemem, HOST_WIDE_INT *offsetp) in arm_gen_load_multiple() argument 6233 HOST_WIDE_INT offset = *offsetp; in arm_gen_load_multiple() 6284 *offsetp = offset; in arm_gen_load_multiple() 6313 *offsetp = offset; in arm_gen_load_multiple() 6320 int write_back, rtx basemem, HOST_WIDE_INT *offsetp) in arm_gen_store_multiple() argument 6322 HOST_WIDE_INT offset = *offsetp; in arm_gen_store_multiple() 6347 *offsetp = offset; in arm_gen_store_multiple() 6377 *offsetp = offset; in arm_gen_store_multiple()
|
| /openbsd-src/gnu/usr.bin/perl/ |
| H A D | sv.c | 7694 Converts the value pointed to by C<offsetp> from a count of UTF-8 chars from 7716 Perl_sv_pos_u2b(pTHX_ SV *const sv, I32 *const offsetp, I32 *const lenp) 7722 *offsetp = (I32)sv_pos_u2b_flags(sv, (STRLEN)*offsetp, &ulen, 7726 *offsetp = (I32)sv_pos_u2b_flags(sv, (STRLEN)*offsetp, NULL, 8018 Converts the value pointed to by C<offsetp> from a count of bytes from the 8035 Perl_sv_pos_b2u(pTHX_ SV *const sv, I32 *const offsetp) 8042 *offsetp = (I32)sv_pos_b2u_flags(sv, (STRLEN)*offsetp, 7650 Perl_sv_pos_u2b(pTHX_ SV * const sv,I32 * const offsetp,I32 * const lenp) global() argument 7972 Perl_sv_pos_b2u(pTHX_ SV * const sv,I32 * const offsetp) global() argument [all...] |
| H A D | proto.h | 4672 Perl_sv_pos_b2u(pTHX_ SV * const sv, I32 * const offsetp); 4674 assert(offsetp) 4682 Perl_sv_pos_u2b(pTHX_ SV * const sv, I32 * const offsetp, I32 * const lenp); 4684 assert(offsetp)
|
| H A D | embed.fnc | 3243 |NN I32 * const offsetp 3249 |NN I32 * const offsetp \
|
| /openbsd-src/gnu/usr.bin/binutils/bfd/ |
| H A D | elfxx-mips.c | 1915 bfd_vma value, bfd_vma *offsetp) in mips_elf_got_page() argument 1933 if (offsetp) in mips_elf_got_page() 1934 *offsetp = value - entry->d.address; in mips_elf_got_page()
|
| /openbsd-src/gnu/usr.bin/binutils-2.17/bfd/ |
| H A D | elfxx-mips.c | 2526 asection *input_section, bfd_vma value, bfd_vma *offsetp) in mips_elf_got_page() argument 2545 if (offsetp) in mips_elf_got_page() 2546 *offsetp = value - entry->d.address; in mips_elf_got_page()
|
| /openbsd-src/gnu/usr.bin/perl/dist/Devel-PPPort/parts/ |
| H A D | embed.fnc | 1899 Apd |void |sv_pos_u2b |NULLOK SV *const sv|NN I32 *const offsetp|NULLOK I32 *const lenp 1902 Apd |void |sv_pos_b2u |NULLOK SV *const sv|NN I32 *const offsetp
|
| /openbsd-src/gnu/usr.bin/binutils/gdb/doc/ |
| H A D | gdbint.texinfo | 3841 @item TARGET_VIRTUAL_FRAME_POINTER(@var{pc}, @var{regp}, @var{offsetp})
|