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

  /system/core/trusty/storage/tests/
main.cpp 130 uint32_t data_buf[chunk_len/sizeof(uint32_t)]; local
135 memset(data_buf, 0, chunk_len);
137 rc = storage_write(handle, off, data_buf, sizeof(data_buf),
146 uint32_t data_buf[chunk_len/sizeof(uint32_t)]; local
151 fill_pattern32(data_buf, chunk_len, off);
153 rc = storage_write(handle, off, data_buf, sizeof(data_buf),
180 uint32_t data_buf[chunk_len/sizeof(uint32_t)]; local
181 uint8_t *data_ptr = (uint8_t *)data_buf;
210 uint32_t data_buf[chunk_len\/sizeof(uint32_t)]; local
232 uint32_t data_buf[chunk_len\/sizeof(uint32_t)]; local
    [all...]
  /hardware/qcom/bt/msm8909/libbt-vendor/src/
hw_rome.c 807 unsigned char data_buf[PRINT_BUF_SIZE]={0,}; local
896 snprintf((char *) data_buf, PRINT_BUF_SIZE, "%s%.02x ", (char *)data_buf, *(nvm_byte_ptr + i));
898 ALOGI("TAG Data\t\t\t : %s", data_buf);
901 memset(data_buf, 0x0, PRINT_BUF_SIZE);
    [all...]
  /hardware/qcom/bt/msm8992/libbt-vendor/src/
hw_rome.c 789 unsigned char data_buf[PRINT_BUF_SIZE]={0,}; local
878 snprintf((char *) data_buf, PRINT_BUF_SIZE, "%s%.02x ", (char *)data_buf, *(nvm_byte_ptr + i));
880 ALOGV("TAG Data\t\t\t : %s", data_buf);
883 memset(data_buf, 0x0, PRINT_BUF_SIZE);
    [all...]
  /hardware/qcom/bt/msm8996/libbt-vendor/src/
hw_rome.c 838 unsigned char data_buf[PRINT_BUF_SIZE]={0,}; local
    [all...]
  /hardware/qcom/bt/msm8998/libbt-vendor/src/
hw_rome.c 814 unsigned char data_buf[PRINT_BUF_SIZE]={0,}; local
903 snprintf((char *) data_buf, PRINT_BUF_SIZE, "%s%.02x ", (char *)data_buf, *(nvm_byte_ptr + i));
905 ALOGI("TAG Data\t\t\t : %s", data_buf);
908 memset(data_buf, 0x0, PRINT_BUF_SIZE);
    [all...]
  /hardware/qcom/bt/sdm845/libbt-vendor/src/
hw_rome.c 829 unsigned char data_buf[PRINT_BUF_SIZE]={0,}; local
    [all...]
  /toolchain/binutils/binutils-2.25/opcodes/
metag-dis.c 1766 char data_buf[REG_WIDTH]; local
    [all...]

Completed in 920 milliseconds