Searched refs:len (Results 201 - 208 of 208) sorted by relevance

123456789

/system/core/sh/
H A Dparser.c912 int len; local
1134 len = out - stackblock();
1139 && len <= 2
1149 grabstackblock(len);
/system/security/keystore/
H A Dkeystore.cpp823 int len = i2d_PKCS8_PRIV_KEY_INFO(pkcs8.get(), NULL); local
824 if (len < 0) {
830 pkcs8key.length = len;
832 if (i2d_PKCS8_PRIV_KEY_INFO(pkcs8.get(), &tmp) != len) {
/system/core/init/
H A Dinit_parser.c173 static int push_chars(char **dst, int *len, const char *chars, int cnt) argument
175 if (cnt > *len)
180 *len -= cnt;
/system/vold/
H A DVolumeManager.cpp79 char *VolumeManager::asecHash(const char *id, char *buffer, size_t len) { argument
92 } else if (len < MD5_ASCII_LENGTH_PLUS_NULL) {
94 MD5_ASCII_LENGTH_PLUS_NULL, len);
/system/extras/tests/sdcard/
H A Dsdcard_perf_test.cpp88 #define FADVISE(fd, off, len, advice) (void)0
/system/core/toolbox/
H A Ddd.c566 bwrite(int fd, const void *buf, size_t len) argument
573 rv = write(fd, buf, len);
/system/core/libusbhost/
H A Dusbhost.c540 ctrl.len = length;
/system/core/libpixelflinger/
H A Dscanline.cpp617 GGLcolor ADJUST_COLOR_ITERATOR(GGLcolor v, GGLcolor dvdx, int len) argument
619 const int32_t end = dvdx * (len-1) + v;

Completed in 292 milliseconds

123456789