| /netbsd-src/external/bsd/openldap/dist/servers/slapd/ |
| H A D | schema_init.c | 1468 struct berval *normalized, in uniqueMemberNormalize() argument 1478 *normalized = out; in uniqueMemberNormalize() 1497 rc = dnNormalize( 0, NULL, NULL, &out, normalized, ctx ); in uniqueMemberNormalize() 1507 tmp = ch_realloc( normalized->bv_val, in uniqueMemberNormalize() 1508 normalized->bv_len + uid.bv_len in uniqueMemberNormalize() 1511 ber_memfree_x( normalized->bv_val, ctx ); in uniqueMemberNormalize() 1515 normalized->bv_val = tmp; in uniqueMemberNormalize() 1518 normalized->bv_val[normalized->bv_len++] = '#'; in uniqueMemberNormalize() 1521 AC_MEMCPY( &normalized->bv_val[normalized->bv_len], in uniqueMemberNormalize() 1523 normalized->bv_len += uid.bv_len; in uniqueMemberNormalize() [all …]
|
| H A D | saslauthz.c | 472 struct berval *normalized, in authzPrettyNormal() argument 494 BER_BVZERO( normalized ); in authzPrettyNormal() 551 ber_str2bv_x( "dn:*", STRLENOF( "dn:*" ), 1, normalized, ctx ); in authzPrettyNormal() 571 normalized->bv_len = STRLENOF( "dn.regex:" ) + bv.bv_len; in authzPrettyNormal() 572 normalized->bv_val = ber_memalloc_x( normalized->bv_len + 1, ctx ); in authzPrettyNormal() 573 ptr = lutil_strcopy( normalized->bv_val, "dn.regex:" ); in authzPrettyNormal() 605 normalized->bv_len = prefix.bv_len + out.bv_len; in authzPrettyNormal() 606 normalized->bv_val = ber_memalloc_x( normalized->bv_len + 1, ctx ); in authzPrettyNormal() 608 ptr = lutil_strcopy( normalized->bv_val, prefix.bv_val ); in authzPrettyNormal() 642 ber_dupbv_x( normalized, val, ctx ); in authzPrettyNormal() [all …]
|
| H A D | value.c | 545 struct berval *normalized, in ordered_value_normalize() argument 555 assert( normalized != NULL ); in ordered_value_normalize() 583 ber_dupbv_x( normalized, &idx, ctx ); in ordered_value_normalize() 593 ad->ad_type->sat_syntax, mr, val, normalized, ctx ); in ordered_value_normalize() 596 bv = *normalized; in ordered_value_normalize() 598 normalized->bv_len = idx.bv_len + bv.bv_len; in ordered_value_normalize() 599 normalized->bv_val = slap_sl_malloc( normalized->bv_len + 1, ctx ); in ordered_value_normalize() 601 AC_MEMCPY( normalized->bv_val, idx.bv_val, idx.bv_len ); in ordered_value_normalize() 602 AC_MEMCPY( &normalized->bv_val[ idx.bv_len ], bv.bv_val, bv.bv_len + 1 ); in ordered_value_normalize()
|
| /netbsd-src/external/gpl3/gcc.old/dist/contrib/ |
| H A D | check-internal-format-escaping.py | 224 normalized = re.sub('%<[^%]+%>', '%qs', msgid) 225 if normalized not in seen: 226 seen[normalized] = msg 230 prev = seen[normalized]
|
| /netbsd-src/external/gpl3/gcc/dist/contrib/ |
| H A D | check-internal-format-escaping.py | 224 normalized = re.sub('%<[^%]+%>', '%qs', msgid) 225 if normalized not in seen: 226 seen[normalized] = msg 230 prev = seen[normalized]
|
| /netbsd-src/sys/arch/m68k/fpsp/ |
| H A D | srem_mod.sa | 158 Sub.L D6,D3 ...(D3,D4,D5) is normalized 172 Or.L D7,D4 ...(D3,D4,D5) normalized 177 AddI.L #$00003FFE,D3 ...(D3,D4,D5) normalized 203 Sub.L D6,D0 ...(D0,D1,D2) is normalized 217 Or.L D7,D1 ...(D0,D1,D2) normalized 222 AddI.L #$00003FFE,D0 ...(D0,D1,D2) normalized 302 Sub.L D6,D0 ...(D0,D1,D2) is normalized 309 BMI.B Get_Mod ...already normalized 317 Or.L D7,D1 ...(D0,D1,D2) normalized
|
| H A D | slog2.sa | 70 * Notes: Even if X is denormalized, log(X) is always normalized. 99 * Notes: Even if X is denormalized, log(X) is always normalized. 155 *--entry point for Log10(X), X is normalized 182 *--entry point for Log2(X), X is normalized
|
| H A D | get_op.sa | 50 * number(s) is normalized and the operand type tag is updated. 71 * routine. The number is normalized, put back on the stack and 74 * a normalized number in the source and the instruction is 78 * normalized number it becomes a denormalized number. The 236 * The following lines of are coded to optimize on normalized operands 265 * ;and puts the normalized num back 293 * ;and puts the normalized num back 359 tst.b d0 ;check for normalized value 430 * a0 = points to operand to be normalized 434 * the normalized operand is placed back on the fsave stack
|
| H A D | MONADIC.GCC | 72 bsr _OPr_ ; normalized (regular) number 122 bsr _OPr_ ; normalized (regular) number 172 bsr _OPr_ ; normalized (regular) number
|
| H A D | MONADIC.GEN | 94 bsr _OPr_ ; normalized (regular) number 146 bsr _OPr_ ; normalized (regular) number 198 bsr _OPr_ ; normalized (regular) number
|
| H A D | x_unfl.sa | 41 * by taking the intermediate result (which is always normalized) and 255 * ;normalized bias 256 * ; normalized denormalized
|
| H A D | scale.sa | 324 * by first shifting the bits in the mantissa until it is normalized, 333 tst.l d2 ;test for normalized result 342 * Destination became normalized. Simply add the remaining 346 add.w d0,d1 ;dst is normalized; add src
|
| /netbsd-src/external/lgpl3/gmp/dist/mpf/ |
| H A D | sub.c | 210 goto normalized; in mpf_sub() 242 goto normalized; in mpf_sub() 382 normalized: in mpf_sub()
|
| /netbsd-src/sbin/nvmectl/ |
| H A D | logpage.c | 448 uint8_t normalized; in print_intel_add_smart() local 479 normalized = walker[3]; in print_intel_add_smart() 486 normalized, le16dec(walker + 5), le16dec(walker + 7), in print_intel_add_smart() 490 printf("%-32s: %3d %.3f%%\n", name, normalized, raw / 1024.0); in print_intel_add_smart() 493 printf("%-32s: %3d %d%% %d times\n", name, normalized, in print_intel_add_smart() 497 printf("%-32s: %3d %ju\n", name, normalized, (uintmax_t)raw); in print_intel_add_smart()
|
| /netbsd-src/external/lgpl3/gmp/dist/mpn/x86/k7/mmx/ |
| H A D | 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 174 shll %cl, %ebp C d normalized 361 shll %cl, %ebp C d normalized
|
| /netbsd-src/external/ibm-public/postfix/dist/src/postconf/ |
| H A D | postconf_master.c | 228 char *normalized; in pcf_normalize_nameval() local 233 normalized = concatenate(name, "=", value, (char *) 0); in pcf_normalize_nameval() 234 argv_replace_one(argv, field, normalized); in pcf_normalize_nameval() 235 myfree(normalized); in pcf_normalize_nameval()
|
| /netbsd-src/external/lgpl3/gmp/dist/mpn/x86/ |
| H A D | divrem_2.asm | 1 dnl x86 mpn_divrem_2 -- Divide an mpn number by a normalized 2-limb number.
|
| /netbsd-src/external/lgpl3/gmp/dist/mpn/arm/ |
| H A D | invert_limb.asm | 1 dnl ARM mpn_invert_limb -- Invert a normalized limb.
|
| /netbsd-src/external/lgpl3/gmp/dist/mpn/powerpc64/mode64/ |
| H A D | invert_limb.asm | 1 dnl PowerPC-64 mpn_invert_limb -- Invert a normalized limb.
|
| /netbsd-src/external/lgpl3/gmp/dist/mpn/powerpc64/mode64/p8/ |
| H A D | invert_limb.asm | 1 dnl PowerPC-64 mpn_invert_limb -- Invert a normalized limb.
|
| /netbsd-src/external/lgpl3/gmp/dist/mpn/powerpc32/ |
| H A D | invert_limb.asm | 1 dnl PowerPC-32 mpn_invert_limb -- Invert a normalized limb.
|
| H A D | divrem_2.asm | 1 dnl PPC-32 mpn_divrem_2 -- Divide an mpn number by a normalized 2-limb number.
|
| /netbsd-src/external/lgpl3/gmp/dist/mpn/arm64/ |
| H A D | invert_limb.asm | 1 dnl ARM64 mpn_invert_limb -- Invert a normalized limb.
|
| /netbsd-src/external/lgpl3/gmp/dist/mpn/alpha/ |
| H A D | divrem_2.asm | 1 dnl Alpha mpn_divrem_2 -- Divide an mpn number by a normalized 2-limb number.
|
| H A D | invert_limb.asm | 1 dnl Alpha mpn_invert_limb -- Invert a normalized limb.
|