Home
last modified time | relevance | path

Searched refs:BUG (Results 1 – 15 of 15) sorted by relevance

/device/linaro/hikey/hifi/xaf/hifi-dpf/core/
Dxf-io.c101 BUG(port->flags & XF_INPUT_FLAG_EOS, _x("invalid state: %x"), port->flags); in xf_input_port_put()
140 BUG(m == NULL, _x("invalid port state")); in xf_input_port_complete()
173 BUG(xf_input_port_bypass(port), _x("Invalid transaction")); in xf_input_port_fill()
197BUG((port->flags & XF_INPUT_FLAG_EOS) == 0, _x("port[%p]: invalid state: %x"), port, port->flags); in xf_input_port_fill()
213 BUG(!port->access, _x("invalid port state")); in xf_input_port_fill()
275BUG((port->flags & XF_INPUT_FLAG_EOS) == 0, _x("port[%p]: invalid state: %x"), port, port->flags); in xf_input_port_consume()
333 BUG(port->flags & XF_INPUT_FLAG_PURGING, _x("invalid state: %x"), port->flags); in xf_input_port_control_save()
348 BUG((port->flags & XF_INPUT_FLAG_PURGING) == 0, _x("invalid state: %x"), port->flags); in xf_input_port_purge_done()
467 BUG(!xf_output_port_routed(port), _x("invalid state: %x"), port->flags); in xf_output_port_unroute_start()
482 BUG(!xf_output_port_unrouting(port), _x("invalid state: %x"), port->flags); in xf_output_port_unroute_done()
[all …]
Dxf-msg.c97 BUG(!XF_IS_ALIGNED(_m), _x("Corrupted message pointer: %p"), _m); in xf_msg_pool_put()
100 BUG(!xf_msg_from_pool(pool, m) < 0, _x("Bad pool/message: %p/%p"), pool->p, _m); in xf_msg_pool_put()
Dxf-sched.c99 BUG(rb_cache(tree) == rb_null(tree), _x("Invalid scheduler state")); in xf_sched_put()
/device/linaro/bootloader/edk2/MdeModulePkg/Library/LzmaCustomDecompressLib/Sdk/DOC/
Dlzma-history.txt17 - The BUG in 16.00 - 16.01 was fixed:
34 - The BUG in C version of 7z decoder was fixed:
40 - The BUG (in 9.26-15.11) in C version of 7z decoder was fixed:
49 - The BUG in LZMA / LZMA2 encoding code was fixed.
50 The BUG in LzFind.c::MatchFinder_ReadBlock() function.
55 That BUG is not related to LZMA encoder version that works via streams.
63 - The BUG in 9.31-9.37 was fixed:
65 - The BUG in 9.26-9.36 was fixed:
71 - The BUG in command line version was fixed:
75 - The BUG in 9.33-9.35 was fixed:
[all …]
/device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Library/LzmaCustomDecompressLib/Sdk/DOC/
Dlzma-history.txt17 - The BUG in 16.00 - 16.01 was fixed:
34 - The BUG in C version of 7z decoder was fixed:
40 - The BUG (in 9.26-15.11) in C version of 7z decoder was fixed:
49 - The BUG in LZMA / LZMA2 encoding code was fixed.
50 The BUG in LzFind.c::MatchFinder_ReadBlock() function.
55 That BUG is not related to LZMA encoder version that works via streams.
63 - The BUG in 9.31-9.37 was fixed:
65 - The BUG in 9.26-9.36 was fixed:
71 - The BUG in command line version was fixed:
75 - The BUG in 9.33-9.35 was fixed:
[all …]
/device/linaro/bootloader/edk2/BaseTools/Source/C/LzmaCompress/Sdk/DOC/
Dlzma-history.txt17 - The BUG in 16.00 - 16.01 was fixed:
34 - The BUG in C version of 7z decoder was fixed:
40 - The BUG (in 9.26-15.11) in C version of 7z decoder was fixed:
49 - The BUG in LZMA / LZMA2 encoding code was fixed.
50 The BUG in LzFind.c::MatchFinder_ReadBlock() function.
55 That BUG is not related to LZMA encoder version that works via streams.
63 - The BUG in 9.31-9.37 was fixed:
65 - The BUG in 9.26-9.36 was fixed:
71 - The BUG in command line version was fixed:
75 - The BUG in 9.33-9.35 was fixed:
[all …]
/device/linaro/hikey/hifi/xaf/host-apf/include/
Dxf-debug.h147 #define BUG(cond, fmt, ...) \ macro
153 __xf_trace(BUG, __xf_format##fmt, ## __VA_ARGS__); \
162 #define BUG(cond, fmt, ...) (void)0 macro
/device/linaro/hikey/hifi/xaf/hifi-dpf/include/
Dxf-debug.h170 #define BUG(cond, fmt, ...) \ macro
176 __xf_trace(BUG, __xf_format##fmt, ## __VA_ARGS__); \
185 #define BUG(cond, fmt, ...) (void)0 macro
Dxf-msg.h133 BUG((m)->next != NULL, _x("message is active: %p"), (m)); \
/device/linaro/hikey/hifi/xaf/hifi-dpf/include/sys/xt-shmem/
Dxf-mem.h81 BUG(!XF_MM_ALIGNED(size), _x("Bad size: %u"), size); \
108 BUG(!XF_MM_ALIGNED(size), _x("Bad size: %u"), size); \
/device/linaro/hikey/hifi/xaf/hifi-dpf/audio/
Dxa-class-audio-codec.c124BUG(msg->input_length > codec->input.length, _x("Input buffer reallocation required: %u to %u"), c… in xa_codec_prepare_runtime()
143BUG(codec->factor * codec->sample_size != factor, _x("Freq mismatch: %u vs %u"), codec->factor * c… in xa_codec_prepare_runtime()
215 BUG(m->length != 0, _x("Invalid message length: %u"), m->length); in xa_codec_fill_this_buffer()
220 BUG((base->state & XA_BASE_FLAG_COMPLETED) == 0, _x("invalid state: %x"), base->state); in xa_codec_fill_this_buffer()
394 BUG(m != xf_output_port_control_msg(&codec->output), _x("invalid message: %p"), m); in xa_codec_flush()
587 BUG(1, _x("breakpoint")); in xa_codec_postprocess()
Dxa-class-mixer.c644 BUG(1, _x("breakpoint")); in xa_mixer_postprocess()
654 BUG(1, _x("breakpoint")); in xa_mixer_postprocess()
700BUG(produced != mixer->output.length, _x("Invalid length: %u != %u"), produced, mixer->output.leng… in xa_mixer_postprocess()
/device/linaro/hikey/hifi/xaf/host-apf/proxy/
Dxf-proxy.c128 BUG(client >= XF_CFG_PROXY_MAX_CLIENTS, _x("Invalid client index: %u"), client); in xf_client_lookup()
172 BUG(proxy->cmap[handle->client].handle != handle, _x("Invalid handle: %p"), handle); in xf_client_unregister()
184 BUG(msg.opcode != XF_UNREGISTER, _x("Invalid opcode: %X"), msg.opcode); in xf_client_unregister()
267BUG(XF_MSG_DST_CORE(m.id) != proxy->core, _x("Invalid session-id: %X (core=%u)"), m.id, proxy->cor… in xf_proxy_thread()
270 BUG(msg.buffer == (void *)-1, _x("Invalid buffer address: %08x"), m.address); in xf_proxy_thread()
Dxaf-api.c49 BUG(1, _x("[%p] Abnormal termination"), h); in xaf_comp_response()
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Sample/Tools/Source/UefiVfrCompile/
DVfrSyntax.g2977 // BUG: does not handle overflow here
3007 // BUG: does not handle overflow here
3037 // BUG: does not handle overflow here
3067 // BUG: does not handle overflow here