Home
last modified time | relevance | path

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

12

/third_party/python/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
/third_party/python/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 …]
/third_party/uboot/u-boot-2020.01/board/freescale/common/
Dics307_clk.c52 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
/third_party/ffmpeg/libavcodec/
Drdft.c38 FFTComplex ev, od, odsum; in rdft_calc_c() local
/third_party/uboot/u-boot-2020.01/drivers/video/meson/
Dmeson_vclk.c406 static inline unsigned int pll_od_to_reg(unsigned int od) in pll_od_to_reg()
627 unsigned int *od) in meson_hdmi_pll_find_params()
650 unsigned int od, m, frac; in meson_vclk_dmt_supported_freq() local
665 unsigned int od, m, frac, od1, od2, od3; in meson_hdmi_pll_generic_set() local
/third_party/node/test/parallel/
Dtest-stream3-pause-then-read.js85 r.on('data', function od(c) { function
/third_party/uboot/u-boot-2020.01/drivers/clk/meson/
Daxg.c205 u16 n, m, od; in meson_pll_get_rate() local
Dg12a.c685 u16 n, m, od, frac; in meson_pll_get_rate() local
750 u16 n, m, od; in meson_pcie_pll_get_rate() local
Dgxbb.c693 u16 n, m, od; in meson_pll_get_rate() local
/third_party/uboot/u-boot-2020.01/drivers/pinctrl/
Dpinctrl-sti.c94 int oe = 0, pu = 0, od = 0; in sti_pin_configure() local
/third_party/flutter/skia/third_party/externals/libpng/contrib/tools/
DmakesRGB.c214 png_byte delta = png_sRGB_delta[ibase >> 7], trydelta = delta, od=delta; in main() local
/third_party/skia/third_party/externals/libpng/contrib/tools/
DmakesRGB.c214 png_byte delta = png_sRGB_delta[ibase >> 7], trydelta = delta, od=delta; in main() local
/third_party/libpng/contrib/tools/
DmakesRGB.c214 png_byte delta = png_sRGB_delta[ibase >> 7], trydelta = delta, od=delta; in main() local
/third_party/uboot/u-boot-2020.01/arch/arm/mach-tegra/
Dpinmux-common.c40 #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()
/third_party/boost/libs/program_options/src/
Dcmdline.cpp477 const option_description* od = m_desc->find_nothrow(other_tokens[0], in finish_option() local
/third_party/uboot/u-boot-2020.01/arch/arm/include/asm/arch-tegra/
Dpinmux.h122 u32 od:2; /* open-drain or push-pull driver */ member
/third_party/gstreamer/gstplugins_bad/sys/winks/
Dksvideohelpers.c238 gdouble on, od, orig; in compress_fraction() local
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/locale/
DXLikelySubtags.java108 Data od = (Data)other; in equals() local
DLocaleDistance.java184 Data od = (Data)other; in equals() local
/third_party/uboot/u-boot-2020.01/arch/mips/mach-jz47xx/jz4780/
Dpll.c361 #define M_N_OD(m, n, od) \ argument
370 static void pll_init_one(int pll, int m, int n, int od) in pll_init_one()
/third_party/python/Lib/test/
Dtest_ordered_dict.py644 od = OrderedDict() variable in OrderedDictTests.test_reference_loop.A
/third_party/pulseaudio/src/modules/alsa/
Dmodule-alsa-card.c198 struct profile_data *nd, *od; in card_set_profile() local
/third_party/skia/third_party/externals/abseil-cpp/absl/types/
Doptional_test.cc1342 OS od = sod; in TEST() local
/third_party/abseil-cpp/absl/types/
Doptional_test.cc1342 OS od = sod; in TEST() local
/third_party/pcre2/pcre2/src/
Dpcre2_compile.c4932 uint32_t oc, od; in add_to_class_internal() local

12