Searched defs:chptr (Results 1 - 4 of 4) sorted by relevance

/external/libvorbis/lib/
H A Dcodebook.c448 int chptr=0; local
456 a[chptr++][i]+=t[j];
457 if(chptr==ch){
458 chptr=0;
/external/e2fsprogs/ext2ed/
H A Dmain.c268 char * chptr = foo; local
279 if (chptr > foo) {
281 chptr--;
289 *chptr++ = ch;
294 *chptr = '\0';
/external/tremolo/Tremolo/
H A Dcodebook.c903 int chptr=0; local
909 a[chptr++][i]+=v[j];
910 if(chptr==ch){
911 chptr=0;
/external/pcre/dist/
H A Dpcre_compile.c985 will be placed in chptr. A backreference to group n is returned as negative n.
987 chptr. On entry, ptr is pointing at the \. On exit, it is on the final
992 chptr points to a returned data character
1005 check_escape(const pcre_uchar **ptrptr, pcre_uint32 *chptr, int *errorcodeptr, argument
1484 *chptr = c;

Completed in 231 milliseconds