OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ptrValue
(Results
1 - 9
of
9
) sorted by null
/external/icu/icu4c/source/io/
uscanf_p.c
403
*(int16_t*)(args[0].
ptrValue
) = (int16_t)(UINT16_MAX & info->fWidth);
405
*(int64_t*)(args[0].
ptrValue
) = info->fWidth;
407
*(int32_t*)(args[0].
ptrValue
) = (int32_t)(UINT32_MAX & info->fWidth);
459
*(double*)(args[0].
ptrValue
) = num;
461
*(long double*)(args[0].
ptrValue
) = num;
463
*(float*)(args[0].
ptrValue
) = (float)num;
558
*(double*)(args[0].
ptrValue
) = num;
560
*(long double*)(args[0].
ptrValue
) = num;
562
*(float*)(args[0].
ptrValue
) = (float)num;
651
*(double*)(args[0].
ptrValue
) = num
[
all
...]
ufmt_cmn.h
60
void *
ptrValue
; /* any pointer - void*, char*, wchar_t*, UChar* */
uprntf_p.c
205
const char *arg = (const char*)(args[0].
ptrValue
);
547
ufmt_ptou(result, &len, args[0].
ptrValue
, TRUE/*, info->fPrecision*/);
755
const UChar *arg = (const UChar*)(args[0].
ptrValue
);
861
int32_t *count = (int32_t*)(args[0].
ptrValue
);
[
all
...]
/external/swiftshader/third_party/PowerVR_SDK/Shell/
PVRShell.h
356
prefAppName, /*!<
ptrValue
is char* */
357
prefReadPath, /*!<
ptrValue
is char*; will include a trailing slash */
358
prefWritePath, /*!<
ptrValue
is char*; will include a trailing slash */
360
prefCommandLineOpts, /*!<
ptrValue
is SCmdLineOpt*; retrieves an array of arg/value pairs (parsed from the command line) */
361
prefExitMessage, /*!<
ptrValue
is char*; gives the shell a message to show on exit, typically an error */
362
prefVersion /*!<
ptrValue
is char* */
517
@param[in]
ptrValue
Value
520
bool PVRShellSet(const prefNamePtrEnum prefName, const void * const
ptrValue
);
526
@param[in]
ptrValue
Value
529
bool PVRShellSet(const prefNameConstPtrEnum prefName, const void * const
ptrValue
);
[
all
...]
PVRShell.cpp
454
bool PVRShell::PVRShellSet(const prefNamePtrEnum prefName, const void * const
ptrValue
)
457
PVRSHELL_UNREFERENCED_PARAMETER(
ptrValue
);
496
bool PVRShell::PVRShellSet(const prefNameConstPtrEnum prefName, const void * const
ptrValue
)
501
StringCopy(m_pShellData->pszAppName, (char*)
ptrValue
);
504
StringCopy(m_pShellData->pszExitMessage, (char*)
ptrValue
);
505
PVRShellOutputDebug("Exit message has been set to: \"%s\".\n",
ptrValue
);
[
all
...]
/device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Universal/FirmwareVolume/UpdateDriverDxe/
ParseUpdateProfile.c
276
SectionItem->
ptrValue
= NULL;
373
SectionItem->
ptrValue
= NULL;
418
SectionItem->
ptrValue
= AllocatePool (Length + 1);
419
if (SectionItem->
ptrValue
== NULL) {
422
CopyMem (SectionItem->
ptrValue
, Buffer, Length);
423
*(SectionItem->
ptrValue
+ Length) = '\0';
454
if (PtrSection->
ptrValue
!= NULL) {
455
FreePool (PtrSection->
ptrValue
);
509
*EntryValue = (UINT8 *) Section->
ptrValue
;
UpdateDriver.h
66
CHAR8 *
ptrValue
;
/frameworks/av/media/libstagefright/foundation/
AMessage.cpp
289
BASIC_TYPE(Pointer,
ptrValue
,void *)
584
"void *%s = %p", item.mName, item.u.
ptrValue
);
873
if (oitem == NULL || item.u.
ptrValue
!= oitem->u.
ptrValue
) {
874
diff->setPointer(item.mName, item.u.
ptrValue
);
/frameworks/av/media/libstagefright/include/foundation/
AMessage.h
211
void *
ptrValue
;
Completed in 818 milliseconds