OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:val_buf
(Results
1 - 2
of
2
) sorted by null
/toolchain/binutils/binutils-2.25/gas/
messages.c
395
char
val_buf
[sizeof (val) * 3 + 2];
local
402
sprintf_vma (
val_buf
, (bfd_vma) val);
410
as_bad_where (file, line, err, prefix,
val_buf
, min_buf, max_buf);
412
as_warn_where (file, line, err, prefix,
val_buf
, min_buf, max_buf);
/external/opencv3/apps/traincascade/
old_ml_tree.cpp
1013
float*
val_buf
= (float*)(uchar*)inn_buf;
local
1827
float*
val_buf
= (float*)(uchar*)inn_buf;
local
[
all
...]
Completed in 304 milliseconds