Home
last modified time | relevance | path

Searched refs:int16 (Results 1 - 25 of 113) sorted by relevance

12345

/test/xts/acts/distributed_schedule_lite/system_ability_manager_posix/src/
H A DCommonTest.cpp78 int16 vectorSize = VECTOR_Size(&nodeVector); in HWTEST_F()
81 int16 vectorNum = VECTOR_Num(&nodeVector); in HWTEST_F()
84 Node *vectorAt = (Node *)VECTOR_At(&nodeVector, (int16)0); in HWTEST_F()
88 Node *vectorSwap = (Node *)VECTOR_Swap(&nodeVector, (int16)0, &node); in HWTEST_F()
91 int16 indexFind = VECTOR_Find(&nodeVector, &node); in HWTEST_F()
94 int16 indexFindByKey = VECTOR_FindByKey(&nodeVector, &node); in HWTEST_F()
110 int16 resultAdd = VECTOR_Add(&nodeVector, &node); in HWTEST_F()
113 int16 vectorSize = VECTOR_Size(&nodeVector); in HWTEST_F()
116 int16 vectorNum = VECTOR_Num(&nodeVector); in HWTEST_F()
119 Node *vectorAt = (Node *)VECTOR_At(&nodeVector, (int16) in HWTEST_F()
[all...]
/test/xts/acts/distributed_schedule_lite/system_ability_manager_hal/src/
H A Dcommon_func_test.c70 int16 vectorSize = VECTOR_Size(&nodeVector);
73 int16 vectorNum = VECTOR_Num(&nodeVector);
76 Node *vectorAt = (Node *)VECTOR_At(&nodeVector, (int16)0);
80 Node *vectorSwap = (Node *)VECTOR_Swap(&nodeVector, (int16)0, &node);
83 int16 indexFind = VECTOR_Find(&nodeVector, &node);
86 int16 indexFindByKey = VECTOR_FindByKey(&nodeVector, &node);
102 int16 resultAdd = VECTOR_Add(&nodeVector, &node);
105 int16 vectorSize = VECTOR_Size(&nodeVector);
108 int16 vectorNum = VECTOR_Num(&nodeVector);
111 Node *vectorAt = (Node *)VECTOR_At(&nodeVector, (int16)
[all...]
/foundation/systemabilitymgr/samgr_lite/interfaces/kits/samgr/
H A Dcommon.h107 int16 max;
109 int16 top;
111 int16 free;
166 int16 VECTOR_Add(Vector *vector, void *element);
179 int16 VECTOR_Size(Vector *vector);
193 int16 VECTOR_Num(Vector *vector);
206 void *VECTOR_At(Vector *vector, int16 index);
224 void *VECTOR_Swap(Vector *vector, int16 index, void *element);
238 int16 VECTOR_Find(Vector *vector, const void *element);
252 int16 VECTOR_FindByKe
[all...]
H A Dmessage.h79 int16 serviceId;
81 int16 featureId;
97 int16 msgId;
99 int16 len;
118 int16 len;
/foundation/systemabilitymgr/samgr_lite/samgr/source/
H A Dcommon.c41 int16 VECTOR_Add(Vector *vector, void *element) in VECTOR_Add()
48 int16 i; in VECTOR_Add()
50 for (i = vector->top - (int16)1; i >= 0; --i) { in VECTOR_Add()
82 void *VECTOR_At(Vector *vector, int16 index) in VECTOR_At()
91 void *VECTOR_Swap(Vector *vector, int16 index, void *element) in VECTOR_Swap()
104 int16 VECTOR_Find(Vector *vector, const void *element) in VECTOR_Find()
112 int16 VECTOR_FindByKey(Vector *vector, const void *key) in VECTOR_FindByKey()
118 int16 i; in VECTOR_FindByKey()
140 int16 VECTOR_Size(Vector *vector) in VECTOR_Size()
148 int16 VECTOR_Nu
[all...]
H A Dservice.c44 int16 DEFAULT_AddFeature(ServiceImpl *serviceImpl, Feature *feature) in DEFAULT_AddFeature()
59 int16 featureId = VECTOR_Add(&(serviceImpl->features), impl); in DEFAULT_AddFeature()
77 int16 size = VECTOR_Size(&impl->features); in DEFAULT_Initialize()
78 int16 i; in DEFAULT_Initialize()
121 int16 size = VECTOR_Size(&service->features); in DEFAULT_StopService()
122 int16 i; in DEFAULT_StopService()
156 int16 pos = VECTOR_FindByKey(&(serviceImpl->features), (void *)feature); in DEFAULT_GetFeatureId()
171 int16 pos = VECTOR_FindByKey(&(serviceImpl->features), (void *)featureName); in DEFAULT_DeleteFeature()
H A Dsamgr_lite.c124 int16 size = VECTOR_Size(&(samgr->services)); in SAMGR_Bootstrap()
125 int16 i; in SAMGR_Bootstrap()
143 ServiceImpl *SAMGR_GetServiceByID(int16 serviceId) in SAMGR_GetServiceByID()
147 int16 size = VECTOR_Size(&(manager->services)); in SAMGR_GetServiceByID()
161 int16 pos = GetUninitializedPos(); in InitCompleted()
162 int16 size = VECTOR_Size(&(manager->services)); in InitCompleted()
190 int16 size = VECTOR_Size(services); in InitializeAllServices()
191 int16 i; in InitializeAllServices()
226 int16 pos = VECTOR_FindByKey(&(samgr->services), (void *)service->GetName(service)); in RegisterService()
260 int16 po in UnregisterService()
[all...]
H A Dservice_impl.h52 int16 serviceId;
63 int16 DEFAULT_AddFeature(ServiceImpl *serviceImpl, Feature *feature);
71 ServiceImpl *SAMGR_GetServiceByID(int16 serviceId);
/kernel/linux/linux-5.10/arch/sh/kernel/cpu/sh4/
H A Dsoftfloat.c48 typedef int int16; typedef
73 int16 extractFloat64Exp(float64 a);
74 int16 extractFloat32Exp(float32 a);
77 float64 packFloat64(flag zSign, int16 zExp, bits64 zSig);
78 void shift64RightJamming(bits64 a, int16 count, bits64 * zPtr);
79 float32 packFloat32(flag zSign, int16 zExp, bits32 zSig);
80 void shift32RightJamming(bits32 a, int16 count, bits32 * zPtr);
98 static float64 normalizeRoundAndPackFloat64(flag zSign, int16 zExp,
102 static float32 roundAndPackFloat32(flag zSign, int16 zExp, bits32 zSig);
103 static float32 normalizeRoundAndPackFloat32(flag zSign, int16 zEx
[all...]
/kernel/linux/linux-6.6/arch/sh/kernel/cpu/sh4/
H A Dsoftfloat.c48 typedef int int16; typedef
73 int16 extractFloat64Exp(float64 a);
74 int16 extractFloat32Exp(float32 a);
77 float64 packFloat64(flag zSign, int16 zExp, bits64 zSig);
78 void shift64RightJamming(bits64 a, int16 count, bits64 * zPtr);
79 float32 packFloat32(flag zSign, int16 zExp, bits32 zSig);
80 void shift32RightJamming(bits32 a, int16 count, bits32 * zPtr);
98 static float64 normalizeRoundAndPackFloat64(flag zSign, int16 zExp,
102 static float32 roundAndPackFloat32(flag zSign, int16 zExp, bits32 zSig);
103 static float32 normalizeRoundAndPackFloat32(flag zSign, int16 zEx
[all...]
/third_party/skia/third_party/externals/oboe/samples/RhythmGame/third_party/glm/gtc/
H A Dbitfield.hpp97 GLM_FUNC_DECL int16 bitfieldInterleave(int8 x, int8 y);
111 GLM_FUNC_DECL int32 bitfieldInterleave(int16 x, int16 y);
153 GLM_FUNC_DECL int64 bitfieldInterleave(int16 x, int16 y, int16 z);
195 GLM_FUNC_DECL int64 bitfieldInterleave(int16 x, int16 y, int16 z, int16
[all...]
H A Dtype_precision.hpp54 typedef detail::int16 lowp_int16;
70 typedef detail::int16 lowp_int16_t;
86 typedef detail::int16 lowp_i16;
102 typedef detail::int16 mediump_int16;
118 typedef detail::int16 mediump_int16_t;
134 typedef detail::int16 mediump_i16;
150 typedef detail::int16 highp_int16;
166 typedef detail::int16 highp_int16_t;
182 typedef detail::int16 highp_i16;
199 typedef detail::int16 int1 typedef
[all...]
/third_party/ffmpeg/libswresample/x86/
H A Daudio_convert.asm619 CONV int32, int16, u, 2, 1, INT16_TO_INT32_N, NOP_N
620 CONV int32, int16, a, 2, 1, INT16_TO_INT32_N, NOP_N
621 CONV int16, int32, u, 1, 2, INT32_TO_INT16_N, NOP_N
622 CONV int16, int32, a, 1, 2, INT32_TO_INT16_N, NOP_N
624 PACK_2CH int16, int16, u, 1, 1, NOP_N, NOP_N
625 PACK_2CH int16, int16, a, 1, 1, NOP_N, NOP_N
628 PACK_2CH int32, int16, u, 2, 1, INT16_TO_INT32_N, NOP_N
629 PACK_2CH int32, int16,
[all...]
/third_party/skia/third_party/externals/dng_sdk/source/
H A Ddng_memory.h157 /// Return pointer to allocated memory as a int16 *.
158 /// \retval int16 * valid for as many bytes as were allocated.
160 int16 * Buffer_int16 () in Buffer_int16()
162 return (int16 *) Buffer (); in Buffer_int16()
165 /// Return pointer to allocated memory as a const int16 *.
166 /// \retval const int16 * valid for as many bytes as were allocated.
168 const int16 * Buffer_int16 () const in Buffer_int16()
170 return (const int16 *) Buffer (); in Buffer_int16()
419 /// Return pointer to allocated memory as a int16 *.
420 /// \retval int16 * vali
[all...]
H A Ddng_ref_counted_block.h173 /// Return pointer to allocated memory as a int16 *.
174 /// \retval int16 * valid for as many bytes as were allocated.
176 int16 * Buffer_int16 () in Buffer_int16()
178 return (int16 *) Buffer (); in Buffer_int16()
181 /// Return pointer to allocated memory as a const int16 *.
182 /// \retval const int16 * valid for as many bytes as were allocated.
184 const int16 * Buffer_int16 () const in Buffer_int16()
186 return (const int16 *) Buffer (); in Buffer_int16()
H A Ddng_reference.cpp404 int16 *dPtr, in RefCopyArea8_S16()
420 int16 *dPtr1 = dPtr; in RefCopyArea8_S16()
426 int16 *dPtr2 = dPtr1; in RefCopyArea8_S16()
431 int16 x = *sPtr; in RefCopyArea8_S16()
504 int16 *dPtr, in RefCopyArea16_S16()
520 int16 *dPtr1 = dPtr; in RefCopyArea16_S16()
526 int16 *dPtr2 = dPtr1; in RefCopyArea16_S16()
705 void RefCopyAreaS16_R32 (const int16 *sPtr, in RefCopyAreaS16_R32()
724 const int16 *sPtr1 = sPtr; in RefCopyAreaS16_R32()
730 const int16 *sPtr in RefCopyAreaS16_R32()
[all...]
/third_party/skia/third_party/externals/oboe/samples/RhythmGame/third_party/glm/detail/
H A Dglm.cpp16 template struct tvec1<int16, lowp>;
27 template struct tvec1<int16, mediump>;
38 template struct tvec1<int16, highp>;
50 template struct tvec2<int16, lowp>;
61 template struct tvec2<int16, mediump>;
72 template struct tvec2<int16, highp>;
84 template struct tvec3<int16, lowp>;
95 template struct tvec3<int16, mediump>;
106 template struct tvec3<int16, highp>;
118 template struct tvec4<int16, low
[all...]
H A Dtype_int.hpp20 typedef std::int16_t int16; typedef
53 typedef signed short int16;
207 typedef detail::int16 int16; typedef
296 GLM_STATIC_ASSERT(sizeof(glm::int16) == 2, "int16 size isn't 2 bytes on this platform");
/test/xts/tools/lite/hctest/src/
H A Dhctest.c47 static int16 g_totalSuitesNum = 0;
48 static int16 g_doneSuitesNum = 0;
54 int16 size = VECTOR_Size(&(testSuite->test_cases)); in RunSingleTestSuite()
59 int16 i; in RunSingleTestSuite()
84 int16 size = VECTOR_Size(&(testMgr->test_suites)); in GetTestSuite()
85 int16 i; in GetTestSuite()
153 int16 i; in RunSpecialTestSuite()
154 int16 j; in RunSpecialTestSuite()
155 int16 size = VECTOR_Size(&(g_testSuiteManager.test_suites)); in RunSpecialTestSuite()
183 int16 time in RunTestSuite()
[all...]
/third_party/libphonenumber/cpp/src/phonenumbers/base/
H A Dbasictypes.h25 typedef int16_t int16; typedef
39 const int16 kint16min = INT16_MIN;
40 const int16 kint16max = INT16_MAX;
49 typedef short int16;
/third_party/node/deps/v8/src/diagnostics/ppc/
H A Ddisasm-ppc.cc287 case 'i': { // int16 in FormatOption()
1582 Format(instr, "subfic 'rt, 'ra, 'int16"); in InstructionDecode()
1601 Format(instr, "cmpi 'ra, 'int16"); in InstructionDecode()
1604 Format(instr, "cmpwi 'ra, 'int16"); in InstructionDecode()
1610 Format(instr, "addic 'rt, 'ra, 'int16"); in InstructionDecode()
1620 Format(instr, "li 'rt, 'int16"); in InstructionDecode()
1622 Format(instr, "addi 'rt, 'ra, 'int16"); in InstructionDecode()
1628 Format(instr, "lis 'rt, 'int16"); in InstructionDecode()
1630 Format(instr, "addis 'rt, 'ra, 'int16"); in InstructionDecode()
1744 Format(instr, "lwz 'rt, 'int16('r in InstructionDecode()
[all...]
/test/xts/acts/distributed_schedule_lite/system_ability_manager_hal/utils/
H A Dsamgr_maintenance.c24 int16 num = VECTOR_Num(&samgr->services); in SAMGR_PrintServices()
31 int16 size = VECTOR_Size(&(samgr->services)); in SAMGR_PrintServices()
50 int16 featureSize = VECTOR_Size(&impl->features); in SAMGR_PrintServices()
/third_party/libphonenumber/tools/cpp/src/base/
H A Dbasictypes.h23 typedef int16_t int16; typedef
37 const int16 kint16min = INT16_MIN;
38 const int16 kint16max = INT16_MAX;
47 typedef short int16; typedef
/kernel/linux/linux-5.10/arch/arm/nwfpe/
H A Dsoftfloat.c125 INLINE int16 extractFloat32Exp( float32 a ) in extractFloat32Exp()
155 normalizeFloat32Subnormal( bits32 aSig, int16 *zExpPtr, bits32 *zSigPtr ) in normalizeFloat32Subnormal()
177 INLINE float32 packFloat32( flag zSign, int16 zExp, bits32 zSig ) in packFloat32()
217 static float32 roundAndPackFloat32( struct roundingData *roundData, flag zSign, int16 zExp, bits32 zSig ) in roundAndPackFloat32()
280 normalizeRoundAndPackFloat32( struct roundingData *roundData, flag zSign, int16 zExp, bits32 zSig ) in normalizeRoundAndPackFloat32()
306 INLINE int16 extractFloat64Exp( float64 a ) in extractFloat64Exp()
336 normalizeFloat64Subnormal( bits64 aSig, int16 *zExpPtr, bits64 *zSigPtr ) in normalizeFloat64Subnormal()
358 INLINE float64 packFloat64( flag zSign, int16 zExp, bits64 zSig ) in packFloat64()
388 static float64 roundAndPackFloat64( struct roundingData *roundData, flag zSign, int16 zExp, bits64 zSig ) in roundAndPackFloat64()
392 int16 roundIncremen in roundAndPackFloat64()
[all...]
/kernel/linux/linux-6.6/arch/arm/nwfpe/
H A Dsoftfloat.c125 INLINE int16 extractFloat32Exp( float32 a ) in extractFloat32Exp()
155 normalizeFloat32Subnormal( bits32 aSig, int16 *zExpPtr, bits32 *zSigPtr ) in normalizeFloat32Subnormal()
177 INLINE float32 packFloat32( flag zSign, int16 zExp, bits32 zSig ) in packFloat32()
217 static float32 roundAndPackFloat32( struct roundingData *roundData, flag zSign, int16 zExp, bits32 zSig ) in roundAndPackFloat32()
280 normalizeRoundAndPackFloat32( struct roundingData *roundData, flag zSign, int16 zExp, bits32 zSig ) in normalizeRoundAndPackFloat32()
306 INLINE int16 extractFloat64Exp( float64 a ) in extractFloat64Exp()
336 normalizeFloat64Subnormal( bits64 aSig, int16 *zExpPtr, bits64 *zSigPtr ) in normalizeFloat64Subnormal()
358 INLINE float64 packFloat64( flag zSign, int16 zExp, bits64 zSig ) in packFloat64()
388 static float64 roundAndPackFloat64( struct roundingData *roundData, flag zSign, int16 zExp, bits64 zSig ) in roundAndPackFloat64()
392 int16 roundIncremen in roundAndPackFloat64()
[all...]

Completed in 21 milliseconds

12345