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

  /external/smack/src/org/xbill/DNS/
RRset.java 26 private short nsigs; field in class:RRset
33 nsigs = 0;
49 nsigs = rrset.nsigs;
57 if (nsigs == 0)
60 rrs.add(rrs.size() - nsigs, r);
63 nsigs++;
101 nsigs--;
109 nsigs = 0;
119 size = total - nsigs;
    [all...]
  /external/tcpdump/
print-lwres.c 164 lwres_uint16_t nsigs; member in struct:__anon28687
535 TCHECK(grbn->nsigs);
552 EXTRACT_16BITS(&grbn->nsigs));
555 s = (const char *)&grbn->nsigs+ sizeof(grbn->nsigs);
573 na = EXTRACT_16BITS(&grbn->nsigs);
  /external/strace/
signal.c 324 int i, nsigs; local
332 nsigs = 0;
340 nsigs++;
342 if (nsigs >= nsignals * 2 / 3) {
    [all...]

Completed in 73 milliseconds