| /third_party/mindspore/mindspore/lite/test/ut/src/runtime/kernel/opencl/ |
| D | matmul_tests.cc | 37 int co = 3; variable 57 int co = 3; variable 77 int co = 3; variable 97 int co = 3; in TEST_F() local 117 int co = 3; in TEST_F() local
|
| D | fullconnection_tests.cc | 26 … std::vector<int> *bias_shape, std::vector<int> *output_shape, int ndim, int ci, int co, in CreateParameter() 57 int co = 3; variable 76 int co = 2; variable 98 int co = 4; variable 121 int co = 4; variable
|
| D | conv2d_transpose_tests.cc | 25 OpParameter *CreateParameter(int n, int h, int w, int ci, int co, int kh, int kw, std::vector<int> … in CreateParameter() 58 int co = 1; in TEST_F() local 85 int co = 1; in TEST_F() local 112 int co = 1; in TEST_F() local 141 int co = 1; in TEST_F() local 169 int co = 1; in TEST_F() local 199 int co = 1; in TEST_F() local
|
| /third_party/mesa3d/src/amd/addrlib/src/core/ |
| D | coord.cpp | 147 VOID CoordTerm::add(Coordinate& co) in add() 187 BOOL_32 CoordTerm::remove(Coordinate& co) in remove() 206 BOOL_32 CoordTerm::Exists(Coordinate& co) in Exists() 244 VOID CoordTerm::getsmallest(Coordinate& co) in getsmallest() 249 UINT_32 CoordTerm::Filter(INT_8 f, Coordinate& co, UINT_32 start, enum Dim axis) in Filter() 322 VOID CoordEq::remove(Coordinate& co) in remove() 330 BOOL_32 CoordEq::Exists(Coordinate& co) in Exists() 495 UINT_32 CoordEq::Filter(INT_8 f, Coordinate& co, UINT_32 start, enum Dim axis) in Filter()
|
| /third_party/python/Lib/test/crashers/ |
| D | bogus_code_obj.py | 17 co = types.CodeType(0, 0, 0, 0, 0, 0, b'\x04\x00\x71\x00', variable
|
| /third_party/curl/lib/ |
| D | cookie.c | 109 static void freecookie(struct Cookie *co) in freecookie() 380 struct Cookie *co, *nx; in remove_expired() local 485 struct Cookie *co; in Curl_cookie_add() local 1388 struct Cookie *co; in Curl_cookie_getlist() local 1514 void Curl_cookie_freelist(struct Cookie *co) in Curl_cookie_freelist() 1588 static char *get_netscape_format(const struct Cookie *co) in get_netscape_format() 1625 struct Cookie *co; in cookie_output() local
|
| /third_party/mindspore/mindspore/lite/src/runtime/kernel/opencl/kernel/ |
| D | conv2d_transpose.cc | 89 int co = out_tensors_[0]->shape()[3]; in SetGlobalLocal() local 106 int co = out_tensors_[0]->shape()[3]; in SetConstArgs() local 169 int co = out_tensors_[0]->shape()[3]; in InitFilter() local 241 int co = out_tensors_[0]->shape()[3]; in InitBias() local
|
| /third_party/python/Lib/ |
| D | dis.py | 155 def _format_code_info(co): argument 187 def show_code(co, *, file=None): argument 368 def disassemble(co, lasti=-1, *, file=None): argument 375 def _disassemble_recursive(co, *, file=None, depth=None): argument
|
| D | modulefinder.py | 395 def scan_opcodes(self, co): argument 416 def scan_code(self, co, m): argument 598 def replace_paths_in_code(self, co): argument
|
| /third_party/python/Objects/ |
| D | codeobject.c | 124 PyCodeObject *co; in PyCode_NewWithPosOnlyArgs() local 289 _PyCode_InitOpcache(PyCodeObject *co) in _PyCode_InitOpcache() 557 PyObject *co = NULL; in code_new_impl() local 631 code_dealloc(PyCodeObject *co) in code_dealloc() 676 code_sizeof(PyCodeObject *co, PyObject *Py_UNUSED(args)) in code_sizeof() 765 code_repr(PyCodeObject *co) in code_repr() 916 PyCodeObject *co, *cp; in code_richcompare() local 990 code_hash(PyCodeObject *co) in code_hash() 1246 PyCode_Addr2Line(PyCodeObject *co, int addrq) in PyCode_Addr2Line() 1269 _PyCode_InitAddressRange(PyCodeObject* co, PyCodeAddressRange *bounds) in _PyCode_InitAddressRange()
|
| /third_party/mindspore/mindspore/lite/test/ut/src/runtime/kernel/arm/int8/ |
| D | pad_int8_tests.cc | 53 int8_t co[] = {10, 10, 1, 1, 1, 10, 10}; in PadInt8TestInit1() local 104 int8_t co[] = {10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 18, in PadInt8TestInit2() local 157 int8_t co[] = { in PadInt8TestInit4() local
|
| D | deconv_int8_tests.cc | 42 …int8_t co[] = {-8, 11, 99, -80, 8, -12, 0, 0, 112, 124, -109, 85, -24, 28, 0, 0, -… in TEST_F() local 76 int8_t co[] = { in TEST_F() local 117 …int8_t co[] = {40, 24, 94, 122, 67, 34, -89, 31, -43, 121, 48, -54, 44, -91, 35, 89, -… in TEST_F() local
|
| /third_party/boost/libs/serialization/src/ |
| D | basic_iarchive.cpp | 298 const cobject_id & co = cobject_id_vector[j]; in delete_created_pointers() local 312 cobject_type co(cid, bis); in register_type() local 331 cobject_id & co in load_preamble() 385 cobject_id & co = cobject_id_vector[i]; in load_object() local 462 cobject_id & co = cobject_id_vector[i]; in load_pointer() local
|
| D | basic_oarchive.cpp | 240 cobject_type co(cobject_info_set.size(), bos); in register_type() local 261 const cobject_type & co = register_type(bos); in save_object() local 320 const cobject_type & co = register_type(bos); in save_pointer() local
|
| /third_party/python/Lib/test/support/ |
| D | bytecode_helper.py | 12 def get_disassembly_as_string(self, co): argument
|
| /third_party/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant/ |
| D | wpas_kay.c | 101 static unsigned int conf_offset_val(enum confidentiality_offset co) in conf_offset_val() 117 enum confidentiality_offset co) in wpas_create_receive_sc() 155 enum confidentiality_offset co) in wpas_create_transmit_sc()
|
| /third_party/wpa_supplicant/wpa_supplicant-2.9/wpa_supplicant/ |
| D | wpas_kay.c | 101 static unsigned int conf_offset_val(enum confidentiality_offset co) in conf_offset_val() 117 enum confidentiality_offset co) in wpas_create_receive_sc() 155 enum confidentiality_offset co) in wpas_create_transmit_sc()
|
| /third_party/littlefs/scripts/ |
| D | code.py | 15 import collections as co namespace
|
| D | coverage.py | 9 import collections as co namespace
|
| /third_party/mesa3d/src/gallium/frontends/xvmc/tests/ |
| D | test_subpicture.c | 46 static void PrintComponentOrder(const char *co) in PrintComponentOrder()
|
| /third_party/mesa3d/src/gallium/drivers/etnaviv/ |
| D | etnaviv_blend.c | 43 struct etna_blend_state *co = CALLOC_STRUCT(etna_blend_state); in etna_blend_state_create() local
|
| /third_party/wpa_supplicant/wpa_supplicant-2.9/src/ap/ |
| D | wpa_auth_kay.c | 136 static unsigned int conf_offset_val(enum confidentiality_offset co) in conf_offset_val() 152 enum confidentiality_offset co) in hapd_create_receive_sc() 215 enum confidentiality_offset co) in hapd_create_transmit_sc()
|
| /third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/ap/ |
| D | wpa_auth_kay.c | 136 static unsigned int conf_offset_val(enum confidentiality_offset co) in conf_offset_val() 152 enum confidentiality_offset co) in hapd_create_receive_sc() 215 enum confidentiality_offset co) in hapd_create_transmit_sc()
|
| /third_party/flutter/skia/tests/ |
| D | PathOpsCubicConicIntersectionTest.cpp | 50 const ConicPts& co = cubicConicTests[index].conic; in cubicConicIntersection() local
|
| /third_party/skia/tests/ |
| D | PathOpsCubicConicIntersectionTest.cpp | 50 const ConicPts& co = cubicConicTests[index].conic; in cubicConicIntersection() local
|