Searched defs:other (Results 1 - 12 of 12) sorted by last modified time

/seL4-camkes-master/projects/camkes/apps/multiplier/components/Multiplier/src/
H A Dmain.c13 int a_calculate(size_t operands_sz, const int *operands, size_t *other_sz, int **other, size_t *inplace_sz, int **inplace) { argument
/seL4-camkes-master/projects/camkes/apps/multiplier/components/Client/src/
H A Dclient.c16 int *other; local
/seL4-camkes-master/projects/util_libs/libplatsupport/include/platsupport/
H A Dirq.h71 void *other; /* Implementation-specific information. */ member in union:__anon1::__anon2
/seL4-camkes-master/tools/cogent/impl/fs/bilby/cogent/plat/linux/
H A Drbt.c159 struct rbt_node *other; local
[all...]
/seL4-camkes-master/tools/cogent/impl/fs/bilby/c/
H A Drbt.c167 struct rbt_node *other; local
[all...]
/seL4-camkes-master/projects/projects_libs/libmsgpack/msgpack-c/test/
H A Dtest_allocator.hpp27 template <class U> struct rebind { typedef allocator<U> other; }; typedef in struct:test::allocator::rebind
/seL4-camkes-master/projects/projects_libs/libmsgpack/msgpack-c/include/msgpack/
H A Dunpack.hpp1474 inline unpacker::unpacker(unpacker&& other) argument
1486 operator =(unpacker&& other) argument
[all...]
H A Dsbuffer.hpp50 sbuffer(sbuffer&& other) : argument
57 sbuffer& operator=(sbuffer&& other) argument
[all...]
H A Dobject.hpp77 object_handle(object_handle& other): argument
87 object_handle& operator=(object_handle& other) { argument
/seL4-camkes-master/projects/projects_libs/libmsgpack/msgpack-c/include/msgpack/adaptor/detail/
H A Dcpp11_msgpack_tuple.hpp44 tuple(OtherTypes&&... other):base(std::forward<OtherTypes>(other)...) {} argument
47 tuple(tuple<OtherTypes...> const& other):base(static_cast<std::tuple<OtherTypes...> const&>(other)) {} argument
49 tuple(tuple<OtherTypes...> && other):base(static_cast<std::tuple<OtherTypes...> &&>(other)) {} argument
55 tuple& operator=(tuple<OtherTypes...> const& other) { argument
60 tuple& operator=(tuple<OtherTypes...> && other) { argument
[all...]
/seL4-camkes-master/projects/projects_libs/libjansson/jansson-2.7/test/suites/api/
H A Dtest_object.c45 json_t *object, *other, *nine, *ten; local
144 json_t *object, *other; local
[all...]
/seL4-camkes-master/projects/projects_libs/libjansson/jansson-2.7/src/
H A Dvalue.c164 int json_object_update(json_t *object, json_t *other) argument
180 int json_object_update_existing(json_t *object, json_t *other) argument
196 int json_object_update_missing(json_t *object, json_t *other) argument
567 json_array_t *array, *other; local
[all...]

Completed in 76 milliseconds