OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getUint16_t
(Results
1 - 4
of
4
) sorted by null
/external/srec/shared/include/
ESR_SessionType.h
79
ESR_ReturnCode(*
getUint16_t
)(struct ESR_SessionType_t* self, const LCHAR* name, asr_uint16_t* value);
ESR_Session.h
71
ESR_ReturnCode(*
getUint16_t
)(const LCHAR* name, asr_uint16_t* value);
/external/srec/shared/src/
ESR_Session.c
72
return ESR_Session->
getUint16_t
(ESR_Session, name, value);
SessionTypeImpl.c
75
Interface->
getUint16_t
= &ESR_SessionTypeGetUint16_tImpl;
[
all
...]
Completed in 1081 milliseconds