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

  /external/fio/lib/
rand.c 110 unsigned int pattern_bytes)
112 switch (pattern_bytes) {
124 size = pattern_bytes;
rand.h 35 extern void fill_pattern(void *p, unsigned int len, char *pattern, unsigned int pattern_bytes);
  /system/connectivity/shill/wifi/
wake_on_wifi.cc 229 } __attribute__((__packed__)) pattern_bytes; local
230 memset(&pattern_bytes, 0, sizeof(pattern_bytes));
231 CHECK_EQ(sizeof(pattern_bytes.ipv4_hdr.saddr), ip_addr.GetLength());
232 memcpy(&pattern_bytes.ipv4_hdr.saddr, ip_addr.GetConstData(),
235 reinterpret_cast<unsigned char*>(&pattern_bytes.ipv4_hdr.saddr) -
236 reinterpret_cast<unsigned char*>(&pattern_bytes);
240 reinterpret_cast<const unsigned char*>(&pattern_bytes), pattern_len));
251 } __attribute__((__packed__)) pattern_bytes; local
252 memset(&pattern_bytes, 0, sizeof(pattern_bytes))
    [all...]
  /external/fio/
options.c 901 const char *input, unsigned int *pattern_bytes)
993 *pattern_bytes = i;
    [all...]

Completed in 1587 milliseconds