OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:__VERSION
(Results
1 - 6
of
6
) sorted by null
/external/libjpeg-turbo/release/
makedpkg.in
55
| sed s/{
__VERSION
}/$VERSION/g | sed s/{__BUILD}/$BUILD/g \
/system/sepolicy/tools/
insertkeys.py
11
__VERSION
= (0, 1)
221
version = "%prog " + str(
__VERSION
)
/external/valgrind/coregrind/m_debuginfo/
lzodefs.h
114
#elif 0 && defined(
__VERSION
) && defined(MB_LEN_MAX)
115
# if (
__VERSION
== 520) && (MB_LEN_MAX == 1)
117
# define __AZTEC_C__
__VERSION
[
all
...]
minilzo-inl.c
138
#elif 0 && defined(
__VERSION
) && defined(MB_LEN_MAX)
139
# if (
__VERSION
== 520) && (MB_LEN_MAX == 1)
141
# define __AZTEC_C__
__VERSION
[
all
...]
/external/libvncserver/common/
lzodefs.h
127
#elif 0 && defined(
__VERSION
) && defined(MB_LEN_MAX)
128
# if (
__VERSION
== 520) && (MB_LEN_MAX == 1)
130
# define __AZTEC_C__
__VERSION
[
all
...]
minilzo.c
147
#elif 0 && defined(
__VERSION
) && defined(MB_LEN_MAX)
148
# if (
__VERSION
== 520) && (MB_LEN_MAX == 1)
150
# define __AZTEC_C__
__VERSION
[
all
...]
Completed in 200 milliseconds