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

  /external/tcpdump/
print-mobile.c 70 u_char osp =0; /* old source address present */ local
83 osp=1;
86 if (osp) {
98 vec[0].len = osp ? 12 : 8;
print-telnet.c 391 const u_char *osp, *p; local
401 osp = sp;
494 return sp - osp;
507 const u_char *osp; local
510 osp = sp;
527 hex_print_with_offset(ndo, "\n", sp, l, sp - osp);
  /external/libdrm/
xf86drmMode.c 715 struct drm_mode_connector_set_property osp; local
717 memclear(osp);
718 osp.connector_id = connector_id;
719 osp.prop_id = property_id;
720 osp.value = value;
722 return DRM_IOCTL(fd, DRM_IOCTL_MODE_SETPROPERTY, &osp);
    [all...]
  /toolchain/binutils/binutils-2.25/gold/
script-sections.cc 588 // Initialize OSP with an output section.
3438 Orphan_section_placement* osp = this->orphan_section_placement_; local
    [all...]

Completed in 1938 milliseconds