Home
last modified time | relevance | path

Searched defs:Cons (Results 1 – 25 of 416) sorted by relevance

12345678910>>...17

/dports/net-im/coyim/coyim-0.3.11/vendor/github.com/coyim/otr3/sexp/
H A Dcons.go6 type Cons struct { struct
7 first Value
8 second Value
12 func (l Cons) First() Value {
17 func (l Cons) Second() Value {
22 func (l Cons) Value() interface{} {
27 func (l Cons) String() string {
/dports/graphics/vapoursynth-waifu2x-ncnn-vulkan/vapoursynth-waifu2x-ncnn-vulkan-r4/deps/ncnn/docs/developer-guide/
H A Dnew-param-load-api.md2 ### Cons subsection
3 #### long and awful code
4 #### three functions
5 #### not extensible
6 #### no default value
7 #### no variable length array
H A Dnew-model-load-api.md2 ### Cons subsection
3 #### long and awful code
4 #### two functions
5 #### deal float32 float16 quantized-u8
6 #### deal alignment size
/dports/graphics/waifu2x-ncnn-vulkan/waifu2x-ncnn-vulkan-20210521/src/ncnn/docs/developer-guide/
H A Dnew-param-load-api.md2 ### Cons subsection
3 #### long and awful code
4 #### three functions
5 #### not extensible
6 #### no default value
7 #### no variable length array
H A Dnew-model-load-api.md2 ### Cons subsection
3 #### long and awful code
4 #### two functions
5 #### deal float32 float16 quantized-u8
6 #### deal alignment size
/dports/benchmarks/vkpeak/vkpeak-20210430/ncnn/docs/developer-guide/
H A Dnew-param-load-api.md2 ### Cons subsection
3 #### long and awful code
4 #### three functions
5 #### not extensible
6 #### no default value
7 #### no variable length array
H A Dnew-model-load-api.md2 ### Cons subsection
3 #### long and awful code
4 #### two functions
5 #### deal float32 float16 quantized-u8
6 #### deal alignment size
/dports/misc/ncnn/ncnn-20211208/docs/developer-guide/
H A Dnew-param-load-api.md2 ### Cons subsection
3 #### long and awful code
4 #### three functions
5 #### not extensible
6 #### no default value
7 #### no variable length array
H A Dnew-model-load-api.md2 ### Cons subsection
3 #### long and awful code
4 #### two functions
5 #### deal float32 float16 quantized-u8
6 #### deal alignment size
/dports/graphics/realsr-ncnn-vulkan/realsr-ncnn-vulkan-20210210/src/ncnn/docs/developer-guide/
H A Dnew-param-load-api.md2 ### Cons subsection
3 #### long and awful code
4 #### three functions
5 #### not extensible
6 #### no default value
7 #### no variable length array
H A Dnew-model-load-api.md2 ### Cons subsection
3 #### long and awful code
4 #### two functions
5 #### deal float32 float16 quantized-u8
6 #### deal alignment size
/dports/www/grafana8/grafana-8.3.6/vendor/github.com/grafana/loki/docs/sources/operations/storage/
H A Dfilesystem.md28 ## Cons section in Filesystem Object Store
30 ### Scaling
38 ### Durability
42 ### High Availability
/dports/www/node10/node-v10.24.1/deps/v8/src/compiler/
H A Dfunctional-list.h22 struct Cons : ZoneObject { struct
23 Cons(A top, Cons* rest) in Cons() function
26 Cons* const rest; argument
27 size_t const size;
/dports/emulators/qemu/qemu-6.2.0/meson/docs/markdown/
H A DComparisons.md21 ### Cons subsection
33 ### Cons subsection
44 ### Cons subsection
58 ### Cons subsection
74 ### Cons subsection
/dports/emulators/qemu60/qemu-6.0.0/meson/docs/markdown/
H A DComparisons.md21 ### Cons subsection
33 ### Cons subsection
44 ### Cons subsection
58 ### Cons subsection
74 ### Cons subsection
/dports/emulators/qemu5/qemu-5.2.0/meson/docs/markdown/
H A DComparisons.md21 ### Cons subsection
33 ### Cons subsection
44 ### Cons subsection
58 ### Cons subsection
74 ### Cons subsection
/dports/emulators/qemu-devel/qemu-de8ed1055c2ce18c95f597eb10df360dcb534f99/meson/docs/markdown/
H A DComparisons.md21 ### Cons subsection
33 ### Cons subsection
44 ### Cons subsection
58 ### Cons subsection
74 ### Cons subsection
/dports/lang/v8/v8-9.6.180.12/src/compiler/
H A Dfunctional-list.h26 struct Cons : ZoneObject { struct
27 Cons(A top, Cons* rest) in Cons() function
30 Cons* const rest; argument
31 size_t const size;
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/v8/src/compiler/
H A Dfunctional-list.h23 struct Cons : ZoneObject { struct
24 Cons(A top, Cons* rest) in Cons() argument
27 Cons* const rest; argument
28 size_t const size;
/dports/www/chromium-legacy/chromium-88.0.4324.182/v8/src/compiler/
H A Dfunctional-list.h23 struct Cons : ZoneObject { struct
24 Cons(A top, Cons* rest) in Cons() argument
27 Cons* const rest; argument
28 size_t const size;
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/docs/
H A Djumbo.md32 ### Pros
41 ### Cons argument
49 ### Mixed blessing
/dports/devel/plan9port/plan9port-1f098efb7370a0b28306d10681e21883fb1c1507/src/cmd/fossil/
H A DCcons.c21 typedef struct Cons { struct
30 } Cons; argument
/dports/sysutils/vector/vector-0.10.0/website/docs/setup/deployment/
H A Dtopologies.md35 ### Cons subsection
77 ### Cons subsection
107 ### Cons subsection
/dports/lang/rust/rustc-1.58.1-src/src/test/ui/recursion/
H A Drecursion.rs6 struct Cons<T> {head:isize, tail:T} struct
11 impl<T:Dot> Dot for Cons<T> { implementation
/dports/devel/google-cloud-cpp117/google-cloud-cpp-1.17.0/google/cloud/storage/doc/
H A Dparallel-uploads-design.md35 #### Cons subsubsection
46 #### Cons subsubsection
59 #### Cons subsubsection
72 #### Cons subsubsection
90 #### Cons subsubsection
99 #### Cons subsubsection
117 #### Cons subsubsection

12345678910>>...17