Searched refs:mflags (Results 1 – 9 of 9) sorted by relevance
/third_party/ffmpeg/libavformat/ |
D | rtpdec_asf.c | 198 int res, mflags, len_off; in asfrtp_parse_packet() local 217 mflags = avio_r8(pb); in asfrtp_parse_packet() 219 if (mflags & 0x20) /**< relative timestamp */ in asfrtp_parse_packet() 221 if (mflags & 0x10) /**< has duration */ in asfrtp_parse_packet() 223 if (mflags & 0x8) /**< has location ID */ in asfrtp_parse_packet() 227 if (!(mflags & 0x40)) { in asfrtp_parse_packet()
|
/third_party/FreeBSD/sys/kern/ |
D | subr_kobj.c | 242 int mflags) in kobj_create() argument 249 obj = bsd_malloc(cls->size, mtype, mflags | M_ZERO); in kobj_create()
|
/third_party/libffi/src/ |
D | dlmalloc.c | 2088 flag_t mflags; member 2126 #define use_lock(M) ((M)->mflags & USE_LOCK_BIT) 2127 #define enable_lock(M) ((M)->mflags |= USE_LOCK_BIT) 2128 #define disable_lock(M) ((M)->mflags &= ~USE_LOCK_BIT) 2130 #define use_mmap(M) ((M)->mflags & USE_MMAP_BIT) 2131 #define enable_mmap(M) ((M)->mflags |= USE_MMAP_BIT) 2132 #define disable_mmap(M) ((M)->mflags &= ~USE_MMAP_BIT) 2134 #define use_noncontiguous(M) ((M)->mflags & USE_NONCONTIGUOUS_BIT) 2135 #define disable_contiguous(M) ((M)->mflags |= USE_NONCONTIGUOUS_BIT) 2138 ((M)->mflags = (L)?\ [all …]
|
/third_party/flutter/skia/third_party/externals/sdl/src/stdlib/ |
D | SDL_malloc.c | 2080 flag_t mflags; member 2119 #define use_lock(M) ((M)->mflags & USE_LOCK_BIT) 2120 #define enable_lock(M) ((M)->mflags |= USE_LOCK_BIT) 2121 #define disable_lock(M) ((M)->mflags &= ~USE_LOCK_BIT) 2123 #define use_mmap(M) ((M)->mflags & USE_MMAP_BIT) 2124 #define enable_mmap(M) ((M)->mflags |= USE_MMAP_BIT) 2125 #define disable_mmap(M) ((M)->mflags &= ~USE_MMAP_BIT) 2127 #define use_noncontiguous(M) ((M)->mflags & USE_NONCONTIGUOUS_BIT) 2128 #define disable_contiguous(M) ((M)->mflags |= USE_NONCONTIGUOUS_BIT) 2131 ((M)->mflags = (L)?\ [all …]
|
/third_party/toybox/toys/posix/ |
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/iowow/src/fs/ |
D | iwexfile.c | 287 int mflags = MS_SYNC; in _exfile_sync() local 292 && (msync(s->mmap, s->len, mflags) == -1)) { in _exfile_sync() 710 int mflags = MS_SYNC; in _exfile_sync_mmap_lr() local 720 && (msync(s->mmap, s->len, mflags) == -1)) { in _exfile_sync_mmap_lr()
|
/third_party/FreeBSD/sys/sys/ |
D | kobj.h | 202 int mflags);
|
/third_party/ltp/tools/sparse/sparse-src/ |
D | options.c | 668 static const struct flag mflags[] = { variable 691 handle_switches(arg-1, arg+1, mflags); in handle_switch_m()
|
/third_party/libbpf/.github/actions/build-selftests/ |
D | vmlinux.h | 48280 unsigned int mflags; member
|