Home
last modified time | relevance | path

Searched defs:given (Results 1 - 10 of 10) sorted by relevance

/third_party/node/deps/openssl/openssl/apps/lib/
H A Dapp_provider.c70 const int given = provider_option_given; in opt_provider() local
/third_party/openssl/apps/lib/
H A Dapp_provider.c70 const int given = provider_option_given; in opt_provider() local
/third_party/curl/tests/libtest/
H A Dlib552.c136 size_t given = amount < available ? amount : available; /* What is given */ in read_callback() local
/third_party/json/tests/src/
H A Dunit-msgpack.cpp1400 auto given = std::vector<uint8_t>({0xca, 0x41, 0xc8, 0x00, 0x01}); variable
H A Dunit-cbor.cpp1609 std::vector<uint8_t> given = {0x5b, 0x00, 0x00, 0x00, 0x00, variable
1618 std::vector<uint8_t> given = {0x7b, 0x00, 0x00, 0x00, 0x00, variable
1627 std::vector<uint8_t> given = {0x9b, 0x00, 0x00, 0x00, 0x00, variable
1636 std::vector<uint8_t> given = {0xbb, 0x00, 0x00, 0x00, 0x00, variable
/third_party/ffmpeg/libavfilter/dnn/
H A Ddnn_backend_native_layer_pad.c52 static int before_get_buddy(int given, int paddings, LayerPadModeParam mode) in before_get_buddy() argument
64 static int after_get_buddy(int given, int border, LayerPadModeParam mode) in after_get_buddy() argument
156 int given = number + before_paddings + n; in ff_dnn_execute_layer_pad() local
187 int given in ff_dnn_execute_layer_pad() local
220 int given = width + before_paddings + w; ff_dnn_execute_layer_pad() local
253 int given = channel + before_paddings + c; ff_dnn_execute_layer_pad() local
[all...]
/third_party/rust/crates/regex/regex-capi/ctest/
H A Dtest.c211 bool test_iter_capture_name(char *expect, char *given) { in test_iter_capture_name() argument
/third_party/python/Lib/test/test_importlib/
H A Dtest_util.py218 given = self.return_module(name) variable in ModuleForLoaderTests.test_false_module.FalseModule
/third_party/python/Python/
H A Dceval.c5947 too_many_positional(PyThreadState *tstate, PyCodeObject *co, Py_ssize_t given, PyObject *defaults, PyObject **localsplus, PyObject *qualname) global() argument
/third_party/curl/lib/
H A Durldata.h962 const struct Curl_handler *given; /* The protocol first given */ member

Completed in 29 milliseconds