Home
last modified time | relevance | path

Searched refs:err_log (Results 1 – 3 of 3) sorted by relevance

/external/ltp/testcases/kernel/fs/fs_inod/
Dfs_inod54 err_log() function
101 >file$j$k || err_log ">file$j$k FAILED"
130 rm -f file$j$k || err_log "rm -f file$j$k FAILED"
159 cd dir2 || err_log "cd dir2 FAILED"
160 make_subdirs || err_log "make_subdirs on dir2 FAILED"
167 cd dir1 || err_log "cd dir1 FAILED"
168 make_subdirs || err_log "make_subdirs on dir1 FAILED"
/external/libxaac/decoder/
Dixheaacd_huff_code_reorder.c126 ptr_hcr_info->str_dec_io.err_log |= (ERROR_POS << 31); in ixheaacd_err_detect_pcw_segment()
129 ptr_hcr_info->str_dec_io.err_log |= (ERROR_POS << 30); in ixheaacd_err_detect_pcw_segment()
132 ptr_hcr_info->str_dec_io.err_log |= (ERROR_POS << 29); in ixheaacd_err_detect_pcw_segment()
279 ptr_hcr_info->str_dec_io.err_log = 0; in ixheaacd_huff_code_reorder_init()
329 &ptr_hcr_info->str_dec_io.err_log); in ixheaacd_huff_code_reorder_init()
330 if (ptr_hcr_info->str_dec_io.err_log != 0) { in ixheaacd_huff_code_reorder_init()
331 return (ptr_hcr_info->str_dec_io.err_log); in ixheaacd_huff_code_reorder_init()
350 &ptr_hcr_info->str_dec_io.err_log); in ixheaacd_huff_code_reorder_init()
352 ptr_hcr_info->str_dec_io.err_log |= (ERROR_POS << 7); in ixheaacd_huff_code_reorder_init()
357 &ptr_hcr_info->str_dec_io.err_log); in ixheaacd_huff_code_reorder_init()
[all …]
Dixheaacd_channelinfo.h190 UWORD32 err_log; member