Searched defs:cs (Results 51 - 75 of 314) 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/srec/srec/crec/
H A Dcomp_stats.c68 void dump_comp_stats(COMP_STATS *cs, PFile* fp) argument
78 if (!cs) cs = comp_stats;
81 pfprintf(fp, "Total Time %5.2f Seconds\n", cs->total_time);
83 print_cs_clock(&cs->front_end, cs->total_time, fp, "Front end", "Frames");
84 print_cs_clock(&cs->overall_search, cs->total_time, fp, "Total Search", "Frames");
85 print_cs_clock(&cs->models, cs
[all...]
/external/webrtc/src/system_wrappers/source/
H A Dcondition_variable_posix.cc84 CriticalSectionPosix* cs = reinterpret_cast<CriticalSectionPosix*>( local
86 pthread_cond_wait(&_cond, &cs->_mutex);
104 CriticalSectionPosix* cs = reinterpret_cast<CriticalSectionPosix*>( local
132 const int res = pthread_cond_timedwait(&_cond, &cs->_mutex, &ts);
137 pthread_cond_wait(&_cond, &cs->_mutex);
H A Dcondition_variable_win.cc9 * http://www.cs.wustl.edu/~schmidt/win32-cv-1.html (section 3.2).
132 CriticalSectionWindows* cs = reinterpret_cast<CriticalSectionWindows*>( local
138 &(cs->crit),maxTimeInMS);
151 LeaveCriticalSection(&cs->crit);
177 EnterCriticalSection(&cs->crit);
/external/owasp/sanitizer/tools/findbugs/lib/
H A Dfindbugs-ant.jar ... -INF/MANIFEST.MF edu/ edu/umd/ edu/umd/cs/ edu/umd/cs/findbugs/ edu/umd/cs/findbugs/anttask/ edu ...
/external/aac/libFDK/src/
H A Dfft_rad2.cpp208 FIXP_STP cs; local
210 cs = trigdata[j*trigstep];
218 cplxMultDiv2(&vi, &vr, x[t2+1], x[t2], cs);
232 cplxMultDiv2(&vr, &vi, x[t2+1], x[t2], cs);
243 /* Same as above but for t1,t2 with j>mh/4 and thus cs swapped */
247 cplxMultDiv2(&vi, &vr, x[t2], x[t2+1], cs);
261 cplxMultDiv2(&vr, &vi, x[t2], x[t2+1], cs);
410 FIXP_STP cs; local
412 cs = trigdata[j*trigstep];
420 cplxMultDiv2(&vr, &vi, x[t2], x[t2+1], cs);
[all...]
/external/chromium_org/base/win/
H A Dmessage_window.cc129 CREATESTRUCT* cs = reinterpret_cast<CREATESTRUCT*>(lparam); local
130 self = reinterpret_cast<MessageWindow*>(cs->lpCreateParams);
/external/chromium_org/chrome/browser/chromeos/settings/
H A Dcros_settings_unittest.cc91 static bool IsWhitelisted(CrosSettings* cs, const std::string& username) { argument
92 return cs->FindEmailInList(kAccountsPrefUsers, username, NULL);
225 CrosSettings* cs = &settings_; local
226 cs->Set(kAccountsPrefUsers, list);
228 EXPECT_TRUE(IsWhitelisted(cs, "user@example.com"));
229 EXPECT_FALSE(IsWhitelisted(cs, "us.er@example.com"));
230 EXPECT_TRUE(IsWhitelisted(cs, "USER@example.com"));
231 EXPECT_FALSE(IsWhitelisted(cs, "user"));
233 EXPECT_TRUE(IsWhitelisted(cs, "nodomain"));
234 EXPECT_TRUE(IsWhitelisted(cs, "nodomai
254 CrosSettings* cs = &settings_; local
[all...]
/external/chromium_org/chrome/browser/ui/views/extensions/
H A Dbookmark_app_bubble_view.cc125 ColumnSet* cs = layout->AddColumnSet(TITLE_COLUMN_SET_ID); local
126 cs->AddPaddingColumn(0, views::kButtonHEdgeMarginNew);
127 cs->AddColumn(
129 cs->AddPaddingColumn(0, views::kButtonHEdgeMarginNew);
132 cs = layout->AddColumnSet(TITLE_TEXT_COLUMN_SET_ID);
133 cs->AddPaddingColumn(0, views::kButtonHEdgeMarginNew);
134 cs->AddColumn(GridLayout::LEADING,
140 cs->AddPaddingColumn(0, views::kButtonHEdgeMarginNew);
141 cs->AddColumn(GridLayout::FILL,
147 cs
[all...]
/external/chromium_org/chrome/browser/ui/views/
H A Dglobal_error_bubble_view.cc115 views::ColumnSet* cs = layout->AddColumnSet(0); local
116 cs->AddColumn(views::GridLayout::LEADING, views::GridLayout::LEADING,
118 cs->AddPaddingColumn(0, kTitleHorizontalPadding);
119 cs->AddColumn(views::GridLayout::FILL, views::GridLayout::FILL,
123 cs = layout->AddColumnSet(1);
124 cs->AddColumn(views::GridLayout::FILL, views::GridLayout::FILL,
128 cs = layout->AddColumnSet(2);
129 cs->AddPaddingColumn(1, views::kRelatedControlHorizontalSpacing);
130 cs->AddColumn(views::GridLayout::TRAILING, views::GridLayout::LEADING,
133 cs
[all...]
H A Doutdated_upgrade_bubble_view.cc138 views::ColumnSet* cs = layout->AddColumnSet(kIconTitleColumnSetId); local
141 cs->AddColumn(views::GridLayout::LEADING, views::GridLayout::CENTER, 0,
143 cs->AddPaddingColumn(0, views::kRelatedControlHorizontalSpacing);
144 cs->AddColumn(views::GridLayout::FILL, views::GridLayout::CENTER, 0,
146 cs->AddPaddingColumn(1, views::kUnrelatedControlHorizontalSpacing);
150 cs = layout->AddColumnSet(kTextColumnSetId);
151 cs->AddColumn(views::GridLayout::FILL, views::GridLayout::FILL, 1,
156 cs = layout->AddColumnSet(kButtonsColumnSetId);
157 cs->AddPaddingColumn(1, views::kRelatedControlHorizontalSpacing);
158 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,
/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-text.hh338 int cs; local
344 cs = deserialize_text_start;
355 if ( cs == 0 )
358 _keys = _deserialize_text_trans_keys + (cs<<1);
359 _inds = _deserialize_text_indicies + _deserialize_text_index_offsets[cs];
361 _slen = _deserialize_text_key_spans[cs];
366 cs = _deserialize_text_trans_targs[_trans];
483 if ( cs == 0 )
490 switch ( _deserialize_text_eof_actions[cs] ) {
H A Dhb-ot-shape-complex-indic-machine.hh1550 int cs; local
1555 cs = indic_syllable_machine_start;
1579 switch ( _indic_syllable_machine_from_state_actions[cs] ) {
1587 _keys = _indic_syllable_machine_trans_keys + (cs<<1);
1588 _inds = _indic_syllable_machine_indicies + _indic_syllable_machine_index_offsets[cs];
1590 _slen = _indic_syllable_machine_key_spans[cs];
1596 cs = _indic_syllable_machine_trans_targs[_trans];
1707 switch ( _indic_syllable_machine_to_state_actions[cs] ) {
1720 if ( _indic_syllable_machine_eof_trans[cs] > 0 ) {
1721 _trans = _indic_syllable_machine_eof_trans[cs]
[all...]
H A Dhb-ot-shape-complex-myanmar-machine.hh285 int cs; local
290 cs = myanmar_syllable_machine_start;
314 switch ( _myanmar_syllable_machine_from_state_actions[cs] ) {
322 _keys = _myanmar_syllable_machine_trans_keys + (cs<<1);
323 _inds = _myanmar_syllable_machine_indicies + _myanmar_syllable_machine_index_offsets[cs];
325 _slen = _myanmar_syllable_machine_key_spans[cs];
331 cs = _myanmar_syllable_machine_trans_targs[_trans];
373 switch ( _myanmar_syllable_machine_to_state_actions[cs] ) {
386 if ( _myanmar_syllable_machine_eof_trans[cs] > 0 ) {
387 _trans = _myanmar_syllable_machine_eof_trans[cs]
[all...]
H A Dhb-ot-shape-complex-sea-machine.hh113 int cs; local
118 cs = sea_syllable_machine_start;
142 switch ( _sea_syllable_machine_from_state_actions[cs] ) {
150 _keys = _sea_syllable_machine_trans_keys + (cs<<1);
151 _inds = _sea_syllable_machine_indicies + _sea_syllable_machine_index_offsets[cs];
153 _slen = _sea_syllable_machine_key_spans[cs];
159 cs = _sea_syllable_machine_trans_targs[_trans];
197 switch ( _sea_syllable_machine_to_state_actions[cs] ) {
210 if ( _sea_syllable_machine_eof_trans[cs] > 0 ) {
211 _trans = _sea_syllable_machine_eof_trans[cs]
[all...]
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/r300/
H A Dr300_context.c74 if (r300->cs && r300->hyperz_enabled) {
75 r300->rws->cs_request_feature(r300->cs, RADEON_FID_R300_HYPERZ_ACCESS, FALSE);
89 if (r300->cs)
90 r300->rws->cs_destroy(r300->cs);
256 struct pipe_clip_state cs = {{{0}}}; local
268 pipe->set_clip_state(pipe, &cs);
373 r300->cs = rws->cs_create(rws);
374 if (r300->cs == NULL)
416 rws->cs_set_flush_callback(r300->cs, r300_flush_callback, r300);
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/r600/
H A Devergreen_compute_internal.h50 u32 cs[256]; member in struct:evergreen_compute_resource
/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/mesa/src/src/gallium/state_trackers/clover/core/
H A Dkernel.hpp65 pipe_compute_state cs; member in struct:_cl_kernel::exec_context
/external/chromium_org/third_party/mesa/src/src/gallium/winsys/radeon/drm/
H A Dradeon_drm_cs.h37 struct drm_radeon_cs cs; member in struct:radeon_cs_context
91 radeon_bo_is_referenced_by_cs(struct radeon_drm_cs *cs, argument
96 (num_refs && radeon_get_reloc(cs->csc, bo) != -1);
100 radeon_bo_is_referenced_by_cs_for_write(struct radeon_drm_cs *cs, argument
108 index = radeon_get_reloc(cs->csc, bo);
112 return cs->csc->relocs[index].write_domain != 0;
121 void radeon_drm_cs_sync_flush(struct radeon_drm_cs *cs);
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/r200/
H A Dr200_context.c163 static void r200_vtbl_emit_cs_header(struct radeon_cs *cs, radeonContextPtr rmesa) argument
/external/chromium_org/third_party/webrtc/base/
H A Dwin32window.cc95 CREATESTRUCT* cs = reinterpret_cast<CREATESTRUCT*>(lParam); local
96 that = static_cast<Win32Window*>(cs->lpCreateParams);
/external/doclava/src/com/google/doclava/
H A DClearPage.java35 * public ClearPage() { String templ = "templates/index.cs"; String filename = "docs/index.html";
78 public static void write(Data data, String templ, String filename, JSilver cs) { argument
79 write(data, templ, filename, false, cs);
90 public static void write(Data data, String templ, String filename, boolean fullPath, JSilver cs) { argument
139 String rendered = cs.render(templ, data);

Completed in 2434 milliseconds

1234567891011>>