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

  /external/chromium_org/third_party/boringssl/src/crypto/bio/
hexdump.c 148 const unsigned n_bytes = ctx->used; local
152 if (n_bytes == 0) {
171 ctx->right_chars[n_bytes] = '|';
172 ctx->right_chars[n_bytes + 1] = '\n';
173 if (BIO_write(ctx->bio, ctx->right_chars, n_bytes + 2) < 0) {
  /bionic/libc/kernel/uapi/linux/
openvswitch.h 166 __u64 n_bytes; member in struct:ovs_flow_stats
  /development/ndk/platforms/android-L/include/linux/
openvswitch.h 142 __u64 n_bytes; member in struct:ovs_flow_stats
  /external/kernel-headers/original/uapi/linux/
openvswitch.h 264 __u64 n_bytes; /* Number of matched bytes. */ member in struct:ovs_flow_stats

Completed in 513 milliseconds