Lines Matching refs:ptrValue
401 *(int16_t*)(args[0].ptrValue) = (int16_t)(UINT16_MAX & info->fWidth);
403 *(int64_t*)(args[0].ptrValue) = info->fWidth;
405 *(int32_t*)(args[0].ptrValue) = (int32_t)(UINT32_MAX & info->fWidth);
457 *(double*)(args[0].ptrValue) = num;
459 *(long double*)(args[0].ptrValue) = num;
461 *(float*)(args[0].ptrValue) = (float)num;
556 *(double*)(args[0].ptrValue) = num;
558 *(long double*)(args[0].ptrValue) = num;
560 *(float*)(args[0].ptrValue) = (float)num;
649 *(double*)(args[0].ptrValue) = num;
651 *(long double*)(args[0].ptrValue) = num;
653 *(float*)(args[0].ptrValue) = (float)num;
674 void *num = (void*) (args[0].ptrValue);
780 *(double*)(args[0].ptrValue) = num;
805 char *arg = (char*)(args[0].ptrValue);
901 UChar *arg = (UChar*)(args[0].ptrValue);
1006 *(double*)(args[0].ptrValue) = num;
1031 void *num = (void*) (args[0].ptrValue);
1087 void *num = (void*) (args[0].ptrValue);
1135 void **p = (void**)(args[0].ptrValue);
1184 UChar *alias = (UChar*) (args[0].ptrValue);
1348 args.ptrValue = NULL;
1364 args.ptrValue = va_arg(ap, void*);
1369 args.ptrValue = NULL;