Home
last modified time | relevance | path

Searched defs:od (Results 1 – 25 of 43) sorted by relevance

12

/external/python/cpython3/Objects/
Dodictobject.c517 #define _odictnode_VALUE(node, od) \ argument
522 #define _odict_FIRST(od) (((PyODictObject *)od)->od_first) argument
523 #define _odict_LAST(od) (((PyODictObject *)od)->od_last) argument
524 #define _odict_EMPTY(od) (_odict_FIRST(od) == NULL) argument
525 #define _odict_FOREACH(od, node) \ argument
532 _odict_get_index_raw(PyODictObject *od, PyObject *key, Py_hash_t hash) in _odict_get_index_raw()
550 _odict_resize(PyODictObject *od) in _odict_resize()
586 _odict_get_index(PyODictObject *od, PyObject *key, Py_hash_t hash) in _odict_get_index()
606 _odict_find_node_hash(PyODictObject *od, PyObject *key, Py_hash_t hash) in _odict_find_node_hash()
620 _odict_find_node(PyODictObject *od, PyObject *key) in _odict_find_node()
[all …]
/external/python/cpython3/Include/
Dodictobject.h30 #define PyODict_GetItem(od, key) PyDict_GetItem(_PyObject_CAST(od), key) argument
31 #define PyODict_GetItemWithError(od, key) \ argument
33 #define PyODict_Contains(od, key) PyDict_Contains(_PyObject_CAST(od), key) argument
34 #define PyODict_Size(od) PyDict_Size(_PyObject_CAST(od)) argument
35 #define PyODict_GetItemString(od, key) \ argument
/external/tensorflow/tensorflow/core/kernels/
Deigen_backward_spatial_convolutions_test.cc61 for (int od = 0; od < output_depth; ++od) { in TEST() local
113 for (int od = 0; od < output_depth; ++od) { in TEST() local
161 for (int od = 0; od < output_depth; ++od) { in TEST() local
212 for (int od = 0; od < output_depth; ++od) { in TEST() local
266 for (int od = 0; od < output_depth; ++od) { in TEST() local
322 for (int od = 0; od < output_depth; ++od) { in TEST() local
376 for (int od = 0; od < output_depth; ++od) { in test_batched_strided_spatial_convolution_backward_input_valid() local
453 for (int od = 0; od < output_depth; ++od) { in test_batched_strided_spatial_convolution_backward_input_valid_row_major() local
521 for (int od = 0; od < output_depth; ++od) { in TEST() local
577 for (int od = 0; od < output_depth; ++od) { in TEST() local
[all …]
Deigen_backward_cuboid_convolutions_test.cc70 for (int od = 0; od < output_depth; ++od) { in TEST() local
133 for (int od = 0; od < output_depth; ++od) { in TEST() local
204 for (int od = 0; od < output_depth; ++od) { in TEST() local
275 for (int od = 0; od < output_depth; ++od) { in TEST() local
341 for (int od = 0; od < output_depth; ++od) { in TEST() local
408 for (int od = 0; od < output_depth; ++od) { in TEST() local
467 for (int od = 0; od < output_depth; ++od) { in TEST() local
533 for (int od = 0; od < output_depth; ++od) { in TEST() local
598 for (int od = 0; od < output_depth; ++od) { in TEST() local
665 for (int od = 0; od < output_depth; ++od) { in TEST() local
[all …]
Deigen_spatial_convolutions_test.cc53 for (int od = 0; od < output_depth; ++od) { in TEST() local
98 for (int od = 0; od < output_depth; ++od) { in TEST() local
134 for (int od = 0; od < 7; ++od) { in TEST() local
171 for (int od = 0; od < 7; ++od) { in TEST() local
222 for (int od = 0; od < output_depth; ++od) { in TEST() local
278 for (int od = 0; od < output_depth; ++od) { in TEST() local
336 for (int od = 0; od < output_depth; ++od) { in TEST() local
388 for (int od = 0; od < output_depth; ++od) { in TEST() local
436 for (int od = 0; od < output_depth; ++od) { in TEST() local
487 for (int od = 0; od < output_depth; ++od) { in TEST() local
[all …]
Ddeep_conv2d.cc228 for (int64 od = 0; od < num_filters; ++od) { in operator ()() local
318 for (int64 od = 0; od < num_filters; ++od) { in operator ()() local
469 for (int64 od = start; od < od_unroll_limit; od += od_unroll) { in operator ()() local
781 for (int64 od = 0; od < args.out_depth; ++od) { in operator ()() local
/external/openssh/
Dsftp-glob.c65 fudge_readdir(struct SFTP_OPENDIR *od) in fudge_readdir()
104 fudge_closedir(struct SFTP_OPENDIR *od) in fudge_closedir()
/external/clang/test/Sema/
Dext_vector_components.c74 float2 od(float3 x) { return x.odd; } in od() function
/external/llvm-project/clang/test/Sema/
Dext_vector_components.c74 float2 od(float3 x) { return x.odd; } in od() function
/external/python/cpython2/Tools/bgen/bgen/
DbgenModule.py24 def addobject(self, od): argument
/external/libpng/contrib/tools/
DmakesRGB.c214 png_byte delta = png_sRGB_delta[ibase >> 7], trydelta = delta, od=delta; in main() local
/external/libxaac/decoder/
Dixheaacd_mps_dec.c536 WORD32 od = 0, od_sign = 0; in ixheaacd_mps_huff_dec_cld_1d() local
570 WORD32 od = 0; in ixheaacd_mps_huff_dec_ipd_1d() local
595 WORD32 od = 0, od_sign = 0; in ixheaacd_mps_huff_dec_icc_1d() local
/external/libopus/tests/
Dtest_opus_api.c570 OpusDecoder *od; in test_msdec_api() local
584 OpusDecoder *od; in test_msdec_api() local
/external/mesa3d/src/gallium/drivers/lima/ir/pp/
Dnode.c419 ppir_dest *od = ppir_node_get_dest(old_child); in _ppir_node_replace_child() local
/external/blktrace/btt/
Doutput.c287 #define OD_AVG(od, fld, q2c) \ argument
294 struct ohead_data od; in output_dip_prep_ohead() local
879 struct __od od = { .ofp = ofp, .base = base }; in output_devs() local
/external/icu/android_icu4j/src/main/java/android/icu/impl/locale/
DXLikelySubtags.java108 Data od = (Data)other; in equals() local
DLocaleDistance.java184 Data od = (Data)other; in equals() local
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/locale/
DXLikelySubtags.java101 Data od = (Data)other; in equals() local
DLocaleDistance.java179 Data od = (Data)other; in equals() local
/external/llvm-project/compiler-rt/lib/tsan/rtl/
Dtsan_fd.cpp230 FdDesc *od = fddesc(thr, pc, oldfd); in FdDup() local
/external/compiler-rt/lib/tsan/rtl/
Dtsan_fd.cc230 FdDesc *od = fddesc(thr, pc, oldfd); in FdDup() local
/external/python/cpython3/Lib/test/
Dtest_ordered_dict.py644 od = OrderedDict() variable in OrderedDictTests.test_reference_loop.A
/external/aac/libFDK/src/
Dnlc_dec.cpp315 int od = 0, od_sign = 0; in huff_dec_1D() local
/external/tensorflow/tensorflow/stream_executor/
Ddnn.cc445 std::string od = absl::StrCat("od", output_feature_map_count()); in ToShortString() local
/external/iproute2/ip/
Diproute.c1401 char *od = NULL; in iproute_list_flush_or_save() local

12