HomeSort by: relevance | last modified time | path
    Searched refs:dbt (Results 1 - 16 of 16) 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/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/lib/libc/db/btree/
bt_overflow.c 66 * A single DBT is written to each chain, so a lot of space on the last page
133 * data: DBT to store
140 __ovfl_put(BTREE *t, const DBT *dbt, pgno_t *pg)
156 p = dbt->data;
157 temp = dbt->size;
  /src/external/gpl3/gcc.old/dist/libphobos/libdruntime/core/sys/windows/
dbt.d 10 module core.sys.windows.dbt;
  /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/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/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);
  /src/external/gpl3/binutils/dist/opcodes/
rx-decode.opc 1052 /** 0000 0001 dbt */
1053 ID(dbt);
rx-decode.c 330 /** 0000 0001 dbt */
334 "/** 0000 0001 dbt */",
337 SYNTAX("dbt");
339 ID(dbt);
  /src/external/gpl3/binutils.old/dist/opcodes/
rx-decode.opc 1052 /** 0000 0001 dbt */
1053 ID(dbt);
rx-decode.c 330 /** 0000 0001 dbt */
334 "/** 0000 0001 dbt */",
337 SYNTAX("dbt");
339 ID(dbt);
  /src/external/gpl3/gdb.old/dist/opcodes/
rx-decode.opc 1052 /** 0000 0001 dbt */
1053 ID(dbt);
rx-decode.c 330 /** 0000 0001 dbt */
334 "/** 0000 0001 dbt */",
337 SYNTAX("dbt");
339 ID(dbt);
  /src/external/gpl3/gdb/dist/opcodes/
rx-decode.opc 1052 /** 0000 0001 dbt */
1053 ID(dbt);
rx-decode.c 330 /** 0000 0001 dbt */
334 "/** 0000 0001 dbt */",
337 SYNTAX("dbt");
339 ID(dbt);

Completed in 111 milliseconds