| /openbsd-src/gnu/usr.bin/perl/ |
| H A D | doop.c | 823 STRLEN uoffset = offset / (8 / size); in Perl_do_vecget() 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() 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() 856 retnum += ((UV) s[uoffset + 6] << 8); /* = size - 56 */ in Perl_do_vecget() 859 retnum += ((UV) s[uoffset + 5] << 16); /* = size - 48 */ in Perl_do_vecget() 862 retnum += ((UV) s[uoffset in Perl_do_vecget() 801 STRLEN uoffset = offset / (8 / size); Perl_do_vecget() local 810 SSize_t uoffset; Perl_do_vecget() local [all...] |
| H A D | sv.c | 7461 STRLEN uoffset = *uoffset_p; 7465 while (s < send && uoffset) { 7466 --uoffset; 7480 *canonical_position = (uoffset == 0); 7481 *uoffset_p -= uoffset; 7490 STRLEN uoffset, const STRLEN uend) 7492 STRLEN backw = uend - uoffset; 7496 if (uoffset < 2 * backw) { 7503 s = utf8_hop_forward(s, uoffset, send); 7524 const U8 *const send, STRLEN uoffset, 7391 STRLEN uoffset = *uoffset_p; global() local 7420 S_sv_pos_u2b_midway(const U8 * const start,const U8 * send,STRLEN uoffset,const STRLEN uend) global() argument 7458 S_sv_pos_u2b_cached(pTHX_ SV * const sv,MAGIC ** const mgp,const U8 * const start,const U8 * const send,STRLEN uoffset,STRLEN uoffset0,STRLEN boffset0) global() argument 7590 Perl_sv_pos_u2b_flags(pTHX_ SV * const sv,STRLEN uoffset,STRLEN * const lenp,U32 flags) global() argument [all...] |
| H A D | proto.h | 4687 Perl_sv_pos_u2b_flags(pTHX_ SV * const sv, STRLEN uoffset, STRLEN * const lenp, U32 flags); 9071 S_sv_pos_u2b_cached(pTHX_ SV * const sv, MAGIC ** const mgp, const U8 * const start, const U8 * const send, STRLEN uoffset, STRLEN uoffset0, STRLEN boffset0); 9076 S_sv_pos_u2b_forwards(const U8 * const start, const U8 * const send, STRLEN * const uoffset, bool * const at_end, bool *canonical_position); 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 D | embed.fnc | 3253 |STRLEN uoffset \ 5757 |STRLEN uoffset \ 5763 |NN STRLEN * const uoffset \ 5769 |STRLEN uoffset \
|
| /openbsd-src/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-src/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-src/sys/uvm/ |
| H A D | uvm_map.c | 920 * => <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-src/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-src/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
|