Searched refs:sbd (Results 1 - 4 of 4) sorted by relevance

/external/e2fsprogs/lib/blkid/
H A Dprobe.c1088 struct gfs2_sb *sbd; local
1091 sbd = (struct gfs2_sb *)buf;
1093 if (blkid_be32(sbd->sb_fs_format) == GFS_FORMAT_FS &&
1094 blkid_be32(sbd->sb_multihost_format) == GFS_FORMAT_MULTI)
1098 if (strlen(sbd->sb_locktable))
1099 label = sbd->sb_locktable;
1100 blkid_set_tag(probe->dev, "LABEL", label, sizeof(sbd->sb_locktable));
1110 struct gfs2_sb *sbd; local
1113 sbd = (struct gfs2_sb *)buf;
1115 if (blkid_be32(sbd
1192 struct hfs_mdb *sbd = (struct hfs_mdb *) buf; local
[all...]
/external/chromium_org/third_party/webrtc/base/
H A Dschanneladapter.cc60 const SecBufferDesc* sbd) {
64 for (size_t i=0; i<sbd->cBuffers; ++i) {
65 DescribeBuffer(severity, " ", sbd->pBuffers[i]);
59 DescribeBuffers(LoggingSeverity severity, const char* prefix, const SecBufferDesc* sbd) argument
/external/chromium_org/third_party/libvpx/source/libvpx/vp8/encoder/
H A Drdopt.c1113 int sbd = 0; local
1321 sbd = distortion;
1339 bd += sbd;
/external/libvpx/libvpx/vp8/encoder/
H A Drdopt.c1114 int sbd = 0; local
1322 sbd = distortion;
1340 bd += sbd;

Completed in 863 milliseconds