Searched refs:ptrValue (Results 1 – 7 of 7) sorted by relevance
/external/icu4c/io/ |
D | uscanf_p.c | 401 *(int16_t*)(args[0].ptrValue) = (int16_t)(UINT16_MAX & info->fWidth); in u_scanf_count_handler() 403 *(int64_t*)(args[0].ptrValue) = info->fWidth; in u_scanf_count_handler() 405 *(int32_t*)(args[0].ptrValue) = (int32_t)(UINT32_MAX & info->fWidth); in u_scanf_count_handler() 457 *(double*)(args[0].ptrValue) = num; in u_scanf_double_handler() 459 *(long double*)(args[0].ptrValue) = num; in u_scanf_double_handler() 461 *(float*)(args[0].ptrValue) = (float)num; in u_scanf_double_handler() 520 *(double*)(args[0].ptrValue) = num; in u_scanf_scientific_handler() 522 *(long double*)(args[0].ptrValue) = num; in u_scanf_scientific_handler() 524 *(float*)(args[0].ptrValue) = (float)num; in u_scanf_scientific_handler() 613 *(double*)(args[0].ptrValue) = num; in u_scanf_scidbl_handler() [all …]
|
D | uprntf_p.c | 203 const char *arg = (const char*)(args[0].ptrValue); in u_printf_string_handler() 545 ufmt_ptou(result, &len, args[0].ptrValue, TRUE/*, info->fPrecision*/); in u_printf_pointer_handler() 753 const UChar *arg = (const UChar*)(args[0].ptrValue); in u_printf_ustring_handler() 859 int32_t *count = (int32_t*)(args[0].ptrValue); in u_printf_count_handler() 1174 arglist[pos].ptrValue = va_arg(ap, void*); in parseArguments() 1194 arglist[pos].ptrValue = NULL; in parseArguments() 1514 args.ptrValue = arglist[spec.fArgPos].ptrValue; in u_printf_parse() 1529 args.ptrValue = NULL; in u_printf_parse() 1541 args.ptrValue = va_arg(ap, void*); in u_printf_parse() 1561 args.ptrValue = NULL; in u_printf_parse()
|
D | ufmt_cmn.h | 57 void *ptrValue; /* any pointer - void*, char*, wchar_t*, UChar* */ member
|
/external/chromium/third_party/icu/source/io/ |
D | uscanf_p.c | 401 *(int16_t*)(args[0].ptrValue) = (int16_t)(UINT16_MAX & info->fWidth); in u_scanf_count_handler() 403 *(int64_t*)(args[0].ptrValue) = info->fWidth; in u_scanf_count_handler() 405 *(int32_t*)(args[0].ptrValue) = (int32_t)(UINT32_MAX & info->fWidth); in u_scanf_count_handler() 457 *(double*)(args[0].ptrValue) = num; in u_scanf_double_handler() 459 *(long double*)(args[0].ptrValue) = num; in u_scanf_double_handler() 461 *(float*)(args[0].ptrValue) = (float)num; in u_scanf_double_handler() 520 *(double*)(args[0].ptrValue) = num; in u_scanf_scientific_handler() 522 *(long double*)(args[0].ptrValue) = num; in u_scanf_scientific_handler() 524 *(float*)(args[0].ptrValue) = (float)num; in u_scanf_scientific_handler() 613 *(double*)(args[0].ptrValue) = num; in u_scanf_scidbl_handler() [all …]
|
D | uprntf_p.c | 203 const char *arg = (const char*)(args[0].ptrValue); in u_printf_string_handler() 545 ufmt_ptou(result, &len, args[0].ptrValue, TRUE/*, info->fPrecision*/); in u_printf_pointer_handler() 753 const UChar *arg = (const UChar*)(args[0].ptrValue); in u_printf_ustring_handler() 859 int32_t *count = (int32_t*)(args[0].ptrValue); in u_printf_count_handler() 1174 arglist[pos].ptrValue = va_arg(ap, void*); in parseArguments() 1194 arglist[pos].ptrValue = NULL; in parseArguments() 1514 args.ptrValue = arglist[spec.fArgPos].ptrValue; in u_printf_parse() 1529 args.ptrValue = NULL; in u_printf_parse() 1541 args.ptrValue = va_arg(ap, void*); in u_printf_parse() 1561 args.ptrValue = NULL; in u_printf_parse()
|
D | ufmt_cmn.h | 57 void *ptrValue; /* any pointer - void*, char*, wchar_t*, UChar* */ member
|
/external/webkit/JavaScriptCore/runtime/ |
D | UStringImpl.h | 47 UntypedPtrAndBitfield(void* ptrValue, uintptr_t bitValue) in UntypedPtrAndBitfield() argument 48 : m_value(reinterpret_cast<uintptr_t>(ptrValue) | bitValue) in UntypedPtrAndBitfield() 50 , m_leaksPtr(ptrValue) in UntypedPtrAndBitfield() 53 ASSERT(ptrValue == asPtr<void*>()); in UntypedPtrAndBitfield()
|