OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:config_debug
(Results
1 - 25
of
51
) sorted by null
1
2
3
/external/jemalloc/include/jemalloc/internal/
assert.h
7
if (unlikely(
config_debug
&& !(e))) { \
18
if (
config_debug
) { \
30
if (
config_debug
) { \
40
if (unlikely(
config_debug
&& !(e))) \
/external/libvpx/libvpx/vp8/common/
treecoder.c
12
#if
CONFIG_DEBUG
67
#if
CONFIG_DEBUG
91
#if
CONFIG_DEBUG
100
#if
CONFIG_DEBUG
130
#if
CONFIG_DEBUG
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/common/
treecoder.c
12
#if
CONFIG_DEBUG
67
#if
CONFIG_DEBUG
91
#if
CONFIG_DEBUG
100
#if
CONFIG_DEBUG
130
#if
CONFIG_DEBUG
/hardware/intel/common/omx-components/videocodec/libvpx_internal/x86/
vpx_config.asm
33
CONFIG_DEBUG
equ 0
/external/libvpx/libvpx/vp9/common/
vp9_common.h
47
#if
CONFIG_DEBUG
/external/ltrace/
configure.ac
362
y | yes)
CONFIG_DEBUG
=yes ;;
363
*)
CONFIG_DEBUG
=no ;;
365
[
CONFIG_DEBUG
=no])
366
AC_MSG_RESULT([${
CONFIG_DEBUG
}])
367
if test "${
CONFIG_DEBUG
}" = "yes"; then
/external/libvpx/config/arm/
vpx_config.asm
36
.equ
CONFIG_DEBUG
, 0
vpx_config.h
45
#define
CONFIG_DEBUG
0
/external/libvpx/config/arm-neon/
vpx_config.asm
36
.equ
CONFIG_DEBUG
, 0
vpx_config.h
45
#define
CONFIG_DEBUG
0
/external/libvpx/config/arm64/
vpx_config.asm
36
.equ
CONFIG_DEBUG
, 0
vpx_config.h
45
#define
CONFIG_DEBUG
0
/external/libvpx/config/generic/
vpx_config.asm
36
.equ
CONFIG_DEBUG
, 0
vpx_config.h
45
#define
CONFIG_DEBUG
0
/external/libvpx/config/mips32/
vpx_config.h
45
#define
CONFIG_DEBUG
0
/external/libvpx/config/mips32-dspr2/
vpx_config.h
45
#define
CONFIG_DEBUG
0
/external/libvpx/config/mips64/
vpx_config.h
45
#define
CONFIG_DEBUG
0
/external/libvpx/config/x86/
vpx_config.asm
33
%define
CONFIG_DEBUG
0
vpx_config.h
45
#define
CONFIG_DEBUG
0
/external/libvpx/config/x86_64/
vpx_config.asm
33
%define
CONFIG_DEBUG
0
vpx_config.h
45
#define
CONFIG_DEBUG
0
/external/libvpx/libvpx/vp8/decoder/
onyxd_int.h
138
#if
CONFIG_DEBUG
/hardware/intel/common/omx-components/videocodec/libvpx_internal/armv7a/
vpx_config.h
45
#define
CONFIG_DEBUG
0
/hardware/intel/common/omx-components/videocodec/libvpx_internal/armv7a-neon/
vpx_config.h
45
#define
CONFIG_DEBUG
0
/hardware/intel/common/omx-components/videocodec/libvpx_internal/generic/
vpx_config.h
45
#define
CONFIG_DEBUG
0
Completed in 759 milliseconds
1
2
3