Searched refs:startpos (Results 1 – 11 of 11) sorted by relevance
| /OK3568_Linux_fs/external/rkwifibt/drivers/bcmdhd/ |
| H A D | bcm_l2_filter.c | 649 uint16 *startpos; in calc_checksum() local 669 startpos = (uint16 *)ph; in calc_checksum() 671 sum += *startpos++; in calc_checksum() 675 startpos = (uint16 *)ul_data; in calc_checksum() 677 sum += *startpos++; in calc_checksum() 682 *((uint8 *)(&answer)) = *((uint8 *)startpos); in calc_checksum()
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd/ |
| H A D | bcm_l2_filter.c | 649 uint16 *startpos; in calc_checksum() local 669 startpos = (uint16 *)ph; in calc_checksum() 671 sum += *startpos++; in calc_checksum() 675 startpos = (uint16 *)ul_data; in calc_checksum() 677 sum += *startpos++; in calc_checksum() 682 *((uint8 *)(&answer)) = *((uint8 *)startpos); in calc_checksum()
|
| /OK3568_Linux_fs/kernel/drivers/video/fbdev/ |
| H A D | arcfb.c | 450 unsigned int fbmemlength,x,y,w,h, bitppos, startpos, endpos, bitcount; in arcfb_write() local 479 startpos = floorXres(bitppos, xres); in arcfb_write() 481 bitcount = endpos - startpos; in arcfb_write() 483 x = startpos % xres; in arcfb_write() 484 y = startpos / xres; in arcfb_write()
|
| /OK3568_Linux_fs/kernel/drivers/scsi/sym53c8xx_2/ |
| H A D | sym_fw2.h | 187 u32 startpos [ 1]; member 227 PADDR_B (startpos), 245 PADDR_B (startpos), 250 PADDR_B (startpos), 717 PADDR_B (startpos), 827 PADDR_B (startpos), 1588 PADDR_B (startpos),
|
| H A D | sym_fw1.h | 194 u32 startpos [ 1]; member 234 PADDR_B (startpos), 742 PADDR_B (startpos), 865 PADDR_B (startpos), 1715 PADDR_B (startpos),
|
| H A D | sym_fw.c | 126 scriptb0->startpos[0] = cpu_to_scr(np->squeue_ba); in sym_fw1_patch() 183 scriptb0->startpos[0] = cpu_to_scr(np->squeue_ba); in sym_fw2_patch()
|
| /OK3568_Linux_fs/kernel/lib/lz4/ |
| H A D | lz4hc_compress.c | 175 const BYTE **startpos, in LZ4HC_InsertAndGetWiderMatch() argument 220 *startpos = ip + back; in LZ4HC_InsertAndGetWiderMatch() 251 *startpos = ip + back; in LZ4HC_InsertAndGetWiderMatch()
|
| /OK3568_Linux_fs/external/rknpu2/examples/librknn_api_android_demo/include/stb/ |
| H A D | stb_image_write.h | 1316 int startpos = i; in stbiw__jpg_processDU() local 1321 nrzeroes = i-startpos; in stbiw__jpg_processDU()
|
| /OK3568_Linux_fs/external/rknpu2/examples/3rdparty/stb/ |
| H A D | stb_image_write.h | 1316 int startpos = i; in stbiw__jpg_processDU() local 1321 nrzeroes = i-startpos; in stbiw__jpg_processDU()
|
| /OK3568_Linux_fs/yocto/poky/bitbake/lib/ply/ |
| H A D | yacc.py | 227 startpos = getattr(self.slice[n],"lexpos",0) 228 endpos = getattr(self.slice[n],"endlexpos",startpos) 229 return startpos,endpos
|
| /OK3568_Linux_fs/kernel/drivers/scsi/ |
| H A D | ncr53c8xx.c | 1796 ncrcmd startpos [ 1]; member 2090 PADDR (startpos), 2836 PADDR (startpos), 3382 PADDR (startpos), 5231 np->script0->startpos[0] = cpu_to_scr(NCB_SCRIPTH_PHYS (np, tryloop)); in ncr_init()
|