Home
last modified time | relevance | path

Searched refs:uoffset (Results 1 – 10 of 10) sorted by relevance

/openbsd/gnu/usr.bin/perl/
H A Ddoop.c823 STRLEN uoffset = offset / (8 / size); in Perl_do_vecget() local
825 if (uoffset >= srclen) in Perl_do_vecget()
828 retnum = (s[uoffset] >> bitoffs) & nBIT_MASK(size); in Perl_do_vecget()
832 SSize_t uoffset; in Perl_do_vecget() local
844 uoffset = offset * n; in Perl_do_vecget()
848 switch (MIN(n, (SSize_t) srclen - uoffset)) { in Perl_do_vecget()
853 retnum += ((UV) s[uoffset + 7]); in Perl_do_vecget()
866 retnum += ((UV) s[uoffset + 3] << (size - 32)); in Perl_do_vecget()
869 retnum += ((UV) s[uoffset + 2] << (size - 24)); in Perl_do_vecget()
872 retnum += ((UV) s[uoffset + 1] << (size - 16)); in Perl_do_vecget()
[all …]
H A Dsv.c7461 STRLEN uoffset = *uoffset_p; local
7465 while (s < send && uoffset) {
7466 --uoffset;
7481 *uoffset_p -= uoffset;
7492 STRLEN backw = uend - uoffset;
7496 if (uoffset < 2 * backw) {
7534 assert (uoffset >= uoffset0);
7536 if (!uoffset)
7554 if (cache[0] < uoffset) {
7612 uoffset -= uoffset0;
[all …]
H A Dproto.h4687 Perl_sv_pos_u2b_flags(pTHX_ SV * const sv, STRLEN uoffset, STRLEN * const lenp, U32 flags);
9071 …AGIC ** const mgp, const U8 * const start, const U8 * const send, STRLEN uoffset, STRLEN uoffset0,…
9076 S_sv_pos_u2b_forwards(const U8 * const start, const U8 * const send, STRLEN * const uoffset, bool *…
9078 assert(start); assert(send); assert(uoffset); assert(at_end); assert(canonical_position)
9081 S_sv_pos_u2b_midway(const U8 * const start, const U8 *send, STRLEN uoffset, const STRLEN uend);
H A Dembed.fnc3253 |STRLEN uoffset \
5757 |STRLEN uoffset \
5763 |NN STRLEN * const uoffset \
5769 |STRLEN uoffset \
/openbsd/gnu/usr.bin/binutils/gdb/
H A Ddwarf2expr.c264 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 Dstireg.h194 u_int8_t uoffset; member
206 u_int8_t uoffset; member
H A Dsti.c904 fp->uoffset= bus_space_read_1(memt, romh, in sti_fetchfonts()
/openbsd/sys/uvm/
H A Duvm_map.c920 * => <uobj,uoffset> value meanings (4 cases):
921 * [1] <NULL,uoffset> == uoffset is a hint for PMAP_PREFER
923 * [3] <uobj,uoffset> == normal mapping
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 in uvm_map()
[all...]
/openbsd/gnu/gcc/gcc/
H A Dtree-ssa-operands.c1047 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 Dembed.fnc1900 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