Home
last modified time | relevance | path

Searched refs:mo (Results 1 – 25 of 278) sorted by relevance

12345678910>>...12

/third_party/ntfs-3g/libfuse-lite/
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
[all …]
/third_party/libfuse/lib/
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->kernel_opts, tmp); in fuse_mount_sys()
[all …]
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
[all …]
/third_party/parse5/test/data/parser-feedback/
Dmath.test5 "description": "<math><tr><td><mo><tr>",
6 "input": "<math><tr><td><mo><tr>",
25 "mo",
37 "description": "<math><tr><td><mo><tr>",
38 "input": "<math><tr><td><mo><tr>",
57 "mo",
69 "description": "<math><thead><mo><tbody>",
70 "input": "<math><thead><mo><tbody>",
84 "mo",
96 "description": "<math><tfoot><mo><tbody>",
[all …]
Dforeign-fragment.test247 "fragmentContext": "mo",
248 "description": "</mo>X",
249 "input": "</mo>X",
253 "mo"
500 "fragmentContext": "mo",
501 "description": "<b></b><mglyph/><i></i><malignmark/><u></u><mo/>X",
502 "input": "<b></b><mglyph/><i></i><malignmark/><u></u><mo/>X",
545 "mo",
556 "fragmentContext": "mo",
572 "fragmentContext": "mo",
[all …]
/third_party/python/Lib/lib2to3/pgen2/
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 = re.match(r"static state states_(\d+)\[(\d+)\] = {$", line)
[all …]
/third_party/python/Tools/pynche/
DColorDB.py54 mo = self._re.match(line)
55 if not mo:
60 red, green, blue = self._extractrgb(mo)
61 name = self._extractname(mo)
76 def _extractrgb(self, mo): argument
77 return [int(x) for x in mo.group('red', 'green', 'blue')]
79 def _extractname(self, mo): argument
80 return mo.group('name')
143 def _extractrgb(self, mo): argument
144 return rrggbb_to_triplet(mo.group('hexrgb'))
[all …]
/third_party/python/Lib/
Dstring.py92 def _invalid(self, mo): argument
93 i = mo.start('invalid')
110 def convert(mo): argument
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): argument
130 named = mo.group('named') or mo.group('braced')
135 return mo.group()
[all …]
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.group('type')
[all …]
/third_party/musl/porting/liteos_a/kernel/src/locale/
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/
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/
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/
Dfeedparser.py346 mo = boundaryre.match(line)
347 if mo:
352 if mo.group('end'):
354 linesep = mo.group('linesep')
378 mo = boundaryre.match(line)
379 if not mo:
399 mo = NLCRE_eol.search(epilogue)
400 if mo:
401 end = len(mo.group(0))
406 mo = NLCRE_eol.search(payload)
[all …]
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/spirv_assembly/
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_VAL] = Op("ret_val", FLOAT_ARITHMETIC, in init()
[all …]
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/spirv_assembly/
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_VAL] = Op("ret_val", FLOAT_ARITHMETIC, in init()
[all …]
/third_party/skia/third_party/externals/icu/source/data/region/
Dto.txt41 AG{"Anitikua mo Palaputa"}
54 BA{"Posinia mo Hesikōvina"}
102 EA{"Siuta mo Melila"}
132 GS{"ʻOtumotu Seōsia-tonga mo Saniuisi-tonga"}
138 HM{"ʻOtumotu Heati mo Makitonali"}
163 KN{"Sā Kitisi mo Nevisi"}
223 PM{"Sā Piea mo Mikeloni"}
245 SJ{"Sivolopāti mo Sani Maieni"}
253 ST{"Sao Tomē mo Pilinisipe"}
259 TC{"ʻOtumotu Tuki mo Kaikosi"}
[all …]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DExecutionDomainFix.cpp262 MachineOperand &mo = mi->getOperand(i); in visitHardInstr() local
263 if (!mo.isReg()) in visitHardInstr()
265 for (int rx : regIndices(mo.getReg())) { in visitHardInstr()
272 MachineOperand &mo = mi->getOperand(i); in visitHardInstr() local
273 if (!mo.isReg()) in visitHardInstr()
275 for (int rx : regIndices(mo.getReg())) { in visitHardInstr()
293 MachineOperand &mo = mi->getOperand(i); in visitSoftInstr() local
294 if (!mo.isReg()) in visitSoftInstr()
296 for (int rx : regIndices(mo.getReg())) { in visitSoftInstr()
383 for (MachineOperand &mo : mi->operands()) { in visitSoftInstr()
[all …]
/third_party/mesa3d/bin/
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/icu/icu4c/source/data/region/
Dto.txt41 AG{"Anitikua mo Palaputa"}
54 BA{"Posinia mo Hesikōvina"}
102 EA{"Siuta mo Melila"}
132 GS{"ʻOtumotu Seōsia-tonga mo Saniuisi-tonga"}
138 HM{"ʻOtumotu Heati mo Makitonali"}
163 KN{"Sā Kitisi mo Nevisi"}
223 PM{"Sā Piea mo Mikeloni"}
245 SJ{"Sivolopāti mo Sani Maieni"}
253 ST{"Sao Tomē mo Pilinisipe"}
259 TC{"ʻOtumotu Tuki mo Kaikosi"}
[all …]
/third_party/icu/icu4c/source/data/locales/
Den_001.txt466 dn{"mo"}
468 "-1"{"last mo"}
469 "0"{"this mo"}
470 "1"{"next mo"}
474 one{"in {0} mo"}
475 other{"in {0} mo"}
478 one{"{0} mo ago"}
479 other{"{0} mo ago"}
484 dn{"mo"}
486 "-1"{"last mo"}
[all …]
Dhi_Latn.txt827 "-1"{"last mo."}
828 "0"{"is mo."}
829 "1"{"next mo."}
833 one{"{0}mo mein"}
834 other{"{0}mo mein"}
837 one{"{0}mo pahle"}
838 other{"{0}mo pahle"}
844 "-1"{"last mo"}
845 "0"{"is mo"}
846 "1"{"next mo"}
[all …]
/third_party/skia/third_party/externals/icu/source/data/locales/
Den_001.txt466 dn{"mo"}
468 "-1"{"last mo"}
469 "0"{"this mo"}
470 "1"{"next mo"}
474 one{"in {0} mo"}
475 other{"in {0} mo"}
478 one{"{0} mo ago"}
479 other{"{0} mo ago"}
484 dn{"mo"}
486 "-1"{"last mo"}
[all …]
/third_party/python/Modules/_sha3/kcp/
DKeccakP-1600-64.macros60 A##mo ^= Do; \
61 Bbo = ROL64(A##mo, 21); \
134 E##mo = (~Bmo)^( Bmu & Bma ); \
135 Co ^= E##mo; \
178 A##mo ^= Do; \
179 Bbo = ROL64(A##mo, 21); \
234 E##mo = (~Bmo)^( Bmu & Bma ); \
273 A##mo ^= Do; \
274 Bbo = ROL64(A##mo, 21); \
347 E##mo = Bmo ^((~Bmu)& Bma ); \
[all …]
/third_party/alsa-utils/alsaconf/po/
DMakefile.in35 .SUFFIXES: .po .gmo .mo
37 %.mo : $(srcdir)/%.po
52 rm -f $(CATALOGS) $(POFILES:.po=.mo) $(DOMAIN).pot
67 $(INSTALL_DATA) $$cat $(DESTDIR)$$dir/$(DOMAIN).mo; \
79 rm -f $(DESTDIR)$(localedir)/$$lang/LC_MESSAGES/$(DOMAIN).mo; \
/third_party/musl/porting/liteos_m/user/src/internal/
Dsyscall.h364 #define __sys_open3(x,pn,fl,mo) __syscall3(SYS_open, pn, (fl)|O_LARGEFILE, mo) argument
366 #define __sys_open_cp3(x,pn,fl,mo) __syscall_cp3(SYS_open, pn, (fl)|O_LARGEFILE, mo) argument
369 #define __sys_open3(x,pn,fl,mo) __syscall4(SYS_openat, AT_FDCWD, pn, (fl)|O_LARGEFILE, mo) argument
371 #define __sys_open_cp3(x,pn,fl,mo) __syscall_cp4(SYS_openat, AT_FDCWD, pn, (fl)|O_LARGEFILE, mo) argument

12345678910>>...12