Home
last modified time | relevance | path

Searched refs:oha (Results 1 – 25 of 269) sorted by relevance

1234567891011

/dports/net/oha/oha-0.4.7/
H A DREADME.md1 # oha (おはよう)
3 [![GitHub Actions](https://github.com/hatoo/oha/workflows/CI/badge.svg)](https://github.com/hatoo/o…
4 [![Crates.io](https://img.shields.io/crates/v/oha.svg)](https://crates.io/crates/oha)
5 …s://img.shields.io/archlinux/v/community/x86_64/oha)](https://archlinux.org/packages/community/x86…
6 [![Homebrew](https://img.shields.io/homebrew/v/oha)](https://formulae.brew.sh/formula/oha)
18 cargo install oha
22 pacman -S oha
26 brew install oha
33 apt install oha
46 oha 0.4.7
[all …]
H A DCargo.toml2 name = "oha"
7 repository = "https://github.com/hatoo/oha"
/dports/net/libwebsockets/libwebsockets-v4.2.2/lib/core-net/
H A Dlws-dsh.c71 dsh->oha = (lws_dsh_obj_head_t *)&dsh[1]; in lws_dsh_create()
72 dsh->buf = ((uint8_t *)dsh->oha) + oha_len; in lws_dsh_create()
79 memset(dsh->oha, 0, oha_len); in lws_dsh_create()
81 dsh->oha[n].kind = n; in lws_dsh_create()
82 dsh->oha[n].total_size = 0; in lws_dsh_create()
91 lws_dll2_add_head(&obj->list, &dsh->oha[0].owner); in lws_dsh_create()
139 __func__, dsh1, dsh1->oha[0].owner.count); in try_foreign()
209 lws_dll2_describe(&dsh1->oha[n].owner, "check dsh1"); in evict1()
255 return dsh->oha[kind].total_size; in lws_dsh_get_size()
334 dsh->oha[kind].total_size += s.best->asize; in _lws_dsh_alloc_tail()
[all …]
/dports/net/oha/oha-0.4.7/.github/workflows/
H A Drelease.yml19 artifact_name: oha
20 release_name: oha-linux-amd64
22 artifact_name: oha.exe
23 release_name: oha-windows-amd64.exe
25 artifact_name: oha
26 release_name: oha-macos-amd64
/dports/games/spring/spring_98.0/rts/lib/assimp/code/
H A DFindInstancesProcess.cpp85 aiBone* oha = inst->mBones[i]; in CompareBones() local
87 if (aha->mNumWeights != oha->mNumWeights || in CompareBones()
88 aha->mOffsetMatrix != oha->mOffsetMatrix || in CompareBones()
89 aha->mNumWeights != oha->mNumWeights) { in CompareBones()
95 if (aha->mWeights[n].mVertexId != oha->mWeights[n].mVertexId || in CompareBones()
96 (aha->mWeights[n].mWeight - oha->mWeights[n].mWeight) < 10e-3f) { in CompareBones()
/dports/devel/upp/upp/bazaar/plugin/assimp/code/PostProcessing/
H A DFindInstancesProcess.cpp89 aiBone* oha = inst->mBones[i]; in CompareBones() local
91 if (aha->mNumWeights != oha->mNumWeights || in CompareBones()
92 aha->mOffsetMatrix != oha->mOffsetMatrix) { in CompareBones()
98 if (aha->mWeights[n].mVertexId != oha->mWeights[n].mVertexId || in CompareBones()
99 (aha->mWeights[n].mWeight - oha->mWeights[n].mWeight) < 10e-3f) { in CompareBones()
/dports/multimedia/assimp/assimp-5.1.3/code/PostProcessing/
H A DFindInstancesProcess.cpp89 aiBone* oha = inst->mBones[i]; in CompareBones() local
91 if (aha->mNumWeights != oha->mNumWeights || in CompareBones()
92 aha->mOffsetMatrix != oha->mOffsetMatrix) { in CompareBones()
98 if (aha->mWeights[n].mVertexId != oha->mWeights[n].mVertexId || in CompareBones()
99 (aha->mWeights[n].mWeight - oha->mWeights[n].mWeight) < 10e-3f) { in CompareBones()
/dports/games/doomsday/doomsday-2.3.1/doomsday/external/assimp/code/
H A DFindInstancesProcess.cpp87 aiBone* oha = inst->mBones[i]; in CompareBones() local
89 if (aha->mNumWeights != oha->mNumWeights || in CompareBones()
90 aha->mOffsetMatrix != oha->mOffsetMatrix) { in CompareBones()
96 if (aha->mWeights[n].mVertexId != oha->mWeights[n].mVertexId || in CompareBones()
97 (aha->mWeights[n].mWeight - oha->mWeights[n].mWeight) < 10e-3f) { in CompareBones()
/dports/devel/godot/godot-3.2.3-stable/thirdparty/assimp/code/PostProcessing/
H A DFindInstancesProcess.cpp89 aiBone* oha = inst->mBones[i]; in CompareBones() local
91 if (aha->mNumWeights != oha->mNumWeights || in CompareBones()
92 aha->mOffsetMatrix != oha->mOffsetMatrix) { in CompareBones()
98 if (aha->mWeights[n].mVertexId != oha->mWeights[n].mVertexId || in CompareBones()
99 (aha->mWeights[n].mWeight - oha->mWeights[n].mWeight) < 10e-3f) { in CompareBones()
/dports/devel/godot-tools/godot-3.2.3-stable/thirdparty/assimp/code/PostProcessing/
H A DFindInstancesProcess.cpp89 aiBone* oha = inst->mBones[i]; in CompareBones() local
91 if (aha->mNumWeights != oha->mNumWeights || in CompareBones()
92 aha->mOffsetMatrix != oha->mOffsetMatrix) { in CompareBones()
98 if (aha->mWeights[n].mVertexId != oha->mWeights[n].mVertexId || in CompareBones()
99 (aha->mWeights[n].mWeight - oha->mWeights[n].mWeight) < 10e-3f) { in CompareBones()
/dports/graphics/urho3d/Urho3D-1.7.1/Source/ThirdParty/Assimp/code/
H A DFindInstancesProcess.cpp87 aiBone* oha = inst->mBones[i]; in CompareBones() local
89 if (aha->mNumWeights != oha->mNumWeights || in CompareBones()
90 aha->mOffsetMatrix != oha->mOffsetMatrix) { in CompareBones()
96 if (aha->mWeights[n].mVertexId != oha->mWeights[n].mVertexId || in CompareBones()
97 (aha->mWeights[n].mWeight - oha->mWeights[n].mWeight) < 10e-3f) { in CompareBones()
/dports/graphics/qt5-3d/kde-qt3d-5.15.2p39/src/3rdparty/assimp/code/
H A DFindInstancesProcess.cpp88 aiBone* oha = inst->mBones[i]; in CompareBones() local
90 if (aha->mNumWeights != oha->mNumWeights || in CompareBones()
91 aha->mOffsetMatrix != oha->mOffsetMatrix) { in CompareBones()
97 if (aha->mWeights[n].mVertexId != oha->mWeights[n].mVertexId || in CompareBones()
98 (aha->mWeights[n].mWeight - oha->mWeights[n].mWeight) < 10e-3f) { in CompareBones()
/dports/print/latex2rtf/latex2rtf-2.3.17/cfg/
H A Dusorbian.cfg16 ENCLNAME,P\v r\l oha.
/dports/devel/gitui/gitui-0.10.1/cargo-crates/tui-0.9.5/
H A DREADME.md98 * [oha](https://github.com/hatoo/oha)
/dports/devel/desed/desed-1.2.0/cargo-crates/tui-0.9.5/
H A DREADME.md98 * [oha](https://github.com/hatoo/oha)
/dports/sysutils/diskonaut/diskonaut-0.11.0/cargo-crates/tui-0.11.0/
H A DREADME.md102 * [oha](https://github.com/hatoo/oha)
/dports/security/gpg-tui/gpg-tui-0.8.2/cargo-crates/tui-0.16.0/
H A DREADME.md103 * [oha](https://github.com/hatoo/oha)
/dports/misc/xplr/xplr-0.17.0/cargo-crates/tui-0.16.0/
H A DREADME.md103 * [oha](https://github.com/hatoo/oha)
/dports/net/oha/oha-0.4.7/cargo-crates/tui-0.16.0/
H A DREADME.md103 * [oha](https://github.com/hatoo/oha)
/dports/sysutils/dua-cli/dua-cli-2.14.11/cargo-crates/tui-0.16.0/
H A DREADME.md103 * [oha](https://github.com/hatoo/oha)
/dports/audio/spotify-tui/spotify-tui-0.25.0/cargo-crates/tui-0.16.0/
H A DREADME.md103 * [oha](https://github.com/hatoo/oha)
/dports/textproc/libexttextcat/libexttextcat-3.4.6/langclass/LM/
H A Dhaw.lm328 oha
/dports/math/gap/gap-4.11.0/pkg/groupoids-1.68/lib/
H A Dgpdaut.gi626 local G, autG, q, eno, obG, nobG, oha, j, ioa, Lpos, Lmap;
715 local G, autG, q, eno, obG, nobG, oha, j, ioa, Lpos, Lmap;
722 oha := ObjectHomomorphisms( alpha );
724 q := q * ImageElm( eno[j+1], oha[j] );
/dports/x11-themes/gtk-engines2/gtk-engines-2.20.2/po/
H A Dbe@latin.po166 msgstr "Ničoha"
/dports/net/libwebsockets/libwebsockets-v4.2.2/lib/core/
H A Dprivate-lib-core.h163 lws_dsh_obj_head_t *oha; /* array of object heads/kind */ member

1234567891011