Home
last modified time | relevance | path

Searched refs:nsub (Results 1 – 22 of 22) sorted by relevance

/freebsd/sys/arm/ti/twl/
H A Dtwl.h32 int twl_read(device_t dev, uint8_t nsub, uint8_t reg, uint8_t *buf, uint16_t cnt);
33 int twl_write(device_t dev, uint8_t nsub, uint8_t reg, uint8_t *buf, uint16_t cnt);
H A Dtwl.c167 twl_read(device_t dev, uint8_t nsub, uint8_t reg, uint8_t *buf, uint16_t cnt) in twl_read() argument
177 addr = sc->sc_subaddr_map[nsub]; in twl_read()
218 twl_write(device_t dev, uint8_t nsub, uint8_t reg, uint8_t *buf, uint16_t cnt) in twl_write() argument
236 addr = sc->sc_subaddr_map[nsub]; in twl_write()
H A Dtwl_clks.c434 uint8_t nsub, uint8_t regbase) in twl_clks_add_clock() argument
449 new->sub_dev = nsub; in twl_clks_add_clock()
H A Dtwl_vreg.c806 uint8_t nsub, uint8_t regbase, uint16_t fixed_voltage, in twl_vreg_add_regulator() argument
820 new->sub_dev = nsub; in twl_vreg_add_regulator()
/freebsd/contrib/one-true-awk/testdir/
H A Dchem.awk423 function atom(s, c, i, n, nsub, cloc, nsubc) { # convert CH3 to atom(...)
427 nsub = nsubc = 0
433 nsub++
441 s, (n-nsub/2)*cwid, textht, (cloc-nsubc/2-0.5)*cwid, crh, crw, dav)
/freebsd/contrib/nvi/regex/
H A Dengine.c208 m->pmatch = (regmatch_t *)malloc((m->g->nsub + 1) * in matcher()
214 for (i = 1; i <= m->g->nsub; i++) in matcher()
246 for (i = 1; i <= m->g->nsub; i++) { in matcher()
272 if (i <= m->g->nsub) in matcher()
452 assert(0 < i && i <= m->g->nsub); in dissect()
457 assert(0 < i && i <= m->g->nsub); in dissect()
584 assert(0 < i && i <= m->g->nsub); in backref()
645 assert(0 < i && i <= m->g->nsub); in backref()
656 assert(0 < i && i <= m->g->nsub); in backref()
H A Dregcomp.c243 g->nsub = 0; in regcomp()
269 preg->re_nsub = g->nsub; in regcomp()
353 p->g->nsub++; in p_ere_exp()
354 subno = p->g->nsub; in p_ere_exp()
566 p->g->nsub++; in p_simp_re()
567 subno = p->g->nsub; in p_simp_re()
597 assert(i <= p->g->nsub); in p_simp_re()
H A Dregex2.h159 size_t nsub; /* copy of re_nsub */ member
/freebsd/lib/libc/regex/grot/
H A Ddebug.c38 if (g->nsub > 0)
39 fprintf(d, ", nsub=%ld", (long)g->nsub);
/freebsd/lib/libc/regex/
H A Dengine.c323 m->pmatch = (regmatch_t *)malloc((m->g->nsub + 1) * in matcher()
329 for (i = 1; i <= m->g->nsub; i++) in matcher()
361 for (i = 1; i <= m->g->nsub; i++) { in matcher()
389 if (i <= m->g->nsub) in matcher()
578 assert(0 < i && i <= m->g->nsub); in dissect()
583 assert(0 < i && i <= m->g->nsub); in dissect()
747 assert(0 < i && i <= m->g->nsub); in backref()
807 assert(0 < i && i <= m->g->nsub); in backref()
817 assert(0 < i && i <= m->g->nsub); in backref()
H A Dregcomp.c301 g->nsub = 0; in regcomp_internal()
330 preg->re_nsub = g->nsub; in regcomp_internal()
413 p->g->nsub++; in p_ere_exp()
414 subno = p->g->nsub; in p_ere_exp()
507 assert(i <= p->g->nsub); in p_ere_exp()
894 p->g->nsub++; in p_simp_re()
895 subno = p->g->nsub; in p_simp_re()
927 assert(i <= p->g->nsub); in p_simp_re()
H A Dregex2.h193 size_t nsub; /* copy of re_nsub */ member
/freebsd/contrib/netbsd-tests/lib/libc/regex/
H A Ddebug.c70 if (g->nsub > 0) in regprint()
71 fprintf(d, ", nsub=%ld", (long)g->nsub); in regprint()
/freebsd/contrib/llvm-project/llvm/lib/Support/
H A Dregcomp.c350 g->nsub = 0; in llvm_regcomp()
374 preg->re_nsub = g->nsub; in llvm_regcomp()
453 p->g->nsub++; in p_ere_exp()
454 subno = p->g->nsub; in p_ere_exp()
525 assert(backrefnum <= p->g->nsub); in p_ere_exp()
693 p->g->nsub++; in p_simp_re()
694 subno = p->g->nsub; in p_simp_re()
724 assert(i <= p->g->nsub); in p_simp_re()
H A Dregengine.inc76 llvm_regmatch_t *pmatch; /* [nsub+1] (0 element unused) */
213 m->pmatch = (llvm_regmatch_t *)malloc((m->g->nsub + 1) *
219 for (i = 1; i <= m->g->nsub; i++)
251 for (i = 1; i <= m->g->nsub; i++) {
278 if (i <= m->g->nsub)
502 assert(0 < i && i <= m->g->nsub);
507 assert(0 < i && i <= m->g->nsub);
627 assert(0 < i && i <= m->g->nsub);
690 assert(0 < i && i <= m->g->nsub);
701 assert(0 < i && i <= m->g->nsub);
H A Dregex2.h154 size_t nsub; /* copy of re_nsub */ member
/freebsd/contrib/bmake/
H A Dvar.c1590 const regmatch_t *m, size_t nsub) in RegexReplaceBackref() argument
1594 if (n >= nsub) in RegexReplaceBackref()
1612 const regmatch_t *m, size_t nsub) in RegexReplace() argument
1622 RegexReplaceBackref(*++rp, buf, wp, m, nsub); in RegexReplace()
1634 size_t nsub; member
1655 xrv = regexec(&args->re, wp, args->nsub, m, flags); in ModifyWord_SubstRegex()
1668 RegexReplace(args->replace, buf, wp, m, args->nsub); in ModifyWord_SubstRegex()
3034 args.nsub = args.re.re_nsub + 1; in ApplyModifier_Regex()
3035 if (args.nsub > 10) in ApplyModifier_Regex()
3036 args.nsub = 10; in ApplyModifier_Regex()
/freebsd/contrib/one-true-awk/
H A Drun.c493 size_t nsub = p->nnext ? seplen : 0; in makearraystring() local
495 size_t tlen = blen + slen + nsub; in makearraystring()
502 if (nsub) { in makearraystring()
503 memcpy(buf + blen + slen, *SUBSEP, nsub); in makearraystring()
/freebsd/contrib/jemalloc/src/
H A Dextent.c774 size_t nsub = extent_size_get(extent) >> LG_PAGE; in extent_gdump_sub() local
775 assert(atomic_load_zu(&curpages, ATOMIC_RELAXED) >= nsub); in extent_gdump_sub()
776 atomic_fetch_sub_zu(&curpages, nsub, ATOMIC_RELAXED); in extent_gdump_sub()
/freebsd/sys/contrib/openzfs/include/sys/
H A Ddmu.h757 void dmu_buf_sub_user_size(dmu_buf_t *db, uint64_t nsub);
/freebsd/contrib/llvm-project/llvm/lib/AsmParser/
H A DLLLexer.cpp680 KEYWORD(nsub); in LexIdentifier()
/freebsd/sys/contrib/openzfs/module/zfs/
H A Ddbuf.c4317 dmu_buf_sub_user_size(dmu_buf_t *db_fake, uint64_t nsub) in dmu_buf_sub_user_size() argument
4322 ASSERT3U(atomic_load_64(&db->db_user->dbu_size), >=, nsub); in dmu_buf_sub_user_size()
4323 atomic_sub_64(&db->db_user->dbu_size, nsub); in dmu_buf_sub_user_size()