Home
last modified time | relevance | path

Searched refs:re (Results 1 – 25 of 46) sorted by relevance

12

/device/board/unionman/unionpi_tiger/kernel/drivers/media/drivers/amvdec_ports/utils/
Dgolomb.h48 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 …]
Dget_bits.h182 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/
Dmk_prim_xml_step1.py24 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/
Dclang-wrapper.py35 import re
52 warning_re = re.compile(r'''(.*/|)([^/]+\.[a-z]+:\d+):(\d+:)? warning:''')
/device/soc/esp/esp32/components/soc/esp32/include/soc/
Dsdmmc_struct.h157 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/
Dbuild.py19 import re
/device/board/isoftstone/zhiyuan/kernel/build/tools/pack/android/
Dmkbootimg23 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/
Dmkbootimg21 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/
Desp32.rom.api.ld31 /* wpa_supplicant re-implements the MD5 functions: MD5Init, MD5Update, MD5Final */
/device/soc/esp/esp32/components/esp_rom/esp32/ld/
Desp32.rom.api.ld31 /* wpa_supplicant re-implements the MD5 functions: MD5Init, MD5Update, MD5Final */
/device/board/chipsea/
DREADME.md4 {**When you're done, you can delete the content in this README and update the file with details for…
/device/soc/bestechnic/
DREADME.en.md4 {**When you're done, you can delete the content in this README and update the file with details for…
/device/soc/allwinner/
DREADME.en.md4 {**When you're done, you can delete the content in this README and update the file with details for…
/device/soc/chipsea/
DREADME.md4 {**When you're done, you can delete the content in this README and update the file with details for…
/device/soc/goodix/
DREADME.en.md4 {**When you're done, you can delete the content in this README and update the file with details for…
/device/board/goodix/
DREADME.en.md4 {**When you're done, you can delete the content in this README and update the file with details for…
/device/soc/hisilicon/
DREADME.en.md4 {**When you're done, you can delete the content in this README and update the file with details for…
/device/soc/asrmicro/
DREADME.md4 {**When you're done, you can delete the content in this README and update the file with details for…
/device/board/lango/
DREADME.md4 {**When you're done, you can delete the content in this README and update the file with details for…
/device/soc/telink/
DREADME.md4 {**When you're done, you can delete the content in this README and update the file with details for…
/device/board/hisilicon/
DREADME.en.md4 {**When you're done, you can delete the content in this README and update the file with details for…
/device/board/fnlink/
DREADME.en.md4 {**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/
Dparttool.py23 import re
82 pattern = re.compile(r'(.+)=(.+)')
/device/soc/hisilicon/hi3861v100/sdk_liteos/build/win_scripts/tools/nvtool/
Dbuild_nv.py23 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/
Dbuild_nv.py23 import re
268 match1 = re.match(r'\s*0x', line)
269 match2 = re.match(r'\s*0X', line)

12