HomeSort by relevance Sort by last modified time
    Searched defs:temp_buf (Results 1 - 5 of 5) sorted by null

  /frameworks/av/media/mtp/tests/
MtpFfsHandle_test.cpp 227 char temp_buf[length + sizeof(mtp_data_header)]; local
230 EXPECT_EQ(read(bulk_in, temp_buf, length + sizeof(mtp_data_header)),
233 struct mtp_data_header *header = reinterpret_cast<struct mtp_data_header*>(temp_buf);
238 memcpy(buf + offset, temp_buf + sizeof(mtp_data_header), length);
  /external/pdfium/core/fxge/win32/
fx_win32_dib.cpp 76 uint8_t* temp_buf = FX_Alloc(uint8_t, pitch); local
79 FXSYS_memcpy(temp_buf, pBitmap->GetBuffer() + top * pitch, pitch);
82 FXSYS_memcpy(pBitmap->GetBuffer() + bottom * pitch, temp_buf, pitch);
86 FX_Free(temp_buf);
87 temp_buf = nullptr;
  /external/libese/third_party/NXPNFC_P61_JCOP_Kit/src/
Ala.cpp 790 UINT8 temp_buf[1024]; local
865 memset(temp_buf, 0, sizeof(temp_buf));
867 status = ALA_ReadScript(Os_info, temp_buf);
879 if(temp_buf[offset] == TAG_ALA_CMD_ID)
885 len_byte = Numof_lengthbytes(&temp_buf[offset], &wLen);
908 memcpy(pTranscv_Info->sSendData, &temp_buf[offset], wLen);
960 else if((temp_buf[offset] == (0x7F))&&(temp_buf[offset+1] == (0x21)))
977 len_byte = Numof_lengthbytes(&temp_buf[offset], &wLen)
    [all...]
  /external/ltp/testcases/kernel/fs/fsx-linux/
fsx-linux.c 96 char *temp_buf; /* a pointer to the current data */ variable
340 if (memcmp(good_buf + offset, temp_buf, size) != 0) {
346 t = temp_buf[i];
349 bad = short_at(&temp_buf[i]);
352 op = temp_buf[offset & 1 ? i + 1 : i];
622 iret = read(fd, temp_buf, size);
687 memcpy(temp_buf, p + pg_offset, size);
1320 temp_buf = malloc(maxoplen);
1321 if (temp_buf == NULL)
1323 memset(temp_buf, '\0', maxoplen)
    [all...]
  /external/opencv/cv/src/
cvimgwarp.cpp 628 void* temp_buf = 0; local
    [all...]

Completed in 629 milliseconds