OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:streamcallback
(Results
1 - 4
of
4
) sorted by null
/external/nanopb-c/tests/basic_stream/
encode_stream.c
10
bool
streamcallback
(pb_ostream_t *stream, const uint8_t *buf, size_t count)
function
26
pb_ostream_t stream = {&
streamcallback
, NULL, SIZE_MAX, 0};
/external/nanopb-c/tests/encode_unittests/
encode_unittests.c
9
bool
streamcallback
(pb_ostream_t *stream, const uint8_t *buf, size_t count)
function
66
pb_ostream_t stream = {&
streamcallback
, 0, SIZE_MAX, 0};
/external/tensorflow/tensorflow/stream_executor/cuda/
cuda_driver.h
285
typedef void (*
StreamCallback
)(CUstream stream, CUresult status, void *data);
288
// See
StreamCallback
above and the NVIDIA documentation for additional
291
StreamCallback
callback, void *data);
cuda_driver.cc
823
StreamCallback
callback,
[
all
...]
Completed in 216 milliseconds