/bionic/tools/relocation_packer/src/ |
sleb128.h | 24 template<typename int_t> 33 void Enqueue(int_t value); 37 void EnqueueAll(const std::vector<int_t>& values); 49 template <typename int_t> 60 int_t Dequeue(); 64 void DequeueAll(std::vector<int_t>* values);
|
sleb128.cc | 21 typedef int64_t int_t; typedef in class:__anon1239::uint_traits 27 typedef int32_t int_t; typedef in class:__anon1239::uint_traits 49 typedef typename uint_traits<uint_t>::int_t int_t; typedef 53 const bool negative = static_cast<int_t>(value) < 0;
|
/external/clang/test/Index/ |
blocks.c | 3 typedef int int_t; typedef 9 ^ int_t(struct foo *foo) { return (int_t) foo->x + i; }(&_foo); function 21 // CHECK: blocks.c:9:5: TypeRef=int_t:3:13 Extent=[9:5 - 9:10] 28 // CHECK: blocks.c:9:38: TypeRef=int_t:3:13 Extent=[9:38 - 9:43]
|
comment-c-decls.c | 60 typedef int INT_T; 61 // CHECK: <Declaration>typedef int INT_T</Declaration>
|
format-comment-cdecls.c | 55 typedef int INT_T; 56 // CHECK: <Declaration>typedef int INT_T</Declaration>
|
/external/opencv3/modules/photo/ |
opencl_kernels_photo.cpp | 49 "int_t retval = convert_int_t(abs_diff(a, b));\n" 51 "int_t diff = convert_int_t(a) - convert_int_t(b);\n" 52 "int_t retval = diff * diff;\n" 74 "int_t A = convert_int_t(down_value) - convert_int_t(down_value_t);\n" 75 "int_t B = convert_int_t(up_value) - convert_int_t(up_value_t);\n" 76 "int_t retval = (A - B) * (A + B);\n"
|
/external/opencv3/modules/photo/src/opencl/ |
nlmeans.cl | 52 int_t retval = convert_int_t(abs_diff(a, b)); 54 int_t diff = convert_int_t(a) - convert_int_t(b); 55 int_t retval = diff * diff; 79 int_t A = convert_int_t(down_value) - convert_int_t(down_value_t); 80 int_t B = convert_int_t(up_value) - convert_int_t(up_value_t); 81 int_t retval = (A - B) * (A + B);
|
/external/autotest/tko/ |
utils_unittest.py | 38 for int_t, str_t in itertools.izip(int_times, str_times): 39 date_int = utils.get_timestamp({"key": int_t}, "key")
|
/external/clang/test/FixIt/ |
fixit.c | 50 // CHECK: const typedef int int_t; 51 const typedef typedef int int_t; // expected-warning {{duplicate 'typedef'}} typedef
|
/external/eigen/Eigen/ |
SuperLUSupport | 12 typedef int int_t;
|
/external/vulkan-validation-layers/libs/glm/detail/ |
type_int.hpp | 145 typedef mediump_int int_t; typedef in namespace:glm 147 typedef highp_int int_t; typedef in namespace:glm 149 typedef mediump_int int_t; typedef in namespace:glm 151 typedef lowp_int int_t; typedef in namespace:glm
|
/external/webrtc/webrtc/base/ |
basictypes.h | 15 #include <stdint.h> // for uintptr_t and (u)int_t types.
|
/external/clang/test/SemaCXX/ |
ms-interface.cpp | 20 using int_t = int;
|
/external/opencv3/modules/imgproc/src/opencl/ |
bilateral.cl | 76 int_t val0 = convert_int_t(loadpix(src + src_index)); 85 int_t val = convert_int_t(loadpix(src + src_index + space_ofs[k]));
|
/external/opencv3/modules/cudalegacy/src/cuda/ |
ccomponetns.cu | 213 typedef InInterval<typename IntervalsTraits<T>::dist_type, IntervalsTraits<T>::ch> Int_t; 215 Int_t inInt(lo, hi); 216 computeConnectivity<T, Int_t><<<grid, block, 0, stream>>>(static_cast<const PtrStepSz<T> >(image), edges, inInt);
|
/external/opencv3/modules/photo/src/ |
fast_nlmeans_denoising_opencl.hpp | 104 " -D pixel_t=%s -D int_t=%s -D wlut_t=%s"
|
/external/clang/test/Sema/ |
format-strings.c | 288 typedef enum { A } int_t; typedef in typeref:enum:__anon7871 289 void f0(int_t x) { printf("%d\n", x); }
|
/external/opencv3/modules/imgproc/src/ |
smooth.cpp | [all...] |
/external/opencv3/modules/imgproc/ |
opencl_kernels_imgproc.cpp | 128 "int_t val0 = convert_int_t(loadpix(src + src_index));\n" 137 "int_t val = convert_int_t(loadpix(src + src_index + space_ofs[k]));\n" [all...] |
/prebuilts/tools/common/m2/repository/com/fasterxml/jackson/core/jackson-core/2.1.3/ |
jackson-core-2.1.3.jar | |