Searched refs:ptrValue (Results 1 – 5 of 5) sorted by relevance
/external/icu/icu4c/source/io/ |
D | uscanf_p.c | 403 *(int16_t*)(args[0].ptrValue) = (int16_t)(UINT16_MAX & info->fWidth); in u_scanf_count_handler() 405 *(int64_t*)(args[0].ptrValue) = info->fWidth; in u_scanf_count_handler() 407 *(int32_t*)(args[0].ptrValue) = (int32_t)(UINT32_MAX & info->fWidth); in u_scanf_count_handler() 459 *(double*)(args[0].ptrValue) = num; in u_scanf_double_handler() 461 *(long double*)(args[0].ptrValue) = num; in u_scanf_double_handler() 463 *(float*)(args[0].ptrValue) = (float)num; in u_scanf_double_handler() 558 *(double*)(args[0].ptrValue) = num; in u_scanf_scientific_handler() 560 *(long double*)(args[0].ptrValue) = num; in u_scanf_scientific_handler() 562 *(float*)(args[0].ptrValue) = (float)num; in u_scanf_scientific_handler() 651 *(double*)(args[0].ptrValue) = num; in u_scanf_scidbl_handler() [all …]
|
D | uprntf_p.c | 205 const char *arg = (const char*)(args[0].ptrValue); in u_printf_string_handler() 547 ufmt_ptou(result, &len, args[0].ptrValue, TRUE/*, info->fPrecision*/); in u_printf_pointer_handler() 755 const UChar *arg = (const UChar*)(args[0].ptrValue); in u_printf_ustring_handler() 861 int32_t *count = (int32_t*)(args[0].ptrValue); in u_printf_count_handler() 1176 arglist[pos].ptrValue = va_arg(ap, void*); in parseArguments() 1196 arglist[pos].ptrValue = NULL; in parseArguments() 1517 args.ptrValue = arglist[spec.fArgPos].ptrValue; in u_printf_parse() 1532 args.ptrValue = NULL; in u_printf_parse() 1545 args.ptrValue = va_arg(ap, void*); in u_printf_parse() 1565 args.ptrValue = NULL; in u_printf_parse()
|
D | ufmt_cmn.h | 60 void *ptrValue; /* any pointer - void*, char*, wchar_t*, UChar* */ member
|
/external/swiftshader/third_party/PowerVR_SDK/Shell/ |
D | PVRShell.h | 520 bool PVRShellSet(const prefNamePtrEnum prefName, const void * const ptrValue); 529 bool PVRShellSet(const prefNameConstPtrEnum prefName, const void * const ptrValue);
|
D | PVRShell.cpp | 454 bool PVRShell::PVRShellSet(const prefNamePtrEnum prefName, const void * const ptrValue) in PVRShellSet() argument 457 PVRSHELL_UNREFERENCED_PARAMETER(ptrValue); in PVRShellSet() 496 bool PVRShell::PVRShellSet(const prefNameConstPtrEnum prefName, const void * const ptrValue) in PVRShellSet() argument 501 StringCopy(m_pShellData->pszAppName, (char*)ptrValue); in PVRShellSet() 504 StringCopy(m_pShellData->pszExitMessage, (char*)ptrValue); in PVRShellSet() 505 PVRShellOutputDebug("Exit message has been set to: \"%s\".\n", ptrValue); in PVRShellSet()
|