Searched refs:is_short (Results 1 – 7 of 7) sorted by relevance
76 assert!(!next.is_short()); in to_short_stdio()88 assert!(!next.is_short()); in to_short_escape()100 assert!(!next.is_short()); in to_short_long()112 assert!(next.is_short()); in to_short()
367 pub fn is_short(&self) -> bool { in is_short() method
55 unsigned is_short; ///< short compression method used member238 s->is_short = !(extra & 1); in extract_header()1800 if (s->is_short) in decode_frame()1807 if (s->is_short) in decode_frame()1830 decode_delta_l(s->video[0], buf, buf_end, avctx->width, s->is_short, s->bpp, s->video_size); in decode_frame()
405 if arg.is_empty() || arg.is_stdio() || arg.is_short() { in complete_arg()
538 && (arg_os.is_long() || arg_os.is_short()); in match_arg_error()663 } else if next.is_short() { in is_new_arg()
426 int is_short = PyUnicode_GET_LENGTH(v) < 256; in w_complex_object() local427 if (is_short) { in w_complex_object()
355 bool is_short = length < static_cast<int>(sizeof(uintptr_t)); in ConvertToLower() local356 if (is_short) { in ConvertToLower()