Home
last modified time | relevance | path

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

/third_party/python/Include/cpython/
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/node/deps/npm/node_modules/read-package-json-fast/lib/
Dindex.js84 const od = data.optionalDependencies constant
/third_party/ffmpeg/libavcodec/
Drdft.c39 FFTComplex ev, od, odsum; in rdft_calc_c() local
/third_party/node/test/parallel/
Dtest-stream3-pause-then-read.js85 r.on('data', function od(c) { function
/third_party/ltp/tools/sparse/sparse-src/validation/linear/
Dlogical.c12 int od(int i, struct S *b) { return i || b->d; } in od() function
/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/mesa3d/src/gallium/drivers/lima/ir/pp/
Dnode.c424 ppir_dest *od = ppir_node_get_dest(old_child); in _ppir_node_replace_child() 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/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
/third_party/python/Lib/test/
Dtest_ordered_dict.py647 od = OrderedDict() variable in OrderedDictTests.test_reference_loop.A
/third_party/pulseaudio/src/modules/alsa/
Dmodule-alsa-card.c207 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/pcre2/pcre2/src/
Dpcre2_compile.c5019 uint32_t oc, od; in add_to_class_internal() local
/third_party/toybox/generated/
Dglobals.h1623 struct od_data od; member
/third_party/skia/third_party/externals/libpng/contrib/libtests/
Dpngvalid.c9591 unsigned int id, unsigned int od, in gamma_component_validate()