HomeSort by relevance Sort by last modified time
    Searched refs:chan (Results 151 - 175 of 1303) sorted by null

1 2 3 4 5 67 8 91011>>

  /prebuilts/go/darwin-x86/src/cmd/go/
signal.go 14 var interrupted = make(chan struct{})
18 sig := make(chan os.Signal)
  /prebuilts/go/darwin-x86/test/chan/
select4.go 20 c := make(chan int, 1)
21 c1 := make(chan int)
select3.go 40 c := make(chan string)
57 var nilch chan int
58 closedch := make(chan int)
87 ch := make(chan int, async)
111 ch := make(chan int)
145 ch := make(chan int)
175 ch := make(chan int, async)
183 ch := make(chan int, async)
218 c := make(chan int)
  /prebuilts/go/darwin-x86/test/fixedbugs/
issue13169.go 28 c := make(chan interface{})
29 done := make(chan bool)
bug277.go 23 C chan int
36 c C = make(chan int)
55 c = chan int(c)
56 _ = chan<- int(c)
57 _ = <-(chan int)(c)
58 _ = <-(<-chan int)(c)
  /prebuilts/go/linux-x86/doc/play/
pi.go 21 ch := make(chan float64)
32 func term(ch chan float64, k float64) {
  /prebuilts/go/linux-x86/doc/progs/
timeout1.go 12 ch := make(chan bool, 1)
13 timeout := make(chan bool, 1)
  /prebuilts/go/linux-x86/src/cmd/go/
signal.go 14 var interrupted = make(chan struct{})
18 sig := make(chan os.Signal)
  /prebuilts/go/linux-x86/test/chan/
select4.go 20 c := make(chan int, 1)
21 c1 := make(chan int)
  /prebuilts/go/linux-x86/test/fixedbugs/
issue13169.go 28 c := make(chan interface{})
29 done := make(chan bool)
bug277.go 23 C chan int
36 c C = make(chan int)
55 c = chan int(c)
56 _ = chan<- int(c)
57 _ = <-(chan int)(c)
58 _ = <-(<-chan int)(c)
  /prebuilts/go/darwin-x86/src/runtime/race/testdata/
mutex_test.go 16 ch := make(chan bool, 2)
36 ch := make(chan bool, 2)
57 ch := make(chan bool, 2)
77 ch := make(chan bool, 2)
97 ch := make(chan bool, 2)
130 c := make(chan bool, 1)
  /prebuilts/go/linux-x86/src/runtime/race/testdata/
mutex_test.go 16 ch := make(chan bool, 2)
36 ch := make(chan bool, 2)
57 ch := make(chan bool, 2)
77 ch := make(chan bool, 2)
97 ch := make(chan bool, 2)
130 c := make(chan bool, 1)
  /external/mesa3d/src/gallium/auxiliary/tgsi/
tgsi_exec.c 509 * Assert that none of the float values in 'chan' are infinite or NaN.
515 check_inf_or_nan(const union tgsi_exec_channel *chan)
517 assert(!util_is_inf_or_nan((chan)->f[0]));
518 assert(!util_is_inf_or_nan((chan)->f[1]));
519 assert(!util_is_inf_or_nan((chan)->f[2]));
520 assert(!util_is_inf_or_nan((chan)->f[3]));
526 print_chan(const char *msg, const union tgsi_exec_channel *chan)
529 msg, chan->f[0], chan->f[1], chan->f[2], chan->f[3])
583 uint i, chan; local
1757 uint chan; local
1920 uint chan; local
2002 uint chan; local
2073 uint chan; local
2105 uint chan; local
2213 uint chan; local
2421 unsigned int chan; local
2443 unsigned int chan; local
2463 unsigned int chan; local
2492 unsigned int chan; local
2513 unsigned int chan; local
2544 unsigned int chan; local
2568 unsigned int chan; local
2592 unsigned int chan; local
2616 unsigned int chan; local
2641 unsigned int chan; local
2670 unsigned int chan; local
2692 unsigned int chan; local
2722 unsigned int chan; local
    [all...]
  /build/soong/cmd/soong_zip/
rate_limit.go 22 requests chan struct{}
23 finished chan int
24 released chan int
25 stop chan struct{}
48 requests: make(chan struct{}),
52 finished: make(chan int, maxExecs),
54 released: make(chan int),
55 stop: make(chan struct{}),
69 type Execution chan<- int
95 var requests chan struct{
    [all...]
  /external/mesa3d/src/gallium/drivers/llvmpipe/
lp_bld_interp.c 118 attrib_name(LLVMValueRef val, unsigned attrib, unsigned chan, const char *suffix)
121 lp_build_name(val, "pos.%c%s", "xyzw"[chan], suffix);
123 lp_build_name(val, "input%u.%c%s", attrib - 1, "xyzw"[chan], suffix);
275 unsigned chan; local
277 for (chan = 0; chan < TGSI_NUM_CHANNELS; chan++) {
278 if (mask & (1 << chan)) {
284 index = lp_build_const_int32(gallivm, chan);
290 if (attrib == 0 && chan == 0)
372 unsigned chan; local
562 unsigned chan; local
704 unsigned chan; local
    [all...]
  /external/mesa3d/src/gallium/auxiliary/util/
u_format.c 164 unsigned chan; local
173 for (chan = 0; chan < desc->nr_channels; ++chan) {
174 if (desc->swizzle[chan] != chan)
177 if (desc->channel[chan].type != desc->channel[0].type)
180 if (desc->channel[chan].normalized != desc->channel[0].normalized)
183 if (desc->channel[chan].pure_integer != desc->channel[0].pure_integer)
186 if (desc->channel[chan].size != desc->channel[0].size
418 unsigned chan; local
465 unsigned chan; local
    [all...]
  /external/mesa3d/src/gallium/auxiliary/gallivm/
lp_bld_sample_soa.c 182 int chan; local
183 for (chan = 0; chan < 4; chan++) {
186 lp_build_const_int32(bld->gallivm, chan));
189 texel_out[chan] = lp_build_select(&bld->texel_bld, use_border,
190 border_chan_vec, texel_out[chan]);
695 int chan; local
768 for (chan = 0; chan < 4; chan++)
882 unsigned chan; local
1102 unsigned chan; local
1173 const unsigned chan = 0; local
1217 unsigned chan; local
    [all...]
lp_bld_tgsi_action.c 94 emit_data->output[emit_data->chan] = LLVMBuildFAdd(
107 emit_data->output[emit_data->chan] = LLVMBuildFPToSI(bld_base->base.gallivm->builder, tmp,
122 emit_data->output[emit_data->chan] = lp_build_emit_llvm_binary(bld_base,
134 unsigned chan, src; local
136 for (chan = 0; chan < dp_components; chan++) {
137 emit_data->args[(src * dp_components) + chan] =
138 lp_build_emit_fetch(bld_base, emit_data->inst, src, chan);
166 emit_data->output[emit_data->chan] = lp_build_emit_llvm_binary(bld_base
    [all...]
  /external/mesa3d/src/gallium/drivers/r300/compiler/
radeon_compiler_util.c 119 for (unsigned chan = 0; chan < 4; ++chan) {
120 unsigned swz = GET_SWZ(swizzle, chan);
122 ret |= GET_BIT(mask, swz) << chan;
265 unsigned int chan; local
268 for (chan = 0; chan < 4; chan++) {
269 unsigned int swz = GET_SWZ(swizzle, chan);
332 unsigned int chan; local
744 unsigned int swz, chan; local
    [all...]
  /external/wpa_supplicant_8/src/common/
hw_features_common.c 20 int chan, int *freq)
32 if (ch->chan == chan) {
44 int freq, int *chan)
48 if (chan)
49 *chan = 0;
57 if (chan)
58 *chan = ch->chan;
67 int hw_get_freq(struct hostapd_hw_modes *mode, int chan)
79 int chan; local
106 struct hostapd_channel_data *chan = &mode->channels[j]; local
    [all...]
  /prebuilts/go/darwin-x86/doc/codewalk/
urlpoll.go 34 // It returns a chan State to which resource state should be sent.
35 func StateMonitor(updateInterval time.Duration) chan<- State {
36 updates := make(chan State)
81 func (r *Resource) Sleep(done chan<- *Resource) {
86 func Poller(in <-chan *Resource, out chan<- *Resource, status chan<- State) {
96 pending, complete := make(chan *Resource), make(chan *Resource)
  /prebuilts/go/darwin-x86/src/sync/
rwmutex_test.go 17 func parallelReader(m *RWMutex, clocked, cunlock, cdone chan bool) {
28 clocked := make(chan bool)
29 cunlock := make(chan bool)
30 cdone := make(chan bool)
54 func reader(rwm *RWMutex, num_iterations int, activity *int32, cdone chan bool) {
69 func writer(rwm *RWMutex, num_iterations int, activity *int32, cdone chan bool) {
89 cdone := make(chan bool)
126 wlocked := make(chan bool, 1)
127 rlocked := make(chan bool, 1)
  /prebuilts/go/darwin-x86/test/stress/
runstress.go 30 doChan = flag.Bool("chan", true, "stress channels")
107 gate := make(chan bool, 10) // max execs at once
117 func ringf(in <-chan int, out chan<- int, donec chan bool) {
135 donec := make(chan bool)
136 one := make(chan int, bufsize) // will be input to thread 1
137 var in, out chan int = nil, one
139 in, out = out, make(chan int, bufsize)
  /prebuilts/go/linux-x86/doc/codewalk/
urlpoll.go 34 // It returns a chan State to which resource state should be sent.
35 func StateMonitor(updateInterval time.Duration) chan<- State {
36 updates := make(chan State)
81 func (r *Resource) Sleep(done chan<- *Resource) {
86 func Poller(in <-chan *Resource, out chan<- *Resource, status chan<- State) {
96 pending, complete := make(chan *Resource), make(chan *Resource)

Completed in 2297 milliseconds

1 2 3 4 5 67 8 91011>>