Searched refs:dict_copy (Results 1 – 5 of 5) sorted by relevance
/external/zstd/doc/educational_decoder/ |
D | zstd_decompress.c | 1347 const size_t dict_copy = in execute_match_copy() local 1352 memcpy(write_ptr, ctx->dict_content + dict_offset, dict_copy); in execute_match_copy() 1353 write_ptr += dict_copy; in execute_match_copy() 1354 match_length -= dict_copy; in execute_match_copy()
|
/external/libchrome/base/ |
D | values_unittest.cc | 1912 Value dict_copy = dict->Clone(); in TEST() local 1915 EXPECT_EQ(dict_copy, dict_converted); in TEST() 1919 EXPECT_EQ(dict_copy, *val); in TEST()
|
/external/python/cpython3/Lib/test/ |
D | test_weakref.py | 1840 def dict_copy(d, exc): function 1872 t_copy = threading.Thread(target=dict_copy, args=(d, exc,))
|
/external/python/cpython2/Objects/ |
D | dictobject.c | 1730 dict_copy(register PyDictObject *mp) in dict_copy() function 2351 {"copy", (PyCFunction)dict_copy, METH_NOARGS,
|
/external/python/cpython3/Objects/ |
D | dictobject.c | 2659 dict_copy(PyDictObject *mp, PyObject *Py_UNUSED(ignored)) in dict_copy() function 3275 {"copy", (PyCFunction)dict_copy, METH_NOARGS,
|