HomeSort by relevance Sort by last modified time
    Searched refs:Chunked (Results 1 - 4 of 4) sorted by null

  /external/libnfc-nxp/src/
phFriNfc_NdefReg.h 136 /** Indicates whether a record is chunked or not. */
137 uint8_t Chunked[PH_FRINFC_NDEFREG_MAX_RTD];
247 uint8_t *IsChunked; /**< \internal Array of chunked flags */
255 won't parse correctly chunked records */
298 * Chunked record flags.
phFriNfc_NdefReg.c 351 /* Copy the chunked flag info to the callback parameter */
352 NdefReg->CbParam->Chunked[count] = (NdefReg->RecordsExtracted->Flags & \
476 won't parse correctly chunked records */
570 /* Copy the chunked flag info to the callback parameter */
571 NdefReg->CbParam->Chunked[count] = NdefReg->IsChunked[NdefReg->RecordIndex];
590 when there are chunked records */
  /external/clang/lib/CodeGen/
CGOpenMPRuntime.h 388 /// \brief Check if the specified \a ScheduleKind is static non-chunked.
391 /// \param Chunked True if chunk is specified in the clause.
394 bool Chunked) const;
CGOpenMPRuntime.cpp     [all...]

Completed in 3230 milliseconds