top               799 gtags-parser/asm_parse.c yy_stack_print (yytype_int16 *bottom, yytype_int16 *top)
top               802 gtags-parser/asm_parse.c yy_stack_print (bottom, top)
top               804 gtags-parser/asm_parse.c     yytype_int16 *top;
top               808 gtags-parser/asm_parse.c   for (; bottom <= top; ++bottom)
top                64 libdb/bt_conv.c 	indx_t i, top;
top                83 libdb/bt_conv.c 	top = NEXTINDEX(h);
top                85 libdb/bt_conv.c 		for (i = 0; i < top; i++) {
top               100 libdb/bt_conv.c 		for (i = 0; i < top; i++) {
top               132 libdb/bt_conv.c 	indx_t i, top;
top               144 libdb/bt_conv.c 	top = NEXTINDEX(h);
top               146 libdb/bt_conv.c 		for (i = 0; i < top; i++) {
top               161 libdb/bt_conv.c 		for (i = 0; i < top; i++) {
top               166 libdb/bt_debug.c 	indx_t cur, top;
top               190 libdb/bt_debug.c 	top = NEXTINDEX(h);
top               192 libdb/bt_debug.c 	    h->lower, h->upper, top);
top               193 libdb/bt_debug.c 	for (cur = 0; cur < top; cur++) {
top               626 libdb/bt_split.c 	indx_t full, half, nxt, off, skip, top, used;
top               641 libdb/bt_split.c 	for (nxt = off = 0, top = NEXTINDEX(h); nxt < top; ++off) {
top               678 libdb/bt_split.c 		    used + nbytes + sizeof(indx_t) >= full) || nxt == top - 1) {
top               738 libdb/bt_split.c 	for (off = 0; nxt < top; ++off) {
top               770 libdb/bt_split.c 	if (skip == top)
top               824 libdb/bt_split.c 	indx_t nxt, top;
top               826 libdb/bt_split.c 	for (recs = 0, nxt = 0, top = NEXTINDEX(h); nxt < top; ++nxt)
top               238 libglibc/getopt.c   int top = optind;
top               246 libglibc/getopt.c   while (top > middle && middle > bottom)
top               248 libglibc/getopt.c       if (top - middle > middle - bottom)
top               258 libglibc/getopt.c 	      argv[bottom + i] = argv[top - (middle - bottom) + i];
top               259 libglibc/getopt.c 	      argv[top - (middle - bottom) + i] = tem;
top               262 libglibc/getopt.c 	  top -= len;
top               267 libglibc/getopt.c 	  int len = top - middle;