Home
last modified time | relevance | path

Searched refs:mflags (Results 1 - 9 of 9) sorted by relevance

/third_party/ffmpeg/libavformat/
H A Drtpdec_asf.c199 int res, mflags, len_off; in asfrtp_parse_packet() local
218 mflags = avio_r8(pb); in asfrtp_parse_packet()
220 if (mflags & 0x20) /**< relative timestamp */ in asfrtp_parse_packet()
222 if (mflags & 0x10) /**< has duration */ in asfrtp_parse_packet()
224 if (mflags & 0x8) /**< has location ID */ in asfrtp_parse_packet()
228 if (!(mflags & 0x40)) { in asfrtp_parse_packet()
/third_party/pcre2/pcre2/src/
H A Dpcre2posix_test.c44 static int mflags[] = { variable
158 rc = regexec(&re, *subjects, CAPCOUNT, match, mflags[i]); in main()
/third_party/FreeBSD/sys/kern/
H A Dsubr_kobj.c240 int mflags) in kobj_create()
247 obj = bsd_malloc(cls->size, mtype, mflags | M_ZERO); in kobj_create()
238 kobj_create(kobj_class_t cls, struct malloc_type *mtype, int mflags) kobj_create() argument
/third_party/ltp/testcases/kernel/syscalls/fanotify/
H A Dfanotify09.c282 unsigned int ignored_mask, mflags; in check_ignore_mask() local
286 if (FILE_LINES_SCANF(procfdinfo, "fanotify ino:%*x sdev:%*x mflags: %x mask:0 ignored_mask:%x", in check_ignore_mask()
287 &mflags, &ignored_mask) || !ignored_mask) { in check_ignore_mask()
290 tst_res(TPASS, "Found mark with ignore mask (ignored_mask=%x, mflags=%x) in %s", in check_ignore_mask()
291 ignored_mask, mflags, procfdinfo); in check_ignore_mask()
H A Dfanotify10.c487 unsigned int mflags, mask, ignored_mask; in show_fanotify_ignore_marks() local
496 if (sscanf(line, "fanotify ino:%*x sdev:%*x mflags: %x mask:%x ignored_mask:%x", in show_fanotify_ignore_marks()
497 &mflags, &mask, &ignored_mask) == 3) { in show_fanotify_ignore_marks()
/third_party/toybox/toys/posix/
H A Dsed.c480 int mflags = 0, count = 0, l2used = 0, zmatch = 1, l2l = len, l2old = 0, in sed_line() local
484 while (!regexec0(reg, rline, len-(rline-line), 10, match, mflags)) { in sed_line()
485 mflags = REG_NOTBOL; in sed_line()
573 if (mflags) { in sed_line()
/third_party/FreeBSD/sys/sys/
H A Dkobj.h200 int mflags);
/third_party/ltp/tools/sparse/sparse-src/
H A Doptions.c668 static const struct flag mflags[] = { variable
691 handle_switches(arg-1, arg+1, mflags); in handle_switch_m()
/third_party/node/deps/v8/src/compiler/
H A Djs-native-context-specialization.cc2588 NumberMatcher mflags(n.flags()); in ReduceJSDefineKeyedOwnPropertyInLiteral()
2589 CHECK(mflags.HasResolvedValue()); in ReduceJSDefineKeyedOwnPropertyInLiteral()
2590 DefineKeyedOwnPropertyInLiteralFlags cflags(mflags.ResolvedValue()); in ReduceJSDefineKeyedOwnPropertyInLiteral()

Completed in 13 milliseconds