Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/drivers/ddr/marvell/a38x/
H A Dddr3_debug.c1186 u32 burst_cnt = 0, addr_offset, i_id; in ddr3_tip_compare() local
1201 for (i_id = 0; i_id <= MAX_INTERFACE_NUM - 1; i_id++) { in ddr3_tip_compare()
1203 ("0x%8x ", p_src[i_id])); in ddr3_tip_compare()
1207 for (i_id = 0; i_id <= MAX_INTERFACE_NUM - 1; i_id++) { in ddr3_tip_compare()
1209 ("(0x%8x ", p_dst[i_id])); in ddr3_tip_compare()
/OK3568_Linux_fs/buildroot/package/vlc/
H A D0009-modules-video_filter-opencv_example.cpp-fix-build-wi.patch39 p_sys->event_info.p_region[i].i_id = p_sys->i_id++;
/OK3568_Linux_fs/yocto/meta-openembedded/meta-multimedia/recipes-multimedia/vlc/vlc/
H A D0003-fix-luaL-checkint.patch136 - int i_id = luaL_checkint( L, 1 );
137 + int i_id = luaL_checkinteger( L, 1 );
145 - int i_id = luaL_checkint( L, 1 );
146 + int i_id = luaL_checkinteger( L, 1 );