Home
last modified time | relevance | path

Searched defs:elems (Results 1 – 25 of 5490) sorted by relevance

12345678910>>...220

/dports/games/libretro-paralleln64/parallel-n64-6e26fbb/mupen64plus-video-paraLLEl/parallel-rdp/parallel-rdp/shaders/
H A Ddata_structures_buffers.h60 TriangleSetupMem elems[]; variable
66 AttributeSetupMem elems[]; variable
72 DerivedSetupMem elems[]; variable
78 ScissorStateMem elems[]; variable
90 DepthBlendStateMem elems[]; variable
96 InstanceIndicesMem elems[]; variable
101 TileInfoMem elems[]; variable
107 SpanSetupMem elems[]; variable
113 SpanInfoOffsetsMem elems[]; variable
121 uint elems[]; variable
[all …]
/dports/math/igraph/igraph-0.9.5/tests/unit/
H A D2wheap.c33 igraph_vector_t elems; in main() local
42 VECTOR(elems)[i] = rand() / (double)RAND_MAX; in main() local
53 if (VECTOR(elems)[i] != igraph_2wheap_get(&Q, i)) { in main() local
69 if (VECTOR(elems)[j] != tmp) { in main() local
84 VECTOR(elems)[i] = rand() / (double)RAND_MAX; in main() local
88 if (VECTOR(elems)[i] != igraph_2wheap_get(&Q, i)) { in main() local
102 if (VECTOR(elems)[j] != tmp) { in main() local
/dports/multimedia/avidemux-cli/avidemux_2.7.6/avidemux_plugins/ADM_scriptEngines/spiderMonkey/src/
H A DADM_jsTestFactory.cpp16 diaElem *elems[]={&blend }; in jsTestFacInt() local
32 diaElem *elems[]={&blend }; in jsTestFacFloat() local
99 diaElem *elems[]={&fread }; in jsTestFacFile() local
118 diaElem *elems[]={&fread }; in jsTestFacDirSel() local
144 diaElem *elems[]={&bt }; in jsTestFacBitrate() local
181 diaElem *elems[]={&bar1 }; in jsTestFacButton() local
197 diaElem *elems[]={&slide }; in jsTestFacSlider() local
214 diaElem *elems[]={&txt }; in jsTestFacRoText() local
231 diaElem *elems[]={&txt }; in jsTestFacText() local
309 diaElem *elems[]={&binhex }; in jsTestFacHex() local
[all …]
/dports/multimedia/avidemux-qt5/avidemux_2.7.6/avidemux_plugins/ADM_scriptEngines/spiderMonkey/src/
H A DADM_jsTestFactory.cpp16 diaElem *elems[]={&blend }; in jsTestFacInt() local
32 diaElem *elems[]={&blend }; in jsTestFacFloat() local
99 diaElem *elems[]={&fread }; in jsTestFacFile() local
118 diaElem *elems[]={&fread }; in jsTestFacDirSel() local
144 diaElem *elems[]={&bt }; in jsTestFacBitrate() local
181 diaElem *elems[]={&bar1 }; in jsTestFacButton() local
197 diaElem *elems[]={&slide }; in jsTestFacSlider() local
214 diaElem *elems[]={&txt }; in jsTestFacRoText() local
231 diaElem *elems[]={&txt }; in jsTestFacText() local
309 diaElem *elems[]={&binhex }; in jsTestFacHex() local
[all …]
/dports/multimedia/avidemux-plugins/avidemux_2.7.6/avidemux_plugins/ADM_scriptEngines/spiderMonkey/src/
H A DADM_jsTestFactory.cpp16 diaElem *elems[]={&blend }; in jsTestFacInt() local
32 diaElem *elems[]={&blend }; in jsTestFacFloat() local
99 diaElem *elems[]={&fread }; in jsTestFacFile() local
118 diaElem *elems[]={&fread }; in jsTestFacDirSel() local
144 diaElem *elems[]={&bt }; in jsTestFacBitrate() local
181 diaElem *elems[]={&bar1 }; in jsTestFacButton() local
197 diaElem *elems[]={&slide }; in jsTestFacSlider() local
214 diaElem *elems[]={&txt }; in jsTestFacRoText() local
231 diaElem *elems[]={&txt }; in jsTestFacText() local
309 diaElem *elems[]={&binhex }; in jsTestFacHex() local
[all …]
/dports/multimedia/avidemux/avidemux_2.7.6/avidemux_plugins/ADM_scriptEngines/spiderMonkey/src/
H A DADM_jsTestFactory.cpp16 diaElem *elems[]={&blend }; in jsTestFacInt() local
32 diaElem *elems[]={&blend }; in jsTestFacFloat() local
99 diaElem *elems[]={&fread }; in jsTestFacFile() local
118 diaElem *elems[]={&fread }; in jsTestFacDirSel() local
144 diaElem *elems[]={&bt }; in jsTestFacBitrate() local
181 diaElem *elems[]={&bar1 }; in jsTestFacButton() local
197 diaElem *elems[]={&slide }; in jsTestFacSlider() local
214 diaElem *elems[]={&txt }; in jsTestFacRoText() local
231 diaElem *elems[]={&txt }; in jsTestFacText() local
309 diaElem *elems[]={&binhex }; in jsTestFacHex() local
[all …]
/dports/science/rdkit/rdkit-Release_2021_03_5/Code/GraphMol/MolEnumerator/
H A Denumerator_catch.cpp94 std::vector<size_t> elems{1}; variable
99 std::vector<size_t> elems{2}; variable
112 std::vector<size_t> elems{1, 0}; variable
117 std::vector<size_t> elems{0, 1}; variable
199 std::vector<size_t> elems{0}; variable
204 std::vector<size_t> elems{2}; variable
247 std::vector<size_t> elems{0, 0}; variable
252 std::vector<size_t> elems{2, 0}; variable
257 std::vector<size_t> elems{1, 2}; variable
305 std::vector<size_t> elems{0, 0}; variable
[all …]
/dports/biology/vcflib/vcflib-1.0.2/src/
H A Dsplit.cpp13 std::vector<std::string> &split(const std::string &s, char delim, std::vector<std::string> &elems) { in split()
20 std::vector<std::string> elems; in split() local
24 …:string> &split(const std::string &s, const std::string& delims, std::vector<std::string> &elems) { in split()
30 std::vector<std::string> elems; in split() local
/dports/biology/freebayes/freebayes-1.3.5/vcflib-temp/src/
H A Dsplit.cpp4 std::vector<std::string> &split(const std::string &s, char delim, std::vector<std::string> &elems) { in split()
11 std::vector<std::string> elems; in split() local
15 …:string> &split(const std::string &s, const std::string& delims, std::vector<std::string> &elems) { in split()
21 std::vector<std::string> elems; in split() local
/dports/biology/freebayes/freebayes-1.3.5/vcflib/src/
H A Dsplit.cpp4 std::vector<std::string> &split(const std::string &s, char delim, std::vector<std::string> &elems) { in split()
11 std::vector<std::string> elems; in split() local
15 …:string> &split(const std::string &s, const std::string& delims, std::vector<std::string> &elems) { in split()
21 std::vector<std::string> elems; in split() local
/dports/science/fsom/fsom-56695e1611d824cda97f08e932d25d08419170cd/
H A Dsplit.cpp3 std::vector<std::string> &split(const std::string &s, char delim, std::vector<std::string> &elems) { in split()
13 std::vector<std::string> elems; in split() local
17 …:string> &split(const std::string &s, const std::string& delims, std::vector<std::string> &elems) { in split()
31 std::vector<std::string> elems; in split() local
/dports/biology/vcflib/vcflib-1.0.2/fastahack/
H A Dsplit.cpp3 std::vector<std::string> &split(const std::string &s, char delim, std::vector<std::string> &elems) { in split()
13 std::vector<std::string> elems; in split() local
17 …:string> &split(const std::string &s, const std::string& delims, std::vector<std::string> &elems) { in split()
31 std::vector<std::string> elems; in split() local
/dports/biology/vcflib/vcflib-1.0.2/fsom/
H A Dsplit.cpp3 std::vector<std::string> &split(const std::string &s, char delim, std::vector<std::string> &elems) { in split()
13 std::vector<std::string> elems; in split() local
17 …:string> &split(const std::string &s, const std::string& delims, std::vector<std::string> &elems) { in split()
31 std::vector<std::string> elems; in split() local
/dports/biology/bedtools/bedtools2-2.30.0/src/utils/Fasta/
H A Dsplit.cpp3 std::vector<std::string> &split(const std::string &s, char delim, std::vector<std::string> &elems) { in split()
13 std::vector<std::string> elems; in split() local
17 …:string> &split(const std::string &s, const std::string& delims, std::vector<std::string> &elems) { in split()
31 std::vector<std::string> elems; in split() local
/dports/biology/freebayes/freebayes-1.3.5/vcflib/fastahack/
H A Dsplit.cpp3 std::vector<std::string> &split(const std::string &s, char delim, std::vector<std::string> &elems) { in split()
13 std::vector<std::string> elems; in split() local
17 …:string> &split(const std::string &s, const std::string& delims, std::vector<std::string> &elems) { in split()
31 std::vector<std::string> elems; in split() local
/dports/biology/freebayes/freebayes-1.3.5/vcflib/fsom/
H A Dsplit.cpp3 std::vector<std::string> &split(const std::string &s, char delim, std::vector<std::string> &elems) { in split()
13 std::vector<std::string> elems; in split() local
17 …:string> &split(const std::string &s, const std::string& delims, std::vector<std::string> &elems) { in split()
31 std::vector<std::string> elems; in split() local
/dports/biology/fastahack/fastahack-1.0.0/
H A Dsplit.cpp3 std::vector<std::string> &split(const std::string &s, char delim, std::vector<std::string> &elems) { in split()
13 std::vector<std::string> elems; in split() local
17 …:string> &split(const std::string &s, const std::string& delims, std::vector<std::string> &elems) { in split()
31 std::vector<std::string> elems; in split() local
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/clang-tools-extra/test/clang-tidy/checkers/
H A Dcert-mem57-cpp.cpp10 char elems[128]; member
14 char elems[128]; member
18 char elems[128]; member
28 char elems[32]; member
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/clang-tools-extra/test/clang-tidy/checkers/
H A Dcert-mem57-cpp.cpp10 char elems[128]; member
14 char elems[128]; member
18 char elems[128]; member
28 char elems[32]; member
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/clang-tools-extra/test/clang-tidy/checkers/
H A Dcert-mem57-cpp.cpp10 char elems[128]; member
14 char elems[128]; member
18 char elems[128]; member
28 char elems[32]; member
/dports/devel/llvm11/llvm-11.0.1.src/tools/clang/tools/extra/test/clang-tidy/checkers/
H A Dcert-mem57-cpp.cpp10 char elems[128]; member
14 char elems[128]; member
18 char elems[128]; member
28 char elems[32]; member
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/clang-tools-extra/test/clang-tidy/checkers/
H A Dcert-mem57-cpp.cpp10 char elems[128]; member
14 char elems[128]; member
18 char elems[128]; member
28 char elems[32]; member
/dports/devel/llvm12/llvm-project-12.0.1.src/clang-tools-extra/test/clang-tidy/checkers/
H A Dcert-mem57-cpp.cpp10 char elems[128]; member
14 char elems[128]; member
18 char elems[128]; member
28 char elems[32]; member
/dports/devel/llvm10/llvm-10.0.1.src/tools/clang/tools/extra/test/clang-tidy/checkers/
H A Dcert-mem57-cpp.cpp10 char elems[128]; member
14 char elems[128]; member
18 char elems[128]; member
28 char elems[32]; member
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/clang-tools-extra/test/clang-tidy/checkers/
H A Dcert-mem57-cpp.cpp10 char elems[128]; member
14 char elems[128]; member
18 char elems[128]; member
28 char elems[32]; member

12345678910>>...220