HomeSort by relevance Sort by last modified time
    Searched refs:uint16 (Results 126 - 150 of 404) sorted by null

1 2 3 4 56 7 8 91011>>

  /external/neven/Embedded/common/src/b_BasicEm/
ComplexArr.h 111 uint16* memPtrA );
116 const uint16* memPtrA,
Int16Arr.h 123 uint16* memPtrA );
128 const uint16* memPtrA,
Int32Arr.h 110 uint16* memPtrA );
115 const uint16* memPtrA,
Int8Arr.h 110 uint16* memPtrA );
115 const uint16* memPtrA,
UInt32Arr.h 109 uint16* memPtrA );
114 const uint16* memPtrA,
UInt8Arr.h 109 uint16* memPtrA );
114 const uint16* memPtrA,
  /external/neven/Embedded/common/src/b_BitFeatureEm/
BitParam.c 124 uint16* memPtrA )
135 const uint16* memPtrA )
ScanDetector.h 147 const struct bbf_ScanDetector* ptrA, uint16* memPtrA );
152 const uint16* memPtrA,
Sequence.c 60 uint16 iL;
127 uint16 iL;
143 uint16* memPtrA )
145 uint16 iL;
161 const uint16* memPtrA,
164 uint16 iL;
186 const uint16* memPtrL = memPtrA;
199 uint16* dataPtrL = ptrA->dataArrE.arrPtrE;
212 bbs_ERR0( bbs_ERR_CORRUPT_DATA, "uint32 bbf_Sequence_memRead( struct bem_ScanGradientMove* ptrA, const uint16* memPtrA ):\n"
  /external/neven/Embedded/common/src/b_ImageEm/
APhImage.h 110 uint16* memPtrA );
115 const uint16* memPtrA,
ComplexImage.h 119 uint16* memPtrA );
124 const uint16* memPtrA,
UInt32Image.h 121 uint16* memPtrA );
126 const uint16* memPtrA,
UInt16ByteImage.c 113 const uint16* ptrL = ptrA->arrE.arrPtrE;
223 uint16* memPtrA )
238 const uint16* memPtrA,
273 uint16 valueA )
276 uint16* ptrL = ptrA->arrE.arrPtrE;
277 uint16 fillL = ( valueA & 0x0FF ) | ( ( valueA & 0x0FF ) << 8 );
345 uint16* dstPtrL;
346 const uint16* ulPtrL = srcPtrA->arrE.arrPtrE;
347 const uint16* urPtrL = ulPtrL + halfSrcWidthL - 1;
348 const uint16* llPtrL = ulPtrL + ( srcHeightL - 1 ) * halfSrcWidthL
    [all...]
  /external/neven/Embedded/common/src/b_TensorEm/
CompactMat.h 126 uint16* memPtrA );
131 const uint16* memPtrA,
IdCluster2D.h 122 uint16* memPtrA );
127 const uint16* memPtrA,
Int16Rect.c 112 uint16* memPtrA )
125 const uint16* memPtrA )
Int32Mat.h 91 uint16* memPtrA );
96 const uint16* memPtrA,
MapSequence.c 59 uint16 iL;
126 uint16 iL;
142 uint16* memPtrA )
144 uint16 iL;
159 const uint16* memPtrA,
162 uint16 iL;
179 const uint16* memPtrL = memPtrA;
195 uint16* dataPtrL = ptrA->objBufE.arrPtrE;
210 bbs_ERR0( bbs_ERR_CORRUPT_DATA, "uint32 bts_MapSequence_memRead( struct bem_ScanGradientMove* ptrA, const uint16* memPtrA ):\n"
RBFMap2D.h 145 uint16* memPtrA );
150 const uint16* memPtrA,
  /hardware/broadcom/wlan/bcmdhd/dhdutil/include/
hndrte_debug.h 86 uint16 pr_cursig; /* Current signal. */
87 uint16 unused;
  /external/dng_sdk/source/
dng_utils.h 94 inline uint16 Min_uint16 (uint16 x, uint16 y)
101 inline uint16 Max_uint16 (uint16 x, uint16 y)
156 inline uint16 Pin_uint16 (int32 x)
178 return (uint16) x;
594 inline uint16 SwapBytes16 (uint16 x
    [all...]
dng_reference.cpp 54 void RefSwapBytes16 (uint16 *dPtr,
125 void RefSetArea16 (uint16 *dPtr,
126 uint16 value,
138 uint16 *dPtr1 = dPtr;
143 uint16 *dPtr2 = dPtr1;
256 void RefCopyArea16 (const uint16 *sPtr,
257 uint16 *dPtr,
272 const uint16 *sPtr1 = sPtr;
273 uint16 *dPtr1 = dPtr;
278 const uint16 *sPtr2 = sPtr1
    [all...]
  /external/vulkan-validation-layers/libs/glm/gtc/
type_precision.hpp 344 typedef detail::uint16 lowp_uint16;
360 typedef detail::uint16 lowp_uint16_t;
376 typedef detail::uint16 lowp_u16;
392 typedef detail::uint16 mediump_uint16;
408 typedef detail::uint16 mediump_uint16_t;
424 typedef detail::uint16 mediump_u16;
440 typedef detail::uint16 highp_uint16;
456 typedef detail::uint16 highp_uint16_t;
472 typedef detail::uint16 highp_u16;
488 typedef detail::uint16 uint16 typedef in namespace:glm
    [all...]
  /external/neven/FaceRecEm/common/src/b_FDSDK/
SDK.c 136 uint16* exMemPtrL = ( uint16* )pCreateParamA->pExMem;
260 const uint16* memPtrL = ( uint16* )memPtrA;
263 uint16 sumL = 0;
283 memPtrL = ( uint16* )memPtrA;
287 uint16 valL = 0;
  /external/google-breakpad/src/common/dwarf/
bytereader-inl.h 42 inline uint16 ByteReader::ReadTwoBytes(const char* signed_buffer) const {
45 const uint16 buffer0 = buffer[0];
46 const uint16 buffer1 = buffer[1];

Completed in 861 milliseconds

1 2 3 4 56 7 8 91011>>