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

  /external/pdfium/core/fxge/win32/
fx_win32_dib.cpp 75 uint8_t* temp_buf = FX_Alloc(uint8_t, pitch); local
78 memcpy(temp_buf, pBitmap->GetBuffer() + top * pitch, pitch);
81 memcpy(pBitmap->GetBuffer() + bottom * pitch, temp_buf, pitch);
85 FX_Free(temp_buf);
86 temp_buf = nullptr;
  /frameworks/av/media/mtp/tests/
MtpFfsHandle_test.cpp 335 char temp_buf[length + sizeof(mtp_data_header)]; local
338 EXPECT_EQ(read(this->bulk_in, temp_buf, length + sizeof(mtp_data_header)),
341 struct mtp_data_header *header = reinterpret_cast<struct mtp_data_header*>(temp_buf);
346 memcpy(buf + offset, temp_buf + sizeof(mtp_data_header), length);
  /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/libxaac/decoder/
ixheaacd_rev_vlc.c 534 ia_bit_buf_struct temp_buf = {0}; local
638 memcpy(&temp_buf, it_bit_buff, sizeof(ia_bit_buf_struct));
    [all...]
  /external/ltp/testcases/kernel/fs/fsx-linux/
fsx-linux.c 96 char *temp_buf; /* a pointer to the current data */ variable
337 if (memcmp(good_buf + offset, temp_buf, size) != 0) {
343 t = temp_buf[i];
346 bad = short_at(&temp_buf[i]);
349 op = temp_buf[offset & 1 ? i + 1 : i];
619 iret = read(fd, temp_buf, size);
684 memcpy(temp_buf, p + pg_offset, size);
1316 temp_buf = malloc(maxoplen);
1317 if (temp_buf == NULL)
1319 memset(temp_buf, '\0', maxoplen)
    [all...]

Completed in 472 milliseconds