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

  /src/external/bsd/openldap/dist/servers/slapd/
value.c 640 struct berval ns1 = BER_BVNULL, ns2 = BER_BVNULL; local
665 ns1.bv_val = bv1.bv_val + 1;
666 ns1.bv_len = ptr - ns1.bv_val;
668 if ( numericStringValidate( NULL, &ns1 ) == LDAP_SUCCESS ) {
678 if ( !BER_BVISNULL( &ns2 ) && !BER_BVISNULL( &ns1 ) ) {
680 (void)octetStringOrderingMatch( match, 0, NULL, NULL, &ns1, &ns2 );
  /src/external/mpl/bind/dist/bin/tests/system/
conftest.py 605 def ns1(servers): function
606 return servers["ns1"]
  /src/external/bsd/libarchive/dist/libarchive/
archive_ppmd7.c 543 unsigned ns1; local
545 if ((ns1 = c->NumStats) != 1)
547 if ((ns1 & 1) == 0)
550 unsigned oldNU = ns1 >> 1;
567 c->SummFreq = (UInt16)(c->SummFreq + (2 * ns1 < ns) + 2 * ((4 * ns1 <= ns) & (c->SummFreq <= 8 * ns1)));
598 CPpmd_State *s = STATS(c) + ns1;
602 c->NumStats = (UInt16)(ns1 + 1);
archive_ppmd8.c 908 unsigned ns1; local
910 if ((ns1 = c->NumStats) != 0)
912 if ((ns1 & 1) != 0)
915 unsigned oldNU = (ns1 + 1) >> 1;
932 c->SummFreq = (UInt16)(c->SummFreq + (3 * ns1 + 1 < ns));
963 CPpmd_State *s2 = STATS(c) + ns1 + 1;
968 c->NumStats = (Byte)(ns1 + 1);
  /src/external/bsd/openldap/dist/libraries/liblunicode/ure/
ure.c 1375 ucs2_t s1, s2, ns1, ns2; local
1412 ns1 = _ure_make_expr(_URE_ONE, _URE_NOOP, _URE_NOOP, b);
1413 _ure_add_symstate(b->expr[state].lhs, ns1, b);
1423 ns1 = _ure_make_expr(_URE_ONE, _URE_NOOP, _URE_NOOP, b);
1424 state = _ure_make_expr(_URE_OR, ns1, s1, b);
1428 ns1 = _ure_make_expr(_URE_STAR, s1, _URE_NOOP, b);
1429 state = _ure_make_expr(_URE_AND, s1, ns1, b);
1433 ns1 = _ure_make_expr(_URE_ONE, _URE_NOOP, _URE_NOOP, b);
1435 state = _ure_make_expr(_URE_OR, ns1, ns2, b);
1457 ns1 = b->expr[s1].lhs
    [all...]

Completed in 71 milliseconds