/external/chromium/sdch/open-vcdiff/src/ |
varint_bigendian.cc | 70 char* buf_ptr = &varint_buf[kMaxBytes - 1]; local 71 *buf_ptr = static_cast<char>(v & 0x7F); 72 --buf_ptr; 75 *buf_ptr = static_cast<char>((v & 0x7F) | 0x80); // add continuation bit 76 --buf_ptr;
|
/external/opencv/ml/src/ |
mlann_mlp.cpp | 889 double *buf_ptr; local 912 buf_ptr = buf->data.db; 916 x[j] = buf_ptr; 918 buf_ptr += (df[j] - x[j])*2; 985 cvInitMatHeader( grad1, 1, ovcount, CV_64F, buf_ptr ); 987 grad2->data.db = buf_ptr + max_count; 1064 double *buf_ptr; local 1101 buf_ptr = buf->data.db; 1105 x[i] = buf_ptr; 1107 buf_ptr += (df[i] - x[i])*2 [all...] |
/external/bluetooth/bluez/audio/ |
telephony-maemo5.c | 677 char buf[2] = { tone, '\0' }, *buf_ptr = buf; local 684 DBUS_TYPE_STRING, &buf_ptr, [all...] |
telephony-maemo6.c | 706 char buf[2] = { tone, '\0' }, *buf_ptr = buf; local 713 DBUS_TYPE_STRING, &buf_ptr, [all...] |
/external/libvpx/ |
vpxenc.c | 117 char *buf_ptr; member in struct:__anon7516 191 stats->buf_ptr = stats->buf.buf; 236 stats->buf_ptr = new_ptr + (stats->buf_ptr - (char *)stats->buf.buf); 248 memcpy(stats->buf_ptr, pkt, len); 250 stats->buf_ptr += len; [all...] |
/external/valgrind/main/perf/ |
tinycc.c | 2263 uint8_t *buf_ptr; member in struct:BufferedFile [all...] |