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

  /src/sys/lib/libkern/
lmax.c 1 /* $NetBSD: lmax.c,v 1.6 2009/03/14 21:04:24 dsl Exp $ */
38 lmax(long a, long b) function
libkern.h 60 LIBKERN_INLINE long lmax(long, long) __unused;
96 lmax(long a, long b) function
  /src/external/bsd/openldap/dist/contrib/slapd-modules/dsaschema/
dsaschema.c 306 static size_t lmax, lcur; variable
311 while ( lcur + len + 1 > lmax ) { \
312 lmax += BUFSIZ; \
313 line = (char *) ch_realloc( line, lmax ); \
  /src/external/bsd/openldap/dist/clients/tools/
ldapmodify.c 235 int i = 0, lmax = 0; local
305 &rbuf, &lmax )) > 0 )
  /src/external/bsd/openldap/dist/servers/slapd/back-sql/
config.c 583 int rc = 0, lmax = 0, ldifrc; local
610 while (( ldifrc = ldif_read_record( fp, &lineno, &buf, &lmax )) > 0 ) {
util.c 497 ber_len_t l, lmax; local
510 lmax = id->eid_keyval.bv_len < 12 ? id->eid_keyval.bv_len : 12;
511 for ( l = 0, i = 9; l < lmax; l++, i += 2 ) {
  /src/external/bsd/openldap/dist/servers/slapd/
root_dse.c 409 int rc = 0, lmax = 0, ldifrc; local
430 while(( ldifrc = ldif_read_record( fp, &lineno, &buf, &lmax )) > 0 ) {
slapadd.c 88 static int lmax; variable
114 ldifrc = ldif_read_record( ldiffp, &erec->nextline, &buf, &lmax );
slapmodify.c 68 int lmax; local
105 lmax = 0;
141 for( lineno=1; ( ldifrc = ldif_read_record( ldiffp, &nextline, &buf, &lmax )) > 0;
ad.c 1147 size_t lmax = LBUFSIZ; local
1159 lcur = line = (char *) ch_malloc( lmax );
1177 lmax += LBUFSIZ;
1178 line = (char *) ch_realloc( line, lmax );
config.c 2100 static size_t lmax, lcur; variable
2105 while ( lcur + len + 1 > lmax ) { \
2106 lmax += AC_LINE_MAX; \
2107 line = (char *) ch_realloc( line, lmax ); \
  /src/external/bsd/pcc/dist/pcc/f77/fcom/
misc.c 464 ftnint lmax(a, b) function
  /src/external/bsd/zstd/dist/programs/
lorem.c 115 int lmax; local
118 lmax = weights[len];
119 total += (unsigned)lmax;
135 int l, lmax; local
138 lmax = weights[len];
139 for (l = 0; l < lmax; l++) {
  /src/external/gpl2/gettext/dist/gettext-tools/src/
msgl-fsearch.c 580 size_t lmin, lmax; local
590 lmax = (int) (l * (2 / FUZZY_THRESHOLD - 1));
591 if (!(lmax <= SHORT_MSG_MAX))
596 for (l = lmin; l <= lmax; l++)
  /src/usr.sbin/cpuctl/arch/
i386.c 2206 uint16_t lmin, lmax; local
2212 lmax = __SHIFTOUT(descs[1], CPUID_MON_MAXSIZE);
2214 if (lmin != lmax)
2215 aprint_normal("-%hu", lmax);
  /src/external/bsd/openldap/dist/servers/lloadd/
config.c 3474 static size_t lmax, lcur; variable
3479 while ( lcur + len + 1 > lmax ) { \
3480 lmax += AC_LINE_MAX; \
3481 line = (char *)ch_realloc( line, lmax ); \
  /src/external/gpl3/binutils/dist/binutils/
dwarf.c 3014 unsigned int lmax = debug_info_p->max_loc_offsets; local
3017 if (lmax == 0 || num >= lmax)
3019 lmax += 1024;
3022 lmax, sizeof (*debug_info_p->loc_offsets));
3025 lmax, sizeof (*debug_info_p->loc_views));
3028 lmax, sizeof (*debug_info_p->have_frame_base));
3029 debug_info_p->max_loc_offsets = lmax;
3103 unsigned int lmax = debug_info_p->max_range_lists; local
3106 if (lmax == 0 || num >= lmax
    [all...]
  /src/external/gpl3/binutils.old/dist/binutils/
dwarf.c 2945 unsigned int lmax = debug_info_p->max_loc_offsets; local
2948 if (lmax == 0 || num >= lmax)
2950 lmax += 1024;
2953 lmax, sizeof (*debug_info_p->loc_offsets));
2956 lmax, sizeof (*debug_info_p->loc_views));
2959 lmax, sizeof (*debug_info_p->have_frame_base));
2960 debug_info_p->max_loc_offsets = lmax;
3034 unsigned int lmax = debug_info_p->max_range_lists; local
3037 if (lmax == 0 || num >= lmax
    [all...]

Completed in 49 milliseconds