Searched refs:cs (Results 201 - 225 of 894) sorted by relevance

1234567891011>>

/external/srec/srec/cfront/
H A Dchelmel4.c64 static void icostrans(cepdata *cs, cepdata fb[], cepdata cep[], int nf, int nc);
83 icostrans(cepobj->cs, channel->filterbank, channel->cep,
93 static void icostrans(cepdata *cs, cepdata fb[], cepdata cep[], int nf, int nc) argument
104 cp = &cs[i*nf];
/external/chromium_org/third_party/webrtc/modules/rtp_rtcp/source/
H A Drtp_sender.cc137 CriticalSectionScoped cs(target_bitrate_critsect_.get());
142 CriticalSectionScoped cs(target_bitrate_critsect_.get());
191 CriticalSectionScoped cs(send_critsect_);
201 CriticalSectionScoped cs(send_critsect_);
208 CriticalSectionScoped cs(send_critsect_);
214 CriticalSectionScoped cs(send_critsect_);
219 CriticalSectionScoped cs(send_critsect_);
228 CriticalSectionScoped cs(send_critsect_);
287 CriticalSectionScoped cs(send_critsect_);
292 CriticalSectionScoped cs(send_critsect
[all...]
H A Drtp_payload_registry.cc70 CriticalSectionScoped cs(crit_sect_.get());
134 CriticalSectionScoped cs(crit_sect_.get());
188 CriticalSectionScoped cs(crit_sect_.get());
230 CriticalSectionScoped cs(crit_sect_.get());
235 CriticalSectionScoped cs(crit_sect_.get());
266 CriticalSectionScoped cs(crit_sect_.get());
284 CriticalSectionScoped cs(crit_sect_.get());
290 CriticalSectionScoped cs(crit_sect_.get());
297 CriticalSectionScoped cs(crit_sect_.get());
307 CriticalSectionScoped cs(crit_sect
[all...]
/external/chromium_org/third_party/icu/source/common/
H A Ducnv2022.cpp157 #define IS_JP_DBCS(cs) (JISX208<=(cs) && (cs)<=KSC5601)
159 #define CSM(cs) ((uint16_t)1<<(cs))
195 int8_t cs[4]; /* charset number for SI (G0)/SO (G1)/SS2 (G2)/SS3 (G3) */ member in struct:ISO2022State
895 if(myData2022->toU2022State.cs[2]!=0) {
912 myData2022->toU2022State.cs[2]=(int8_t)tempState;
920 myData2022->toU2022State.cs[0]=(int8_t)tempState;
934 if(myData2022->toU2022State.cs[
1655 int8_t cs, g; local
2065 StateEnum cs; local
2986 int8_t cs, g; local
[all...]
/external/icu/icu4c/source/common/
H A Ducnv2022.cpp157 #define IS_JP_DBCS(cs) (JISX208<=(cs) && (cs)<=KSC5601)
159 #define CSM(cs) ((uint16_t)1<<(cs))
189 int8_t cs[4]; /* charset number for SI (G0)/SO (G1)/SS2 (G2)/SS3 (G3) */ member in struct:ISO2022State
900 if(myData2022->toU2022State.cs[2]!=0) {
917 myData2022->toU2022State.cs[2]=(int8_t)tempState;
925 myData2022->toU2022State.cs[0]=(int8_t)tempState;
939 if(myData2022->toU2022State.cs[
1660 int8_t cs, g; local
2070 StateEnum cs; local
2991 int8_t cs, g; local
[all...]
/external/chromium_org/third_party/WebKit/Source/core/css/
H A DCSSSelector.cpp613 const CSSSelector* cs = this; local
615 if (cs->m_match == CSSSelector::Id) {
617 serializeIdentifier(cs->value(), str);
618 } else if (cs->m_match == CSSSelector::Class) {
620 serializeIdentifier(cs->value(), str);
621 } else if (cs->m_match == CSSSelector::PseudoClass || cs->m_match == CSSSelector::PagePseudoClass) {
623 str.append(cs->value());
625 switch (cs->pseudoType()) {
627 ASSERT(cs
[all...]
/external/opencv/cv/src/
H A Dcvcamshift.cpp176 double cs, sn; local
238 cs = cos( theta );
241 rotate_a = cs * cs * mu20 + 2 * cs * sn * mu11 + sn * sn * mu02;
242 rotate_c = sn * sn * mu20 - 2 * cs * sn * mu11 + cs * cs * mu02;
252 CV_SWAP( cs, sn, t );
263 t0 = cvRound( fabs( length * cs ));
[all...]
/external/chromium_org/net/ssl/
H A Dssl_cipher_suite_names.cc293 const CipherSuite* cs = static_cast<CipherSuite*>(r); local
295 const int key_exchange = cs->encoded >> 8;
296 const int cipher = (cs->encoded >> 3) & 0x1f;
297 const int mac = cs->encoded & 0x7;
361 const CipherSuite* cs = static_cast<const CipherSuite*>(r); local
363 const int key_exchange = cs->encoded >> 8;
364 const int cipher = (cs->encoded >> 3) & 0x1f;
365 const int mac = cs->encoded & 0x7;
/external/chromium_org/third_party/harfbuzz-ng/src/
H A Dhb-buffer-deserialize-json.hh461 int cs; local
467 cs = deserialize_json_start;
478 if ( cs == 0 )
481 _keys = _deserialize_json_trans_keys + (cs<<1);
482 _inds = _deserialize_json_indicies + _deserialize_json_index_offsets[cs];
484 _slen = _deserialize_json_key_spans[cs];
489 cs = _deserialize_json_trans_targs[_trans];
627 if ( cs == 0 )
/external/chromium_org/third_party/libjingle/source/talk/p2p/client/
H A Dsocketmonitor.cc67 rtc::CritScope cs(&crit_);
103 rtc::CritScope cs(&crit_);
/external/chromium_org/third_party/libjingle/source/talk/session/media/
H A Dmediamonitor.cc66 rtc::CritScope cs(&crit_);
98 rtc::CritScope cs(&crit_);
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/radeonsi/
H A Dradeonsi_pm4.c207 struct radeon_winsys_cs *cs = rctx->cs; local
213 memcpy(&cs->buf[cs->cdw], state->pm4, state->ndw * 4);
216 cs->buf[cs->cdw + state->relocs[i]] += cs->cdw << 2;
219 cs->cdw += state->ndw;
/external/chromium_org/third_party/webrtc/base/
H A Dmessagequeue.cc61 CritScope cs(&crit_);
79 CritScope cs(&crit_);
102 CritScope cs(&crit_);
197 CritScope cs(&crit_);
280 CritScope cs(&crit_);
301 CritScope cs(&crit_);
316 CritScope cs(&crit_);
333 CritScope cs(&crit_);
/external/chromium_org/third_party/webrtc/modules/audio_conference_mixer/source/
H A Dtime_scheduler.cc32 CriticalSectionScoped cs(_crit);
82 CriticalSectionScoped cs(_crit);
/external/chromium_org/third_party/webrtc/modules/remote_bitrate_estimator/test/
H A Dbwe_test_logging.cc63 CriticalSectionScoped cs(crit_sect_.get());
68 CriticalSectionScoped cs(crit_sect_.get());
73 CriticalSectionScoped cs(crit_sect_.get());
78 CriticalSectionScoped cs(crit_sect_.get());
83 CriticalSectionScoped cs(crit_sect_.get());
98 CriticalSectionScoped cs(crit_sect_.get());
134 CriticalSectionScoped cs(crit_sect_.get());
147 CriticalSectionScoped cs(crit_sect_.get());
/external/chromium_org/third_party/webrtc/modules/video_render/android/
H A Dvideo_render_android_impl.cc74 CriticalSectionScoped cs(&_critSect);
90 CriticalSectionScoped cs(&_critSect);
118 CriticalSectionScoped cs(&_critSect);
142 CriticalSectionScoped cs(&_critSect);
177 CriticalSectionScoped cs(&_critSect);
187 CriticalSectionScoped cs(&_critSect);
203 CriticalSectionScoped cs(&_critSect);
219 CriticalSectionScoped cs(&_critSect);
/external/chromium_org/third_party/webrtc/system_wrappers/source/
H A Dcondition_variable_native_win.cc89 CriticalSectionWindows* cs = local
92 &(cs->crit), max_time_in_ms);
/external/chromium_org/third_party/webrtc/video_engine/
H A Dvie_channel_group.cc58 CriticalSectionScoped cs(crit_sect_.get());
64 CriticalSectionScoped cs(crit_sect_.get());
69 CriticalSectionScoped cs(crit_sect_.get());
74 CriticalSectionScoped cs(crit_sect_.get());
79 CriticalSectionScoped cs(crit_sect_.get());
85 CriticalSectionScoped cs(crit_sect_.get());
90 CriticalSectionScoped cs(crit_sect_.get());
95 CriticalSectionScoped cs(crit_sect_.get());
/external/harfbuzz_ng/src/
H A Dhb-buffer-deserialize-json.hh461 int cs; local
467 cs = deserialize_json_start;
478 if ( cs == 0 )
481 _keys = _deserialize_json_trans_keys + (cs<<1);
482 _inds = _deserialize_json_indicies + _deserialize_json_index_offsets[cs];
484 _slen = _deserialize_json_key_spans[cs];
489 cs = _deserialize_json_trans_targs[_trans];
627 if ( cs == 0 )
/external/mesa3d/src/gallium/drivers/radeonsi/
H A Dradeonsi_pm4.c207 struct radeon_winsys_cs *cs = rctx->cs; local
213 memcpy(&cs->buf[cs->cdw], state->pm4, state->ndw * 4);
216 cs->buf[cs->cdw + state->relocs[i]] += cs->cdw << 2;
219 cs->cdw += state->ndw;
/external/valgrind/main/none/tests/amd64/
H A Dcrc32.c122 UInt cs = do_s_crc32b(c0, c); local
124 printf("b %08x %08x\n", cs, ch);
127 cs = do_s_crc32w(c0, w);
129 printf("w %08x %08x\n", cs, ch);
132 cs = do_s_crc32l(c0, i);
134 printf("l %08x %08x\n", cs, ch);
137 cs = do_s_crc32q(c0, q);
139 printf("q %08x %08x\n", cs, ch);
H A Dmovbe.c13 typedef struct { UChar cs[40]; } Block; member in struct:__anon33102
20 printf("%02x", (UInt)b->cs[i]);
/external/valgrind/main/none/tests/x86/
H A Dmovbe.c13 typedef struct { UChar cs[40]; } Block; member in struct:__anon33250
20 printf("%02x", (UInt)b->cs[i]);
/external/chromium_org/third_party/libjingle/source/talk/app/webrtc/test/
H A Dfakeaudiocapturemodule.cc93 rtc::CritScope cs(&crit_);
140 rtc::CritScope cs(&crit_callback_);
245 rtc::CritScope cs(&crit_);
256 rtc::CritScope cs(&crit_);
265 rtc::CritScope cs(&crit_);
274 rtc::CritScope cs(&crit_);
285 rtc::CritScope cs(&crit_);
294 rtc::CritScope cs(&crit_);
381 rtc::CritScope cs(&crit_);
387 rtc::CritScope cs(
[all...]
/external/chromium_org/chrome/browser/ui/views/toolbar/
H A Dhome_button.cc96 views::ColumnSet* cs = layout->AddColumnSet(0); local
97 cs = layout->AddColumnSet(1);
98 cs->AddColumn(views::GridLayout::LEADING, views::GridLayout::BASELINE, 0,
100 cs->AddPaddingColumn(0, views::kRelatedControlHorizontalSpacing);
101 cs->AddColumn(views::GridLayout::CENTER, views::GridLayout::BASELINE, 0,

Completed in 4601 milliseconds

1234567891011>>