Home
last modified time | relevance | path

Searched refs:mo (Results 1 - 25 of 66) sorted by relevance

123

/third_party/ntfs-3g/libfuse-lite/
H A Dmount.c268 struct mount_opts *mo = data; in fuse_mount_opt_proc() local
272 if (fuse_opt_add_opt(&mo->kernel_opts, "allow_other") == -1 || in fuse_mount_opt_proc()
281 set_mount_flag(arg, &mo->flags); in fuse_mount_opt_proc()
285 return fuse_opt_add_opt(&mo->kernel_opts, arg); in fuse_mount_opt_proc()
288 return fuse_opt_add_opt(&mo->fusermount_opts, arg); in fuse_mount_opt_proc()
292 return fuse_opt_add_opt(&mo->subtype_opt, arg); in fuse_mount_opt_proc()
296 return fuse_opt_add_opt(&mo->mtab_opts, arg); in fuse_mount_opt_proc()
302 mo->ishelp = 1; in fuse_mount_opt_proc()
309 mo->ishelp = 1; in fuse_mount_opt_proc()
481 static int fuse_mount_sys(const char *mnt, struct mount_opts *mo, in fuse_mount_sys() argument
612 struct mount_opts mo; fuse_kern_mount() local
[all...]
/third_party/libfuse/lib/
H A Dmount.c191 struct mount_opts *mo = data; in fuse_mount_opt_proc() local
198 set_mount_flag(arg, &mo->flags); in fuse_mount_opt_proc()
202 return fuse_opt_add_opt(&mo->kernel_opts, arg); in fuse_mount_opt_proc()
205 return fuse_opt_add_opt_escaped(&mo->fusermount_opts, arg); in fuse_mount_opt_proc()
208 return fuse_opt_add_opt(&mo->subtype_opt, arg); in fuse_mount_opt_proc()
211 return fuse_opt_add_opt(&mo->mtab_opts, arg); in fuse_mount_opt_proc()
371 static int fuse_mount_fusermount(const char *mountpoint, struct mount_opts *mo, in fuse_mount_fusermount() argument
431 if (!mo->auto_unmount) { in fuse_mount_fusermount()
448 static int fuse_mount_sys(const char *mnt, struct mount_opts *mo, in fuse_mount_sys() argument
486 res = fuse_opt_add_opt(&mo in fuse_mount_sys()
587 struct mount_opts *mo; parse_mount_opts() local
607 destroy_mount_opts(struct mount_opts *mo) destroy_mount_opts() argument
619 fuse_kern_mount(const char *mountpoint, struct mount_opts *mo) fuse_kern_mount() argument
[all...]
H A Dmount_bsd.c115 struct mount_opts *mo = data; in fuse_mount_opt_proc() local
123 return fuse_opt_add_opt(&mo->kernel_opts, arg); in fuse_mount_opt_proc()
262 struct mount_opts *mo; in parse_mount_opts() local
264 mo = (struct mount_opts*) malloc(sizeof(struct mount_opts)); in parse_mount_opts()
265 if (mo == NULL) in parse_mount_opts()
268 memset(mo, 0, sizeof(struct mount_opts)); in parse_mount_opts()
271 fuse_opt_parse(args, mo, fuse_mount_opts, fuse_mount_opt_proc) == -1) in parse_mount_opts()
274 return mo; in parse_mount_opts()
277 destroy_mount_opts(mo); in parse_mount_opts()
281 void destroy_mount_opts(struct mount_opts *mo) in destroy_mount_opts() argument
287 fuse_kern_mount(const char *mountpoint, struct mount_opts *mo) fuse_kern_mount() argument
[all...]
H A Dfuse_i.h49 struct mount_opts *mo; member
162 void destroy_mount_opts(struct mount_opts *mo);
166 int fuse_kern_mount(const char *mountpoint, struct mount_opts *mo);
/third_party/python/Lib/lib2to3/pgen2/
H A Dconv.py71 mo = re.match(r"^#define\s+(\w+)\s+(\d+)$", line)
72 if not mo and line.strip():
76 symbol, number = mo.groups()
132 mo = re.match(r"static arc arcs_(\d+)_(\d+)\[(\d+)\] = {$",
134 assert mo, (lineno, line)
135 n, m, k = list(map(int, mo.groups()))
139 mo = re.match(r"\s+{(\d+), (\d+)},$", line)
140 assert mo, (lineno, line)
141 i, j = list(map(int, mo.groups()))
147 mo
[all...]
/third_party/python/Lib/
H A Dstring.py92 def _invalid(self, mo):
93 i = mo.start('invalid')
110 def convert(mo):
112 named = mo.group('named') or mo.group('braced')
115 if mo.group('escaped') is not None:
117 if mo.group('invalid') is not None:
118 self._invalid(mo)
129 def convert(mo):
130 named = mo
[all...]
H A Dimaplib.py1080 tag = self.mo.group('tag')
1084 typ = self.mo.group('type')
1086 dat = self.mo.group('data')
1095 dat2 = self.mo.group('data2')
1097 if self.mo is None:
1101 self.continuation_response = self.mo.group('data')
1106 typ = self.mo.group('type')
1108 dat = self.mo.group('data')
1118 size = int(self.mo.group('size'))
1137 typ = self.mo
[all...]
/third_party/musl/porting/liteos_a/kernel/src/locale/
H A D__mo_lookup.c11 const uint32_t *mo = p; in __mo_lookup() local
12 int sw = *mo - 0x950412de; in __mo_lookup()
13 uint32_t b = 0, n = swapc(mo[2], sw); in __mo_lookup()
14 uint32_t o = swapc(mo[3], sw); in __mo_lookup()
15 uint32_t t = swapc(mo[4], sw); in __mo_lookup()
21 uint32_t ol = swapc(mo[o+2*(b+n/2)], sw); in __mo_lookup()
22 uint32_t os = swapc(mo[o+2*(b+n/2)+1], sw); in __mo_lookup()
27 uint32_t tl = swapc(mo[t+2*(b+n/2)], sw); in __mo_lookup()
28 uint32_t ts = swapc(mo[t+2*(b+n/2)+1], sw); in __mo_lookup()
/third_party/musl/src/locale/
H A D__mo_lookup.c11 const uint32_t *mo = p; in __mo_lookup() local
12 int sw = *mo - 0x950412de; in __mo_lookup()
13 uint32_t b = 0, n = swapc(mo[2], sw); in __mo_lookup()
14 uint32_t o = swapc(mo[3], sw); in __mo_lookup()
15 uint32_t t = swapc(mo[4], sw); in __mo_lookup()
21 uint32_t ol = swapc(mo[o+2*(b+n/2)], sw); in __mo_lookup()
22 uint32_t os = swapc(mo[o+2*(b+n/2)+1], sw); in __mo_lookup()
27 uint32_t tl = swapc(mo[t+2*(b+n/2)], sw); in __mo_lookup()
28 uint32_t ts = swapc(mo[t+2*(b+n/2)+1], sw); in __mo_lookup()
/third_party/ltp/tools/sparse/sparse-src/validation/
H A Dbuiltin-atomic-clear.c1 void foo(void *ptr, _Bool *bptr, volatile void *vptr, volatile _Bool *vbptr, int mo) in foo() argument
3 __atomic_clear(ptr, mo); in foo()
4 __atomic_clear(bptr, mo); in foo()
5 __atomic_clear(vptr, mo); in foo()
6 __atomic_clear(vbptr, mo); in foo()
/third_party/python/Lib/email/
H A Dfeedparser.py348 mo = boundaryre.match(line)
349 if mo:
354 if mo.group('end'):
356 linesep = mo.group('linesep')
380 mo = boundaryre.match(line)
381 if not mo:
401 mo = NLCRE_eol.search(epilogue)
402 if mo:
403 end = len(mo.group(0))
408 mo
[all...]
H A Dutils.py273 mo = rfc2231_continuation.match(name)
274 if mo:
275 name, num = mo.group('name', 'num')
/third_party/mesa3d/bin/
H A Dperf-annotate-jit.py199 mo = self.call_re.match(line)
200 assert mo
201 if not mo:
207 function_name = mo.group('symbol')
209 function_name = mo.group('address')
211 module = mo.group('module')
215 address = mo.group('address')
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
H A DExecutionDomainFix.cpp262 MachineOperand &mo = mi->getOperand(i);
263 if (!mo.isReg())
265 for (int rx : regIndices(mo.getReg())) {
272 MachineOperand &mo = mi->getOperand(i);
273 if (!mo.isReg())
275 for (int rx : regIndices(mo.getReg())) {
293 MachineOperand &mo = mi->getOperand(i);
294 if (!mo.isReg())
296 for (int rx : regIndices(mo.getReg())) {
383 for (MachineOperand &mo
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/spirv_assembly/
H A DvktSpvAsmFloatControlsTests.cpp1638 map<int, Op>& mo = m_operations; in init() local
1647 mo[OID_NEGATE] = Op("negate", FLOAT_ARITHMETIC, in init()
1650 mo[OID_COMPOSITE] = Op("composite", FLOAT_ARITHMETIC, in init()
1654 mo[OID_COMPOSITE_INS] = Op("comp_ins", FLOAT_ARITHMETIC, in init()
1659 mo[OID_COPY] = Op("copy", FLOAT_STORAGE_ONLY, in init()
1662 mo[OID_D_EXTRACT] = Op("extract", FLOAT_ARITHMETIC, in init()
1666 mo[OID_D_INSERT] = Op("insert", FLOAT_ARITHMETIC, in init()
1671 mo[OID_SHUFFLE] = Op("shuffle", FLOAT_ARITHMETIC, in init()
1677 mo[OID_TRANSPOSE] = Op("transpose", FLOAT_ARITHMETIC, in init()
1684 mo[OID_RETURN_VA in init()
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/spirv_assembly/
H A DvktSpvAsmFloatControlsTests.cpp1636 map<int, Op>& mo = m_operations; in init() local
1645 mo[OID_NEGATE] = Op("negate", FLOAT_ARITHMETIC, in init()
1648 mo[OID_COMPOSITE] = Op("composite", FLOAT_ARITHMETIC, in init()
1652 mo[OID_COMPOSITE_INS] = Op("comp_ins", FLOAT_ARITHMETIC, in init()
1657 mo[OID_COPY] = Op("copy", FLOAT_STORAGE_ONLY, in init()
1660 mo[OID_D_EXTRACT] = Op("extract", FLOAT_ARITHMETIC, in init()
1664 mo[OID_D_INSERT] = Op("insert", FLOAT_ARITHMETIC, in init()
1669 mo[OID_SHUFFLE] = Op("shuffle", FLOAT_ARITHMETIC, in init()
1675 mo[OID_TRANSPOSE] = Op("transpose", FLOAT_ARITHMETIC, in init()
1682 mo[OID_RETURN_VA in init()
[all...]
/third_party/python/Modules/_blake2/
H A Dblake2b2s.py25 mo = PUBLIC_SEARCH.search(line)
26 if mo:
27 public_funcs.add(mo.group(1))
/third_party/musl/porting/liteos_m/user/src/internal/
H A Dsyscall.h364 #define __sys_open3(x,pn,fl,mo) __syscall3(SYS_open, pn, (fl)|O_LARGEFILE, mo)
366 #define __sys_open_cp3(x,pn,fl,mo) __syscall_cp3(SYS_open, pn, (fl)|O_LARGEFILE, mo)
369 #define __sys_open3(x,pn,fl,mo) __syscall4(SYS_openat, AT_FDCWD, pn, (fl)|O_LARGEFILE, mo)
371 #define __sys_open_cp3(x,pn,fl,mo) __syscall_cp4(SYS_openat, AT_FDCWD, pn, (fl)|O_LARGEFILE, mo)
/third_party/musl/src/internal/
H A Dsyscall.h385 #define __sys_open3(x,pn,fl,mo) __syscall3(SYS_open, pn, (fl)|O_LARGEFILE, mo)
387 #define __sys_open_cp3(x,pn,fl,mo) __syscall_cp3(SYS_open, pn, (fl)|O_LARGEFILE, mo)
390 #define __sys_open3(x,pn,fl,mo) __syscall4(SYS_openat, AT_FDCWD, pn, (fl)|O_LARGEFILE, mo)
392 #define __sys_open_cp3(x,pn,fl,mo) __syscall_cp4(SYS_openat, AT_FDCWD, pn, (fl)|O_LARGEFILE, mo)
/third_party/musl/porting/linux/user/src/internal/
H A Dsyscall.h379 #define __sys_open3(x,pn,fl,mo) __syscall3(SYS_open, pn, (fl)|O_LARGEFILE, mo)
381 #define __sys_open_cp3(x,pn,fl,mo) __syscall_cp3(SYS_open, pn, (fl)|O_LARGEFILE, mo)
384 #define __sys_open3(x,pn,fl,mo) __syscall4(SYS_openat, AT_FDCWD, pn, (fl)|O_LARGEFILE, mo)
386 #define __sys_open_cp3(x,pn,fl,mo) __syscall_cp4(SYS_openat, AT_FDCWD, pn, (fl)|O_LARGEFILE, mo)
/third_party/python/Tools/scripts/
H A Dpdeps.py108 for mo in reach[mod]:
109 if mo in modules:
110 for m in reach[mo]:
H A Dtexi2html.py281 mo = cmprog.match(line)
282 if mo:
283 a, b = mo.span(1)
292 self.command(line, mo)
392 mo = miprog.match(line)
393 if not mo:
397 bgn, end = mo.span(0)
398 a, b = mo.span(1)
399 c, d = mo.span(2)
400 e, f = mo
[all...]
/third_party/musl/libc-test/src/functional/
H A Dtime.c39 #define TM(ss,mm,hh,md,mo,yr,wd,yd,dst) (struct tm){ \
41 .tm_mday = md, .tm_mon = mo, .tm_year = yr, \
/third_party/python/Modules/
H A D_lsprof.c175 PyObject *mo = _PyType_Lookup(Py_TYPE(self), name); in normalizeUserObj() local
176 Py_XINCREF(mo); in normalizeUserObj()
178 if (mo != NULL) { in normalizeUserObj()
179 PyObject *res = PyObject_Repr(mo); in normalizeUserObj()
180 Py_DECREF(mo); in normalizeUserObj()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/hs20/client/
H A Dosu_client.c557 xml_node_t *tnds, *mo, *cert; in hs20_add_pps_mo() local
646 mo = tnds_to_mo(ctx->xml, tnds); in hs20_add_pps_mo()
647 if (mo == NULL) { in hs20_add_pps_mo()
653 debug_dump_node(ctx, "Parsed TNDS", mo); in hs20_add_pps_mo()
655 name = xml_node_get_localname(ctx->xml, mo); in hs20_add_pps_mo()
663 cert = get_child_node(ctx->xml, mo, in hs20_add_pps_mo()
667 xml_node_free(ctx->xml, mo); in hs20_add_pps_mo()
673 if (node_to_file(ctx->xml, fname, mo) < 0) { in hs20_add_pps_mo()
675 xml_node_free(ctx->xml, mo); in hs20_add_pps_mo()
678 xml_node_free(ctx->xml, mo); in hs20_add_pps_mo()
1949 xml_node_t *mo, *node; cmd_to_tnds() local
1970 xml_node_t *tnds, *mo; cmd_from_tnds() local
[all...]

Completed in 34 milliseconds

123