Searched refs:gt (Results 1 - 25 of 444) sorted by relevance

1234567891011>>

/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/gas/testsuite/gas/arc/
H A Dflag.s18 flag.gt 1
19 flag.gt 2
20 flag.gt 4
21 flag.gt 8
22 flag.gt 16
23 flag.gt 32
24 flag.gt 64
25 flag.gt 128
H A Dflag.d21 30: 09 00 bf 1f 1fbf0009 flag.gt 1
23 38: 09 00 bf 1f 1fbf0009 flag.gt 2
25 40: 09 00 bf 1f 1fbf0009 flag.gt 4
27 48: 09 00 bf 1f 1fbf0009 flag.gt 8
29 50: 09 00 bf 1f 1fbf0009 flag.gt 16
31 58: 09 00 bf 1f 1fbf0009 flag.gt 32
33 60: 09 00 bf 1f 1fbf0009 flag.gt 64
35 68: 09 00 bf 1f 1fbf0009 flag.gt 128
/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/gas/testsuite/gas/ppc/
H A Dregnames.s2 cror 4*%cr7+gt,%cr7*4+gt,4*%cr6+gt
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/gcc.target/spu/
H A Dintrinsics-1.c8 vec_uint4 gt, N; local
12 gt = spu_cmpgt(a, N); /* { dg-error "parameter list" } */
13 gt = spu_cmpgt(a, a1); /* { dg-error "integer from pointer without a cast" } */
14 gt = spu_cmpgt(a, b); /* { dg-error "parameter list" } */
15 gt = spu_cmpgt(a, a);
/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/gdb/testsuite/gdb.arch/
H A Dalpha-step.c18 void gt (double a);
23 gt (360.0);
24 gt (-360.0);
45 " .ent gt\n"
46 "gt:\n"
54 " .end gt\n");
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/gcc.target/i386/
H A D991230-1.c10 static int gt (double a, double b) function
21 if (gt (zero, zero))
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/testsuite/gcc.target/i386/
H A D991230-1.c10 static int gt (double a, double b) function
21 if (gt (zero, zero))
/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/gas/testsuite/gas/mri/
H A Dif.s5 if d1 <gt> d0 and d2 <gt> d0 then
6 if d1 <gt> d2 then
12 if d0 <gt> d1 or d0 <gt> d2 then
/netbsd-6-1-5-RELEASE/sys/dev/marvell/
H A Dgt.c1 /* $NetBSD: gt.c,v 1.25 2010/07/11 08:43:36 kiyohara Exp $ */
41 * gt.c -- GT system controller driver
45 __KERNEL_RCSID(0, "$NetBSD: gt.c,v 1.25 2010/07/11 08:43:36 kiyohara Exp $");
238 config_found_sm_loc(sc->sc_dev, "gt", NULL, &mva,
244 gt_attach_common(struct gt_softc *gt) argument
251 gt_write(gt, GTPCI_CA(0), PCI_ID_REG);
252 gt->sc_model = PCI_PRODUCT(gt_read(gt, GTPCI_CD(0)));
253 gt_write(gt, GTPCI_CA(0), PCI_CLASS_REG);
254 gt
523 struct gt_softc *gt = (struct gt_softc *)arg; local
553 gt_devbus_intr_enb(struct gt_softc *gt) argument
575 struct gt_softc *gt = (struct gt_softc *)arg; local
603 gt_ecc_intr_enb(struct gt_softc *gt) argument
626 gt_sdma_intr_enb(struct gt_softc *gt) argument
658 struct gt_softc *gt = (struct gt_softc *)arg; local
697 gt_comm_intr_enb(struct gt_softc *gt) argument
715 gt_watchdog_init(struct gt_softc *gt) argument
738 gt_watchdog_init(struct gt_softc *gt) argument
748 gt_watchdog_init(struct gt_softc *gt) argument
818 gt_watchdog_enable(struct gt_softc *gt) argument
833 gt_watchdog_disable(struct gt_softc *gt) argument
857 struct gt_softc *gt = gt_watchdog_sc; local
876 struct gt_softc *gt = gt_watchdog_sc; local
[all...]
H A Dgtsdmavar.h31 gt_sdma_icause(device_t gt, uint32_t _imask) argument
33 struct gt_softc *sc = device_private(gt);
42 gt_sdma_imask(device_t gt, uint32_t _imask) argument
44 struct gt_softc *sc = device_private(gt);
H A Dgtbrgvar.h31 gt_brg_bcr(device_t gt, uint32_t brg, uint32_t bc) argument
33 struct gt_softc *sc = device_private(gt);
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/gcc.c-torture/execute/
H A Dint-compare.c3 gt (a, b) function
39 true (gt (2, 1));
40 false (gt (1, 2));
42 true (gt (INT_MAX, 0));
43 false (gt (0, INT_MAX));
44 true (gt (INT_MAX, 1));
45 false (gt (1, INT_MAX));
47 false (gt (INT_MIN, 0));
48 true (gt (0, INT_MIN));
49 false (gt (INT_MI
[all...]
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/testsuite/gcc.c-torture/execute/
H A Dint-compare.c3 gt (a, b) function
39 true (gt (2, 1));
40 false (gt (1, 2));
42 true (gt (INT_MAX, 0));
43 false (gt (0, INT_MAX));
44 true (gt (INT_MAX, 1));
45 false (gt (1, INT_MAX));
47 false (gt (INT_MIN, 0));
48 true (gt (0, INT_MIN));
49 false (gt (INT_MI
[all...]
/netbsd-6-1-5-RELEASE/share/man/man4/man4.cobalt/
H A DMakefile3 MAN= gt.4 intro.4
/netbsd-6-1-5-RELEASE/usr.sbin/mrouted/
H A Dprune.c49 static void prun_add_ttls(struct gtable *gt);
53 static void expire_prune(vifi_t vifi, struct gtable *gt);
54 static void send_prune(struct gtable *gt);
55 static void send_graft(struct gtable *gt);
65 prun_add_ttls(struct gtable *gt) argument
71 if (VIFM_ISSET(vifi, gt->gt_grpmems))
72 gt->gt_ttls[vifi] = v->uv_threshold;
74 gt->gt_ttls[vifi] = 0;
81 #define GET_SCOPE(gt) { \
83 if ((ntohl((gt)
132 struct gtable *gt; local
224 send_prune(struct gtable *gt) argument
295 send_graft(struct gtable *gt) argument
383 struct gtable *gt; local
399 find_grp_src(struct gtable *gt, u_long src) argument
423 struct gtable *gt, *gbest = NULL; local
466 refresh_sg(struct sioc_sg_req *sg, struct gtable *gt, struct stable *st) argument
593 struct gtable *gt,**gtnp,*prev_gt; local
1549 struct gtable *gt, **gtnp; local
1619 struct gtable *gt, **gtnptr; local
1807 expire_prune(vifi_t vifi, struct gtable *gt) argument
1882 struct gtable *gt; local
1950 struct gtable *gt; local
[all...]
/netbsd-6-1-5-RELEASE/sys/arch/prep/pci/
H A Dgten.c122 struct gten_softc *gt = device_private(self); local
131 &gt->gt_memaddr, &gt->gt_memsize, NULL);
137 gt->gt_dev = self;
139 gt->gt_ri = &gten_console_ri;
140 gt->gt_nscreens = 1;
142 gt->gt_ri = malloc(sizeof(*gt->gt_ri),
144 if (gt->gt_ri == NULL) {
152 (bus_space_handle_t *) &gt
248 struct gten_softc *gt = v; local
277 struct gten_softc *gt = v; local
291 struct gten_softc *gt = v; local
310 struct gten_softc *gt = v; local
372 gten_getcmap(struct gten_softc *gt, struct wsdisplay_cmap *cm) argument
395 gten_putcmap(struct gten_softc *gt, struct wsdisplay_cmap *cm) argument
[all...]
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/libstdc++-v3/testsuite/25_algorithms/binary_search/
H A D2.cc31 struct gt struct
52 VERIFY(binary_search(C, C + N, 5, gt()));
53 VERIFY(binary_search(C, C + N, first, gt()));
54 VERIFY(binary_search(C, C + N, last, gt()));
55 VERIFY(!binary_search(C, C + N, 4, gt()));
/netbsd-6-1-5-RELEASE/share/doc/papers/memfs/
H A DMakefile9 CLEANFILES=ref.bib.i A.gt paper.t
14 paper.t: ${SRCS} ref.bib.i A.gt
15 ${TOOL_REFER} -n -e -l -s -p ref.bib ${SRCS} A.gt > ${.TARGET}
20 A.gt: A.t
21 ${TOOL_VGRIND} < A.t > A.gt
/netbsd-6-1-5-RELEASE/gnu/dist/gettext/gettext-tools/src/
H A Dmsggrep.c174 struct grep_task *gt = &grep_task[i]; local
176 gt->matcher = &matcher_grep;
177 gt->pattern_count = 0;
178 gt->patterns = NULL;
179 gt->patterns_size = 0;
180 gt->case_insensitive = false;
203 struct grep_task *gt = &grep_task[grep_pass]; local
204 /* Append optarg and a newline to gt->patterns. */
206 gt->patterns =
207 (char *) xrealloc (gt
226 struct grep_task *gt = &grep_task[grep_pass]; local
409 struct grep_task *gt = &grep_task[grep_pass]; local
625 const struct grep_task *gt = &grep_task[grep_pass]; local
[all...]
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/libstdc++-v3/testsuite/25_algorithms/heap/
H A D1.cc89 Gt gt; local
102 std::push_heap(s1, s1 + i, gt);
104 VERIFY(gt.count() <= logN);
106 gt.reset();
111 std::pop_heap(s1, s1 + i, gt);
113 VERIFY(gt.count() <= 2 * logN);
115 gt.reset();
125 std::make_heap(s2, s2 + N, gt);
127 VERIFY(gt.count() <= 3 * N);
129 gt
[all...]
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/libstdc++-v3/testsuite/25_algorithms/heap/
H A Dheap.cc87 Gt gt; local
97 std::push_heap(s1, s1 + i, gt);
98 VERIFY(gt.count() <= logN);
99 gt.reset();
104 std::pop_heap(s1, s1 + i, gt);
105 VERIFY(gt.count() <= 2 * logN);
106 gt.reset();
116 std::make_heap(s2, s2 + N, gt);
117 VERIFY(gt.count() <= 3 * N);
118 gt
[all...]
/netbsd-6-1-5-RELEASE/regress/sys/fs/ffs/
H A Destimatecompare19 if [ $diff -gt $thresh ]; then
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/libstdc++-v3/testsuite/21_strings/basic_string/compare/char/
H A D1.cc38 enum want_value {lt=0, z=1, gt=2}; enumerator in enum:want_value
58 case gt:
83 test_value(strcmp(str_0.data(), str_1.data()), gt); local
91 test_value(str_0.compare(str_1), gt); //because r>m
98 test_value(str_2.compare(str_0), gt);
104 test_value(str_1.compare(0, 5, str_2), gt);
110 test_value(str_0.compare(0, 7, str_1, 0, 7), gt);
113 test_value(str_0.compare("costa marbella"), gt);
117 test_value(str_2.compare("cost"), gt);
124 test_value(str_0.compare(0, 7, "costa marbella", 0, 7), gt);
[all...]
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/libstdc++-v3/testsuite/21_strings/basic_string/compare/wchar_t/
H A D1.cc35 enum want_value {lt=0, z=1, gt=2}; enumerator in enum:want_value
55 case gt:
81 test_value(wcscmp(str_0.data(), str_1.data()), gt); local
89 test_value(str_0.compare(str_1), gt); //because r>m
96 test_value(str_2.compare(str_0), gt);
102 test_value(str_1.compare(0, 5, str_2), gt);
108 test_value(str_0.compare(0, 7, str_1, 0, 7), gt);
111 test_value(str_0.compare(L"costa marbella"), gt);
115 test_value(str_2.compare(L"cost"), gt);
122 test_value(str_0.compare(0, 7, L"costa marbella", 0, 7), gt);
[all...]
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/libstdc++-v3/testsuite/21_strings/basic_string/compare/char/
H A D1.cc36 enum want_value {lt=0, z=1, gt=2}; enumerator in enum:want_value
56 case gt:
81 test_value(strcmp(str_0.data(), str_1.data()), gt); local
89 test_value(str_0.compare(str_1), gt); //because r>m
96 test_value(str_2.compare(str_0), gt);
102 test_value(str_1.compare(0, 5, str_2), gt);
108 test_value(str_0.compare(0, 7, str_1, 0, 7), gt);
111 test_value(str_0.compare("costa marbella"), gt);
115 test_value(str_2.compare("cost"), gt);
122 test_value(str_0.compare(0, 7, "costa marbella", 0, 7), gt);
[all...]

Completed in 339 milliseconds

1234567891011>>