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);
781 *(double*)(args[0].ptrValue) = num;
806 char *arg = (char*)(args[0].ptrValue);
902 UChar *arg = (UChar*)(args[0].ptrValue);
1007 *(double*)(args[0].ptrValue) = num;
1032 void *num = (void*) (args[0].ptrValue);
1088 void *num = (void*) (args[0].ptrValue);
1136 void **p = (void**)(args[0].ptrValue);
1185 UChar *alias = (UChar*) (args[0].ptrValue);
1349 args.ptrValue = NULL;
1365 args.ptrValue = va_arg(ap, void*);
1370 args.ptrValue = NULL;