HomeSort by relevance Sort by last modified time
    Searched refs:ptrValue (Results 1 - 8 of 8) sorted by null

  /external/chromium_org/third_party/icu/source/io/
uscanf_p.c 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
    [all...]
ufmt_cmn.h 58 void *ptrValue; /* any pointer - void*, char*, wchar_t*, UChar* */
uprntf_p.c 203 const char *arg = (const char*)(args[0].ptrValue);
545 ufmt_ptou(result, &len, args[0].ptrValue, TRUE/*, info->fPrecision*/);
753 const UChar *arg = (const UChar*)(args[0].ptrValue);
859 int32_t *count = (int32_t*)(args[0].ptrValue);
    [all...]
  /external/icu/icu4c/source/io/
uscanf_p.c 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
    [all...]
ufmt_cmn.h 58 void *ptrValue; /* any pointer - void*, char*, wchar_t*, UChar* */
uprntf_p.c 203 const char *arg = (const char*)(args[0].ptrValue);
545 ufmt_ptou(result, &len, args[0].ptrValue, TRUE/*, info->fPrecision*/);
753 const UChar *arg = (const UChar*)(args[0].ptrValue);
859 int32_t *count = (int32_t*)(args[0].ptrValue);
    [all...]
  /frameworks/av/include/media/stagefright/foundation/
AMessage.h 134 void *ptrValue;
  /frameworks/av/media/libstagefright/foundation/
AMessage.cpp 220 BASIC_TYPE(Pointer,ptrValue,void *)
472 "void *%s = %p", item.mName, item.u.ptrValue);

Completed in 1170 milliseconds