HomeSort by relevance Sort by last modified time
    Searched refs:chp (Results 1 - 9 of 9) sorted by null

  /system/core/libcutils/
cpu_info.c 32 char* chp, *end; local
41 while ((chp = fgets(serial_number, sizeof(serial_number), file)) != NULL)
45 if (strncmp(chp, "Serial", 6) != 0)
48 chp = strchr(chp, ':');
49 if (!chp)
53 while ( *(++chp) == ' ') {}
56 end = chp;
61 whitespace = strchr(chp, ' ');
64 whitespace = strchr(chp, '\t')
    [all...]
  /external/valgrind/main/memcheck/tests/
malloc2.c 16 unsigned char* chp; local
31 chp = test_arr[j];
33 chp[k] = (unsigned char)(k + 99);
  /frameworks/av/media/libmedia/
MediaScannerClient.cpp 72 const char* chp = value; local
74 while ((ch = *chp++)) {
101 uint8_t* chp = (uint8_t *)s; local
103 while ((ch1 = *chp++)) {
105 ch2 = *chp++;
109 ch2 = *chp++;
111 ch2 = ((ch2 << 6) & 0xC0) | (*chp++ & 0x3F);
  /external/ppp/pppd/
main.c 628 struct subprocess *chp; local
630 for (chp = children; chp != NULL; chp = chp->next)
631 dbglog(" script %s, pid %d", chp->prog, chp->pid);
1753 struct subprocess *chp; local
1778 struct subprocess *chp; local
1796 struct subprocess *chp, **prevp; local
    [all...]
  /frameworks/native/cmds/dumpstate/
utils.c 373 char *chp = path; local
376 if (chp[0] == '/')
377 chp++;
380 while (chp && chp[0]) {
381 chp = strchr(chp, '/');
382 if (chp) {
383 *chp = 0;
385 *chp++ = '/'
    [all...]
  /frameworks/base/media/jni/
android_media_MediaScanner.cpp 177 char *chp = cleaned; local
179 while ((ch = *chp)) {
181 *chp = '?';
183 chp++;
  /external/chromium_org/third_party/WebKit/Source/wtf/text/
StringImpl.cpp 467 for (const LChar* chp = characters8(); chp != end; ++chp) {
468 if (UNLIKELY(isASCIIUpper(*chp)))
470 ored |= *chp;
497 for (const UChar* chp = characters16(); chp != end; ++chp) {
498 if (UNLIKELY(isASCIIUpper(*chp)))
500 ored |= *chp;
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/sound/
vx_core.h 109 void (*set_clock_source)(struct vx_core *chp, int src);
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/sound/
vx_core.h 109 void (*set_clock_source)(struct vx_core *chp, int src);

Completed in 746 milliseconds