HomeSort by: relevance | last modified time | path
    Searched defs:isz (Results 1 - 6 of 6) sorted by relevancy

  /src/sbin/efi/
efiio.h 63 size_t isz = strlen(name) + 1; local
66 ev->name = utf8_to_ucs2(name, isz, NULL, &ev->namesize);
  /src/external/bsd/mdocml/dist/
tbl_layout.c 71 int isz; local
184 isz = 0;
186 isz++;
187 if (strchr(" \t.", p[*pos + isz]) == NULL)
188 isz++;
190 fontesc = mandoc_font(p + *pos, isz);
202 *pos += isz;
mandoc.c 502 int isz; local
531 isz = snprintf(p, 4 + 1, "%d, ", tm->tm_mday);
532 if (isz < 0 || isz > 4)
534 p += isz;
roff.c 1765 int isz; local
1771 isz = mandoc_asprintf(&p, "%s\n.%s", buf->buf, roffit_macro);
1774 buf->sz = isz + 1;
  /src/external/cddl/osnet/dev/dtrace/amd64/
dtrace_subr.c 166 size_t isz = t->t_dtrace_npc - t->t_dtrace_pc; local
177 rp->r_pc > t->t_dtrace_astpc + isz) {
191 size_t isz = t->t_dtrace_npc - t->t_dtrace_pc; local
200 rp->r_pc > t->t_dtrace_astpc + isz) {
211 * counter is the range [scrpc + isz, astpc).
213 if (rp->r_pc >= t->t_dtrace_scrpc + isz &&
222 rp->r_pc == t->t_dtrace_scrpc + isz) {
  /src/external/cddl/osnet/dev/dtrace/i386/
dtrace_subr.c 174 size_t isz = t->t_dtrace_npc - t->t_dtrace_pc; local
185 rp->r_pc > t->t_dtrace_astpc + isz) {
199 size_t isz = t->t_dtrace_npc - t->t_dtrace_pc; local
208 rp->r_pc > t->t_dtrace_astpc + isz) {
219 * counter is the range [scrpc + isz, astpc).
221 if (rp->r_pc >= t->t_dtrace_scrpc + isz &&
230 rp->r_pc == t->t_dtrace_scrpc + isz) {

Completed in 29 milliseconds