HomeSort by relevance Sort by last modified time
    Searched full:bufflength (Results 1 - 7 of 7) sorted by null

  /external/libnfc-nxp/src/
phFriNfc_LlcpUtils.h 83 uint32_t buffLength);
phFriNfc_LlcpUtils.c 152 uint32_t buffLength)
155 pUtilFifo->pBuffEnd = (uint8_t *)pBuffStart + buffLength-1;
  /external/icu4c/common/
unistr.cpp 256 int32_t buffLength,
264 } else if(buffLength < -1 || buffCapacity < 0 || buffLength > buffCapacity) {
267 if(buffLength == -1) {
273 buffLength = (int32_t)(p - buff);
275 setArray(buff, buffLength, buffCapacity);
1127 int32_t buffLength,
1141 if(buffLength < -1 || buffCapacity < 0 || buffLength > buffCapacity) {
1144 } else if(buffLength == -1)
    [all...]
  /system/media/wilhelm/src/android/
android_StreamPlayer.h 52 void receivedBuffer_l(size_t buffIndex, size_t buffLength);
android_StreamPlayer.cpp 101 void StreamSourceAppProxy::receivedBuffer_l(size_t buffIndex, size_t buffLength) {
103 mListener->queueBuffer(buffIndex, buffLength);
  /external/pcre/
pcregrep.c 1023 size_t bufflength; local
1046 bufflength = gzread (ingz, buffer, 3*MBUFTHIRD);
1055 bufflength = BZ2_bzread(inbz2, buffer, 3*MBUFTHIRD);
1056 if ((int)bufflength < 0) return 2; /* Gotcha: bufflength is size_t; */
1064 bufflength = input_line_buffered?
1069 endptr = buffer + bufflength;
    [all...]
  /external/icu4c/common/unicode/
unistr.h     [all...]

Completed in 1431 milliseconds