Home
last modified time | relevance | path

Searched refs:oops (Results 1 – 25 of 34) sorted by relevance

12

/external/tinycompress/
Dcompress.c96 static int oops(struct compress *compress, int e, const char *fmt, ...) in oops() function
136 oops(compress, errno, "cant read version"); in get_compress_version()
156 oops(compress, ENXIO, "this codec is not supported"); in _is_codec_supported()
161 oops(compress, EINVAL, "requested fragment size %d is below min supported %d", in _is_codec_supported()
166 oops(compress, EINVAL, "requested fragment size %d is above max supported %d", in _is_codec_supported()
171 oops(compress, EINVAL, "requested fragments %d are below min supported %d", in _is_codec_supported()
176 oops(compress, EINVAL, "requested fragments %d are above max supported %d", in _is_codec_supported()
192 oops(&bad_compress, errno, "cannot get device caps"); in _is_codec_type_supported()
224 oops(&bad_compress, EINVAL, "passed bad config"); in compress_open()
230 oops(&bad_compress, errno, "cannot allocate compress object"); in compress_open()
[all …]
/external/llvm/lib/Target/ARM/
DARMInstrFormats.td342 class AsmPseudoInst<string asm, dag iops, dag oops = (outs)>
345 let OutOperandList = oops;
353 class ARMAsmPseudo<string asm, dag iops, dag oops = (outs)>
354 : AsmPseudoInst<asm, iops, oops>, Requires<[IsARM]>;
355 class tAsmPseudo<string asm, dag iops, dag oops = (outs)>
356 : AsmPseudoInst<asm, iops, oops>, Requires<[IsThumb]>;
357 class t2AsmPseudo<string asm, dag iops, dag oops = (outs)>
358 : AsmPseudoInst<asm, iops, oops>, Requires<[IsThumb2]>;
359 class VFP2AsmPseudo<string asm, dag iops, dag oops = (outs)>
360 : AsmPseudoInst<asm, iops, oops>, Requires<[HasVFP2]>;
[all …]
DARMInstrThumb2.td293 class T2OneRegImm<dag oops, dag iops, InstrItinClass itin,
295 : T2I<oops, iops, itin, opc, asm, pattern> {
306 class T2sOneRegImm<dag oops, dag iops, InstrItinClass itin,
308 : T2sI<oops, iops, itin, opc, asm, pattern> {
319 class T2OneRegCmpImm<dag oops, dag iops, InstrItinClass itin,
321 : T2I<oops, iops, itin, opc, asm, pattern> {
332 class T2OneRegShiftedReg<dag oops, dag iops, InstrItinClass itin,
334 : T2I<oops, iops, itin, opc, asm, pattern> {
345 class T2sOneRegShiftedReg<dag oops, dag iops, InstrItinClass itin,
347 : T2sI<oops, iops, itin, opc, asm, pattern> {
[all …]
DARMInstrThumb.td788 class T1pIDPEncode<bits<4> opA, dag oops, dag iops, InstrItinClass itin,
790 : T1pI<oops, iops, itin, opc, asm, pattern>,
797 class T1pIMiscEncode<bits<7> opA, dag oops, dag iops, InstrItinClass itin,
799 : T1pI<oops, iops, itin, opc, asm, pattern>,
808 class T1sIDPEncode<bits<4> opA, dag oops, dag iops, InstrItinClass itin,
810 : T1sI<oops, iops, itin, opc, asm, pattern>,
817 class T1sIGenEncode<bits<5> opA, dag oops, dag iops, InstrItinClass itin,
819 : T1sI<oops, iops, itin, opc, asm, pattern>,
828 class T1sIGenEncodeImm<bits<5> opA, dag oops, dag iops, InstrItinClass itin,
830 : T1sI<oops, iops, itin, opc, asm, pattern>,
[all …]
DARMInstrVFP.td961 bits<4> opcod4, dag oops, dag iops,
964 : AVConv1I<opcod1, opcod2, opcod3, opcod4, oops, iops, itin, opc, asm,
980 bits<4> opcod4, dag oops, dag iops,InstrItinClass itin,
982 : AVConv1In<opcod1, opcod2, opcod3, opcod4, oops, iops, itin, opc, asm,
1062 bits<4> opcod4, dag oops, dag iops,
1065 : AVConv1I<opcod1, opcod2, opcod3, opcod4, oops, iops, itin, opc, asm,
1081 bits<4> opcod4, dag oops, dag iops,
1084 : AVConv1In<opcod1, opcod2, opcod3, opcod4, oops, iops, itin, opc, asm,
1207 bit op5, dag oops, dag iops, InstrItinClass itin,
1209 : AVConv1XI<op1, op2, op3, op4, op5, oops, iops, itin, opc, asm, pattern>,
[all …]
DARMInstrInfo.td3759 class AsMul1I32<bits<7> opcod, dag oops, dag iops, InstrItinClass itin,
3761 : AsMul1I<opcod, oops, iops, itin, opc, asm, pattern> {
3769 class AsMul1I64<bits<7> opcod, dag oops, dag iops, InstrItinClass itin,
3771 : AsMul1I<opcod, oops, iops, itin, opc, asm, pattern> {
3781 class AsMla1I64<bits<7> opcod, dag oops, dag iops, InstrItinClass itin,
3783 : AsMul1I<opcod, oops, iops, itin, opc, asm, pattern> {
4062 class AMulDualIbase<bit long, bit sub, bit swap, dag oops, dag iops,
4064 : AI<oops, iops, MulFrm, itin, opc, asm, []>, Requires<[IsARM, HasV6]> {
4077 class AMulDualI<bit long, bit sub, bit swap, dag oops, dag iops,
4079 : AMulDualIbase<long, sub, swap, oops, iops, itin, opc, asm> {
[all …]
/external/tinyalsa/
Dpcm.c272 static int oops(struct pcm *pcm, int e, const char *fmt, ...) in oops() function
434 oops(pcm, commit, "failed to commit %d frames\n", frames); in pcm_mmap_transfer_areas()
500 return oops(pcm, errno, "cannot write initial data"); in pcm_write()
516 return oops(pcm, errno, "cannot write stream data"); in pcm_write()
548 return oops(pcm, errno, "cannot read stream data"); in pcm_read()
861 oops(pcm, errno, "cannot open device '%s'", fn); in pcm_open()
866 oops(pcm, errno, "cannot get info"); in pcm_open()
887 oops(pcm, -EINVAL, "noirq only currently supported with mmap()."); in pcm_open()
903 oops(pcm, errno, "cannot set hw params"); in pcm_open()
916 oops(pcm, -errno, "failed to mmap buffer %d bytes\n", in pcm_open()
[all …]
/external/e2fsprogs/lib/et/
Derror_message.c132 goto oops; in error_message()
138 goto oops; in error_message()
173 oops: in error_message()
/external/icu/icu4c/source/tools/tzcode/
Dlocaltime.c351 goto oops; in tzload()
368 goto oops; in tzload()
370 goto oops; in tzload()
382 goto oops; in tzload()
384 goto oops; in tzload()
388 goto oops; in tzload()
407 goto oops; in tzload()
416 goto oops; in tzload()
443 goto oops; in tzload()
456 goto oops; in tzload()
[all …]
/external/compiler-rt/test/asan/TestCases/Windows/
Dnull_deref_multiple_dlls.cc38 # error oops!
Ddll_report_globals_symbolization_at_startup.cc38 # error oops!
Dreport_globals_vs_freelibrary.cc45 # error oops!
Dreport_globals_reload_dll.cc49 # error oops!
/external/markdown/tests/misc/
Dmulti-test.txt16 An [example][ref] (oops)
/external/dnsmasq/src/
Dtftp.c311 goto oops; in check_tftp_fileperm()
316 goto oops; in check_tftp_fileperm()
346 goto oops; in check_tftp_fileperm()
364 oops: in check_tftp_fileperm()
Doption.c2631 goto oops; in one_file()
2694 oops: in one_file()
/external/clang/test/SemaCXX/
Dpseudo-destructors.cpp82 p->~oops(); // expected-error{{expected the class name after '~' to name a destructor}} in destroy()
/external/llvm/lib/Target/AArch64/
DAArch64InstrFormats.td43 class Pseudo<dag oops, dag iops, list<dag> pattern, string cstr = "">
45 dag OutOperandList = oops;
58 class I<dag oops, dag iops, string asm, string operands, string cstr,
61 dag OutOperandList = oops;
784 class BaseSystemI<bit L, dag oops, dag iops, string asm, string operands,
786 : I<oops, iops, asm, operands, "", pattern> {
799 class RtSystemI<bit L, dag oops, dag iops, string asm, string operands>
800 : BaseSystemI<L, oops, iops, asm, operands>,
955 class BaseBranchReg<bits<4> opc, dag oops, dag iops, string asm,
957 : I<oops, iops, asm, operands, "", pattern>, Sched<[WriteBrReg]> {
[all …]
/external/squashfs-tools/
DACKNOWLEDGEMENTS85 Yann Le Doare reported a kernel oops and provided a Qemu image that led
/external/svox/pico_resources/tools/LingwareBuilding/PicoLingware_source_files/pkb/en-GB/
Den-GB_klex.pkb1008 #!'EO&I8Poops#!MGJ�����������������������openC!FG&Eopenscopinion
/external/llvm/lib/Target/X86/
DX86InstrFormats.td335 class PseudoI<dag oops, dag iops, list<dag> pattern>
336 : X86Inst<0, Pseudo, NoImm, oops, iops, "", NoItinerary> {
/external/llvm/docs/
DStatepoints.rst174 movq (%rsp), %rax # This load is redundant (oops!)
/external/strace/
DChangeLog-CVS4363 * version.c: updated to say 4.3.1 (was still 4.2, oops!)
4713 * util.c: oops, misspelled defined
/external/bison/data/m4sugar/
Dm4sugar.m42743 # m4_define([xa], [oops])dnl
/external/libxml2/
DChangeLog3555 * include/libxml/Makefile.am: added schematron.h, oops ...
8234 * python/libxml.py: oops forgot to modify/commit the new code.
10499 * HTMLparser.c: oops last commit introduced a memory leak.
13115 * xinclude.c: oops I was missing the xml:base fixup too
14196 * SAX.c: oops broke automatic defaulting of namespaces attributes.
17275 * doc/xml.html: oops corrected dates s/2000/2001
19409 * makefile.am : added parserInternals.h, oops.

12