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

  /external/strace/tests/
nlattr.c 214 #define ABBREV_LEN (DEFAULT_STRLEN + 1)
215 msg_len = NLMSG_SPACE(sizeof(msg->udm)) + NLA_HDRLEN * ABBREV_LEN * 2;
221 for (i = 0; i < ABBREV_LEN; ++i) {
netlink_protocol.c 176 # define ABBREV_LEN (DEFAULT_STRLEN + 1)
177 const unsigned int msg_len = sizeof(struct nlmsghdr) * ABBREV_LEN;
180 for (i = 0; i < ABBREV_LEN; ++i) {
  /external/strace/tests-m32/
nlattr.c 214 #define ABBREV_LEN (DEFAULT_STRLEN + 1)
215 msg_len = NLMSG_SPACE(sizeof(msg->udm)) + NLA_HDRLEN * ABBREV_LEN * 2;
221 for (i = 0; i < ABBREV_LEN; ++i) {
netlink_protocol.c 176 # define ABBREV_LEN (DEFAULT_STRLEN + 1)
177 const unsigned int msg_len = sizeof(struct nlmsghdr) * ABBREV_LEN;
180 for (i = 0; i < ABBREV_LEN; ++i) {
  /external/strace/tests-mx32/
nlattr.c 214 #define ABBREV_LEN (DEFAULT_STRLEN + 1)
215 msg_len = NLMSG_SPACE(sizeof(msg->udm)) + NLA_HDRLEN * ABBREV_LEN * 2;
221 for (i = 0; i < ABBREV_LEN; ++i) {
netlink_protocol.c 176 # define ABBREV_LEN (DEFAULT_STRLEN + 1)
177 const unsigned int msg_len = sizeof(struct nlmsghdr) * ABBREV_LEN;
180 for (i = 0; i < ABBREV_LEN; ++i) {

Completed in 584 milliseconds