| /external/python/cpython3/Include/ |
| D | odictobject.h | 30 #define PyODict_GetItem(od, key) PyDict_GetItem((PyObject *)od, key) argument 31 #define PyODict_GetItemWithError(od, key) \ argument 33 #define PyODict_Contains(od, key) PyDict_Contains((PyObject *)od, key) argument 34 #define PyODict_Size(od) PyDict_Size((PyObject *)od) argument 35 #define PyODict_GetItemString(od, key) \ argument
|
| /external/python/cpython3/Objects/ |
| D | odictobject.c | 517 #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 530 _odict_get_index_raw(PyODictObject *od, PyObject *key, Py_hash_t hash) in _odict_get_index_raw() 548 _odict_resize(PyODictObject *od) in _odict_resize() 584 _odict_get_index(PyODictObject *od, PyObject *key, Py_hash_t hash) in _odict_get_index() 604 _odict_find_node_hash(PyODictObject *od, PyObject *key, Py_hash_t hash) in _odict_find_node_hash() 618 _odict_find_node(PyODictObject *od, PyObject *key) in _odict_find_node() [all …]
|
| /external/openssh/ |
| D | sftp-glob.c | 65 fudge_readdir(struct SFTP_OPENDIR *od) in fudge_readdir() 104 fudge_closedir(struct SFTP_OPENDIR *od) in fudge_closedir()
|
| /external/u-boot/board/freescale/common/ |
| D | ics307_clk.c | 52 unsigned long vdw, rdw, odp, s_vdw = 0, s_rdw = 0, s_odp = 0, od; in ics307_sysclk_calculator() local 105 unsigned long od = ics307_s_to_od[cw0 & 0x7]; in ics307_clk_freq() local
|
| /external/tensorflow/tensorflow/core/kernels/ |
| D | eigen_backward_spatial_convolutions_test.cc | 61 for (int od = 0; od < output_depth; ++od) { in TEST() local 113 for (int od = 0; od < output_depth; ++od) { in TEST() local 171 for (int od = 0; od < output_depth; ++od) { in TEST() local 234 for (int od = 0; od < output_depth; ++od) { in TEST() local 287 for (int od = 0; od < output_depth; ++od) { in TEST() local 338 for (int od = 0; od < output_depth; ++od) { in TEST() local 404 for (int od = 0; od < output_depth; ++od) { in TEST() local 475 for (int od = 0; od < output_depth; ++od) { in TEST() local 534 for (int od = 0; od < output_depth; ++od) { in TEST() local 590 for (int od = 0; od < output_depth; ++od) { in TEST() local [all …]
|
| D | eigen_spatial_convolutions_test.cc | 53 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 …]
|
| D | deep_conv2d.cc | 228 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/python/cpython2/Tools/bgen/bgen/ |
| D | bgenModule.py | 24 def addobject(self, od): argument
|
| /external/clang/test/Sema/ |
| D | ext_vector_components.c | 74 float2 od(float3 x) { return x.odd; } in od() function
|
| /external/u-boot/drivers/clk/ |
| D | clk_meson.c | 283 u16 n, m, od; in meson_pll_get_rate() local
|
| /external/libpng/contrib/tools/ |
| D | makesRGB.c | 214 png_byte delta = png_sRGB_delta[ibase >> 7], trydelta = delta, od=delta; in main() local
|
| /external/u-boot/drivers/pinctrl/ |
| D | pinctrl-sti.c | 94 int oe = 0, pu = 0, od = 0; in sti_pin_configure() local
|
| /external/libopus/tests/ |
| D | test_opus_api.c | 570 OpusDecoder *od; in test_msdec_api() local 584 OpusDecoder *od; in test_msdec_api() local
|
| /external/libxaac/decoder/ |
| D | ixheaacd_mps_dec.c | 535 WORD32 od = 0, od_sign = 0; in ixheaacd_mps_huff_dec_cld_1d() local 571 WORD32 od = 0; in ixheaacd_mps_huff_dec_ipd_1d() local 598 WORD32 od = 0, od_sign = 0; in ixheaacd_mps_huff_dec_icc_1d() local
|
| /external/u-boot/arch/arm/mach-tegra/ |
| D | pinmux-common.c | 40 #define pmux_pin_od_isvalid(od) \ argument 281 static void pinmux_set_od(enum pmux_pingrp pin, enum pmux_pin_od od) in pinmux_set_od()
|
| /external/blktrace/btt/ |
| D | output.c | 287 #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/u-boot/arch/arm/include/asm/arch-tegra/ |
| D | pinmux.h | 122 u32 od:2; /* open-drain or push-pull driver */ member
|
| /external/compiler-rt/lib/tsan/rtl/ |
| D | tsan_fd.cc | 230 FdDesc *od = fddesc(thr, pc, oldfd); in FdDup() local
|
| /external/tensorflow/tensorflow/stream_executor/ |
| D | dnn.cc | 414 string od = absl::StrCat("od", output_feature_map_count()); in ToShortString() local
|
| /external/python/cpython3/Lib/test/ |
| D | test_ordered_dict.py | 640 od = OrderedDict() variable in OrderedDictTests.test_reference_loop.A
|
| /external/aac/libFDK/src/ |
| D | nlc_dec.cpp | 315 int od = 0, od_sign = 0; in huff_dec_1D() local
|
| /external/iproute2/ip/ |
| D | iproute.c | 1401 char *od = NULL; in iproute_list_flush_or_save() local
|
| /external/testng/src/main/java/org/testng/ |
| D | TestRunner.java | 543 public void setOutputDirectory(String od) { in setOutputDirectory()
|
| /external/pcre/dist2/src/ |
| D | pcre2_compile.c | 4541 uint32_t oc, od; in add_to_class_internal() local
|
| /external/toybox/generated/ |
| D | globals.h | 1467 struct od_data od; member
|