Searched refs:chptr (Results 1 - 7 of 7) sorted by relevance

/external/oprofile/libpopt/
H A Dfindme.c17 char * start, * chptr; local
32 chptr = NULL;
35 if ((chptr = strchr(start, ':')))
36 *chptr = '\0';
42 if (chptr)
43 start = chptr + 1;
H A Dpoptconfig.c98 const char * file, * chptr, * end; local
129 chptr = file;
131 /*@-infloops@*/ /* LCL: can't detect chptr++ */
132 while (chptr < end) {
133 switch (*chptr) {
140 chptr++;
143 *dst++ = *chptr++;
144 if (chptr < end) {
145 if (*chptr == '\n')
146 dst--, chptr
[all...]
/external/e2fsprogs/ext2ed/
H A Dmain.c268 char * chptr = foo; local
279 if (chptr > foo) {
281 chptr--;
289 *chptr++ = ch;
294 *chptr = '\0';
/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/tremolo/Tremolo/
H A Ddpen.s408 MOV r10,r1 @ r10= 0xa[chptr] chptr=0
420 @ r10= 0xa[chptr]
433 LDR r2, [r10],#4 @ r2 = a[chptr++]
435 CMP r10,r8 @ if (chptr == ch)
436 SUBEQ r10,r10,r6, LSL #2 @ chptr = 0
437 LDR r14,[r2, r11,LSL #2]! @ r2 = 0xa[chptr++][i] r14=[r12]
441 ADD r12,r12,r14 @ r12= a[chptr++][i]+ v[j]
442 STR r12,[r2] @ r12= a[chptr++][i]+=v[j]
H A Dcodebook.c884 int chptr=0; local
890 a[chptr++][i]+=v[j];
891 if(chptr==ch){
892 chptr=0;
/external/pcre/dist/
H A Dpcre_compile.c975 will be placed in chptr. A backreference to group n is returned as negative n.
977 chptr. On entry, ptr is pointing at the \. On exit, it is on the final
982 chptr points to a returned data character
995 check_escape(const pcre_uchar **ptrptr, pcre_uint32 *chptr, int *errorcodeptr, argument
1465 *chptr = c;

Completed in 1873 milliseconds