OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:PRINTF
(Results
26 - 28
of
28
) sorted by null
1
2
/external/opencv/cv/src/
cvcalibinit.cpp
67
static int
PRINTF
( const char* fmt, ... )
75
static int
PRINTF
( const char*, ... )
288
PRINTF
("EX quad count: %d/%d\n", quad_count, expected_corners_num);
333
PRINTF
("Quad count: %d/%d\n", quad_count, expected_corners_num);
384
PRINTF
("Starting ordering of inner quads\n");
387
PRINTF
("Orig count: %d After ordering: %d\n", icount, count);
423
PRINTF
("Connected group: %d orig count: %d cleaned: %d\n", group_idx, icount, count);
426
PRINTF
("Connected group: %d count: %d cleaned: %d\n", group_idx, icount, count);
613
PRINTF
("col: %d row: %d\n", col, row);
626
PRINTF
("HIST[%d] = %d\n", i, col_hist[i+HSIZE])
[
all
...]
/hardware/intel/common/libmix/mix_vbp/viddec_fw/fw/codecs/h264/include/
h264.h
35
#define
PRINTF
(format, args...) OS_INFO("%s: %s[%d]:: " format, __FILE__, __FUNCTION__ , __LINE__ , ## args )
37
//#define
PRINTF
(args...)
/toolchain/binutils/binutils-2.25/opcodes/
bfin-dis.c
26
#ifndef
PRINTF
27
#define
PRINTF
printf
[
all
...]
Completed in 143 milliseconds
1
2