HomeSort by relevance Sort by last modified time
    Searched full:didx (Results 1 - 4 of 4) sorted by null

  /external/webkit/WebCore/platform/text/
Base64.cpp 82 unsigned didx = 0; local
99 out[didx++] = '\n';
102 out[didx++] = base64EncMap[(data[sidx] >> 2) & 077];
103 out[didx++] = base64EncMap[((data[sidx + 1] >> 4) & 017) | ((data[sidx] << 4) & 077)];
104 out[didx++] = base64EncMap[((data[sidx + 2] >> 6) & 003) | ((data[sidx + 1] << 2) & 077)];
105 out[didx++] = base64EncMap[data[sidx + 2] & 077];
112 out[didx++] = '\n';
114 out[didx++] = base64EncMap[(data[sidx] >> 2) & 077];
116 out[didx++] = base64EncMap[((data[sidx + 1] >> 4) & 017) | ((data[sidx] << 4) & 077)];
117 out[didx++] = base64EncMap[(data[sidx + 1] << 2) & 077]
164 unsigned didx = 0; local
    [all...]
  /external/icu4c/i18n/
nfsubs.cpp     [all...]
  /external/genext2fs/
genext2fs.c 2525 int didx = 0; local
    [all...]
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/lib/
libpthread.a     [all...]

Completed in 77 milliseconds