Searched refs:uoffset (Results 1 – 10 of 10) sorted by relevance
/openbsd/gnu/usr.bin/perl/ |
H A D | doop.c | 801 STRLEN uoffset = offset / (8 / size); in Perl_do_vecget() local 803 if (uoffset >= srclen) in Perl_do_vecget() 806 retnum = (s[uoffset] >> bitoffs) & nBIT_MASK(size); in Perl_do_vecget() 810 SSize_t uoffset; in Perl_do_vecget() local 822 uoffset = offset * n; in Perl_do_vecget() 826 switch (MIN(n, (SSize_t) srclen - uoffset)) { in Perl_do_vecget() 831 retnum += ((UV) s[uoffset + 7]); in Perl_do_vecget() 844 retnum += ((UV) s[uoffset + 3] << (size - 32)); in Perl_do_vecget() 847 retnum += ((UV) s[uoffset + 2] << (size - 24)); in Perl_do_vecget() 850 retnum += ((UV) s[uoffset + 1] << (size - 16)); in Perl_do_vecget() [all …]
|
H A D | sv.c | 7391 STRLEN uoffset = *uoffset_p; local 7395 while (s < send && uoffset) { 7396 --uoffset; 7411 *uoffset_p -= uoffset; 7422 STRLEN backw = uend - uoffset; 7426 if (uoffset < 2 * backw) { 7432 while (s < send && uoffset--) 7468 assert (uoffset >= uoffset0); 7470 if (!uoffset) 7546 uoffset -= uoffset0; [all …]
|
H A D | proto.h | 4646 Perl_sv_pos_u2b_flags(pTHX_ SV * const sv, STRLEN uoffset, STRLEN * const lenp, U32 flags); 8971 …AGIC ** const mgp, const U8 * const start, const U8 * const send, STRLEN uoffset, STRLEN uoffset0,… 8976 S_sv_pos_u2b_forwards(const U8 * const start, const U8 * const send, STRLEN * const uoffset, bool *… 8978 assert(start); assert(send); assert(uoffset); assert(at_end); assert(canonical_position) 8981 S_sv_pos_u2b_midway(const U8 * const start, const U8 *send, STRLEN uoffset, const STRLEN uend);
|
H A D | embed.fnc | 3173 |STRLEN uoffset \ 5624 |STRLEN uoffset \ 5630 |NN STRLEN * const uoffset \ 5636 |STRLEN uoffset \
|
/openbsd/gnu/usr.bin/binutils/gdb/ |
H A D | dwarf2expr.c | 264 ULONGEST uoffset, reg; in execute_stack_op() local 343 op_ptr = read_uleb128 (op_ptr, op_end, &uoffset); in execute_stack_op() 344 result = uoffset; in execute_stack_op()
|
/openbsd/sys/dev/ic/ |
H A D | stireg.h | 194 u_int8_t uoffset; member 206 u_int8_t uoffset; member
|
H A D | sti.c | 904 fp->uoffset= bus_space_read_1(memt, romh, in sti_fetchfonts()
|
/openbsd/sys/uvm/ |
H A D | uvm_map.c | 935 struct uvm_object *uobj, voff_t uoffset, in uvm_map() argument 960 if (uoffset == UVM_UNKNOWN_OFFSET) { in uvm_map() 965 pmap_offset = PMAP_PREFER_OFFSET(uoffset); in uvm_map() 1118 uoffset = 0; in uvm_map() 1119 else if (uoffset == UVM_UNKNOWN_OFFSET) { in uvm_map() 1121 uoffset = *addr - vm_map_min(kernel_map); in uvm_map() 1137 entry->offset = uoffset; in uvm_map()
|
/openbsd/gnu/gcc/gcc/ |
H A D | tree-ssa-operands.c | 1047 unsigned HOST_WIDE_INT uoffset = (unsigned HOST_WIDE_INT) offset; in access_can_touch_variable() local 1184 && uoffset > TREE_INT_CST_LOW (DECL_SIZE (alias))) in access_can_touch_variable()
|
/openbsd/gnu/usr.bin/perl/dist/Devel-PPPort/parts/ |
H A D | embed.fnc | 1900 Apd |STRLEN |sv_pos_u2b_flags|NN SV *const sv|STRLEN uoffset \ 3159 |NN const U8 *const send|NN STRLEN *const uoffset \ 3162 |NN const U8 *send|STRLEN uoffset|const STRLEN uend 3165 |STRLEN uoffset|STRLEN uoffset0|STRLEN boffset0
|