Home
last modified time | relevance | path

Searched refs:ant (Results 1 – 25 of 59) sorted by relevance

123

/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dordered-hash-map-tests.cc64 const char *ant = "ant"; in test_map_of_strings_to_int() local
76 ASSERT_EQ (false, m.put (ant, 6)); in test_map_of_strings_to_int()
85 ASSERT_EQ (6, *m.get (ant)); in test_map_of_strings_to_int()
98 ASSERT_EQ (kvs[2].first, ant); in test_map_of_strings_to_int()
121 const char *ant = "ant"; in test_map_of_int_to_strings() local
133 ASSERT_EQ (false, m.put (6, ant)); in test_map_of_int_to_strings()
142 ASSERT_EQ (*m.get (6), ant); in test_map_of_int_to_strings()
156 ASSERT_EQ (kvs[2].second, ant); in test_map_of_int_to_strings()
H A Dhash-map-tests.cc50 const char *ant = "ant"; in test_map_of_strings_to_int() local
62 ASSERT_EQ (false, m.put (ant, 6)); in test_map_of_strings_to_int()
71 ASSERT_EQ (6, *m.get (ant)); in test_map_of_strings_to_int()
92 ASSERT_NE (ant, another_ant); in test_map_of_strings_to_int()
100 ASSERT_EQ (false, string_map.put (ant, 1)); in test_map_of_strings_to_int()
121 const char *ant = "ant"; in test_map_of_int_to_strings() local
133 ASSERT_EQ (false, m.put (6, ant)); in test_map_of_int_to_strings()
142 ASSERT_EQ (*m.get (6), ant); in test_map_of_int_to_strings()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dordered-hash-map-tests.cc64 const char *ant = "ant"; in test_map_of_strings_to_int() local
76 ASSERT_EQ (false, m.put (ant, 6)); in test_map_of_strings_to_int()
85 ASSERT_EQ (6, *m.get (ant)); in test_map_of_strings_to_int()
98 ASSERT_EQ (kvs[2].first, ant); in test_map_of_strings_to_int()
121 const char *ant = "ant"; in test_map_of_int_to_strings() local
133 ASSERT_EQ (false, m.put (6, ant)); in test_map_of_int_to_strings()
142 ASSERT_EQ (*m.get (6), ant); in test_map_of_int_to_strings()
156 ASSERT_EQ (kvs[2].second, ant); in test_map_of_int_to_strings()
H A Dhash-map-tests.c50 const char *ant = "ant"; in test_map_of_strings_to_int() local
62 ASSERT_EQ (false, m.put (ant, 6)); in test_map_of_strings_to_int()
71 ASSERT_EQ (6, *m.get (ant)); in test_map_of_strings_to_int()
92 ASSERT_NE (ant, another_ant); in test_map_of_strings_to_int()
100 ASSERT_EQ (false, string_map.put (ant, 1)); in test_map_of_strings_to_int()
121 const char *ant = "ant"; in test_map_of_int_to_strings() local
133 ASSERT_EQ (false, m.put (6, ant)); in test_map_of_int_to_strings()
142 ASSERT_EQ (*m.get (6), ant); in test_map_of_int_to_strings()
/netbsd-src/external/bsd/unbound/dist/testdata/
H A Dval_negcache_nta.rpl10 domain-insecure: "ant.testzone.nlnetlabs.nl"
16 name: "ant.testzone.nlnetlabs.nl"
63 ; ant.testzone.nlnetlabs.nl nameserver
72 ant.testzone.nlnetlabs.nl. IN TXT
74 ant.testzone.nlnetlabs.nl. 10 IN TXT "domain under NTA"
103 ; query for ant.testzone.nlnetlabs.nl, which is below an NTA
108 ant.testzone.nlnetlabs.nl. IN TXT
116 ant.testzone.nlnetlabs.nl. IN TXT
118 ant.testzone.nlnetlabs.nl. 10 IN TXT "domain under NTA"
H A Dval_negcache_nxdomain.rpl57 ; No answer for ant.testzone.nlnetlabs.nl
86 ; query for ant.testzone.nlnetlabs.nl, which isn't on the testzone nameserver
91 ant.testzone.nlnetlabs.nl. IN TXT
99 ant.testzone.nlnetlabs.nl. IN TXT
H A Dauth_zonefile_down.rpl307 ant.testzone.nlnetlabs.nl. IN A
314 ant.testzone.nlnetlabs.nl. IN A
H A Dval_negcache_nodata.rpl73 ; No answer for ant.testzone.nlnetlabs.nl
/netbsd-src/external/gpl2/gettext/dist/gettext-runtime/doc/
H A Dmatrix.texi8 ant-phone | () |
186 ant-phone | [] |
364 ant-phone | [] |
542 ant-phone | [] [] |
720 ant-phone | [] [] | 6
/netbsd-src/tests/ipf/expected/
H A Din1025 rewrite in on bge0 proto tcp from pool/a to pool/1 -> src 0/0 dst dstlist/ant;
H A Din102_65 rewrite in on bge0 inet6 proto tcp from pool/a to pool/1 -> src any dst dstlist/ant;
/netbsd-src/tests/ipf/regress/
H A Din1025 rewrite in on bge0 proto tcp from pool/a to pool/1 -> src 0/0 dst dstlist/ant;
H A Din102_65 rewrite in on bge0 inet6 proto tcp from pool/a to pool/1 -> src 0/0 dst dstlist/ant;
/netbsd-src/sys/dev/ic/
H A Drt2860.c1327 uint8_t ant, rssi; in rt2860_rx_intr() local
1435 ant = rt2860_maxrssi_chain(sc, rxwi); in rt2860_rx_intr()
1436 rssi = rxwi->rssi[ant]; in rt2860_rx_intr()
1448 tap->wr_antenna = ant; in rt2860_rx_intr()
1449 tap->wr_dbm_antsignal = rt2860_rssi2dbm(sc, rssi, ant); in rt2860_rx_intr()
3313 int ridx, ant, i; in rt2860_read_eeprom() local
3597 for (ant = 0; ant < 3; ant++) { in rt2860_read_eeprom()
3598 if (sc->rssi_2ghz[ant] < -10 || sc->rssi_2ghz[ant] > 10) { in rt2860_read_eeprom()
3600 ant + 1, sc->rssi_2ghz[ant])); in rt2860_read_eeprom()
3601 sc->rssi_2ghz[ant] = 0; in rt2860_read_eeprom()
[all …]
/netbsd-src/sys/dev/usb/
H A Dif_run.c1531 int ridx, ant, i; in run_read_eeprom() local
1762 for (ant = 0; ant < 3; ant++) { in run_read_eeprom()
1763 if (sc->rssi_2ghz[ant] < -10 || sc->rssi_2ghz[ant] > 10) { in run_read_eeprom()
1765 ant + 1, sc->rssi_2ghz[ant])); in run_read_eeprom()
1766 sc->rssi_2ghz[ant] = 0; in run_read_eeprom()
1768 if (sc->rssi_5ghz[ant] < -10 || sc->rssi_5ghz[ant] > 10) { in run_read_eeprom()
1770 ant + 1, sc->rssi_5ghz[ant])); in run_read_eeprom()
1771 sc->rssi_5ghz[ant] = 0; in run_read_eeprom()
2293 uint8_t ant, rssi; in run_rx_frame() local
2361 ant = run_maxrssi_chain(sc, rxwi); in run_rx_frame()
[all …]
/netbsd-src/external/bsd/flex/dist/
H A DABOUT-NLS193 ant-phone | |
377 ant-phone | [] () |
561 ant-phone | [] [] |
745 ant-phone | |
929 ant-phone | [] [] |
1113 ant-phone | [] [] [] [] | 9
/netbsd-src/external/gpl2/gettext/dist/gettext-tools/
H A DABOUT-NLS192 ant-phone | () |
368 ant-phone | [] |
544 ant-phone | [] |
720 ant-phone | [] [] |
896 ant-phone | [] [] | 6
/netbsd-src/external/gpl2/xcvs/dist/
H A DABOUT-NLS192 ant-phone | () |
370 ant-phone | [] |
548 ant-phone | [] |
726 ant-phone | [] [] |
904 ant-phone | [] [] | 6
/netbsd-src/external/gpl2/gettext/dist/gettext-runtime/
H A DABOUT-NLS192 ant-phone | () |
368 ant-phone | [] |
544 ant-phone | [] |
720 ant-phone | [] [] |
896 ant-phone | [] [] | 6
/netbsd-src/crypto/external/cpl/tpm-tools/dist/
H A DABOUT-NLS192 ant-phone | () |
370 ant-phone | [] |
548 ant-phone | [] |
726 ant-phone | [] [] |
904 ant-phone | [] [] | 6
/netbsd-src/external/gpl2/gmake/dist/
H A DABOUT-NLS190 ant-phone | () |
327 ant-phone | [] |
464 ant-phone | [] [] |
601 ant-phone | | 3
/netbsd-src/external/gpl2/texinfo/dist/
H A DABOUT-NLS190 ant-phone | () |
327 ant-phone | [] |
464 ant-phone | [] [] |
601 ant-phone | | 3
/netbsd-src/external/gpl2/groff/dist/tmac/
H A Dhyphenex.us55 as-sist-ant-ship
56 as-sist-ant-ships
218 equi-vari-ant
/netbsd-src/external/bsd/openldap/dist/doc/rfc/
H A Drfc4523.txt1023 AltNameType = ant-builtinNameForm / ant-otherNameForm
1025 ant-builtinNameForm = id-builtinNameForm ":" BuiltinNameForm
1026 ant-otherNameForm = id-otherNameForm ":" OBJECT-IDENTIFIER
/netbsd-src/games/hack/
H A Dhelp18 is a giant ant.

123