Home
last modified time | relevance | path

Searched refs:c_ (Results 1 – 25 of 65) sorted by relevance

123

/external/vulkan-validation-layers/demos/smoke/
DShellXcb.cpp103 xcb_disconnect(c_); in ~ShellXcb()
110 c_ = xcb_connect(nullptr, &scr); in init_connection()
111 if (!c_ || xcb_connection_has_error(c_)) { in init_connection()
112 xcb_disconnect(c_); in init_connection()
116 const xcb_setup_t *setup = xcb_get_setup(c_); in init_connection()
126 win_ = xcb_generate_id(c_); in create_window()
134 xcb_create_window(c_, in create_window()
142 xcb_intern_atom_cookie_t utf8_string_cookie = intern_atom_cookie(c_, "UTF8_STRING"); in create_window()
143 xcb_intern_atom_cookie_t _net_wm_name_cookie = intern_atom_cookie(c_, "_NET_WM_NAME"); in create_window()
144 xcb_intern_atom_cookie_t wm_protocols_cookie = intern_atom_cookie(c_, "WM_PROTOCOLS"); in create_window()
[all …]
DShellXcb.h50 xcb_connection_t *c_; variable
/external/webrtc/talk/app/webrtc/
Dproxy.h139 MethodCall0(C* c, Method m) : c_(c), m_(m) {} in MethodCall0()
147 void OnMessage(rtc::Message*) { r_.Invoke(c_, m_); } in OnMessage()
149 C* c_; variable
159 ConstMethodCall0(C* c, Method m) : c_(c), m_(m) {} in ConstMethodCall0()
167 void OnMessage(rtc::Message*) { r_.Invoke(c_, m_); } in OnMessage()
169 C* c_; variable
179 MethodCall1(C* c, Method m, T1 a1) : c_(c), m_(m), a1_(a1) {} in MethodCall1()
187 void OnMessage(rtc::Message*) { r_.Invoke(c_, m_, a1_); } in OnMessage()
189 C* c_; variable
200 ConstMethodCall1(C* c, Method m, T1 a1) : c_(c), m_(m), a1_(a1) {} in ConstMethodCall1()
[all …]
Dpeerconnectionfactoryproxy.h79 return c_->CreatePeerConnection(a1, a2, std::move(ptr_a3), in PROXY_METHOD1()
/external/ceres-solver/internal/ceres/
Dloss_function.cc63 const double sum = 1.0 + s * c_; in Evaluate()
68 rho[2] = - (c_ * rho[1]) / (2.0 * sum); in Evaluate()
72 const double sum = 1.0 + s * c_; in Evaluate()
77 rho[2] = - c_ * (inv * inv); in Evaluate()
92 c_(b * log(1.0 + exp(-a / b))) { in TolerantLoss()
105 rho[0] = s - a_ - c_; in Evaluate()
110 rho[0] = b_ * log(1.0 + e_x) - c_; in Evaluate()
/external/freetype/src/base/
Dftcalc.c178 FT_Long c_ ) in FT_MulDiv() argument
187 FT_MOVE_SIGN( c_, s ); in FT_MulDiv()
191 c = (FT_UInt64)c_; in FT_MulDiv()
207 FT_Long c_ ) in FT_MulDiv_No_Round() argument
216 FT_MOVE_SIGN( c_, s ); in FT_MulDiv_No_Round()
220 c = (FT_UInt64)c_; in FT_MulDiv_No_Round()
245 FT_Long c_; in FT_MulFix()
256 c_ = (FT_Long)c; in FT_MulFix()
258 return s < 0 ? -c_ : c_; in FT_MulFix()
432 FT_Long c_ ) in FT_MulDiv() argument
[all …]
/external/ceres-solver/include/ceres/
Dloss_function.h193 explicit SoftLOneLoss(double a) : b_(a * a), c_(1 / b_) { } in SoftLOneLoss()
200 const double c_; variable
210 explicit CauchyLoss(double a) : b_(a * a), c_(1 / b_) { } in CauchyLoss()
217 const double c_; variable
274 const double a_, b_, c_;
/external/protobuf/src/google/protobuf/stubs/
Dcommon_unittest.cc169 void SetCMethod(string c) { c_ = c; } in SetCMethod()
172 static void SetCFunction(string c) { current_instance_->c_ = c; } in SetCFunction()
184 c_.clear(); in SetUp()
194 string c_; member in google::protobuf::__anonea0b845c0111::ClosureTest
234 EXPECT_NE("test", c_); in TEST_F()
236 EXPECT_EQ("test", c_); in TEST_F()
242 EXPECT_NE("test", c_); in TEST_F()
244 EXPECT_EQ("test", c_); in TEST_F()
/external/libcxx/test/std/utilities/utility/pairs/pair.piecewise/
Dpiecewise_construct.pass.cpp24 char c_; member in A
26 A(int i, char c) : i_(i), c_(c) {} in A()
28 char get_c() const {return c_;} in get_c()
/external/pdfium/third_party/freetype/src/base/
Dftcalc.c175 FT_Long c_ ) in FT_MulDiv() argument
184 FT_MOVE_SIGN( c_, s ); in FT_MulDiv()
188 c = (FT_UInt64)c_; in FT_MulDiv()
204 FT_Long c_ ) in FT_MulDiv_No_Round() argument
213 FT_MOVE_SIGN( c_, s ); in FT_MulDiv_No_Round()
217 c = (FT_UInt64)c_; in FT_MulDiv_No_Round()
417 FT_Long c_ ) in FT_MulDiv() argument
427 FT_MOVE_SIGN( c_, s ); in FT_MulDiv()
431 c = (FT_UInt32)c_; in FT_MulDiv()
465 FT_Long c_ ) in FT_MulDiv_No_Round() argument
[all …]
/external/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/src/base/
Dftcalc.c175 FT_Long c_ ) in FT_MulDiv() argument
184 FT_MOVE_SIGN( c_, s ); in FT_MulDiv()
188 c = (FT_UInt64)c_; in FT_MulDiv()
204 FT_Long c_ ) in FT_MulDiv_No_Round() argument
213 FT_MOVE_SIGN( c_, s ); in FT_MulDiv_No_Round()
217 c = (FT_UInt64)c_; in FT_MulDiv_No_Round()
417 FT_Long c_ ) in FT_MulDiv() argument
427 FT_MOVE_SIGN( c_, s ); in FT_MulDiv()
431 c = (FT_UInt32)c_; in FT_MulDiv()
465 FT_Long c_ ) in FT_MulDiv_No_Round() argument
[all …]
/external/clang/test/Sema/
Dwarn-thread-safety-analysis.c47 int c_ GUARDED_VAR;
48 int *d_ PT_GUARDED_VAR = &c_;
113 c_ = 0; // expected-warning{{writing variable 'c_' requires holding any mutex exclusively}} in main()
116 c_ = 1; in main()
/external/clang/test/CodeGenCXX/
Dconstructor-destructor-return-this.cpp56 char *c_; member in C
59 C::C(int *i, char *c) : B(i), c_(c) { } in C()
/external/v8/test/webkit/fast/regex/
Dmalformed-escapes-expected.txt38 Testing regexp: /\c_/gm
39 PASS regexp.test('\\c_') is true
57 Testing regexp: /^[\c_]$/
/external/harfbuzz_ng/src/
Dhb-ot-layout-common-private.hh731 inline void init (const struct CoverageFormat1 &c_) { c = &c_; i = 0; }; in init()
829 inline void init (const CoverageFormat2 &c_) { in init()
830 c = &c_; in init()
833 j = c->rangeRecord.len ? c_.rangeRecord[0].start : 0; in init()
934 inline void init (const Coverage &c_) { in init()
935 format = c_.u.format; in init()
937 case 1: u.format1.init (c_.u.format1); return; in init()
938 case 2: u.format2.init (c_.u.format2); return; in init()
/external/vulkan-validation-layers/layers/
Dthreading.h267 …my_data->c_##type.startWrite(my_data->report_data, object); …
269 …static void finishWriteObject(struct layer_data *my_data, type object) { my_data->c_##type.finishW…
271 …my_data->c_##type.startRead(my_data->report_data, object); …
273 …static void finishReadObject(struct layer_data *my_data, type object) { my_data->c_##type.finishRe…
/external/opencv3/modules/superres/src/
Dbtv_l1_cuda.cpp267 std::vector<GpuMat> a_, b_, c_; member in __anon62806e260111::BTVL1_CUDA_Base
353 c_.resize(src.size()); in process()
364 cuda::resize(b_[k], c_[k], lowResSize, 0, 0, INTER_NEAREST, streams_[k]); in process()
366 diffSign(src[k], c_[k], c_[k], streams_[k]); in process()
369 upscale(c_[k], a_[k], scale_, streams_[k]); in process()
411 c_.clear(); in collectGarbage()
Dbtv_l1.cpp524 Mat a_, b_, c_; member in __anon48a4242a0111::BTVL1_Base
714 c_.create(lowResSize, highRes_.type()); in process()
727 resize(b_, c_, lowResSize, 0, 0, INTER_NEAREST); in process()
729 diffSign(src[k], c_, c_); in process()
732 upscale(c_, a_, scale_); in process()
772 c_.release(); in collectGarbage()
/external/clang/test/Modules/Inputs/separate_map_tree/src/
Dprivate-in-c.h3 const int c_ = 2; variable
/external/clang/test/Modules/
Dseparate_map_tree.cpp8 const int val = common + b + c + c_; // expected-error {{undeclared identifier}}
/external/webrtc/webrtc/modules/audio_processing/aec/
Daec_rdft_neon.c221 const float32x4_t c_ = vmulq_f32(wkr_, xi_); in rftfsub_128_neon() local
224 const float32x4_t yi_ = vaddq_f32(c_, d_); // 3-127, 5-125, 7-123, 9-121, in rftfsub_128_neon()
301 const float32x4_t c_ = vmulq_f32(wkr_, xi_); in rftbsub_128_neon() local
304 const float32x4_t yi_ = vsubq_f32(c_, d_); // 3-127, 5-125, 7-123, 9-121, in rftbsub_128_neon()
Daec_rdft_sse2.c282 const __m128 c_ = _mm_mul_ps(wkr_, xi_); in rftfsub_128_SSE2() local
285 const __m128 yi_ = _mm_add_ps(c_, d_); // 3-127, 5-125, 7-123, 9-121, in rftfsub_128_SSE2()
373 const __m128 c_ = _mm_mul_ps(wkr_, xi_); in rftbsub_128_SSE2() local
376 const __m128 yi_ = _mm_sub_ps(c_, d_); // 3-127, 5-125, 7-123, 9-121, in rftbsub_128_SSE2()
/external/bzip2/
Dbzip2.1.preformatted86 _b_z_c_a_t (or _b_z_i_p_2 _‐_d_c_) decompresses all specified files to
112 _b_z_i_p_2_r_e_c_o_v_e_r to try to recover data from damaged files.
125 … Force decompression. _b_z_i_p_2_, _b_u_n_z_i_p_2 and _b_z_c_a_t are
297 _b_z_i_p_2_r_e_c_o_v_e_r is a simple program whose purpose is to
303 _b_z_i_p_2_r_e_c_o_v_e_r takes a single argument, the name of the dam­
311 _b_z_i_p_2_r_e_c_o_v_e_r should be of most use dealing with large .bz2
360 _b_z_i_p_2_r_e_c_o_v_e_r versions prior to 1.0.2 used 32‐bit integers
/external/svox/pico_resources/tools/LingwareBuilding/PicoLingware_source_files/pkb/de-DE/
Dde-DE_gl0_kdt_mgc3.pkb54 ��E��:sN�`�Ř�trvO`�������\k����K)�l��#p(4!�hF�>2��hF�>HI,;�������c_�?�6�8B��…
/external/ImageMagick/PerlMagick/t/reference/read/
Dinput_uyvy.miff14c_�a_�d_�k_�rdςd�r`�a`�]c�\c�[e�[e�ye��e��lĎlĘiȓiȉr�~r�br�r�������wr�wr�u�u�v��v�Pu�Ou�Ou�Nu�N…

123