/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/iproute2/tc/ |
emp_ematch.l | 34 static void __attribute__ ((unused)) yyunput (int c,char *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/webkit/Tools/android/flex-2.5.4a/ |
FlexLexer.h | 124 void yyunput( int c, char* buf_ptr );
|
flex.skl | 315 static void yyunput YY_PROTO(( int c, char *buf_ptr )); [all...] |
skel.c | 320 "static void yyunput YY_PROTO(( int c, char *buf_ptr ));", [all...] |
initscan.c | [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...] |
/external/stlport/stlport/stl/ |
_rope.c | 23 // Set buf_start, buf_end, and buf_ptr appropriately, filling tmp_buf 25 // Results in a valid buf_ptr if the iterator can be legitimately 85 // Set buf_start, buf_end, and buf_ptr appropriately, filling tmp_buf 87 // Results in a valid buf_ptr if the iterator can be legitimately [all...] |
/ndk/sources/cxx-stl/stlport/stlport/stl/ |
_rope.c | 23 // Set buf_start, buf_end, and buf_ptr appropriately, filling tmp_buf 25 // Results in a valid buf_ptr if the iterator can be legitimately 85 // Set buf_start, buf_end, and buf_ptr appropriately, filling tmp_buf 87 // Results in a valid buf_ptr if the iterator can be legitimately [all...] |
/prebuilt/ndk/android-ndk-r5/sources/cxx-stl/stlport/stlport/stl/ |
_rope.c | 23 // Set buf_start, buf_end, and buf_ptr appropriately, filling tmp_buf 25 // Results in a valid buf_ptr if the iterator can be legitimately 85 // Set buf_start, buf_end, and buf_ptr appropriately, filling tmp_buf 87 // Results in a valid buf_ptr if the iterator can be legitimately [all...] |
/prebuilt/ndk/android-ndk-r6/sources/cxx-stl/stlport/stlport/stl/ |
_rope.c | 23 // Set buf_start, buf_end, and buf_ptr appropriately, filling tmp_buf 25 // Results in a valid buf_ptr if the iterator can be legitimately 85 // Set buf_start, buf_end, and buf_ptr appropriately, filling tmp_buf 87 // Results in a valid buf_ptr if the iterator can be legitimately [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...] |
/prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/ext/ |
ropeimpl.h | 61 // Set buf_start, buf_end, and buf_ptr appropriately, filling tmp_buf 63 // Results in a valid buf_ptr if the iterator can be legitimately [all...] |
/prebuilt/ndk/android-ndk-r5/sources/cxx-stl/gnu-libstdc++/include/ext/ |
ropeimpl.h | 61 // Set buf_start, buf_end, and buf_ptr appropriately, filling tmp_buf 63 // Results in a valid buf_ptr if the iterator can be legitimately [all...] |
/prebuilt/ndk/android-ndk-r6/sources/cxx-stl/gnu-libstdc++/include/ext/ |
ropeimpl.h | 61 // Set buf_start, buf_end, and buf_ptr appropriately, filling tmp_buf 63 // Results in a valid buf_ptr if the iterator can be legitimately [all...] |
/system/core/sh/ |
arith_lex.c | 553 static void yyunput (int c,char *buf_ptr ); [all...] |
/external/elfutils/src/ |
ldlex.c | [all...] |
/external/mesa3d/src/glsl/glcpp/ |
glcpp-lex.c | 818 static void yyunput (int c,char *buf_ptr ,yyscan_t yyscanner); [all...] |
/external/webkit/Tools/android/flex-2.5.4a/MISC/MVS/ |
initscan-mvs.c | [all...] |
/prebuilt/linux-x86/flex/ |
flex-2.5.4a | |
/external/libpcap/ |
scanner.c | [all...] |