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

1 2 3 4 5 6 78 91011>>

  /prebuilts/go/linux-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/linux-x86/test/chan/
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)
perm.go 14 cr <-chan int
15 cs chan<- int
16 c chan int
select6.go 17 c1 := make(chan bool)
18 c2 := make(chan bool)
19 c3 := make(chan bool)
  /prebuilts/go/linux-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)
  /external/curl/lib/
krb5.c 163 struct gss_channel_bindings_struct chan; local
172 chan.initiator_addrtype = GSS_C_AF_INET;
173 chan.initiator_address.length = l - 4;
174 chan.initiator_address.value = &conn->local_addr.sin_addr.s_addr;
175 chan.acceptor_addrtype = GSS_C_AF_INET;
176 chan.acceptor_address.length = l - 4;
177 chan.acceptor_address.value = &(*remote_addr)->sin_addr.s_addr;
178 chan.application_data.length = 0;
179 chan.application_data.value = NULL;
228 &chan,
    [all...]
  /external/wpa_supplicant_8/wpa_supplicant/
op_classes.c 19 static enum chan_allowed allow_channel(struct hostapd_hw_modes *mode, u8 chan,
25 if (mode->channels[i].chan == chan)
213 int chan; local
264 for (chan = op_class->min_chan; chan <= op_class->max_chan;
265 chan += op_class->inc) {
266 if (verify_channel(mode, chan, op_class->bw) != NOT_ALLOWED) {
280 u8 op, current, chan; local
290 &current, &chan) == NUM_HOSTAPD_MODES
    [all...]
  /prebuilts/go/darwin-x86/src/go/parser/
short_test.go 16 `package p; func f() { _ = <-chan int(nil) };`,
17 `package p; func f() { _ = (<-chan int)(nil) };`,
18 `package p; func f() { _ = (<-chan <-chan int)(nil) };`,
19 `package p; func f() { _ = <-chan <-chan <-chan <-chan <-int(nil) };`,
45 `package p; func _(x chan int) { chan int(x) <- 0 }`
    [all...]
  /prebuilts/go/linux-x86/src/go/parser/
short_test.go 16 `package p; func f() { _ = <-chan int(nil) };`,
17 `package p; func f() { _ = (<-chan int)(nil) };`,
18 `package p; func f() { _ = (<-chan <-chan int)(nil) };`,
19 `package p; func f() { _ = <-chan <-chan <-chan <-chan <-int(nil) };`,
45 `package p; func _(x chan int) { chan int(x) <- 0 }`
    [all...]
  /external/mesa3d/src/gallium/auxiliary/gallivm/
lp_bld_swizzle.c 359 unsigned chan; local
365 for (chan = 0; chan < 4; ++chan) {
366 if (swizzles[chan] == PIPE_SWIZZLE_ONE) {
367 cond |= 1 << chan;
393 for (chan = 0; chan < 4; ++chan) {
395 if (swizzles[chan] < 4 &
475 unsigned chan; local
497 unsigned chan; local
    [all...]
  /external/wpa_supplicant_8/src/ap/
hw_features.c 46 static char * dfs_info(struct hostapd_channel_data *chan)
51 switch (chan->flag & HOSTAPD_CHAN_DFS_MASK) {
132 "chan=%d freq=%d MHz max_tx_power=%d dBm%s",
134 feature->channels[j].chan,
376 struct hostapd_channel_data *chan = &mode->channels[i]; local
377 if (chan->flag & HOSTAPD_CHAN_DISABLED)
379 if (chan->freq < affected_start ||
380 chan->freq > affected_end)
382 params->freqs[pos++] = chan->freq;
417 struct hostapd_channel_data *chan = &mode->channels[i] local
696 struct hostapd_channel_data *chan; local
    [all...]
  /external/wpa_supplicant_8/src/drivers/
driver_nl80211_capa.c 1572 struct hostapd_channel_data *chan = &mode->channels[c]; local
1585 struct hostapd_channel_data *chan = &mode->channels[c]; local
1606 struct hostapd_channel_data *chan = &mode->channels[c]; local
1662 struct hostapd_channel_data *chan = &mode->channels[c]; local
    [all...]
  /external/wpa_supplicant_8/src/p2p/
p2p_utils.c 211 void p2p_channels_remove_freqs(struct p2p_channels *chan,
220 while (o < chan->reg_classes) {
221 struct p2p_reg_class *op = &chan->reg_class[o];
237 chan->reg_classes--;
238 os_memmove(&chan->reg_class[o], &chan->reg_class[o + 1],
239 (chan->reg_classes - o) *
333 p2p->cfg->pref_chan[i].chan);
342 const struct p2p_channels *chan)
351 for (i = 0; i < chan->reg_classes; i++)
418 u8 chan[4]; local
    [all...]
  /external/mesa3d/src/gallium/drivers/radeon/
radeon_setup_tgsi_llvm.c 55 unsigned radeon_llvm_reg_index_soa(unsigned index, unsigned chan)
57 return (index * 4) + chan;
141 unsigned chan; local
142 for (chan = 0; chan < TGSI_NUM_CHANNELS; chan++) {
143 values[chan] = ctx->inputs[radeon_llvm_reg_index_soa(
144 reg->Register.Index, chan)];
164 unsigned chan; local
165 for (chan = 0; chan < TGSI_NUM_CHANNELS; chan++)
215 unsigned chan; local
251 unsigned chan; local
282 unsigned chan, chan_index; local
574 unsigned chan, src; local
593 unsigned chan; local
632 unsigned chan; local
    [all...]
  /external/mesa3d/src/gallium/auxiliary/tgsi/
tgsi_util.c 179 unsigned chan; local
313 for (chan = 0; chan < 4; ++chan) {
314 if (read_mask & (1 << chan)) {
315 usage_mask |= 1 << tgsi_util_get_full_src_register_swizzle(src, chan);
  /prebuilts/go/darwin-x86/misc/cgo/stdio/
fib.go 23 func fibber(c, out chan int64, i int64) {
43 c := make(chan int64)
44 out := make(chan int64)
  /prebuilts/go/darwin-x86/src/runtime/race/testdata/
finalizer_test.go 15 c := make(chan bool)
35 c := make(chan bool)
54 c := make(chan bool)
regression_test.go 18 c := make(chan bool)
50 ch := make(chan int, 1)
109 c chan bool
117 c := &RpcChan{make(chan bool, 1)}
142 c := make(chan int)
150 func noRaceReturn(c chan int) (a, b int) {
sync_test.go 34 done := make(chan bool)
67 allDone := make(chan bool, N)
109 c := make(chan bool)
134 c := make(chan bool, 1)
144 c := make(chan bool, 2)
164 var ch = make(chan bool, 1)
  /prebuilts/go/darwin-x86/test/chan/
perm.go 14 cr <-chan int
15 cs chan<- int
16 c chan int
select6.go 17 c1 := make(chan bool)
18 c2 := make(chan bool)
19 c3 := make(chan bool)
  /prebuilts/go/linux-x86/misc/cgo/stdio/
fib.go 23 func fibber(c, out chan int64, i int64) {
43 c := make(chan int64)
44 out := make(chan int64)
  /prebuilts/go/linux-x86/src/runtime/race/testdata/
finalizer_test.go 15 c := make(chan bool)
35 c := make(chan bool)
54 c := make(chan bool)
  /frameworks/hardware/interfaces/sensorservice/1.0/vts/functional/
VtsHalSensorManagerV1_0TargetTest.cpp 153 testOne(16, 16, [](const auto &chan, Result result) {
155 EXPECT_EQ(chan, nullptr);
158 testOne(1024, 1024, [](const auto &chan, Result result) {
160 EXPECT_NE(chan, nullptr);
163 testOne(1024, 2048, [](const auto &chan, Result result) {
165 EXPECT_EQ(chan, nullptr);
168 testOne(1024, 16, [](const auto &chan, Result result) {
170 EXPECT_EQ(chan, nullptr);
230 ASSERT_OK(manager_->createAshmemDirectChannel(mem, memSize, [&](const auto &chan, Result result) {
232 ASSERT_NE(chan, nullptr)
    [all...]
  /prebuilts/go/darwin-x86/src/go/internal/gccgoimporter/
parser_test.go 27 {id: "foo", typ: "<type 1 chan <type -1>>", want: "chan int8"},
28 {id: "foo", typ: "<type 1 chan <- <type -1>>", want: "<-chan int8"},
29 {id: "foo", typ: "<type 1 chan -< <type -1>>", want: "chan<- int8"},

Completed in 1692 milliseconds

1 2 3 4 5 6 78 91011>>