Home
last modified time | relevance | path

Searched refs:ptrValue (Results 1 – 5 of 5) sorted by relevance

/external/icu/icu4c/source/io/
Duscanf_p.cpp412 *(int16_t*)(args[0].ptrValue) = (int16_t)(UINT16_MAX & info->fWidth); in u_scanf_count_handler()
414 *(int64_t*)(args[0].ptrValue) = info->fWidth; in u_scanf_count_handler()
416 *(int32_t*)(args[0].ptrValue) = (int32_t)(UINT32_MAX & info->fWidth); in u_scanf_count_handler()
471 *(double*)(args[0].ptrValue) = num; in u_scanf_double_handler()
473 *(long double*)(args[0].ptrValue) = num; in u_scanf_double_handler()
475 *(float*)(args[0].ptrValue) = (float)num; in u_scanf_double_handler()
573 *(double*)(args[0].ptrValue) = num; in u_scanf_scientific_handler()
575 *(long double*)(args[0].ptrValue) = num; in u_scanf_scientific_handler()
577 *(float*)(args[0].ptrValue) = (float)num; in u_scanf_scientific_handler()
669 *(double*)(args[0].ptrValue) = num; in u_scanf_scidbl_handler()
[all …]
Duprntf_p.cpp209 const char *arg = (const char*)(args[0].ptrValue); in u_printf_string_handler()
555 ufmt_ptou(result, &len, args[0].ptrValue, TRUE/*, info->fPrecision*/); in u_printf_pointer_handler()
764 const UChar *arg = (const UChar*)(args[0].ptrValue); in u_printf_ustring_handler()
874 int32_t *count = (int32_t*)(args[0].ptrValue); in u_printf_count_handler()
1189 arglist[pos].ptrValue = va_arg(ap, void*); in parseArguments()
1209 arglist[pos].ptrValue = NULL; in parseArguments()
1530 args.ptrValue = arglist[spec.fArgPos].ptrValue; in u_printf_parse()
1545 args.ptrValue = NULL; in u_printf_parse()
1558 args.ptrValue = va_arg(ap, void*); in u_printf_parse()
1578 args.ptrValue = NULL; in u_printf_parse()
Dufmt_cmn.h60 void *ptrValue; /* any pointer - void*, char*, wchar_t*, UChar* */ member
/external/swiftshader/third_party/PowerVR_SDK/Shell/
DPVRShell.h520 bool PVRShellSet(const prefNamePtrEnum prefName, const void * const ptrValue);
529 bool PVRShellSet(const prefNameConstPtrEnum prefName, const void * const ptrValue);
DPVRShell.cpp454 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()