Searched refs:ctarget (Results 1 – 3 of 3) sorted by relevance
/third_party/libwebsockets/plugins/ssh-base/crypto/ |
D | chacha.c | 104 u8 *ctarget = NULL; in chacha_encrypt_bytes() local 131 ctarget = c; in chacha_encrypt_bytes() 218 for (i = 0;i < bytes;++i) ctarget[i] = c[i]; in chacha_encrypt_bytes()
|
/third_party/mesa3d/src/gallium/drivers/svga/ |
D | svga_cmd_vgpu10.c | 349 SVGA3dRenderTargetViewId *ctarget; in SVGA3D_vgpu10_SetRenderTargets() local 381 ctarget = (SVGA3dRenderTargetViewId *) &cmd[1]; in SVGA3D_vgpu10_SetRenderTargets() 385 view_relocation(swc, color_surfs[i], ctarget + i, SVGA_RELOC_WRITE); in SVGA3D_vgpu10_SetRenderTargets() 386 ctarget[i] = ss->view_id; in SVGA3D_vgpu10_SetRenderTargets() 389 view_relocation(swc, NULL, ctarget + i, SVGA_RELOC_WRITE); in SVGA3D_vgpu10_SetRenderTargets() 390 ctarget[i] = SVGA3D_INVALID_ID; in SVGA3D_vgpu10_SetRenderTargets()
|
/third_party/icu/icu4c/source/test/cintltst/ |
D | nucnvtst.c | 3802 char* ctarget=cTarget; in TestJitterbug2346() local 3828 … ucnv_fromUnicode(conv,&ctarget,ctargetLimit,(const UChar**)&utarget,utargetLimit,NULL,TRUE,&err); in TestJitterbug2346() 3833 ctargetLimit=ctarget; in TestJitterbug2346() 3834 ctarget =cTarget; in TestJitterbug2346() 4343 char* ctarget=cTarget; 4361 … ucnv_fromUnicode(conv,&ctarget,ctargetLimit,(const UChar**)&utarget,utargetLimit,NULL,TRUE,&err); 4366 ctargetLimit=ctarget; 4367 ctarget =cTarget; 4368 while(ctarget<ctargetLimit){ 4369 if(*ctarget != *tempSrc){ [all …]
|