Searched refs:mflags (Results 1 - 9 of 9) sorted by relevance
/third_party/ffmpeg/libavformat/ |
H A D | rtpdec_asf.c | 199 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 D | pcre2posix_test.c | 44 static int mflags[] = { variable 158 rc = regexec(&re, *subjects, CAPCOUNT, match, mflags[i]); in main()
|
/third_party/FreeBSD/sys/kern/ |
H A D | subr_kobj.c | 240 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 D | fanotify09.c | 282 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 D | fanotify10.c | 487 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 D | sed.c | 480 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 D | kobj.h | 200 int mflags);
|
/third_party/ltp/tools/sparse/sparse-src/ |
H A D | options.c | 668 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 D | js-native-context-specialization.cc | 2588 NumberMatcher mflags(n.flags()); in ReduceJSDefineKeyedOwnPropertyInLiteral() 2589 CHECK(mflags.HasResolvedValue()); in ReduceJSDefineKeyedOwnPropertyInLiteral() 2590 DefineKeyedOwnPropertyInLiteralFlags cflags(mflags.ResolvedValue()); in ReduceJSDefineKeyedOwnPropertyInLiteral()
|
Completed in 13 milliseconds