Home
last modified time | relevance | path

Searched refs:exc (Results 1 – 25 of 109) sorted by relevance

12345

/OK3568_Linux_fs/kernel/arch/powerpc/lib/
H A Dcopyuser_64.S427 .macro exc macro
448 exc; ld r22,640(4)
449 exc; ld r21,512(4)
450 exc; ld r20,384(4)
451 exc; ld r11,256(4)
452 exc; ld r9,128(4)
453 exc; ld r7,0(4)
454 exc; ld r25,648(4)
455 exc; ld r24,520(4)
456 exc; ld r23,392(4)
[all …]
/OK3568_Linux_fs/kernel/tools/testing/selftests/powerpc/copyloops/
H A Dcopyuser_64.S427 .macro exc macro
448 exc; ld r22,640(4)
449 exc; ld r21,512(4)
450 exc; ld r20,384(4)
451 exc; ld r11,256(4)
452 exc; ld r9,128(4)
453 exc; ld r7,0(4)
454 exc; ld r25,648(4)
455 exc; ld r24,520(4)
456 exc; ld r23,392(4)
[all …]
/OK3568_Linux_fs/buildroot/dl/sox/git/lpc10/
H A Dbsynz.c101 real *exc; in bsynz_() local
227 exc = &(st->exc[0]); in bsynz_()
252 exc[contrl_1.order + i__ - 1] = (real) (random_(st) / 64); in bsynz_()
268 exc[px - 1] += pulse; in bsynz_()
269 exc[px] -= pulse; in bsynz_()
275 exc[contrl_1.order + i__ - 1] = 0.f; in bsynz_()
277 exc[contrl_1.order + i__ - 1] = sscale * kexc[i__ - 1]; in bsynz_()
279 lpi0 = exc[contrl_1.order + i__ - 1]; in bsynz_()
280 r__2 = exc[contrl_1.order + i__ - 1] * .125f + *lpi1 * .75f; in bsynz_()
282 exc[contrl_1.order + i__ - 1] = r__1 + *lpi3 * 0.f; in bsynz_()
[all …]
/OK3568_Linux_fs/yocto/poky/meta/recipes-kernel/kmod/kmod/
H A D0001-depmod-Add-support-for-excluding-a-directory.patch80 + struct cfg_exclude *exc;
83 + exc = malloc(sizeof(struct cfg_exclude) + len + 1);
84 + if (exc == NULL) {
88 + memcpy(exc->exclude_dir, path, len + 1);
92 + exc->next = cfg->excludes;
93 + cfg->excludes = exc;
97 +static void cfg_exclude_free(struct cfg_exclude *exc)
99 + free(exc);
136 + struct cfg_exclude *exc;
145 + for (exc = cfg->excludes; exc != NULL; exc = exc->next) {
[all …]
/OK3568_Linux_fs/yocto/poky/scripts/contrib/
H A Ddevtool-stress.py118 except bb.process.ExecutionError as exc:
119 if exc.exitcode == 4:
124 f.write(str(exc))
165 except bb.process.ExecutionError as exc:
166 if exc.exitcode == 4:
170 f.write(str(exc))
178 except bb.process.CmdError as exc:
180 f.write(str(exc))
185 except bb.process.CmdError as exc:
186 print('devtool reset failed: %s' % str(exc))
/OK3568_Linux_fs/yocto/poky/meta/lib/oe/
H A Dlicense.py31 def __init__(self, licensestr, exc): argument
33 self.exc = exc
37 return "error in '%s': %s" % (self.licensestr, self.exc)
108 except SyntaxError as exc:
109 raise LicenseSyntaxError(licensestr, exc)
227 except SyntaxError as exc:
228 raise LicenseSyntaxError(licensestr, exc)
252 except SyntaxError as exc:
253 raise LicenseSyntaxError(licensestr, exc)
H A Dtypes.py102 except re.error as exc:
104 (value, exc.args[0]))
159 except IOError as exc:
160 if exc.errno == errno.ENOENT:
H A Dprservice.py14 except Exception as exc:
15 … bb.fatal("Connecting to PR service %s:%s failed: %s" % (host_params[0], host_params[1], str(exc)))
62 except BaseException as exc:
63 bb.debug("Not valid value of %s:%s" % (v,str(exc)))
H A Dterminal.py37 except OSError as exc:
39 if exc.errno == errno.ENOENT:
279 except OSError as exc:
281 if exc.errno == errno.ENOENT:
299 except OSError as exc:
301 if exc.errno == errno.ENOENT:
H A Ddata.py21 except (TypeError, ValueError) as exc:
22 bb.msg.fatal("Data", "%s: %s" % (key, str(exc)))
/OK3568_Linux_fs/yocto/poky/bitbake/lib/prserv/
H A Ddb.py66 except sqlite3.OperationalError as exc:
67 if 'is locked' in str(exc) and end > time.time():
69 raise exc
102 except sqlite3.IntegrityError as exc:
103 logger.error(str(exc))
139 except sqlite3.IntegrityError as exc:
140 logger.error(str(exc))
174 except sqlite3.IntegrityError as exc:
175 logger.error(str(exc))
194 except sqlite3.IntegrityError as exc:
[all …]
/OK3568_Linux_fs/yocto/poky/bitbake/lib/bb/
H A Dexceptions.py92 def to_string(exc): argument
93 if isinstance(exc, SystemExit):
94 if not isinstance(exc.code, str):
95 return 'Exited with "%d"' % exc.code
96 return str(exc)
H A Dcommand.py72 except (Exception, SystemExit) as exc:
74 if isinstance(exc, bb.BBHandledException):
91 except CommandError as exc:
92 return None, exc.args[0]
93 except (Exception, SystemExit) as exc:
95 if isinstance(exc, bb.BBHandledException):
130 except KeyboardInterrupt as exc:
133 except SystemExit as exc:
134 arg = exc.args[0]
140 except Exception as exc:
[all …]
H A Dcooker.py384 except ImportError as exc:
385 …r.critical("Unable to import extra RecipeInfo '%s' from '%s': %s" % (cache_name, module_name, exc))
1489 except runqueue.TaskFailure as exc:
1490 failures += len(exc.args)
1492 except SystemExit as exc:
1493 self.command.finishAsyncCommand(str(exc))
1534 except runqueue.TaskFailure as exc:
1535 failures += len(exc.args)
1537 except SystemExit as exc:
1538 self.command.finishAsyncCommand(str(exc))
[all …]
/OK3568_Linux_fs/yocto/poky/scripts/
H A Dpythondeps120 except TypeError as exc:
121 raise DependError(path, exc)
122 except SyntaxError as exc:
123 raise DependError(path, exc)
180 except (OSError, IOError) as exc:
181 raise DependError(path, exc)
238 except PythonDepError as exc:
239 logger.error(str(exc))
/OK3568_Linux_fs/yocto/meta-openembedded/meta-python/recipes-devtools/python/python-pygpgme/
H A D0003-handle-generic-error-when-no-passphrase-callback-pre.patch24 except gpgme.GpgmeError as exc:
25 self.assertEqual(exc.args[0], gpgme.ERR_SOURCE_GPGME)
26 - self.assertEqual(exc.args[1], gpgme.ERR_BAD_PASSPHRASE)
27 + self.assertEqual(exc.args[1], gpgme.ERR_GENERAL)
/OK3568_Linux_fs/yocto/poky/bitbake/bin/
H A Dgit-make-shallow39 except OSError as exc:
40 if exc.errno != errno.ENOENT:
166 except OSError as exc:
167 if exc.errno != errno.ENOENT:
H A Dbitbake22 except RuntimeError as exc:
23 sys.exit(str(exc))
H A Dbitbake-selftest19 except RuntimeError as exc:
20 sys.exit(str(exc))
/OK3568_Linux_fs/yocto/poky/meta/lib/oeqa/sdk/utils/
H A Dsdkbuildproject.py50 except subprocess.CalledProcessError as exc:
51 print(exc.output.decode('utf-8'))
52 return exc.returncode
/OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/classes/
H A Dgitver.bbclass38 except Exception as exc:
39 raise bb.parse.SkipRecipe(str(exc))
53 except Exception as exc:
54 bb.fatal(str(exc))
/OK3568_Linux_fs/yocto/poky/bitbake/lib/bb/parse/parse_py/
H A DConfHandler.py91 except (IOError, OSError) as exc:
92 if exc.errno == errno.ENOENT:
98 … raise ParseError("Could not %s file %s: %s" % (error_out, fn, exc.strerror), parentfn, lineno)
100 raise ParseError("Error parsing %s: %s" % (fn, exc.strerror), parentfn, lineno)
/OK3568_Linux_fs/kernel/arch/powerpc/include/asm/
H A Dcode-patching.h69 void __patch_exception(int exc, unsigned long addr);
70 #define patch_exception(exc, name) do { \ argument
72 __patch_exception((exc), (unsigned long)&name); \
/OK3568_Linux_fs/yocto/poky/meta/classes/
H A Dterminal.bbclass95 except oe.terminal.ExecutionError as exc:
96 bb.fatal('Unable to spawn terminal %s: %s' % (terminal, exc))
106 except oe.terminal.ExecutionError as exc:
107 bb.fatal('Unable to spawn terminal %s: %s' % (terminal, exc))
/OK3568_Linux_fs/yocto/poky/bitbake/lib/bb/server/
H A Dprocess.py357 except Exception as exc:
358 if not isinstance(exc, bb.BBHandledException):
375 except Exception as exc:
376 if not isinstance(exc, bb.BBHandledException):
407 ret, exc = self.recv.get()
410 if exc and ("BBHandledException" in exc or "SystemExit" in exc):
412 return ret, exc

12345