Home
last modified time | relevance | path

Searched refs:int16_t (Results 1 - 8 of 8) sorted by relevance

/interface/sdk_c/third_party/libuv/include/uv/
H A Dstdint-msvc2008.h76 typedef signed short int16_t; typedef
83 typedef signed __int16 int16_t; typedef
95 typedef int16_t int_least16_t;
105 typedef int16_t int_fast16_t;
134 #define INT16_MIN ((int16_t)_I16_MIN)
/interface/sdk_c/IPCKit/
H A Dipc_cparcel.h229 * @brief Writes an int16_t value to an <b>OHIPCParcel</b> object.
239 int OH_IPCParcel_WriteInt16(OHIPCParcel *parcel, int16_t value);
242 * @brief Reads an int16_t value from an <b>OHIPCParcel</b> object.
252 int OH_IPCParcel_ReadInt16(const OHIPCParcel *parcel, int16_t *value);
/interface/sdk_c/hiviewdfx/hiappevent/include/hiappevent/
H A Dhiappevent.h271 * @brief Add int16_t param to the ParamList.
275 * @param num The int16_t value of the param to be added.
280 ParamList OH_HiAppEvent_AddInt16Param(ParamList list, const char* name, int16_t num);
283 * @brief Add int16_t array param to the ParamList.
287 * @param nums The int16_t array value of the param to be added.
293 ParamList OH_HiAppEvent_AddInt16ArrayParam(ParamList list, const char* name, const int16_t* nums, int arrSize);
/interface/sdk_c/third_party/icu4c/ndk_headers/unicode/
H A Dumachine.h189 # define INT16_MIN ((int16_t)(-32767-1))
202 # define INT16_MAX ((int16_t)(32767))
H A Duidna.h154 int16_t size;
177 (int16_t)sizeof(UIDNAInfo), \
H A Dptypes.h96 typedef signed short int16_t; typedef
/interface/sdk_c/third_party/vulkan-headers/vulkan/
H A Dvk_platform.h69 typedef signed __int16 int16_t; typedef
/interface/sdk_c/third_party/musl/ndk_musl_include/
H A Dstdint.h26 typedef int16_t int_least16_t;

Completed in 5 milliseconds