Searched refs:lc (Results 1 - 9 of 9) sorted by relevance

/darwin-on-arm/xnu/tools/tests/libMicro/
H A DMakefile.SunOS58 UCBLIB= -lc -L/usr/ucblib -lucb -R/usr/ucblib
H A DMakefile.com57 $(LINT) ../$(@:%.lint=%.c) -I. -mu -lc libmicro.ln -lm
H A DMakefile.com.Darwin59 $(LINT) ../$(@:%.lint=%.c) -I. -mu -lc libmicro.ln -lm
/darwin-on-arm/xnu/libkern/zlib/
H A Dtrees.c1049 int _tr_tally (s, dist, lc)
1052 unsigned lc; /* match length-MIN_MATCH or unmatched char (if dist==0) */
1055 s->l_buf[s->last_lit++] = (uch)lc;
1057 /* lc is the unmatched char */
1058 s->dyn_ltree[lc].Freq++;
1061 /* Here, lc is the match length - MIN_MATCH */
1064 (ush)lc <= (ush)(MAX_MATCH-MIN_MATCH) &&
1067 s->dyn_ltree[_length_code[lc]+LITERALS+1].Freq++;
1105 int lc; /* match length or unmatched char (if dist == 0) */ local
1112 lc
1115 Tracecv(isgraph(lc), (stderr," '%c' ", lc)); local
[all...]
H A Ddeflate.h310 int _tr_tally OF((deflate_state *s, unsigned dist, unsigned lc));
/darwin-on-arm/xnu/bsd/sys/
H A Dproc_internal.h111 LIST_HEAD(, proc) lc_members; /* Pointer to lc members. */
617 #define LCTX_LOCK(lc) lck_mtx_lock(&(lc)->lc_mtx)
618 #define LCTX_UNLOCK(lc) lck_mtx_unlock(&(lc)->lc_mtx)
619 #define LCTX_LOCKED(lc)
620 #define LCTX_LOCK_ASSERT(lc, type)
/darwin-on-arm/xnu/osfmk/kern/
H A Dledger.c876 struct ledger_callback *lc; local
897 lc = entry_get_callback(l, i);
898 assert(lc != NULL);
903 lc->lc_func(lc->lc_param0, lc->lc_param1);
H A Dzalloc.c513 const char *lc = logname; local
519 for (len = 1; len <= MAX_ZONE_NAME; zc++, lc++, len++) {
527 if (*zc != *lc && !(*zc == ' ' && *lc == '.'))
/darwin-on-arm/xnu/bsd/dev/dtrace/
H A Ddtrace.c7679 char lc = '\0';
7693 if (c == '-' && lc != '\0' && *p != ']') {
7700 if (s1 < lc || s1 > c)
7704 } else if (lc <= s1 && s1 <= c)
7710 lc = c; /* save left-hand 'c' for next iteration */

Completed in 117 milliseconds