/third_party/python/Include/ |
D | modsupport.h | 128 int minpos, int maxpos, int minkw, 130 #define _PyArg_UnpackKeywords(args, nargs, kwargs, kwnames, parser, minpos, maxpos, minkw, buf) \ argument 132 (minpos) <= (nargs) && (nargs) <= (maxpos) && args != NULL) ? (args) : \ 134 (minpos), (maxpos), (minkw), (buf)))
|
/third_party/ffmpeg/libavcodec/ |
D | scpr3.c | 137 if (m->maxpos >= index) in add_symbol() 138 m->maxpos++; in add_symbol() 150 uint32_t q, g, maxpos, d, e = *c, totfr = *c; in decode_adaptive45() local 155 maxpos = m->maxpos; in decode_adaptive45() 157 *c = m->freqs[maxpos]; in decode_adaptive45() 158 m->freqs[maxpos] += 4096 - e >> d; in decode_adaptive45() 169 m->freqs[maxpos] = *c; in decode_adaptive45() 180 m->freqs[maxpos] = *c; in decode_adaptive45() 183 if ((q != maxpos) && (m->freqs[q] > m->freqs[maxpos])) in decode_adaptive45() 184 m->maxpos = q; in decode_adaptive45() [all …]
|
D | scpr3.h | 36 uint8_t maxpos; member
|
/third_party/python/Python/ |
D | getargs.c | 2271 int minpos, int maxpos, int minkw, in _PyArg_UnpackKeywords() argument 2277 int reqlimit = minkw ? maxpos + minkw : minpos; in _PyArg_UnpackKeywords() 2318 if (nkwargs == 0 && minkw == 0 && minpos <= nargs && nargs <= maxpos) { in _PyArg_UnpackKeywords() 2335 if (nargs > maxpos) { in _PyArg_UnpackKeywords() 2336 if (maxpos == 0) { in _PyArg_UnpackKeywords() 2347 (minpos < maxpos) ? "at most" : "exactly", in _PyArg_UnpackKeywords() 2348 maxpos, in _PyArg_UnpackKeywords() 2349 (maxpos == 1) ? "" : "s", in _PyArg_UnpackKeywords() 2360 minposonly < maxpos ? "at least" : "exactly", in _PyArg_UnpackKeywords() 2398 else if (i < minpos || (maxpos <= i && i < reqlimit)) { in _PyArg_UnpackKeywords()
|
/third_party/gstreamer/gstplugins_good/gst/rtp/ |
D | gstrtph261pay.c | 682 guint maxpos = *endpos; in parse_mb_until_pos() local 686 maxpos, gst_bit_reader_get_pos (br), gob->gn, gob->last.mba); in parse_mb_until_pos() 693 if (mb.endpos > maxpos && count > 0) { in parse_mb_until_pos() 737 gob->gn, gob->last.mba, *endpos, maxpos, mb.endpos); in parse_mb_until_pos()
|
/third_party/ffmpeg/libavformat/ |
D | avidec.c | 438 int64_t maxpos = 0; in calculate_bitrate() local 449 maxpos = FFMAX(maxpos, st->index_entries[j-1].pos); in calculate_bitrate() 452 if (maxpos < av_rescale(avi->io_fsize, 9, 10)) // index does not cover the whole file in calculate_bitrate() 454 if (lensum*9/10 > maxpos || lensum < maxpos*9/10) // frame sum and filesize mismatch in calculate_bitrate()
|
D | nutdec.c | 875 …c int read_sm_data(AVFormatContext *s, AVIOContext *bc, AVPacket *pkt, int is_meta, int64_t maxpos) in read_sm_data() argument 890 if (avio_tell(bc) >= maxpos) in read_sm_data() 916 if (value_len < 0 || value_len >= maxpos - avio_tell(bc)) in read_sm_data() 994 if (avio_tell(bc) >= maxpos) in read_sm_data()
|
/third_party/gstreamer/gstplugins_good/gst/matroska/ |
D | matroska-demux.c | 2542 gint64 apos, maxpos; in gst_matroska_demux_search_pos() local 2575 maxpos = gst_matroska_read_common_get_length (&demux->common); in gst_matroska_demux_search_pos() 2600 newpos = maxpos; in gst_matroska_demux_search_pos() 2610 if (maxpos != -1 && newpos > maxpos) in gst_matroska_demux_search_pos() 2611 newpos = maxpos; in gst_matroska_demux_search_pos()
|
/third_party/rust/crates/bindgen/bindgen-tests/tests/ |
D | stylo.hpp | 81764 static nsIAtom* maxpos; member in nsGkAtoms
|