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

  /src/lib/libc/net/
nsdispatch.c 376 _nsdbtaddsrc(ns_dbt *dbt, const ns_src *src)
382 _DIAGASSERT(dbt != NULL);
385 new = _nsvect_append(src, dbt->srclist, &dbt->srclistsize,
389 dbt->srclist = new;
390 /* dbt->srclistsize already incremented */
401 _nsdbtdump(const ns_dbt *dbt)
405 _DIAGASSERT(dbt != NULL);
407 printf("%s (%d source%s):", dbt->name, dbt->srclistsize
600 const ns_dbt *dbt; local
    [all...]
  /src/crypto/external/bsd/heimdal/dist/lib/base/
test_base.c 662 static struct heim_db_type dbt = { variable in typeref:struct:heim_db_type
677 ret = heim_db_register("dictdb", NULL, &dbt);
  /src/external/gpl3/binutils/dist/binutils/
srconv.c 610 struct IT_dbt dbt; local
616 dbt.btype = BTYPE_VOID;
617 dbt.sign = BTYPE_UNSPEC;
618 dbt.fptype = FPTYPE_NOTSPEC;
622 dbt.btype = BTYPE_CHAR;
623 dbt.sign = BTYPE_UNSPEC;
624 dbt.fptype = FPTYPE_NOTSPEC;
630 dbt.btype = BTYPE_INT;
631 dbt.sign = SIGN_SIGNED;
632 dbt.fptype = FPTYPE_NOTSPEC
708 struct IT_dbt dbt; local
737 struct IT_dbt dbt; local
790 struct IT_dbt dbt; local
819 struct IT_dbt dbt; local
    [all...]
  /src/external/gpl3/binutils.old/dist/binutils/
srconv.c 610 struct IT_dbt dbt; local
616 dbt.btype = BTYPE_VOID;
617 dbt.sign = BTYPE_UNSPEC;
618 dbt.fptype = FPTYPE_NOTSPEC;
622 dbt.btype = BTYPE_CHAR;
623 dbt.sign = BTYPE_UNSPEC;
624 dbt.fptype = FPTYPE_NOTSPEC;
630 dbt.btype = BTYPE_INT;
631 dbt.sign = SIGN_SIGNED;
632 dbt.fptype = FPTYPE_NOTSPEC
708 struct IT_dbt dbt; local
737 struct IT_dbt dbt; local
790 struct IT_dbt dbt; local
819 struct IT_dbt dbt; local
    [all...]
  /src/external/mit/isl/dist/imath/
imath.c 1753 mp_digit *dat = da + len - 1, *dbt = db + len - 1; local
1755 for (/* */; len != 0; --len, --dat, --dbt) {
1756 if (*dat > *dbt) {
1758 } else if (*dat < *dbt) {
1955 mp_digit *dbt = db; local
1960 for (b = 0; b < size_b; ++b, ++dbt, ++dct) {
1961 w = (mp_word)*da * (mp_word)*dbt + w + (mp_word)*dct;
2417 mp_digit *dbt = db + MP_USED(b) - 1; local
2430 while (db < dbt) {
2456 mp_digit d = *dbt;
    [all...]
  /src/external/cddl/osnet/dist/cmd/ztest/
ztest.c 3974 dmu_buf_t *dbt; local
3990 FTAG, &dbt, DMU_READ_NO_PREFETCH) == 0);
4003 dmu_buf_rele(dbt, FTAG);

Completed in 23 milliseconds