Home
last modified time | relevance | path

Searched defs:xored (Results 1 – 5 of 5) sorted by relevance

/third_party/ffmpeg/libavcodec/
Dzmbvenc.c87 int *xored) in block_cmp()
121 int pstride, int x, int y, int *mx, int *my, int *xored) in zmbv_me()
223 int x, y, bh2, bw2, xored; in encode_frame() local
/third_party/flutter/skia/third_party/externals/angle2/src/common/
Dbitset_utils_unittest.cpp118 BitSet<12> xored(kSelfMaskedValue ^ kOtherMaskedValue); in TEST_F() local
/third_party/skia/third_party/externals/angle2/src/common/
Dbitset_utils_unittest.cpp131 typename TestFixture::BitSet xored(kSelfMaskedValue ^ kOtherMaskedValue); in TYPED_TEST() local
/third_party/gstreamer/gstplugins_good/gst/rtpmanager/
Dgstrtpst2022-1-fecdec.c397 guint8 *xored; in xor_items() local
/third_party/python/Python/
Dhamt.c420 int32_t xored = (int32_t)(hash & 0xffffffffl) ^ (int32_t)(hash >> 32); in hamt_hash() local