/device/board/unionman/unionpi_tiger/kernel/drivers/media/drivers/amvdec_ports/utils/ |
D | golomb.h | 48 OPEN_READER(re, gb); in get_ue_golomb() 49 UPDATE_CACHE(re, gb); in get_ue_golomb() 50 buf = GET_CACHE(re, gb); in get_ue_golomb() 54 LAST_SKIP_BITS(re, gb, ff_golomb_vlc_len[buf]); in get_ue_golomb() 55 CLOSE_READER(re, gb); in get_ue_golomb() 60 LAST_SKIP_BITS(re, gb, 32 - log); in get_ue_golomb() 61 CLOSE_READER(re, gb); in get_ue_golomb() 95 OPEN_READER(re, gb); in get_ue_golomb_31() 96 UPDATE_CACHE(re, gb); in get_ue_golomb_31() 97 buf = GET_CACHE(re, gb); in get_ue_golomb_31() [all …]
|
D | get_bits.h | 182 OPEN_READER(re, s); in get_xbits() 183 UPDATE_CACHE(re, s); in get_xbits() 184 cache = GET_CACHE(re, s); in get_xbits() 186 LAST_SKIP_BITS(re, s, n); in get_xbits() 187 CLOSE_READER(re, s); in get_xbits() 198 OPEN_READER(re, s); in get_xbits_le() 199 UPDATE_CACHE_LE(re, s); in get_xbits_le() 200 cache = GET_CACHE(re, s); in get_xbits_le() 202 LAST_SKIP_BITS(re, s, n); in get_xbits_le() 203 CLOSE_READER(re, s); in get_xbits_le() [all …]
|
/device/soc/hisilicon/hi3861v100/sdk_liteos/build/scripts/ |
D | mk_prim_xml_step1.py | 24 import re 66 list_temp=re.split('[ \t\n\r\f\v]+', line) 77 list_temp=re.split('[ \t\n\r\f\v]+', line) 140 match=re.search('PRIM_XML_HI_DIAG_LOG_MSG_', line) 142 match_id=re.search('_PRIM_ID_:', line) 143 match_sz=re.search(',_PRIM_SZ_:', line) 144 match_line=re.search(',_PRIM_LINE_:', line) 145 match_file=re.search(',_PRIM_FILE_:', line) 146 match_file=re.search(',_PRIM_FILE_:', line) 153 match=re.search('_PRIM_PRI_', line)
|
/device/soc/rockchip/common/sdk_linux/scripts/ |
D | clang-wrapper.py | 35 import re 52 warning_re = re.compile(r'''(.*/|)([^/]+\.[a-z]+:\d+):(\d+:)? warning:''')
|
/device/soc/esp/esp32/components/soc/esp32/include/soc/ |
D | sdmmc_struct.h | 157 uint32_t re: 1; ///< Response error interrupt enable member 186 uint32_t re: 1; ///< Response error interrupt masked status member 209 uint32_t re: 1; ///< Response error raw interrupt status member
|
/device/soc/rockchip/rk2206/sdk_liteos/image/ |
D | build.py | 19 import re
|
/device/board/isoftstone/zhiyuan/kernel/build/tools/pack/android/ |
D | mkbootimg | 23 import re 148 match = re.search(r'^(\d{1,3})(?:\.(\d{1,3})(?:\.(\d{1,3}))?)?', x) 164 match = re.search(r'^(\d{4})-(\d{2})-(\d{2})', x)
|
/device/soc/rockchip/rk3588/kernel/scripts/ |
D | mkbootimg | 21 import re 200 match = re.search(r'^(\d{1,3})(?:\.(\d{1,3})(?:\.(\d{1,3}))?)?', x) 217 match = re.search(r'^(\d{4})-(\d{2})(?:-(\d{2}))?', x)
|
/device/soc/esp/esp32/components/libs/ |
D | esp32.rom.api.ld | 31 /* wpa_supplicant re-implements the MD5 functions: MD5Init, MD5Update, MD5Final */
|
/device/soc/esp/esp32/components/esp_rom/esp32/ld/ |
D | esp32.rom.api.ld | 31 /* wpa_supplicant re-implements the MD5 functions: MD5Init, MD5Update, MD5Final */
|
/device/board/chipsea/ |
D | README.md | 4 {**When you're done, you can delete the content in this README and update the file with details for…
|
/device/soc/bestechnic/ |
D | README.en.md | 4 {**When you're done, you can delete the content in this README and update the file with details for…
|
/device/soc/allwinner/ |
D | README.en.md | 4 {**When you're done, you can delete the content in this README and update the file with details for…
|
/device/soc/chipsea/ |
D | README.md | 4 {**When you're done, you can delete the content in this README and update the file with details for…
|
/device/soc/goodix/ |
D | README.en.md | 4 {**When you're done, you can delete the content in this README and update the file with details for…
|
/device/board/goodix/ |
D | README.en.md | 4 {**When you're done, you can delete the content in this README and update the file with details for…
|
/device/soc/hisilicon/ |
D | README.en.md | 4 {**When you're done, you can delete the content in this README and update the file with details for…
|
/device/soc/asrmicro/ |
D | README.md | 4 {**When you're done, you can delete the content in this README and update the file with details for…
|
/device/board/lango/ |
D | README.md | 4 {**When you're done, you can delete the content in this README and update the file with details for…
|
/device/soc/telink/ |
D | README.md | 4 {**When you're done, you can delete the content in this README and update the file with details for…
|
/device/board/hisilicon/ |
D | README.en.md | 4 {**When you're done, you can delete the content in this README and update the file with details for…
|
/device/board/fnlink/ |
D | README.en.md | 4 {**When you're done, you can delete the content in this README and update the file with details for…
|
/device/soc/esp/esp32/components/partition_table/ |
D | parttool.py | 23 import re 82 pattern = re.compile(r'(.+)=(.+)')
|
/device/soc/hisilicon/hi3861v100/sdk_liteos/build/win_scripts/tools/nvtool/ |
D | build_nv.py | 23 import re 268 match1 = re.match(r'\s*0x', line) 269 match2 = re.match(r'\s*0X', line)
|
/device/soc/hisilicon/hi3861v100/sdk_liteos/tools/nvtool/ |
D | build_nv.py | 23 import re 268 match1 = re.match(r'\s*0x', line) 269 match2 = re.match(r'\s*0X', line)
|