HomeSort by relevance Sort by last modified time
    Searched refs:cs (Results 451 - 475 of 1863) sorted by null

<<11121314151617181920>>

  /external/mesa3d/src/amd/common/
ac_shader_info.c 48 info->cs.uses_grid_size = true;
57 info->cs.uses_block_id[i] = true;
59 info->cs.uses_thread_id[i] = true;
64 info->cs.uses_local_invocation_idx = true;
  /external/mesa3d/src/gallium/drivers/radeon/
radeon_video.h 57 bool si_vid_resize_buffer(struct pipe_screen *screen, struct radeon_winsys_cs *cs,
  /external/mesa3d/src/intel/compiler/
brw_nir_lower_cs_intrinsics.c 87 unsigned *size = nir->info.cs.local_size;
143 state.local_workgroup_size = nir->info.cs.local_size[0] *
144 nir->info.cs.local_size[1] *
145 nir->info.cs.local_size[2];
  /external/pdfium/core/fxcodec/codec/
cjpx_decoder.h 21 explicit CJPX_Decoder(CPDF_ColorSpace* cs);
  /external/skia/include/c/
sk_imageinfo.h 39 sk_colorspace_t* cs);
  /external/skqp/include/c/
sk_imageinfo.h 39 sk_colorspace_t* cs);
  /external/u-boot/board/bluewater/snapper9260/
snapper9260.c 86 &smc->cs[3].setup);
89 &smc->cs[3].pulse);
91 &smc->cs[3].cycle);
96 &smc->cs[3].mode);
  /external/u-boot/board/ronetix/pm9g45/
pm9g45.c 49 &smc->cs[3].setup);
53 &smc->cs[3].pulse);
56 &smc->cs[3].cycle);
62 &smc->cs[3].mode);
  /external/u-boot/drivers/spi/
mpc8xxx_spi.c 23 struct spi_slave *spi_setup_slave(unsigned int bus, unsigned int cs,
28 if (!spi_cs_is_valid(bus, cs))
31 slave = spi_alloc_slave_base(bus, cs);
84 slave->bus, slave->cs, *(uint *) dout, *(uint *) din, bitlen);
soft_spi_legacy.c 46 struct spi_slave *spi_setup_slave(unsigned int bus, unsigned int cs,
51 if (!spi_cs_is_valid(bus, cs))
54 ss = spi_alloc_slave(struct soft_spi_slave, bus, cs);
124 slave->bus, slave->cs, *(uint *)txd, *(uint *)rxd, bitlen);
sh_spi.c 73 static void sh_spi_set_cs(struct sh_spi *ss, unsigned int cs)
77 if (cs & 0x01)
79 if (cs & 0x02)
86 struct spi_slave *spi_setup_slave(unsigned int bus, unsigned int cs,
91 if (!spi_cs_is_valid(bus, cs))
94 ss = spi_alloc_slave(struct sh_spi, bus, cs);
106 sh_spi_set_cs(ss, cs);
237 int spi_cs_is_valid(unsigned int bus, unsigned int cs)
239 if (!bus && cs < SH_SPI_NUM_CS)
  /external/vixl/test/aarch32/
test-assembler-cond-rd-operand-rn-identical-low-registers-in-it-block-t32.cc 109 {{cs, r0, r0}, true, cs, "cs r0 r0", "cs_r0_r0"},
110 {{cs, r1, r1}, true, cs, "cs r1 r1", "cs_r1_r1"},
111 {{cs, r2, r2}, true, cs, "cs r2 r2", "cs_r2_r2"},
112 {{cs, r3, r3}, true, cs, "cs r3 r3", "cs_r3_r3"}
    [all...]
test-assembler-cond-rd-rn-operand-rm-all-low-in-it-block-t32.cc 97 {{{cs, r7, r1, r5}, true, cs, "cs r7 r1 r5", "cs_r7_r1_r5"},
110 {{cs, r1, r4, r7}, true, cs, "cs r1 r4 r7", "cs_r1_r4_r7"},
120 {{cs, r7, r4, r4}, true, cs, "cs r7 r4 r4", "cs_r7_r4_r4"},
126 {{cs, r7, r2, r5}, true, cs, "cs r7 r2 r5", "cs_r7_r2_r5"}
    [all...]
test-assembler-cond-rd-rn-operand-rm-rn-is-sp-in-it-block-t32.cc 111 {{cs, r0, r13, r0}, true, cs, "cs r0 r13 r0", "cs_r0_r13_r0"},
112 {{cs, r1, r13, r1}, true, cs, "cs r1 r13 r1", "cs_r1_r13_r1"},
113 {{cs, r2, r13, r2}, true, cs, "cs r2 r13 r2", "cs_r2_r13_r2"},
114 {{cs, r3, r13, r3}, true, cs, "cs r3 r13 r3", "cs_r3_r13_r3"}
    [all...]
  /external/webrtc/webrtc/base/
asyncinvoker.cc 89 rtc::CritScope cs(&crit_);
97 rtc::CritScope cs(&crit_);
117 CritScope cs(&crit_);
127 CritScope cs(&crit_);
  /external/webrtc/webrtc/common_audio/
swap_queue.h 108 rtc::CritScope cs(&crit_queue_);
123 rtc::CritScope cs(&crit_queue_);
156 rtc::CritScope cs(&crit_queue_);
183 rtc::CritScope cs(&crit_queue_);
  /external/webrtc/webrtc/modules/audio_conference_mixer/source/
memory_pool_posix.h 72 CriticalSectionScoped cs(_crit);
100 CriticalSectionScoped cs(_crit);
118 CriticalSectionScoped cs(_crit);
125 CriticalSectionScoped cs(_crit);
  /external/webrtc/webrtc/modules/audio_processing/
high_pass_filter_impl.cc 100 rtc::CritScope cs(crit_);
106 rtc::CritScope cs(crit_);
120 rtc::CritScope cs(crit_);
131 rtc::CritScope cs(crit_);
  /external/webrtc/webrtc/system_wrappers/source/
condition_variable_unittest.cc 56 CriticalSectionScoped cs(crit_sect_);
67 CriticalSectionScoped cs(crit_sect_);
77 CriticalSectionScoped cs(giver_sect_);
193 CriticalSectionScoped cs(crit_sect.get());
  /external/webrtc/webrtc/video/
vie_encoder.cc 178 CriticalSectionScoped cs(data_cs_.get());
184 CriticalSectionScoped cs(data_cs_.get());
189 CriticalSectionScoped cs(data_cs_.get());
221 CriticalSectionScoped cs(data_cs_.get());
249 CriticalSectionScoped cs(data_cs_.get());
348 CriticalSectionScoped cs(data_cs_.get());
384 CriticalSectionScoped cs(data_cs_.get());
409 CriticalSectionScoped cs(data_cs_.get());
433 CriticalSectionScoped cs(data_cs_.get());
460 CriticalSectionScoped cs(data_cs_.get())
    [all...]
  /external/harfbuzz_ng/src/
hb-buffer-deserialize-text.hh 338 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] ) {
  /external/icu/icu4c/source/test/cintltst/
cstrtest.c 191 char cs[120]; local
202 u_UCharsToChars(invariantUChars, cs, length);
203 if(strcmp(cs, invariantChars)!=0) {
223 u_UCharsToChars(variantUChars, cs, length);
225 if(cs[i]!=0) {
226 log_err("u_UCharsToChars(variantUChars) converted the %d-th character to %02x instead of 00\n", i, cs[i]);
244 length=ucnv_fromUChars(cnv, cs, sizeof(cs), invariantUChars, -1, &errorCode);
247 } else if(length!=sizeof(invariantChars)-1 || strcmp(cs, invariantChars)!=0) {
  /external/python/cpython3/Python/
thread_nt.h 28 PyMUTEX_T cs; member in struct:_NRMUTEX
42 if (PyMUTEX_INIT(&m->cs)) {
58 PyMUTEX_FINI(&mutex->cs);
67 if (PyMUTEX_LOCK(&mutex->cs))
71 if (PyCOND_WAIT(&mutex->cv, &mutex->cs)) {
80 if (PyCOND_TIMEDWAIT(&mutex->cv, &mutex->cs, (long long)milliseconds*1000) < 0) {
96 PyMUTEX_UNLOCK(&mutex->cs); /* must ignore result here */
104 if (PyMUTEX_LOCK(&mutex->cs))
109 PyMUTEX_UNLOCK(&mutex->cs);
  /external/skqp/third_party/harfbuzz/
hb-buffer-deserialize-text.hh 338 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] ) {
  /external/smali/dexlib2/src/main/java/org/jf/dexlib2/util/
SyntheticAccessorFSM.java 224 int cs, p = 0; local
244 cs = SyntheticAccessorFSM_start;
263 if ( cs == 0 ) {
269 _keys = _SyntheticAccessorFSM_key_offsets[cs];
270 _trans = _SyntheticAccessorFSM_index_offsets[cs];
271 _klen = _SyntheticAccessorFSM_single_lengths[cs];
294 _klen = _SyntheticAccessorFSM_range_lengths[cs];
318 cs = _SyntheticAccessorFSM_trans_targs[_trans];
493 if ( cs == 0 ) {

Completed in 9608 milliseconds

<<11121314151617181920>>