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

  /external/tcpdump/
print-stp.c 49 u_int8_t v1_length; member in struct:stp_bpdu_
423 if (stp_bpdu->v1_length != 0) {
  /external/chromium_org/cc/animation/
transform_operation.cc 312 float v1_length = v1.Length(); local
313 if (v1_length == 0.f)
316 v1.Scale(1.f / v1_length);

Completed in 108 milliseconds