Home
last modified time | relevance | path

Searched refs:moffset (Results 1 – 13 of 13) sorted by relevance

/netbsd-src/lib/libc/regex/
H A Dregcomp.c366 g->moffset = -1; in regcomp_internal()
2035 g->moffset = 0;
2089 g->moffset += offset;
2092 g->moffset = offset;
2104 g->moffset += offset;
2107 g->moffset = offset;
2122 g->moffset += offset;
2125 g->moffset = offset;
2147 g->moffset += offset;
2149 g->moffset
[all...]
H A Dregex2.h192 int moffset; /* latest point at which must may be located */
194 int moffset; /* latest point at which must may be located */ global() member
H A Dengine.c303 if (dp != NULL && g->moffset > -1) { in matcher()
306 nstart = stepback(start, dp, g->moffset); in matcher()
/netbsd-src/external/bsd/openldap/dist/libraries/liblutil/
H A Dutils.c161 static int moffset[12] = { in lutil_tm2time() local
186 tt->tt_sec += moffset[tm->tm_mon]; in lutil_tm2time()
227 static int moffset[12] = { in lutil_tm2gtime() local
253 tmp += moffset[tm->tm_mon]; in lutil_tm2gtime()
/netbsd-src/sys/external/bsd/drm2/dist/drm/radeon/
H A Dradeon_evergreen_cs.c788 unsigned long toffset, moffset; in evergreen_cs_track_validate_texture() local
819 moffset = texdw[3] << 8; in evergreen_cs_track_validate_texture()
871 if (surf.nsamples <= 1 && moffset & (surf.base_align - 1)) { in evergreen_cs_track_validate_texture()
873 __func__, __LINE__, moffset, surf.base_align); in evergreen_cs_track_validate_texture()
937 moffset += surf.layer_size * d; in evergreen_cs_track_validate_texture()
939 moffset += surf.layer_size * mslice; in evergreen_cs_track_validate_texture()
941 if (moffset > radeon_bo_size(mipmap)) { in evergreen_cs_track_validate_texture()
946 (unsigned long)texdw[3] << 8, moffset, mslice, in evergreen_cs_track_validate_texture()
2378 u32 toffset, moffset; in evergreen_packet3_check() local
2418 moffset = 0; in evergreen_packet3_check()
[all …]
/netbsd-src/external/bsd/file/dist/src/
H A Dsoftmagic.c65 file_private int moffset(struct magic_set *, struct magic *, const struct buffer *,
328 switch (moffset(ms, m, &bb, &ms->c.li[cont_level].off)) { in match()
458 switch (moffset(ms, m, &bb, in match()
841 moffset(struct magic_set *ms, struct magic *m, const struct buffer *b, in moffset() function
/netbsd-src/external/gpl3/binutils/dist/opcodes/
H A Dia64-gen.c2581 int moffset = 0; in print_completer_entry() local
2588 moffset++; in print_completer_entry()
2603 moffset, in print_completer_entry()
/netbsd-src/external/gpl3/binutils.old/dist/opcodes/
H A Dia64-gen.c2588 int moffset = 0; in print_completer_entry() local
2595 moffset++; in print_completer_entry()
2610 moffset, in print_completer_entry()
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dtree-ssa-loop-im.cc1603 poly_int64 moffset; in gather_mem_refs_stmt() local
1606 && (mem_ref_offset (base) * BITS_PER_UNIT + offset).to_shwi (&moffset) in gather_mem_refs_stmt()
1607 && moffset.is_constant (&mcoffset)) in gather_mem_refs_stmt()
H A Dgimple-fold.cc6021 poly_int64 moffset; in maybe_canonicalize_mem_ref_addr() local
6022 if (mem_ref_offset (base).to_shwi (&moffset)) in maybe_canonicalize_mem_ref_addr()
6024 coffset += moffset; in maybe_canonicalize_mem_ref_addr()
6025 if (wi::to_poly_wide (TREE_OPERAND (base, 0)).to_shwi (&moffset)) in maybe_canonicalize_mem_ref_addr()
6027 coffset += moffset; in maybe_canonicalize_mem_ref_addr()
H A DChangeLog-202034344 instead of abs_hwi, change moffset type to unsigned HOST_WIDE_INT.
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/aarch64/
H A Daarch64.c4443 unsigned HOST_WIDE_INT moffset = absu_hwi (offset); in aarch64_add_offset_1() local
4446 if (!moffset) in aarch64_add_offset_1()
4457 if (aarch64_uimm12_shift (moffset)) in aarch64_add_offset_1()
4469 if (moffset < 0x1000000 in aarch64_add_offset_1()
4471 || !aarch64_move_imm (moffset, mode))) in aarch64_add_offset_1()
4473 HOST_WIDE_INT low_off = moffset & 0xfff; in aarch64_add_offset_1()
4488 gen_int_mode (moffset, mode)); in aarch64_add_offset_1()
/netbsd-src/external/gpl3/gcc/dist/gcc/config/aarch64/
H A Daarch64.cc5730 unsigned HOST_WIDE_INT moffset = absu_hwi (offset); in aarch64_add_offset_1() local
5733 if (!moffset) in aarch64_add_offset_1()
5744 if (aarch64_uimm12_shift (moffset)) in aarch64_add_offset_1()
5756 if (moffset < 0x1000000 in aarch64_add_offset_1()
5758 || !aarch64_move_imm (moffset, mode))) in aarch64_add_offset_1()
5760 HOST_WIDE_INT low_off = moffset & 0xfff; in aarch64_add_offset_1()
5775 gen_int_mode (moffset, mode)); in aarch64_add_offset_1()