Home
last modified time | relevance | path

Searched refs:byteCount (Results 1 – 4 of 4) sorted by relevance

/AliOS-Things-master/components/freetype/src/cff/
A Dcf2intrp.c120 hintmask->byteCount = ( hintmask->bitCount + 7 ) / 8; in cf2_hintmask_setCounts()
150 FT_ASSERT( hintmask->byteCount > 0 ); in cf2_hintmask_read()
155 for ( i = 0; i < hintmask->byteCount; i++ ) in cf2_hintmask_read()
167 FT_ASSERT( ( hintmask->mask[hintmask->byteCount - 1] & mask ) == 0 || in cf2_hintmask_read()
185 FT_ASSERT( hintmask->byteCount > 0 ); in cf2_hintmask_setAll()
186 FT_ASSERT( hintmask->byteCount < in cf2_hintmask_setAll()
190 for ( i = 0; i < hintmask->byteCount; i++ ) in cf2_hintmask_setAll()
195 hintmask->mask[hintmask->byteCount - 1] &= ~mask; in cf2_hintmask_setAll()
A Dcf2hints.h79 size_t byteCount; member
/AliOS-Things-master/solutions/javascript_demo/agriculture_demo/
A Dmodbus.js133 res.byteCount = Math.abs(buf.readInt8(2)) //Byte Count - Byte 8
174 var byteCount = bufferLength - 6
180 buf.writeUInt16BE(byteCount, 4)
/AliOS-Things-master/components/sensor/drv/drv_ps_st_vl53l0x/vl53l0x/
A Dvl53l0x_api_calibration.c467 VL53L0X_Error count_enabled_spads(uint8_t spadArray[], uint32_t byteCount, in count_enabled_spads() argument
489 if (lastByte >= byteCount) in count_enabled_spads()

Completed in 15 milliseconds