Searched defs:weight (Results 1 - 4 of 4) sorted by relevance
/ast/src/lib/libbz/ |
H A D | huffman.c | 78 while (weight[tmp] < weight[heap[zz >> 1]]) { \ 93 weight[heap[yy+1]] < weight[heap[yy]]) \ 95 if (weight[tmp] < weight[heap[yy]]) break; \ 117 Int32 weight [ BZ_MAX_ALPHA_SIZE * 2 ]; local 121 weight[i+1] = (freq[i] == 0 ? 1 : freq[i]) << 8; 129 weight[0] = 0; 146 weight[nNode [all...] |
/ast/src/lib/libtk/generic/ |
H A D | tkGrid.c | 71 int weight; /* The resize weight of this slot. (0) means member in struct:SlotInfo 105 int weight; /* Slot weight, controls resizing. */ member in struct:GridLayout 735 sprintf(interp->result,"-minsize %d -pad %d -weight %d", 737 slotPtr[slot].weight); 740 sprintf(interp->result,"-minsize %d -pad %d -weight %d", 0,0,0); 754 argv[i], "\" :expecting -minsize, -pad, or -weight.", 768 else if (strncmp(argv[i], "-weight", length) == 0) { 771 sprintf(interp->result,"%d",slotPtr[slot].weight); 939 int weight = 0; /* Sum of the weights so far. */ local 1542 int weight = 0; /* Cumulative weights of the columns in local [all...] |
/ast/src/cmd/codexlib/lzh/ |
H A D | lzh.c | 152 ui2 weight[17]; /* 0x10000ul >> bitlen */ local 173 weight[i] = 1 << (16 - i); 187 total += weight[i] * count[i]; 202 weight[i] >>= m; 221 l = i + weight[k]; 264 ui2 count[17], weight[17], start[18], *p; 283 weight[i] = (unsigned) 1 << (tablebits - i); 286 weight[i] = (unsigned) 1 << (16 - i); 300 nextcode = start[len] + weight[len]; 594 ui4 weight; local [all...] |
/ast/src/cmd/dsslib/ip_t/ |
H A D | bgp.h | 249 Bgpnum_t weight; /* router proprietary weight */ member in struct:Bgproute_s
|
Completed in 378 milliseconds