Searched defs:slot (Results 1 - 9 of 9) sorted by relevance
| /ast/src/cmd/mailx/port/ |
| H A D | dtextract.c | 82 reg Dtlink_t *t, *last, *list, **slot, **eslot; local 90 eslot = (slot = dt->data->htab) + dt->data->ntab; 91 for(; slot < eslot; ++slot) 92 { if(!(t = *slot) ) 94 *slot = NIL(Dtlink_t*);
|
| H A D | dtflatten.c | 83 reg Dtlink_t *r, *t, *list, *last, **slot, **eslot; local 91 { eslot = (slot = dt->data->htab) + dt->data->ntab; 92 for(; slot < eslot; ++slot) 93 { if(!(t = *slot) ) 100 *slot = last;
|
| H A D | dtrenew.c | 86 reg Dtlink_t** slot; local 105 { slot = dt->data->htab + HINDEX(dt->data->ntab,e->hash); 106 if((t = *slot) == e) 107 *slot = e->right;
|
| H A D | dtrestore.c | 85 reg Dtlink_t *t, **slot, **eslot; local 105 { eslot = (slot = dt->data->htab) + dt->data->ntab; 106 for(; slot < eslot; ++slot) 107 { if(!(t = *slot) ) 109 *slot = list;
|
| H A D | dtdisc.c | 106 reg Dtlink_t *root, *t, *next, **slot, **eslot; local 140 for(eslot = (slot = dt->data->htab)+dt->data->ntab; slot < eslot; ++slot) 141 { if(!(t = *slot) ) 148 *slot = NIL(Dtlink_t*);
|
| H A D | dtmethod.c | 84 reg Dtlink_t *list, *t, **slot, **eslot; local 126 slot = (Dtlink_t**)(*dt->memoryf) 128 if(!slot) 131 dt->data->htab = slot; 132 for(eslot = slot+n; slot < eslot; ++slot) 133 *slot = NIL(Dtlink_t*);
|
| H A D | dthash.c | 87 reg Dtlink_t *t, *next, **chain, **slot, **oslot, **eslot; local 98 slot = (Dtlink_t**)(*dt->memoryf) 100 if(!slot) 102 for(eslot = slot+nslot-1; eslot >= slot; --eslot) 109 { chain = slot + HINDEX(nslot,t->hash); 119 dt->data->htab = slot; 136 reg Dtlink_t **slot = NIL(Dtlink_t**), **eslot; local 144 eslot = (slot = dt->data->htab) + dt->data->ntab; 147 for(; slot < eslo [all...] |
| /ast/src/lib/librecsort/ |
| H A D | rs-rasp.c | 38 Rsobj_t* slot[SLOT][UCHAR_MAX+1]; member in struct:rsrasp_s 83 { if((r = rasp->slot[0][index]) ) 85 else rasp->slot[0][index] = obj; 89 { if((r = rasp->slot[cr][index]) ) 91 else r = rasp->slot[cr][index] = obj; 416 { if(!(r = rasp->slot[e][n]) ) 422 rasp->slot[e][n] = NIL(Rsobj_t*); 425 if((r = rasp->slot[0][n]) ) 431 rasp->slot[0][n] = NIL(Rsobj_t*);
|
| /ast/src/lib/libtk/generic/ |
| H A D | tkGrid.c | 32 #define CHECK_ONLY (1) /* check max slot constraint */ 38 * required, the layout calculations overwehlm them. [A "slot" contains 47 * However, the space is proportional to the highest numbered slot with 63 * Structure to hold information for grid masters. A slot is either 68 int minSize; /* The minimum size of this slot (in pixels). 71 int weight; /* The resize weight of this slot. (0) means 72 * this slot doesn't resize. Extra space in 76 * this slot. This amount is "added" to the 77 * largest slave in the slot. */ 81 * of this slot fro 688 int slot; /* the column or row number */ local 936 register int slot; /* Current slot. */ local 1349 int slot; /* The current slot. */ local [all...] |
Completed in 27 milliseconds