Searched refs:myptr (Results 1 - 2 of 2) sorted by relevance
/third_party/icu/icu4c/source/test/cintltst/ |
H A D | ccapitst.c | 244 char myptr[4]; in TestConvert() local 609 ucnv_getSubstChars(myConverter, myptr, &ii, &err); in TestConvert() 615 rest = (uint16_t)(((unsigned char)rest << 8) + (unsigned char)myptr[x]); in TestConvert() 622 ucnv_setSubstChars(myConverter, myptr, ii, &err); in TestConvert() 633 if (strncmp(save, myptr, ii)) in TestConvert() 641 ucnv_getSubstChars(myConverter, myptr, &ii, &err); in TestConvert() 647 ucnv_getSubstChars(myConverter, myptr, &ii, &err); in TestConvert() 649 ucnv_setSubstChars(myConverter, myptr, 0, &err); in TestConvert() 654 strcpy(myptr, "abc"); in TestConvert() 655 ucnv_setSubstChars(myConverter, myptr, i in TestConvert() [all...] |
/third_party/mesa3d/src/vulkan/wsi/ |
H A D | wsi_common_x11.c | 1299 void *myptr = image->base.cpu_map; in x11_present_to_x11_sw() local 1329 (const uint8_t *)myptr + (y_start * stride_b)); in x11_present_to_x11_sw()
|
Completed in 6 milliseconds