Home
last modified time | relevance | path

Searched refs:anchor (Results 1 – 25 of 191) sorted by relevance

12345678

/illumos-gate/usr/src/common/lz4/
H A Dlz4.c636 anchor = ip; in LZ4_compressCtx()
662 len = (ip - anchor); in LZ4_compressCtx()
683 anchor = ip; in LZ4_compressCtx()
698 anchor = ip++; in LZ4_compressCtx()
718 (void) memcpy(op, anchor, iend - anchor); in LZ4_compressCtx()
719 op += iend - anchor; in LZ4_compressCtx()
829 anchor = ip; in LZ4_compress64kCtx()
855 len = (ip - anchor); in LZ4_compress64kCtx()
876 anchor = ip; in LZ4_compress64kCtx()
891 anchor = ip++; in LZ4_compress64kCtx()
[all …]
/illumos-gate/usr/src/uts/common/io/cxgbe/t4nex/
H A Dfastlz.c242 const unsigned char *anchor = ip; in FASTLZ_COMPRESSOR() local
250 ref = anchor - 1 + 3; in FASTLZ_COMPRESSOR()
261 distance = anchor - ref; in FASTLZ_COMPRESSOR()
264 *hslot = anchor; in FASTLZ_COMPRESSOR()
291 ip = anchor + len; in FASTLZ_COMPRESSOR()
343 len = ip - anchor; in FASTLZ_COMPRESSOR()
409 *op++ = *anchor++; in FASTLZ_COMPRESSOR()
410 ip = anchor; in FASTLZ_COMPRESSOR()
/illumos-gate/usr/src/uts/common/io/
H A Dl_strplumb.c218 uint_t *anchor, char *mods[]) in kstr_autopush() argument
279 if (anchor != NULL) in kstr_autopush()
280 *anchor = push.sap_anchor; in kstr_autopush()
318 if (anchor != NULL) in kstr_autopush()
319 push.sap_anchor = *anchor; in kstr_autopush()
/illumos-gate/usr/src/cmd/awk/
H A Db.c119 makedfa(const char *s, int anchor) /* returns dfa for reg expr s */ in makedfa() argument
134 return (mkdfa(s, anchor)); in makedfa()
136 if (fatab[i]->anchor == anchor && in makedfa()
142 pfa = mkdfa(s, anchor); in makedfa()
167 mkdfa(const char *s, int anchor) in mkdfa() argument
193 f->initstat = makeinit(f, anchor); in mkdfa()
194 f->anchor = anchor; in mkdfa()
200 makeinit(fa *f, int anchor) in makeinit() argument
219 if (anchor) { in makeinit()
/illumos-gate/usr/src/contrib/ast/src/lib/libast/comp/
H A Dregexp.c94 _re_exec(regexp_t* re, const char* subject, const char* handle, int anchor) in _re_exec() argument
100 if (regexec(&env->re, subject, elementsof(match), match, 0) || anchor && match[0].rm_so) in _re_exec()
/illumos-gate/usr/src/cmd/picl/plugins/sun4u/mpxu/frudr/
H A Dfru_HDD0.info36 * name:<namepath> -- gives the anchor node
39 * _class:<classpath> -- gives the anchor node
H A Dfru_HDD1.info36 * name:<namepath> -- gives the anchor node
39 * _class:<classpath> -- gives the anchor node
H A Dfru_HDD2.info36 * name:<namepath> -- gives the anchor node
39 * _class:<classpath> -- gives the anchor node
H A Dfru_HDD3.info36 * name:<namepath> -- gives the anchor node
39 * _class:<classpath> -- gives the anchor node
H A Dfru_usb-a-1.info36 * name:<namepath> -- gives the anchor node
39 * _class:<classpath> -- gives the anchor node
H A Dfru_usb-a-2.info36 * name:<namepath> -- gives the anchor node
39 * _class:<classpath> -- gives the anchor node
/illumos-gate/usr/src/cmd/picl/plugins/sun4u/seattle/frudr/
H A Dfru_HDD2.info38 * name:<namepath> -- gives the anchor node
41 * _class:<classpath> -- gives the anchor node
H A Dfru_usb-a-4.info36 * name:<namepath> -- gives the anchor node
39 * _class:<classpath> -- gives the anchor node
/illumos-gate/usr/src/cmd/picl/plugins/sun4u/boston/frudr/
H A Dfru_HDD0.info35 * name:<namepath> -- gives the anchor node
38 * _class:<classpath> -- gives the anchor node
H A Dfru_HDD1.info36 * name:<namepath> -- gives the anchor node
39 * _class:<classpath> -- gives the anchor node
H A Dfru_HDD2.info37 * name:<namepath> -- gives the anchor node
40 * _class:<classpath> -- gives the anchor node
H A Dfru_HDD3.info36 * name:<namepath> -- gives the anchor node
39 * _class:<classpath> -- gives the anchor node
H A Dfru_HDD4.info36 * name:<namepath> -- gives the anchor node
39 * _class:<classpath> -- gives the anchor node
H A Dfru_HDD5.info36 * name:<namepath> -- gives the anchor node
39 * _class:<classpath> -- gives the anchor node
H A Dfru_HDD6.info36 * name:<namepath> -- gives the anchor node
39 * _class:<classpath> -- gives the anchor node
H A Dfru_SC.info38 * name:<namepath> -- gives the anchor node
41 * _class:<classpath> -- gives the anchor node
H A Dfru_usb-a-1.info38 * name:<namepath> -- gives the anchor node
41 * _class:<classpath> -- gives the anchor node
H A Dfru_usb-a-2.info38 * name:<namepath> -- gives the anchor node
41 * _class:<classpath> -- gives the anchor node
H A Dfru_usb-a-3.info38 * name:<namepath> -- gives the anchor node
41 * _class:<classpath> -- gives the anchor node
H A Dfru_usb-a-4.info38 * name:<namepath> -- gives the anchor node
41 * _class:<classpath> -- gives the anchor node

12345678