Home
last modified time | relevance | path

Searched refs:h (Results 1 – 25 of 357) sorted by relevance

12345678910>>...15

/device/google/tangorpro-kernel/kernel-headers/linux/
Dvideodev2_exynos_media.h58 #define NV12N_Y_SIZE(w,h) (NV12N_STRIDE(w) * __ALIGN_UP((h), 16)) argument
59 #define NV12N_CBCR_SIZE(w,h) (NV12N_STRIDE(w) * __ALIGN_UP((h), 16) / 2) argument
60 #define NV12N_CBCR_BASE(base,w,h) ((base) + NV12N_Y_SIZE((w), (h))) argument
61 #define NV12N_10B_Y_8B_SIZE(w,h) (__ALIGN_UP((w), 64) * __ALIGN_UP((h), 16) + 256) argument
62 #define NV12N_10B_Y_2B_SIZE(w,h) ((__ALIGN_UP((w) / 4, 16) * __ALIGN_UP((h), 16) + 64)) argument
63 #define NV12N_10B_CBCR_8B_SIZE(w,h) \ argument
64 (__ALIGN_UP((__ALIGN_UP((w), 64) * (__ALIGN_UP((h), 16) / 2) + 256), 16))
65 #define NV12N_10B_CBCR_2B_SIZE(w,h) ((__ALIGN_UP((w) / 4, 16) * (__ALIGN_UP((h), 16) / 2) + 64)) argument
66 #define NV12N_10B_CBCR_BASE(base,w,h) ((base) + NV12N_10B_Y_8B_SIZE((w), (h)) + NV12N_10B_Y_2B_SIZE… argument
67 #define YUV420N_Y_SIZE(w,h) (__ALIGN_UP((w), 16) * __ALIGN_UP((h), 16) + 256) argument
[all …]
/device/google/lynx-kernel/original-kernel-headers/linux/
Dvideodev2_exynos_media.h92 #define NV12N_Y_SIZE(w, h) (NV12N_STRIDE(w) * __ALIGN_UP((h), 16)) argument
93 #define NV12N_CBCR_SIZE(w, h) (NV12N_STRIDE(w) * __ALIGN_UP((h), 16) / 2) argument
94 #define NV12N_CBCR_BASE(base, w, h) \ argument
95 ((base) + NV12N_Y_SIZE((w), (h)))
96 #define NV12N_10B_Y_8B_SIZE(w, h) \ argument
97 (__ALIGN_UP((w), 64) * __ALIGN_UP((h), 16) + 256)
98 #define NV12N_10B_Y_2B_SIZE(w, h) \ argument
99 ((__ALIGN_UP((w) / 4, 16) * __ALIGN_UP((h), 16) + 64))
100 #define NV12N_10B_CBCR_8B_SIZE(w, h) \ argument
101 (__ALIGN_UP((__ALIGN_UP((w), 64) * (__ALIGN_UP((h), 16) / 2) + 256), 16))
[all …]
/device/google/pantah-kernel/kernel-headers/linux/
Dvideodev2_exynos_media.h58 #define NV12N_Y_SIZE(w,h) (NV12N_STRIDE(w) * __ALIGN_UP((h), 16)) argument
59 #define NV12N_CBCR_SIZE(w,h) (NV12N_STRIDE(w) * __ALIGN_UP((h), 16) / 2) argument
60 #define NV12N_CBCR_BASE(base,w,h) ((base) + NV12N_Y_SIZE((w), (h))) argument
61 #define NV12N_10B_Y_8B_SIZE(w,h) (__ALIGN_UP((w), 64) * __ALIGN_UP((h), 16) + 256) argument
62 #define NV12N_10B_Y_2B_SIZE(w,h) ((__ALIGN_UP((w) / 4, 16) * __ALIGN_UP((h), 16) + 64)) argument
63 #define NV12N_10B_CBCR_8B_SIZE(w,h) \ argument
64 (__ALIGN_UP((__ALIGN_UP((w), 64) * (__ALIGN_UP((h), 16) / 2) + 256), 16))
65 #define NV12N_10B_CBCR_2B_SIZE(w,h) ((__ALIGN_UP((w) / 4, 16) * (__ALIGN_UP((h), 16) / 2) + 64)) argument
66 #define NV12N_10B_CBCR_BASE(base,w,h) ((base) + NV12N_10B_Y_8B_SIZE((w), (h)) + NV12N_10B_Y_2B_SIZE… argument
67 #define YUV420N_Y_SIZE(w,h) (__ALIGN_UP((w), 16) * __ALIGN_UP((h), 16) + 256) argument
[all …]
/device/google/shusky-kernel/kernel-headers/linux/
Dvideodev2_exynos_media.h58 #define NV12N_Y_SIZE(w,h) (NV12N_STRIDE(w) * __ALIGN_UP((h), 16)) argument
59 #define NV12N_CBCR_SIZE(w,h) (NV12N_STRIDE(w) * __ALIGN_UP((h), 16) / 2) argument
60 #define NV12N_CBCR_BASE(base,w,h) ((base) + NV12N_Y_SIZE((w), (h))) argument
61 #define NV12N_10B_Y_8B_SIZE(w,h) (__ALIGN_UP((w), 64) * __ALIGN_UP((h), 16) + 256) argument
62 #define NV12N_10B_Y_2B_SIZE(w,h) ((__ALIGN_UP((w) / 4, 16) * __ALIGN_UP((h), 16) + 64)) argument
63 #define NV12N_10B_CBCR_8B_SIZE(w,h) \ argument
64 (__ALIGN_UP((__ALIGN_UP((w), 64) * (__ALIGN_UP((h), 16) / 2) + 256), 16))
65 #define NV12N_10B_CBCR_2B_SIZE(w,h) ((__ALIGN_UP((w) / 4, 16) * (__ALIGN_UP((h), 16) / 2) + 64)) argument
66 #define NV12N_10B_CBCR_BASE(base,w,h) ((base) + NV12N_10B_Y_8B_SIZE((w), (h)) + NV12N_10B_Y_2B_SIZE… argument
67 #define YUV420N_Y_SIZE(w,h) (__ALIGN_UP((w), 16) * __ALIGN_UP((h), 16) + 256) argument
[all …]
/device/google/raviole-kernel/kernel-headers/linux/
Dvideodev2_exynos_media.h58 #define NV12N_Y_SIZE(w,h) (NV12N_STRIDE(w) * __ALIGN_UP((h), 16)) argument
59 #define NV12N_CBCR_SIZE(w,h) (NV12N_STRIDE(w) * __ALIGN_UP((h), 16) / 2) argument
60 #define NV12N_CBCR_BASE(base,w,h) ((base) + NV12N_Y_SIZE((w), (h))) argument
61 #define NV12N_10B_Y_8B_SIZE(w,h) (__ALIGN_UP((w), 64) * __ALIGN_UP((h), 16) + 256) argument
62 #define NV12N_10B_Y_2B_SIZE(w,h) ((__ALIGN_UP((w) / 4, 16) * __ALIGN_UP((h), 16) + 64)) argument
63 #define NV12N_10B_CBCR_8B_SIZE(w,h) \ argument
64 (__ALIGN_UP((__ALIGN_UP((w), 64) * (__ALIGN_UP((h), 16) / 2) + 256), 16))
65 #define NV12N_10B_CBCR_2B_SIZE(w,h) ((__ALIGN_UP((w) / 4, 16) * (__ALIGN_UP((h), 16) / 2) + 64)) argument
66 #define NV12N_10B_CBCR_BASE(base,w,h) ((base) + NV12N_10B_Y_8B_SIZE((w), (h)) + NV12N_10B_Y_2B_SIZE… argument
67 #define YUV420N_Y_SIZE(w,h) (__ALIGN_UP((w), 16) * __ALIGN_UP((h), 16) + 256) argument
[all …]
/device/google/pantah-kernel/original-kernel-headers/linux/
Dvideodev2_exynos_media.h92 #define NV12N_Y_SIZE(w, h) (NV12N_STRIDE(w) * __ALIGN_UP((h), 16)) argument
93 #define NV12N_CBCR_SIZE(w, h) (NV12N_STRIDE(w) * __ALIGN_UP((h), 16) / 2) argument
94 #define NV12N_CBCR_BASE(base, w, h) \ argument
95 ((base) + NV12N_Y_SIZE((w), (h)))
96 #define NV12N_10B_Y_8B_SIZE(w, h) \ argument
97 (__ALIGN_UP((w), 64) * __ALIGN_UP((h), 16) + 256)
98 #define NV12N_10B_Y_2B_SIZE(w, h) \ argument
99 ((__ALIGN_UP((w) / 4, 16) * __ALIGN_UP((h), 16) + 64))
100 #define NV12N_10B_CBCR_8B_SIZE(w, h) \ argument
101 (__ALIGN_UP((__ALIGN_UP((w), 64) * (__ALIGN_UP((h), 16) / 2) + 256), 16))
[all …]
/device/google/felix-kernel/original-kernel-headers/linux/
Dvideodev2_exynos_media.h92 #define NV12N_Y_SIZE(w, h) (NV12N_STRIDE(w) * __ALIGN_UP((h), 16)) argument
93 #define NV12N_CBCR_SIZE(w, h) (NV12N_STRIDE(w) * __ALIGN_UP((h), 16) / 2) argument
94 #define NV12N_CBCR_BASE(base, w, h) \ argument
95 ((base) + NV12N_Y_SIZE((w), (h)))
96 #define NV12N_10B_Y_8B_SIZE(w, h) \ argument
97 (__ALIGN_UP((w), 64) * __ALIGN_UP((h), 16) + 256)
98 #define NV12N_10B_Y_2B_SIZE(w, h) \ argument
99 ((__ALIGN_UP((w) / 4, 16) * __ALIGN_UP((h), 16) + 64))
100 #define NV12N_10B_CBCR_8B_SIZE(w, h) \ argument
101 (__ALIGN_UP((__ALIGN_UP((w), 64) * (__ALIGN_UP((h), 16) / 2) + 256), 16))
[all …]
/device/google/shusky-kernel/original-kernel-headers/linux/
Dvideodev2_exynos_media.h92 #define NV12N_Y_SIZE(w, h) (NV12N_STRIDE(w) * __ALIGN_UP((h), 16)) argument
93 #define NV12N_CBCR_SIZE(w, h) (NV12N_STRIDE(w) * __ALIGN_UP((h), 16) / 2) argument
94 #define NV12N_CBCR_BASE(base, w, h) \ argument
95 ((base) + NV12N_Y_SIZE((w), (h)))
96 #define NV12N_10B_Y_8B_SIZE(w, h) \ argument
97 (__ALIGN_UP((w), 64) * __ALIGN_UP((h), 16) + 256)
98 #define NV12N_10B_Y_2B_SIZE(w, h) \ argument
99 ((__ALIGN_UP((w) / 4, 16) * __ALIGN_UP((h), 16) + 64))
100 #define NV12N_10B_CBCR_8B_SIZE(w, h) \ argument
101 (__ALIGN_UP((__ALIGN_UP((w), 64) * (__ALIGN_UP((h), 16) / 2) + 256), 16))
[all …]
/device/google/raviole-kernel/original-kernel-headers/linux/
Dvideodev2_exynos_media.h92 #define NV12N_Y_SIZE(w, h) (NV12N_STRIDE(w) * __ALIGN_UP((h), 16)) argument
93 #define NV12N_CBCR_SIZE(w, h) (NV12N_STRIDE(w) * __ALIGN_UP((h), 16) / 2) argument
94 #define NV12N_CBCR_BASE(base, w, h) \ argument
95 ((base) + NV12N_Y_SIZE((w), (h)))
96 #define NV12N_10B_Y_8B_SIZE(w, h) \ argument
97 (__ALIGN_UP((w), 64) * __ALIGN_UP((h), 16) + 256)
98 #define NV12N_10B_Y_2B_SIZE(w, h) \ argument
99 ((__ALIGN_UP((w) / 4, 16) * __ALIGN_UP((h), 16) + 64))
100 #define NV12N_10B_CBCR_8B_SIZE(w, h) \ argument
101 (__ALIGN_UP((__ALIGN_UP((w), 64) * (__ALIGN_UP((h), 16) / 2) + 256), 16))
[all …]
/device/google/bluejay-kernel/kernel-headers/linux/
Dvideodev2_exynos_media.h58 #define NV12N_Y_SIZE(w,h) (NV12N_STRIDE(w) * __ALIGN_UP((h), 16)) argument
59 #define NV12N_CBCR_SIZE(w,h) (NV12N_STRIDE(w) * __ALIGN_UP((h), 16) / 2) argument
60 #define NV12N_CBCR_BASE(base,w,h) ((base) + NV12N_Y_SIZE((w), (h))) argument
61 #define NV12N_10B_Y_8B_SIZE(w,h) (__ALIGN_UP((w), 64) * __ALIGN_UP((h), 16) + 256) argument
62 #define NV12N_10B_Y_2B_SIZE(w,h) ((__ALIGN_UP((w) / 4, 16) * __ALIGN_UP((h), 16) + 64)) argument
63 #define NV12N_10B_CBCR_8B_SIZE(w,h) \ argument
64 (__ALIGN_UP((__ALIGN_UP((w), 64) * (__ALIGN_UP((h), 16) / 2) + 256), 16))
65 #define NV12N_10B_CBCR_2B_SIZE(w,h) ((__ALIGN_UP((w) / 4, 16) * (__ALIGN_UP((h), 16) / 2) + 64)) argument
66 #define NV12N_10B_CBCR_BASE(base,w,h) ((base) + NV12N_10B_Y_8B_SIZE((w), (h)) + NV12N_10B_Y_2B_SIZE… argument
67 #define YUV420N_Y_SIZE(w,h) (__ALIGN_UP((w), 16) * __ALIGN_UP((h), 16) + 256) argument
[all …]
/device/google/felix-kernel/kernel-headers/linux/
Dvideodev2_exynos_media.h58 #define NV12N_Y_SIZE(w,h) (NV12N_STRIDE(w) * __ALIGN_UP((h), 16)) argument
59 #define NV12N_CBCR_SIZE(w,h) (NV12N_STRIDE(w) * __ALIGN_UP((h), 16) / 2) argument
60 #define NV12N_CBCR_BASE(base,w,h) ((base) + NV12N_Y_SIZE((w), (h))) argument
61 #define NV12N_10B_Y_8B_SIZE(w,h) (__ALIGN_UP((w), 64) * __ALIGN_UP((h), 16) + 256) argument
62 #define NV12N_10B_Y_2B_SIZE(w,h) ((__ALIGN_UP((w) / 4, 16) * __ALIGN_UP((h), 16) + 64)) argument
63 #define NV12N_10B_CBCR_8B_SIZE(w,h) \ argument
64 (__ALIGN_UP((__ALIGN_UP((w), 64) * (__ALIGN_UP((h), 16) / 2) + 256), 16))
65 #define NV12N_10B_CBCR_2B_SIZE(w,h) ((__ALIGN_UP((w) / 4, 16) * (__ALIGN_UP((h), 16) / 2) + 64)) argument
66 #define NV12N_10B_CBCR_BASE(base,w,h) ((base) + NV12N_10B_Y_8B_SIZE((w), (h)) + NV12N_10B_Y_2B_SIZE… argument
67 #define YUV420N_Y_SIZE(w,h) (__ALIGN_UP((w), 16) * __ALIGN_UP((h), 16) + 256) argument
[all …]
/device/google/lynx-kernel/kernel-headers/linux/
Dvideodev2_exynos_media.h58 #define NV12N_Y_SIZE(w,h) (NV12N_STRIDE(w) * __ALIGN_UP((h), 16)) argument
59 #define NV12N_CBCR_SIZE(w,h) (NV12N_STRIDE(w) * __ALIGN_UP((h), 16) / 2) argument
60 #define NV12N_CBCR_BASE(base,w,h) ((base) + NV12N_Y_SIZE((w), (h))) argument
61 #define NV12N_10B_Y_8B_SIZE(w,h) (__ALIGN_UP((w), 64) * __ALIGN_UP((h), 16) + 256) argument
62 #define NV12N_10B_Y_2B_SIZE(w,h) ((__ALIGN_UP((w) / 4, 16) * __ALIGN_UP((h), 16) + 64)) argument
63 #define NV12N_10B_CBCR_8B_SIZE(w,h) \ argument
64 (__ALIGN_UP((__ALIGN_UP((w), 64) * (__ALIGN_UP((h), 16) / 2) + 256), 16))
65 #define NV12N_10B_CBCR_2B_SIZE(w,h) ((__ALIGN_UP((w) / 4, 16) * (__ALIGN_UP((h), 16) / 2) + 64)) argument
66 #define NV12N_10B_CBCR_BASE(base,w,h) ((base) + NV12N_10B_Y_8B_SIZE((w), (h)) + NV12N_10B_Y_2B_SIZE… argument
67 #define YUV420N_Y_SIZE(w,h) (__ALIGN_UP((w), 16) * __ALIGN_UP((h), 16) + 256) argument
[all …]
/device/google/tangorpro-kernel/original-kernel-headers/linux/
Dvideodev2_exynos_media.h92 #define NV12N_Y_SIZE(w, h) (NV12N_STRIDE(w) * __ALIGN_UP((h), 16)) argument
93 #define NV12N_CBCR_SIZE(w, h) (NV12N_STRIDE(w) * __ALIGN_UP((h), 16) / 2) argument
94 #define NV12N_CBCR_BASE(base, w, h) \ argument
95 ((base) + NV12N_Y_SIZE((w), (h)))
96 #define NV12N_10B_Y_8B_SIZE(w, h) \ argument
97 (__ALIGN_UP((w), 64) * __ALIGN_UP((h), 16) + 256)
98 #define NV12N_10B_Y_2B_SIZE(w, h) \ argument
99 ((__ALIGN_UP((w) / 4, 16) * __ALIGN_UP((h), 16) + 64))
100 #define NV12N_10B_CBCR_8B_SIZE(w, h) \ argument
101 (__ALIGN_UP((__ALIGN_UP((w), 64) * (__ALIGN_UP((h), 16) / 2) + 256), 16))
[all …]
/device/google/bluejay-kernel/original-kernel-headers/linux/
Dvideodev2_exynos_media.h92 #define NV12N_Y_SIZE(w, h) (NV12N_STRIDE(w) * __ALIGN_UP((h), 16)) argument
93 #define NV12N_CBCR_SIZE(w, h) (NV12N_STRIDE(w) * __ALIGN_UP((h), 16) / 2) argument
94 #define NV12N_CBCR_BASE(base, w, h) \ argument
95 ((base) + NV12N_Y_SIZE((w), (h)))
96 #define NV12N_10B_Y_8B_SIZE(w, h) \ argument
97 (__ALIGN_UP((w), 64) * __ALIGN_UP((h), 16) + 256)
98 #define NV12N_10B_Y_2B_SIZE(w, h) \ argument
99 ((__ALIGN_UP((w) / 4, 16) * __ALIGN_UP((h), 16) + 64))
100 #define NV12N_10B_CBCR_8B_SIZE(w, h) \ argument
101 (__ALIGN_UP((__ALIGN_UP((w), 64) * (__ALIGN_UP((h), 16) / 2) + 256), 16))
[all …]
/device/generic/goldfish-opengl/
DBUILD.gn4 "android-emu/aemu/base/AlignedBuf.h",
5 "android-emu/aemu/base/Allocator.h",
7 "android-emu/aemu/base/AndroidSubAllocator.h",
8 "android-emu/aemu/base/BumpPool.h",
10 "android-emu/aemu/base/AndroidHealthMonitor.h",
11 "android-emu/aemu/base/AndroidHealthMonitorConsumer.h",
13 "android-emu/aemu/base/AndroidHealthMonitorConsumerBasic.h",
15 "android-emu/aemu/base/Pool.h",
17 "android-emu/aemu/base/Process.h",
19 "android-emu/aemu/base/Tracing.h",
[all …]
/device/generic/goldfish-opengl/android-emu/aemu/base/containers/
DEntityManager.h78 using IteratorFunc = std::function<void(bool live, EntityHandle h, Item& item)>;
79 using ConstIteratorFunc = std::function<void(bool live, EntityHandle h, const Item& item)>;
81 static size_t getHandleIndex(EntityHandle h) {
82 return static_cast<size_t>(h & indexMask);
85 static size_t getHandleGeneration(EntityHandle h) {
86 return static_cast<size_t>((h & generationMask) >> indexBits);
89 static size_t getHandleType(EntityHandle h) {
90 return static_cast<size_t>((h & typeMask) >> (indexBits + generationBits));
103 static EntityHandle withIndex(EntityHandle h, size_t i) {
104 return makeHandle(i, getHandleGeneration(h), getHandleType(h));
[all …]
/device/google/contexthub/lib/nanohub/
Dsha2.c23 state->h[0] = 0x6a09e667; in sha2init()
24 state->h[1] = 0xbb67ae85; in sha2init()
25 state->h[2] = 0x3c6ef372; in sha2init()
26 state->h[3] = 0xa54ff53a; in sha2init()
27 state->h[4] = 0x510e527f; in sha2init()
28 state->h[5] = 0x9b05688c; in sha2init()
29 state->h[6] = 0x1f83d9ab; in sha2init()
30 state->h[7] = 0x5be0cd19; in sha2init()
68 uint32_t i, a, b, c, d, e, f, g, h; in sha2processBlock() local
82 a = state->h[0]; in sha2processBlock()
[all …]
/device/generic/vulkan-cereal/scripts/
Dgenerate-dispatch-headers.sh53 functions_header $ENTRIES_DIR/render_egl.entries $HEADER_OUT_DIR/RenderEGL_functions.h
54 …_header $ENTRIES_DIR/render_egl_extensions.entries $HEADER_OUT_DIR/RenderEGL_extensions_functions.h
55 …ions_header $ENTRIES_DIR/render_egl_snapshot.entries $HEADER_OUT_DIR/RenderEGL_snapshot_functions.h
57 funcargs_header $ENTRIES_DIR/gles1_extensions.entries $HEADER_OUT_DIR/gles1_extensions_functions.h
58 funcargs_header $ENTRIES_DIR/gles1_only.entries $HEADER_OUT_DIR/gles1_only_functions.h
59 funcargs_header $ENTRIES_DIR/gles2_extensions.entries $HEADER_OUT_DIR/gles2_extensions_functions.h
60 funcargs_header $ENTRIES_DIR/gles2_only.entries $HEADER_OUT_DIR/gles2_only_functions.h
61 funcargs_header $ENTRIES_DIR/gles31_only.entries $HEADER_OUT_DIR/gles31_only_functions.h
62 funcargs_header $ENTRIES_DIR/gles3_extensions.entries $HEADER_OUT_DIR/gles3_extensions_functions.h
63 funcargs_header $ENTRIES_DIR/gles3_only.entries $HEADER_OUT_DIR/gles3_only_functions.h
[all …]
/device/google/cuttlefish/
Diwyu.imp6 { include: ["\"json/reader.h\"", "private", "<json/json.h>", "public"] },
7 { include: ["\"json/value.h\"", "private", "<json/json.h>", "public"] },
8 { include: ["\"json/writer.h\"", "private", "<json/json.h>", "public"] },
9 { include: ["\"gmock/gmock-actions.h\"", "private", "<gmock/gmock.h>", "public"] },
10 { include: ["\"gmock/gmock-matchers.h\"", "private", "<gmock/gmock.h>", "public"] },
11 { include: ["\"gtest/gtest-matchers.h\"", "private", "<gtest/gtest.h>", "public"] },
12 { include: ["\"gtest/gtest-message.h\"", "private", "<gtest/gtest.h>", "public"] },
13 { include: ["\"gtest/gtest-test-part.h\"", "private", "<gtest/gtest.h>", "public"] },
14 { include: ["\"gtest/gtest_pred_impl.h\"", "private", "<gtest/gtest.h>", "public"] },
/device/google/sunfish/json-c/
DMakefile.am3 EXTRA_DIST = README.html README-WIN32.html config.h.win32 doc json-c.vcproj
13 arraylist.h \
14 bits.h \
15 debug.h \
16 json.h \
17 json_config.h \
18 json_c_version.h \
19 json_inttypes.h \
20 json_object.h \
21 json_object_iterator.h \
[all …]
Dconfigure.ac30 AC_CONFIG_HEADER(config.h)
31 AC_CONFIG_HEADER(json_config.h)
33 AC_CHECK_HEADERS(fcntl.h limits.h strings.h syslog.h unistd.h [sys/cdefs.h] [sys/param.h] stdarg.h
34 AC_CHECK_HEADER(inttypes.h,[AC_DEFINE([JSON_C_HAVE_INTTYPES_H],[1],[Public define for json_inttypes…
46 AC_CHECK_DECLS([INFINITY], [], [], [[#include <math.h>]])
47 AC_CHECK_DECLS([nan], [], [], [[#include <math.h>]])
48 AC_CHECK_DECLS([isnan], [], [], [[#include <math.h>]])
49 AC_CHECK_DECLS([isinf], [], [], [[#include <math.h>]])
50 AC_CHECK_DECLS([_isnan], [], [], [[#include <float.h>]])
51 AC_CHECK_DECLS([_finite], [], [], [[#include <float.h>]])
/device/google/redbull/json-c/
DMakefile.am3 EXTRA_DIST = README.html README-WIN32.html config.h.win32 doc json-c.vcproj
13 arraylist.h \
14 bits.h \
15 debug.h \
16 json.h \
17 json_config.h \
18 json_c_version.h \
19 json_inttypes.h \
20 json_object.h \
21 json_object_iterator.h \
[all …]
Dconfigure.ac30 AC_CONFIG_HEADER(config.h)
31 AC_CONFIG_HEADER(json_config.h)
33 AC_CHECK_HEADERS(fcntl.h limits.h strings.h syslog.h unistd.h [sys/cdefs.h] [sys/param.h] stdarg.h
34 AC_CHECK_HEADER(inttypes.h,[AC_DEFINE([JSON_C_HAVE_INTTYPES_H],[1],[Public define for json_inttypes…
46 AC_CHECK_DECLS([INFINITY], [], [], [[#include <math.h>]])
47 AC_CHECK_DECLS([nan], [], [], [[#include <math.h>]])
48 AC_CHECK_DECLS([isnan], [], [], [[#include <math.h>]])
49 AC_CHECK_DECLS([isinf], [], [], [[#include <math.h>]])
50 AC_CHECK_DECLS([_isnan], [], [], [[#include <float.h>]])
51 AC_CHECK_DECLS([_finite], [], [], [[#include <float.h>]])
/device/google/coral/json-c/
DMakefile.am3 EXTRA_DIST = README.html README-WIN32.html config.h.win32 doc json-c.vcproj
13 arraylist.h \
14 bits.h \
15 debug.h \
16 json.h \
17 json_config.h \
18 json_c_version.h \
19 json_inttypes.h \
20 json_object.h \
21 json_object_iterator.h \
[all …]
Dconfigure.ac30 AC_CONFIG_HEADER(config.h)
31 AC_CONFIG_HEADER(json_config.h)
33 AC_CHECK_HEADERS(fcntl.h limits.h strings.h syslog.h unistd.h [sys/cdefs.h] [sys/param.h] stdarg.h
34 AC_CHECK_HEADER(inttypes.h,[AC_DEFINE([JSON_C_HAVE_INTTYPES_H],[1],[Public define for json_inttypes…
46 AC_CHECK_DECLS([INFINITY], [], [], [[#include <math.h>]])
47 AC_CHECK_DECLS([nan], [], [], [[#include <math.h>]])
48 AC_CHECK_DECLS([isnan], [], [], [[#include <math.h>]])
49 AC_CHECK_DECLS([isinf], [], [], [[#include <math.h>]])
50 AC_CHECK_DECLS([_isnan], [], [], [[#include <float.h>]])
51 AC_CHECK_DECLS([_finite], [], [], [[#include <float.h>]])

12345678910>>...15