Searched refs:cs (Results 176 - 200 of 1042) sorted by relevance

1234567891011>>

/external/webrtc/webrtc/test/
H A Dfake_audio_device.cc50 rtc::CritScope cs(&lock_);
62 rtc::CritScope cs(&lock_);
68 rtc::CritScope cs(&lock_);
78 rtc::CritScope cs(&lock_);
89 rtc::CritScope cs(&lock_);
135 rtc::CritScope cs(&lock_);
140 rtc::CritScope cs(&lock_);
/external/harfbuzz_ng/src/
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-use-machine.hh311 int cs; local
316 cs = use_syllable_machine_start;
340 switch ( _use_syllable_machine_from_state_actions[cs] ) {
348 _keys = _use_syllable_machine_trans_keys + (cs<<1);
349 _inds = _use_syllable_machine_indicies + _use_syllable_machine_index_offsets[cs];
351 _slen = _use_syllable_machine_key_spans[cs];
357 cs = _use_syllable_machine_trans_targs[_trans];
423 switch ( _use_syllable_machine_to_state_actions[cs] ) {
436 if ( _use_syllable_machine_eof_trans[cs] > 0 ) {
437 _trans = _use_syllable_machine_eof_trans[cs]
[all...]
/external/mesa3d/src/gallium/drivers/r600/
H A Devergreen_compute.c152 p = ctx->ws->buffer_map(shader->shader_code_bo->cs_buf, ctx->cs,
217 shader->kernel_param->cs_buf, ctx->cs, PIPE_TRANSFER_WRITE);
257 struct radeon_winsys_cs *cs = rctx->cs; local
290 r600_write_config_reg(cs, R_008970_VGT_NUM_INDICES, group_size);
292 r600_write_config_reg_seq(cs, R_00899C_VGT_COMPUTE_START_X, 3);
293 r600_write_value(cs, 0); /* R_00899C_VGT_COMPUTE_START_X */
294 r600_write_value(cs, 0); /* R_0089A0_VGT_COMPUTE_START_Y */
295 r600_write_value(cs, 0); /* R_0089A4_VGT_COMPUTE_START_Z */
297 r600_write_config_reg(cs, R_0089AC_VGT_COMPUTE_THREAD_GROUP_SIZ
320 struct radeon_winsys_cs *cs = ctx->cs; local
431 struct radeon_winsys_cs *cs = rctx->cs; local
[all...]
/external/mesa3d/src/gallium/winsys/radeon/drm/
H A Dradeon_winsys.h158 * \param cs A command stream to flush if the buffer is referenced by it.
163 struct radeon_winsys_cs *cs,
214 * \param cs A command stream to flush if the buffer is referenced by it.
282 * \param cs A command stream to destroy.
284 void (*cs_destroy)(struct radeon_winsys_cs *cs);
290 * \param cs A command stream to add buffer for validation against.
296 unsigned (*cs_add_reloc)(struct radeon_winsys_cs *cs,
307 * \param cs A command stream to validate.
309 boolean (*cs_validate)(struct radeon_winsys_cs *cs);
315 * \param cs
[all...]
/external/skia/third_party/harfbuzz/
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-use-machine.hh311 int cs; local
316 cs = use_syllable_machine_start;
340 switch ( _use_syllable_machine_from_state_actions[cs] ) {
348 _keys = _use_syllable_machine_trans_keys + (cs<<1);
349 _inds = _use_syllable_machine_indicies + _use_syllable_machine_index_offsets[cs];
351 _slen = _use_syllable_machine_key_spans[cs];
357 cs = _use_syllable_machine_trans_targs[_trans];
423 switch ( _use_syllable_machine_to_state_actions[cs] ) {
436 if ( _use_syllable_machine_eof_trans[cs] > 0 ) {
437 _trans = _use_syllable_machine_eof_trans[cs]
[all...]
/external/syslinux/com32/chain/
H A Dutility.c88 * between cs and cs+1; in this particular case, we bump the cs to be able
98 uint32_t cs, hs, ss; local
105 cs = di->cyl;
109 if (cs < 1024 && di->lbacnt > cs*hs*ss)
110 cs++;
112 cs = 1024;
115 cs
[all...]
/external/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/rpc_suite/rpc/rpc_broadc_clnt_broadcast/
H A Drpc_clnt_broadcast_performance.c100 enum clnt_stat cs; local
114 cs = clnt_broadcast(progNum, VERSNUM, PROCNUM,
119 if (cs != RPC_SUCCESS)
120 clnt_perrno(cs);
131 if (cs == RPC_SUCCESS) {
H A Drpc_clnt_broadcast_scalability.c100 enum clnt_stat cs; local
114 cs = clnt_broadcast(progNum, VERSNUM, PROCNUM,
119 if (cs != RPC_SUCCESS)
120 clnt_perrno(cs);
131 if (cs == RPC_SUCCESS) {
/external/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/rpc_suite/rpc/rpc_stdcall_callrpc/
H A Drpc_callrpc_performance.c98 enum clnt_stat cs; local
112 cs = callrpc(argc[1], progNum, VERSNUM, PROCNUM,
116 if (cs != RPC_SUCCESS)
117 clnt_perrno(cs);
128 if (cs == RPC_SUCCESS) {
H A Drpc_callrpc_scalability.c98 enum clnt_stat cs; local
112 cs = callrpc(argc[1], progNum, VERSNUM, PROCNUM,
116 if (cs != RPC_SUCCESS)
117 clnt_perrno(cs);
128 if (cs == RPC_SUCCESS) {
/external/webrtc/webrtc/modules/pacing/
H A Dpacket_router.cc29 rtc::CritScope cs(&modules_lock_);
36 rtc::CritScope cs(&modules_lock_);
46 rtc::CritScope cs(&modules_lock_);
58 rtc::CritScope cs(&modules_lock_);
94 rtc::CritScope cs(&modules_lock_);
/external/webrtc/webrtc/system_wrappers/source/
H A Dcondition_variable_posix.cc73 CriticalSectionPosix* cs = reinterpret_cast<CriticalSectionPosix*>( local
75 pthread_cond_wait(&cond_, &cs->mutex_);
88 CriticalSectionPosix* cs = reinterpret_cast<CriticalSectionPosix*>( local
116 const int res = pthread_cond_timedwait(&cond_, &cs->mutex_, &ts);
119 pthread_cond_wait(&cond_, &cs->mutex_);
/external/iptables/iptables/
H A Dxtables-arp.c866 struct arptables_command_state *cs,
878 cs->fw.arp.src.s_addr = saddrs[i].s_addr;
880 cs->fw.arp.tgt.s_addr = daddrs[j].s_addr;
882 ret = nft_rule_append(h, chain, table, cs, 0,
885 ret = nft_rule_insert(h, chain, table, cs,
897 struct arptables_command_state *cs,
903 cs->fw.arp.src.s_addr = saddr->s_addr;
904 cs->fw.arp.tgt.s_addr = daddr->s_addr;
906 return nft_rule_replace(h, chain, table, cs, rulenum, verbose);
912 struct arptables_command_state *cs,
863 append_entry(struct nft_handle *h, const char *chain, const char *table, struct arptables_command_state *cs, int rulenum, unsigned int nsaddrs, const struct in_addr saddrs[], unsigned int ndaddrs, const struct in_addr daddrs[], bool verbose, bool append) argument
895 replace_entry(const char *chain, const char *table, struct arptables_command_state *cs, unsigned int rulenum, const struct in_addr *saddr, const struct in_addr *daddr, bool verbose, struct nft_handle *h) argument
910 delete_entry(const char *chain, const char *table, struct arptables_command_state *cs, unsigned int nsaddrs, const struct in_addr saddrs[], unsigned int ndaddrs, const struct in_addr daddrs[], bool verbose, struct nft_handle *h) argument
935 struct arptables_command_state cs; local
[all...]
/external/clang/bindings/python/tests/cindex/
H A Dtest_cursor.py124 cs = xs[1:]
125 assert cs[0].kind == CursorKind.CONSTRUCTOR
126 assert cs[1].kind == CursorKind.CONSTRUCTOR
127 assert cs[2].kind == CursorKind.CONSTRUCTOR
129 assert not cs[0].is_converting_constructor()
130 assert cs[1].is_converting_constructor()
131 assert not cs[2].is_converting_constructor()
141 cs = xs[1:]
142 assert cs[0].kind == CursorKind.CONSTRUCTOR
143 assert cs[
[all...]
/external/swiftshader/src/D3D9/
H A DDirect3DResource9.cpp95 CriticalSection cs(device);
129 CriticalSection cs(this->device);
146 CriticalSection cs(device);
157 CriticalSection cs(device);
180 CriticalSection cs(device);
198 CriticalSection cs(device);
210 CriticalSection cs(device);
219 CriticalSection cs(device);
226 CriticalSection cs(device);
H A DDirect3DVolume9.cpp46 CriticalSection cs(device);
80 CriticalSection cs(device);
89 CriticalSection cs(device);
110 CriticalSection cs(device);
132 CriticalSection cs(this->device);
141 CriticalSection cs(device);
150 CriticalSection cs(device);
197 CriticalSection cs(device);
206 CriticalSection cs(device);
/external/webrtc/webrtc/modules/rtp_rtcp/source/
H A Dreceive_statistics_impl.cc62 CriticalSectionScoped cs(stream_lock_.get());
153 CriticalSectionScoped cs(stream_lock_.get());
164 CriticalSectionScoped cs(stream_lock_.get());
174 CriticalSectionScoped cs(stream_lock_.get());
182 CriticalSectionScoped cs(stream_lock_.get());
189 CriticalSectionScoped cs(stream_lock_.get());
285 CriticalSectionScoped cs(stream_lock_.get());
298 CriticalSectionScoped cs(stream_lock_.get());
303 CriticalSectionScoped cs(stream_lock_.get());
308 CriticalSectionScoped cs(stream_lock
[all...]
/external/eigen/bench/
H A Dsparse_product.cpp64 cs* cs_sorted_multiply(const cs* a, const cs* b)
68 cs* A = cs_transpose(a, 1);
69 cs* B = cs_transpose(b, 1);
70 cs* D = cs_multiply(B,A); /* D = B'*A' */
74 cs* C = cs_transpose (D, 1) ; /* C = D', so that C is sorted */
78 // cs* A = cs_transpose(a, 1);
79 // cs* C = cs_transpose(A, 1);
83 cs* cs_sorted_multiply
[all...]
/external/webrtc/webrtc/modules/video_coding/
H A Dtiming.cc56 CriticalSectionScoped cs(crit_sect_);
79 CriticalSectionScoped cs(crit_sect_);
95 CriticalSectionScoped cs(crit_sect_);
100 CriticalSectionScoped cs(crit_sect_);
105 CriticalSectionScoped cs(crit_sect_);
116 CriticalSectionScoped cs(crit_sect_);
157 CriticalSectionScoped cs(crit_sect_);
175 CriticalSectionScoped cs(crit_sect_);
194 CriticalSectionScoped cs(crit_sect_);
200 CriticalSectionScoped cs(crit_sect
[all...]
/external/webrtc/webrtc/modules/video_render/windows/
H A Dvideo_render_windows_impl.cc76 CriticalSectionScoped cs(&_renderWindowsCritsect);
95 CriticalSectionScoped cs(&_renderWindowsCritsect);
113 CriticalSectionScoped cs(&_renderWindowsCritsect);
133 CriticalSectionScoped cs(&_renderWindowsCritsect);
154 CriticalSectionScoped cs(&_renderWindowsCritsect);
168 CriticalSectionScoped cs(&_renderWindowsCritsect);
192 CriticalSectionScoped cs(&_renderWindowsCritsect);
223 CriticalSectionScoped cs(&_renderWindowsCritsect);
232 CriticalSectionScoped cs(&_renderWindowsCritsect);
243 CriticalSectionScoped cs(
[all...]
/external/webrtc/webrtc/modules/audio_processing/
H A Dgain_control_impl.cc70 rtc::CritScope cs(crit_render_);
107 rtc::CritScope cs(crit_capture_);
128 rtc::CritScope cs(crit_capture_);
180 rtc::CritScope cs(crit_capture_);
238 rtc::CritScope cs(crit_capture_);
250 rtc::CritScope cs(crit_capture_);
264 rtc::CritScope cs(crit_capture_);
280 rtc::CritScope cs(crit_capture_);
286 rtc::CritScope cs(crit_capture_);
306 rtc::CritScope cs(crit_capture
[all...]
/external/libcxx/test/std/experimental/string.view/string.view.iterators/
H A Dend.pass.cpp24 const S& cs = s; local
26 typename S::const_iterator ce1 = cs.end();
32 assert(ce1 == cs.begin());
38 assert(ce1 != cs.begin());
43 assert(ce1 - cs.begin() == static_cast<std::ptrdiff_t>(cs.size()));
/external/libcxx/test/std/strings/string.view/string.view.iterators/
H A Dend.pass.cpp24 const S& cs = s; local
26 typename S::const_iterator ce1 = cs.end();
32 assert(ce1 == cs.begin());
38 assert(ce1 != cs.begin());
43 assert(static_cast<std::size_t>(ce1 - cs.begin()) == cs.size());

Completed in 2565 milliseconds

1234567891011>>