HomeSort by: relevance | last modified time | path
    Searched refs:normalized (Results 1 - 25 of 60) sorted by relevancy

1 2 3

  /src/usr.bin/make/unit-tests/
varname-dot-parsedir.exp 2 make: <normalized>:43: The location can be faked in some cases.
varname-dot-parsefile.exp 2 make: <normalized>:38: The location can be faked in some cases.
  /src/external/bsd/openldap/dist/contrib/slapd-modules/ciboolean/
ciboolean.c 62 struct berval *normalized,
81 *normalized = nvalue;
  /src/external/bsd/openldap/dist/servers/slapd/
schema_init.c 41 * Invoked with validated and commonly pretty/normalized arguments, thus
44 * Normalize function(...input value, output normalized...):
1468 struct berval *normalized,
1478 *normalized = out;
1497 rc = dnNormalize( 0, NULL, NULL, &out, normalized, ctx );
1507 tmp = ch_realloc( normalized->bv_val,
1508 normalized->bv_len + uid.bv_len
1511 ber_memfree_x( normalized->bv_val, ctx );
1515 normalized->bv_val = tmp;
1518 normalized->bv_val[normalized->bv_len++] = '#'
    [all...]
saslauthz.c 61 * it is not normalized nor validated; it is used
472 struct berval *normalized,
494 BER_BVZERO( normalized );
551 ber_str2bv_x( "dn:*", STRLENOF( "dn:*" ), 1, normalized, ctx );
571 normalized->bv_len = STRLENOF( "dn.regex:" ) + bv.bv_len;
572 normalized->bv_val = ber_memalloc_x( normalized->bv_len + 1, ctx );
573 ptr = lutil_strcopy( normalized->bv_val, "dn.regex:" );
605 normalized->bv_len = prefix.bv_len + out.bv_len;
606 normalized->bv_val = ber_memalloc_x( normalized->bv_len + 1, ctx )
    [all...]
value.c 356 /* Strip index from normalized values */
545 struct berval *normalized,
555 assert( normalized != NULL );
583 ber_dupbv_x( normalized, &idx, ctx );
593 ad->ad_type->sat_syntax, mr, val, normalized, ctx );
596 bv = *normalized;
598 normalized->bv_len = idx.bv_len + bv.bv_len;
599 normalized->bv_val = slap_sl_malloc( normalized->bv_len + 1, ctx );
601 AC_MEMCPY( normalized->bv_val, idx.bv_val, idx.bv_len )
    [all...]
  /src/external/lgpl3/gmp/dist/mpf/
sub.c 210 goto normalized;
242 goto normalized;
382 normalized:
  /src/external/lgpl3/gmp/dist/mpn/powerpc64/mode64/p8/
invert_limb.asm 1 dnl PowerPC-64 mpn_invert_limb -- Invert a normalized limb.
  /src/external/bsd/openldap/dist/libraries/liblunicode/utbm/
README 36 o Search pattern and text already normalized in some fashion.
  /src/sbin/nvmectl/
logpage.c 448 uint8_t normalized; local
471 * walker[3] = Normalized Value
479 normalized = walker[3];
486 normalized, le16dec(walker + 5), le16dec(walker + 7),
490 printf("%-32s: %3d %.3f%%\n", name, normalized, raw / 1024.0);
493 printf("%-32s: %3d %d%% %d times\n", name, normalized,
497 printf("%-32s: %3d %ju\n", name, normalized, (uintmax_t)raw);
  /src/external/lgpl3/gmp/dist/mpn/alpha/
invert_limb.asm 1 dnl Alpha mpn_invert_limb -- Invert a normalized limb.
  /src/external/lgpl3/gmp/dist/mpn/arm64/
invert_limb.asm 1 dnl ARM64 mpn_invert_limb -- Invert a normalized limb.
  /src/external/lgpl3/gmp/dist/mpn/ia64/
invert_limb.asm 1 dnl IA-64 mpn_invert_limb -- Invert a normalized limb.
divrem_1.asm 44 C normalized and unnormalized divisor, since the shifting stuff is done for
49 C * Consider delaying inversion for normalized mpn_divrem_1 entry till after
196 C Develop quotient limbs for normalized divisor
  /src/external/lgpl3/gmp/dist/mpn/powerpc64/mode64/
invert_limb.asm 1 dnl PowerPC-64 mpn_invert_limb -- Invert a normalized limb.
divrem_2.asm 1 dnl PPC-64 mpn_divrem_2 -- Divide an mpn number by a normalized 2-limb number.
  /src/external/lgpl3/gmp/dist/mpn/x86/pentium4/sse2/
divrem_1.asm 55 C won't cause any confusion since it's only the normalized divisor that's of
87 C If the divisor is normalized (high bit set) then a division step can
164 psllq %mm7, %mm5 C d normalized
335 shll %cl, %ebp C d normalized
  /src/external/lgpl3/gmp/dist/mpn/x86_64/
invert_limb.asm 1 dnl AMD64 mpn_invert_limb -- Invert a normalized limb.
mod_1_1.asm 137 jz L(normalized)
160 L(normalized):
  /src/external/lgpl3/gmp/dist/mpn/x86/k7/
mod_1_1.asm 148 jz L(normalized)
163 L(normalized):
  /src/external/ibm-public/postfix/dist/src/postconf/
postconf_master.c 232 char *normalized; local
237 normalized = concatenate(name, "=", value, (char *) 0);
238 argv_replace_one(argv, field, normalized);
239 myfree(normalized);
  /src/external/mit/expat/dist/lib/
xmltok.h 156 char normalized; member in struct:__anon23
  /src/external/lgpl3/gmp/dist/mpn/x86/k7/mmx/
divrem_1.asm 57 C only the normalized divisor that's of any use in the code. "b" is written
88 C If the divisor is normalized (high bit set) then a division step can
92 C decimal mpn_get_str is not normalized in a 32-bit limb.
174 shll %cl, %ebp C d normalized
361 shll %cl, %ebp C d normalized
  /src/share/mk/
sys.mk 70 # Skip paths that contain relative components and can't be normalized, sort..
  /src/external/lgpl3/gmp/dist/mpn/arm/
invert_limb.asm 1 dnl ARM mpn_invert_limb -- Invert a normalized limb.

Completed in 88 milliseconds

1 2 3