Home
last modified time | relevance | path

Searched refs:offset1 (Results 1 – 7 of 7) sorted by relevance

/AliOS-Things-master/hardware/chip/haas1000/csi/
A Dflash.c20 int offset1 = (4 - ((uint32)dst & 3)) & 3; in bes_flash_memcpy() local
23 if(offset1 != offset2) { in bes_flash_memcpy()
27 int wordnum = num > offset1 ? (num - offset1) /8 : 0; in bes_flash_memcpy()
28 int slice = num > offset1 ? (num-offset1) % 8 : 0; in bes_flash_memcpy()
34 while(offset1--) { in bes_flash_memcpy()
/AliOS-Things-master/hardware/chip/haas1000/hal/
A Dflash.c34 int offset1 = (4 - ((uint32)dst & 3)) & 3; in my_memcpy() local
37 if(offset1 != offset2) { in my_memcpy()
41 int wordnum = num > offset1 ? (num - offset1) /8 : 0; in my_memcpy()
42 int slice = num > offset1 ? (num-offset1) % 8 : 0; in my_memcpy()
48 while(offset1--) { in my_memcpy()
/AliOS-Things-master/hardware/chip/haas1000/drivers/services/ble_stack/common/api/
A Dco_llcp.h307 uint16_t offset1; member
338 uint16_t offset1; member
A Dco_hci.h4597 uint16_t offset1; member
/AliOS-Things-master/components/SDL2/src/image/external/libwebp-1.0.2/src/demux/
A Danim_decode.c390 const size_t offset1 = canvas_y * width + left1; in WebPAnimDecoderGetNext() local
391 blend_row((uint32_t*)dec->curr_frame_ + offset1, in WebPAnimDecoderGetNext()
392 (uint32_t*)dec->prev_frame_disposed_ + offset1, width1); in WebPAnimDecoderGetNext()
/AliOS-Things-master/components/freetype/src/sfnt/
A Dsfobjs.c398 FT_ULong offset1 = table1->Offset; in compare_offsets() local
402 if ( offset1 > offset2 ) in compare_offsets()
404 else if ( offset1 < offset2 ) in compare_offsets()
/AliOS-Things-master/components/SDL2/src/image/external/tiff-4.0.9/tools/
A Dtiffcrop.c6679 uint32 offset1, offset2, full_bytes; in extractImageSection() local
6764 offset1 = row_offset + (first_col * bps / 8); in extractImageSection()
6770 bitset = *(src_buff + offset1) & (((unsigned char)1 << k)) ? 1 : 0; in extractImageSection()
6782 row, offset1, shift1, offset2, shift2); in extractImageSection()
6788 _TIFFmemcpy (sect_buff + dst_offset, src_buff + offset1, full_bytes); in extractImageSection()
6791 TIFFError ("", " Alligned data src offset1: %8d, Dst offset: %8d\n", offset1, dst_offset); in extractImageSection()
6825 …TIFFError ("", " Unalligned data src offset: %8d, Dst offset: %8d\n", offset1 , dst_offset)… in extractImageSection()
6829 bytebuff1 = src_buff[offset1 + j] & ((unsigned char)255 >> shift1); in extractImageSection()
6830 bytebuff2 = src_buff[offset1 + j + 1] & ((unsigned char)255 << (7 - shift1)); in extractImageSection()
6849 …TIFFError ("", " Trailing bits src offset: %8d, Dst offset: %8d\n", offset1 + full_bytes,… in extractImageSection()
[all …]

Completed in 45 milliseconds