Home
last modified time | relevance | path

Searched refs:tpb (Results 1 – 7 of 7) sorted by relevance

/external/iproute2/ip/
Dipntable.c347 struct rtattr *tpb[NDTPA_MAX+1]; in print_ntable() local
374 parse_rtattr(tpb, NDTPA_MAX, RTA_DATA(tb[NDTA_PARMS]), in print_ntable()
377 if (tpb[NDTPA_IFINDEX]) { in print_ntable()
378 __u32 ifindex = rta_getattr_u32(tpb[NDTPA_IFINDEX]); in print_ntable()
465 if (tpb[NDTPA_IFINDEX]) { in print_ntable()
466 __u32 ifindex = rta_getattr_u32(tpb[NDTPA_IFINDEX]); in print_ntable()
475 if (tpb[NDTPA_REFCNT]) { in print_ntable()
476 __u32 refcnt = rta_getattr_u32(tpb[NDTPA_REFCNT]); in print_ntable()
480 if (tpb[NDTPA_REACHABLE_TIME]) { in print_ntable()
481 unsigned long long reachable = rta_getattr_u64(tpb[NDTPA_REACHABLE_TIME]); in print_ntable()
[all …]
/external/golang-protobuf/proto/
Dproto3_test.go40 tpb "github.com/golang/protobuf/proto/test_proto" packageName
112 Proto2Field: new(tpb.SubDefaults),
113 Proto2Value: map[string]*tpb.SubDefaults{
114 "badlands": new(tpb.SubDefaults),
127 Proto2Field: &tpb.SubDefaults{N: proto.Int64(7)},
128 Proto2Value: map[string]*tpb.SubDefaults{
129 "badlands": &tpb.SubDefaults{N: proto.Int64(7)},
Ddecode_test.go41 tpb "github.com/golang/protobuf/proto/proto3_proto" packageName
44 var msgBlackhole = new(tpb.Message)
51 raw, err := proto.Marshal(&tpb.Message{
76 raw, err := proto.Marshal(&tpb.Message{
101 raw, err := proto.Marshal(&tpb.Message{
126 raw, err := proto.Marshal(&tpb.Message{
153 msg := &tpb.Message{}
155 msg.Children = append(msg.Children, &tpb.Message{
245 raw, err := proto.Marshal(&tpb.Message{})
Dencode_test.go41 tpb "github.com/golang/protobuf/proto/proto3_proto" packageName
57 inner := &tpb.Message{
64 raw, err := proto.Marshal(&tpb.Message{
79 raw, err := proto.Marshal(&tpb.Message{})
/external/golang-protobuf/descriptor/
Ddescriptor_test.go8 tpb "github.com/golang/protobuf/proto/test_proto" packageName
24 var msg *tpb.MyMessageSet
/external/angle/src/common/
Dmatrix_utils.cpp172 float tpb = t + b; in Frustum() local
188 float r21 = tpb / tmb; in Frustum()
213 float tpb = t + b; in Ortho() local
234 float r31 = -tpb / tmb; in Ortho()
/external/boringssl/ios-arm/crypto/fipsmodule/
Daes-armv4.S843 eor r4,r4,r5,ror#24 @ ^= ROTATE(tpb=tp9^tp2,8)