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

  /src/sys/net/npf/
npf_alg.c 73 npf_algset_t *aset; local
75 aset = kmem_zalloc(sizeof(npf_algset_t), KM_SLEEP);
76 npf->algset = aset;
82 npf_algset_t *aset = npf->algset; local
84 kmem_free(aset, sizeof(npf_algset_t));
90 npf_algset_t *aset = npf->algset; local
94 for (unsigned i = 0; i < aset->alg_count; i++) {
95 npf_alg_t *alg = &aset->alg_list[i];
132 npf_algset_t *aset = npf->algset; local
145 alg = &aset->alg_list[i]
182 npf_algset_t *aset = npf->algset; local
222 npf_algset_t *aset = npf->algset; local
258 npf_algset_t *aset = npf->algset; local
297 npf_algset_t *aset = npf->algset; local
323 npf_algset_t *aset = npf->algset; local
338 npf_algset_t *aset = npf->algset; local
    [all...]
  /src/external/gpl3/gcc/dist/libdecnumber/
decNumber.c 1410 decContext aset; /* working context */ local
1434 decContextDefault(&aset, DEC_INIT_DECIMAL64); /* clean context */
1442 aset.digits=1;
1443 decCopyFit(w, rhs, &aset, &residue, &copystat); /* copy & shorten */
1474 aset.digits=p; /* as calculated */
1475 aset.emax=DEC_MAX_MATH; /* usual bounds */
1476 aset.emin=-DEC_MAX_MATH; /* .. */
1477 aset.clamp=0; /* and no concrete format */
1478 decLnOp(a, rhs, &aset, &status); /* a=ln(rhs) */
1505 aset.digits=p
1964 decContext aset; \/* working context *\/ local
5229 decContext aset, tset, dset; \/* working contexts *\/ local
5602 decContext aset, bset; \/* working contexts *\/ local
    [all...]
  /src/external/gpl3/gcc.old/dist/libdecnumber/
decNumber.c 1410 decContext aset; /* working context */ local
1434 decContextDefault(&aset, DEC_INIT_DECIMAL64); /* clean context */
1442 aset.digits=1;
1443 decCopyFit(w, rhs, &aset, &residue, &copystat); /* copy & shorten */
1474 aset.digits=p; /* as calculated */
1475 aset.emax=DEC_MAX_MATH; /* usual bounds */
1476 aset.emin=-DEC_MAX_MATH; /* .. */
1477 aset.clamp=0; /* and no concrete format */
1478 decLnOp(a, rhs, &aset, &status); /* a=ln(rhs) */
1505 aset.digits=p
1964 decContext aset; \/* working context *\/ local
5229 decContext aset, tset, dset; \/* working contexts *\/ local
5602 decContext aset, bset; \/* working contexts *\/ local
    [all...]
  /src/external/gpl3/gdb/dist/libdecnumber/
decNumber.c 1410 decContext aset; /* working context */ local
1434 decContextDefault(&aset, DEC_INIT_DECIMAL64); /* clean context */
1442 aset.digits=1;
1443 decCopyFit(w, rhs, &aset, &residue, &copystat); /* copy & shorten */
1474 aset.digits=p; /* as calculated */
1475 aset.emax=DEC_MAX_MATH; /* usual bounds */
1476 aset.emin=-DEC_MAX_MATH; /* .. */
1477 aset.clamp=0; /* and no concrete format */
1478 decLnOp(a, rhs, &aset, &status); /* a=ln(rhs) */
1505 aset.digits=p
1964 decContext aset; \/* working context *\/ local
5229 decContext aset, tset, dset; \/* working contexts *\/ local
5602 decContext aset, bset; \/* working contexts *\/ local
    [all...]
  /src/external/gpl3/gdb.old/dist/libdecnumber/
decNumber.c 1410 decContext aset; /* working context */ local
1434 decContextDefault(&aset, DEC_INIT_DECIMAL64); /* clean context */
1442 aset.digits=1;
1443 decCopyFit(w, rhs, &aset, &residue, &copystat); /* copy & shorten */
1474 aset.digits=p; /* as calculated */
1475 aset.emax=DEC_MAX_MATH; /* usual bounds */
1476 aset.emin=-DEC_MAX_MATH; /* .. */
1477 aset.clamp=0; /* and no concrete format */
1478 decLnOp(a, rhs, &aset, &status); /* a=ln(rhs) */
1505 aset.digits=p
1964 decContext aset; \/* working context *\/ local
5229 decContext aset, tset, dset; \/* working contexts *\/ local
5602 decContext aset, bset; \/* working contexts *\/ local
    [all...]

Completed in 54 milliseconds