Home
last modified time | relevance | path

Searched full:adoc (Results 1 – 11 of 11) sorted by relevance

/freebsd/sys/contrib/device-tree/Bindings/riscv/
H A Dextensions.yaml243 of zc.adoc to src tree.").
251 of zc.adoc to src tree.").
259 of zc.adoc to src tree.").
267 of zc.adoc to src tree.").
432 riscv-crypto-spec-vector.adoc") of riscv-crypto.
438 riscv-crypto-spec-vector.adoc") of riscv-crypto.
486 riscv-crypto-spec-vector.adoc") of riscv-crypto.
491 ratified in commit 56ed795 ("Update riscv-crypto-spec-vector.adoc")
497 ratified in commit 56ed795 ("Update riscv-crypto-spec-vector.adoc")
504 riscv-crypto-spec-vector.adoc") of riscv-crypto.
[all …]
/freebsd/contrib/llvm-project/llvm/include/llvm/Support/
H A DRISCVAttributes.h41 …// https://github.com/riscv-non-isa/riscv-elf-psabi-doc/blob/master/riscv-elf.adoc#tag_riscv_atomi…
/freebsd/contrib/llvm-project/compiler-rt/lib/scudo/standalone/
H A Dchecksum.cpp90 // https://github.com/loongson/la-softdev-convention/blob/v0.1/la-softdev-convention.adoc#kernel-de…
/freebsd/sys/contrib/device-tree/Bindings/perf/
H A Driscv,pmu.yaml31 https://github.com/riscv-non-isa/riscv-sbi-doc/blob/master/riscv-sbi.adoc
/freebsd/sys/riscv/include/
H A Dsbi.h137 * https://github.com/riscv/riscv-sbi-doc/blob/master/riscv-sbi.adoc
/freebsd/sys/sys/
H A Dparam.h52 * documentation/content/en/books/porters-handbook/versions/_index.adoc
/freebsd/share/man/man4/
H A DMakefile4 # hardware notes template (website/archetypes/release/hardware.adoc in
/freebsd/contrib/llvm-project/libunwind/include/
H A Dlibunwind.h1036 // https://github.com/riscv/riscv-v-spec/blob/master/v-spec.adoc#3-vector-extension-programmers-model
/freebsd/sys/contrib/device-tree/Bindings/cpu/
H A Didle-states.yaml325 http://github.com/riscv/riscv-sbi-doc/riscv-sbi.adoc
/freebsd/contrib/llvm-project/llvm/lib/TargetParser/
H A DRISCVISAInfo.cpp292 // https://github.com/riscv/riscv-isa-manual/blob/main/src/naming.adoc#base-integer-isa) in toFeatures()
/freebsd/contrib/sqlite3/
H A Dsqlite3.c256599 i64 *aDoc;
256913 pCsr->aDoc = &pCsr->aCnt[pFts5->pConfig->nCol];
257017 if( pCsr->aDoc[pCsr->iCol] ) break;
257041 memset(pCsr->aDoc, 0, nCol * sizeof(i64));
257061 pCsr->aDoc[0]++;
257074 pCsr->aDoc[ii]++;
257086 pCsr->aDoc[iPos]++;
257090 pCsr->aDoc[0]++;
257118 for(/* noop */; pCsr->iCol<nCol && pCsr->aDoc[pCsr->iCol]==0; pCsr->iCol++);
257230 iVal = pCsr->aDoc[pCsr->iCol];
[all …]