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

/ast/src/lib/libvcodex/
H A Dvcbcktsort.c31 ssize_t vcbcktsort(ssize_t* indx, ssize_t* list, ssize_t n, Vcchar_t* data, ssize_t* bckt) argument
33 ssize_t vcbcktsort(indx, list, n, data, bckt)
34 ssize_t* indx; /* output sorted indxes */
64 indx[bckt[data[list[p]]]++] = list[p];
68 indx[bckt[data[p]]++] = p;
/ast/src/cmd/ksh93/bltins/
H A Dhist.c50 int range[2], incr, index2, indx= -1; local
85 if(indx<=0)
89 range[++indx] = flag;
121 flag = indx;
/ast/src/cmd/ksh93/sh/
H A Dio.c1143 int r, indx = shp->topfd, perm= -1; local
1309 sh_iosave(shp,toclose,indx,(char*)0); /* save file descriptor */
1391 return(indx);
1487 sh_iosave(shp,fn,indx,tname?fname:(trunc?Empty:0));
1490 sh_iosave(shp,fn,indx|IOSUBSHELL,tname?fname:0);
1516 sh_iosave(shp,fn,indx|0x10000,tname?fname:(trunc?Empty:0));
1543 return(indx);
H A Dxec.c1482 volatile int indx; local
1495 indx = path_search(shp,com0,NIL(Pathcomp_t**),0);
1496 if(indx==1)
1508 if(indx==1)
1535 indx = shp->topfd;
1543 indx = sh_redirect(shp,io,execflg);
1567 sh_iorestore(shp,indx,jmpval);
/ast/src/cmd/ie/
H A Dedit.c1299 register int indx = 0; local
1316 widths[indx++] = n;
1318 widths[indx++] = n;
/ast/src/lib/libbz/
H A Dbzlib.c665 __inline__ Int32 indexIntoF ( Int32 indx, Int32 *cftab ) argument
672 if (indx >= cftab[mid]) nb = mid; else na = mid;

Completed in 31 milliseconds