Home
last modified time | relevance | path

Searched defs:raw_buffer (Results 1 – 7 of 7) sorted by relevance

/external/tensorflow/tensorflow/lite/
Dstring_util.cc120 int GetStringCount(const char* raw_buffer) { in GetStringCount()
130 StringRef GetString(const char* raw_buffer, int string_index) { in GetString()
/external/libcxxabi/src/
Dcxa_exception.cpp191 char *raw_buffer = in __cxa_allocate_exception() local
206 char *raw_buffer = in __cxa_free_exception() local
/external/v8/src/compiler/
Dnode.cc14 intptr_t raw_buffer = reinterpret_cast<intptr_t>(zone->New(size)); in New() local
95 intptr_t raw_buffer = reinterpret_cast<intptr_t>(zone->New(size)); in New() local
/external/python/cpython2/Modules/_sqlite/
Dcursor.c301 void* raw_buffer; in _pysqlite_fetch_one_row() local
Dconnection.c594 void* raw_buffer; in _pysqlite_build_py_params() local
/external/v8/src/heap/
Dgc-tracer.cc442 char raw_buffer[kBufferSize]; in Output() local
/external/libvpx/libvpx/vp8/encoder/
Dfirstpass.c378 YV12_BUFFER_CONFIG *raw_buffer, in zz_motion_search()