Searched refs:return_value (Results 1 – 2 of 2) sorted by relevance
| /rk3399_rockchip-uboot/board/micronas/vct/ |
| H A D | scc.c | 525 int return_value = 0; in scc_setup_dma() local 606 return return_value; in scc_setup_dma()
|
| /rk3399_rockchip-uboot/drivers/video/ |
| H A D | stb_truetype.h | 2878 int i,j,k, return_value = 1; in stbtt_PackFontRangesRenderIntoRects() local 2944 return_value = 0; // if any fail, report failure in stbtt_PackFontRangesRenderIntoRects() 2955 return return_value; in stbtt_PackFontRangesRenderIntoRects() 2966 int i,j,n, return_value = 1; in stbtt_PackFontRanges() local 2992 return_value = stbtt_PackFontRangesRenderIntoRects(spc, &info, ranges, num_ranges, rects); in stbtt_PackFontRanges() 2995 return return_value; in stbtt_PackFontRanges()
|