/third_party/node/deps/openssl/openssl/apps/lib/ |
H A D | app_provider.c | 70 const int given = provider_option_given; in opt_provider() local
|
/third_party/openssl/apps/lib/ |
H A D | app_provider.c | 70 const int given = provider_option_given; in opt_provider() local
|
/third_party/curl/tests/libtest/ |
H A D | lib552.c | 136 size_t given = amount < available ? amount : available; /* What is given */ in read_callback() local
|
/third_party/json/tests/src/ |
H A D | unit-msgpack.cpp | 1400 auto given = std::vector<uint8_t>({0xca, 0x41, 0xc8, 0x00, 0x01}); variable
|
H A D | unit-cbor.cpp | 1609 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 D | dnn_backend_native_layer_pad.c | 52 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 D | test.c | 211 bool test_iter_capture_name(char *expect, char *given) { in test_iter_capture_name() argument
|
/third_party/python/Lib/test/test_importlib/ |
H A D | test_util.py | 218 given = self.return_module(name) variable in ModuleForLoaderTests.test_false_module.FalseModule
|
/third_party/python/Python/ |
H A D | ceval.c | 5947 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 D | urldata.h | 962 const struct Curl_handler *given; /* The protocol first given */ member
|