Searched refs:sx (Results 1 - 6 of 6) sorted by relevance

/ast/src/lib/libast/hash/
H A Dhashview.c48 register Hash_bucket_t** sx; local
60 sx = &top->table[top->size];
62 while (sp < sx)
75 sx = &top->table[top->size];
77 while (sp < sx)
H A Dhashfree.c45 Hash_bucket_t** sx; local
65 sx = &tab->table[tab->size];
67 while (sp < sx)
H A Dhashdump.c57 Hash_bucket_t** sx; local
62 sx = tab->table + tab->size;
63 for (sp = tab->table; sp < sx; sp++)
H A Dhashscan.c68 register Hash_bucket_t** sx = tab->table + tab->size; local
70 while (sp < sx)
/ast/src/lib/libcs/
H A Dcsaddr.c203 char* sx; local
209 sx = &state->temp[sizeof(state->temp) - 1];
210 s += sfsprintf(s, sx - s, "%s/", CS_SVC_REMOTE);
214 while (*t && s < sx)
225 if (s >= sx) break;
/ast/src/lib/libdss/
H A Dcxopen.c1967 Cx_t* sx; local
2011 if (sx = cx->scope)
2013 variable->header.index = sx->index++;
2014 cx->index = sx->index;

Completed in 15 milliseconds