Home
last modified time | relevance | path

Searched defs:given (Results 1 – 14 of 14) sorted by relevance

/third_party/ffmpeg/libavfilter/dnn/
Ddnn_backend_native_layer_pad.c52 static int before_get_buddy(int given, int paddings, LayerPadModeParam mode) in before_get_buddy()
64 static int after_get_buddy(int given, int border, LayerPadModeParam mode) in after_get_buddy()
156 int given = number + before_paddings + n; in ff_dnn_execute_layer_pad() local
187 int given = height + before_paddings + h; in ff_dnn_execute_layer_pad() local
220 int given = width + before_paddings + w; in ff_dnn_execute_layer_pad() local
253 int given = channel + before_paddings + c; in ff_dnn_execute_layer_pad() local
/third_party/python/Lib/test/test_json/
Dtest_scanstring.py90 def assertScan(given, expect): argument
/third_party/openssl/apps/lib/
Dapp_provider.c70 const int given = provider_option_given; in opt_provider() local
/third_party/rust/crates/codespan/codespan-lsp/src/
Dlib.rs21 let given = column; in location_to_position() localVariable
25 let given = byte_index; in location_to_position() localVariable
/third_party/rust/crates/regex/regex-syntax/src/hir/literal/
Dmod.rs1529 let given: Vec<Literal> = $given localVariable
1598 let given: Vec<Literal> = $given localVariable
1625 let given: Vec<Literal> = $given localVariable
1660 let given: Vec<Literal> = $given localVariable
/third_party/json/test/src/
Dunit-cbor.cpp1634 std::vector<uint8_t> given = {0x5b, 0x00, 0x00, 0x00, 0x00, variable
1643 std::vector<uint8_t> given = {0x7b, 0x00, 0x00, 0x00, 0x00, variable
1652 std::vector<uint8_t> given = {0x9b, 0x00, 0x00, 0x00, 0x00, variable
1661 std::vector<uint8_t> given = {0xbb, 0x00, 0x00, 0x00, 0x00, variable
Dunit-msgpack.cpp1418 auto given = std::vector<uint8_t>({0xca, 0x41, 0xc8, 0x00, 0x01}); variable
/third_party/rust/crates/regex/regex-capi/ctest/
Dtest.c211 bool test_iter_capture_name(char *expect, char *given) { in test_iter_capture_name()
/third_party/rust/crates/codespan/codespan/src/
Dfile.rs347 let given = byte_index.to_usize(); in location() localVariable
/third_party/python/Lib/test/
Dtest_urllib.py1294 def help_inputtype(self, given, test_type): argument
/third_party/python/Lib/
Dinspect.py1471 def _too_many(f_name, args, kwonly, varargs, defcount, given, values): argument
/third_party/rust/crates/termcolor/src/
Dlib.rs2014 given: String, field
/third_party/python/Python/
Dceval.c4658 Py_ssize_t given, PyObject *defaults, in too_many_positional()
/third_party/node/tools/
Dlint-md.mjs21897 this.given = {settings: options.settings, plugins: options.plugins}; property