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

  /external/openssh/
cipher-bf1.c 36 * and after encryption/decryption. Thus the swap_bytes stuff (yuk).
42 swap_bytes(const u_char *src, u_char *dst, int n) function
82 swap_bytes(in, out, len);
84 swap_bytes(out, out, len);
  /system/extras/perfprofd/quipper/
perf_reader.cc 251 bool swap_bytes,
261 if (swap_bytes) {
273 bool swap_bytes,
281 if (swap_bytes)
288 if (swap_bytes)
299 bool swap_bytes,
304 if (swap_bytes)
322 bool swap_bytes,
331 if (swap_bytes)
341 if (swap_bytes) {
    [all...]

Completed in 60 milliseconds