Searched refs:gb (Results 1 - 25 of 28) sorted by relevance

12

/netbsd-current/external/gpl3/gdb.old/dist/ld/testsuite/ld-csky/
H A Dtls-gd.s7 push lr, gb
9 grs gb, .L2
11 addu gb, gb, t1
16 ldr.w a3, (gb, a3 << 0)
20 pop lr, gb
H A Dtls-gd-v1.s8 st.w gb, (sp)
12 lrw gb, .L2@GOTPC
13 addu gb, gb, r15
15 addu r7, r7, gb
24 ld.w gb, (sp)
H A Dgot.s6 push l0, lr, gb
8 grs gb, .L2
10 addu gb, gb, t1
19 pop l0, lr, gb
H A Dtls-ld.s7 push lr, gb
9 grs gb, .L2
11 addu gb, gb, t1
20 pop lr, gb
H A Dtls-ld-v1.s8 st.w gb, (sp)
12 lrw gb, .L2@GOTPC
13 addu gb, gb, r15
15 addu r7, r7, gb
25 ld.w gb, (sp)
/netbsd-current/external/gpl3/gdb.old/dist/gas/testsuite/gas/csky/
H A Dv2_tls_gd.s6 ldr.w a3, (gb, a3 << 0)
H A Dv2_tls_ld.s6 ldr.w a3, (gb, a3 << 0)
/netbsd-current/sys/arch/hp300/dev/
H A Dgbox.c314 volatile struct gboxfb *gb = (struct gboxfb *)fb->regkva; local
320 gb->write_protect = 0x0;
321 gb->regs.interrupt = 0x4;
322 gb->rep_rule = RR_COPY;
323 gb->blink1 = 0xff;
324 gb->blink2 = 0xff;
330 gb->crtc_address = i;
331 gb->crtc_data = crtc_init_data[i];
334 tile_mover_waitbusy(gb);
337 gb
384 volatile struct gboxfb *gb = (struct gboxfb *)fb->regkva; local
427 volatile struct gboxfb *gb = (struct gboxfb *)fb->regkva; local
[all...]
/netbsd-current/external/mit/xorg/lib/xkeyboard-config/symbols/macintosh_vndr/
H A DMakefile6 FILES= apple ch de dk fi fr gb is it jp latam nl no pt se us
/netbsd-current/external/gpl3/gdb/dist/gdb/testsuite/gdb.arch/
H A Di386-mpx-sigsegv.c22 int gb[OUR_SIZE]; variable
79 upper (gx, ga, gb, gc, gd, OUR_SIZE + 2);
83 lower (gx, ga, gb, gc, gd, 1);
/netbsd-current/external/mit/xorg/lib/xkeyboard-config/symbols/sun_vndr/
H A DMakefile6 FILES= ara be br ca ch cz de dk ee es fi fr gb gr it jp kr \
/netbsd-current/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.arch/
H A Di386-mpx-sigsegv.c25 int gb[OUR_SIZE]; variable
107 upper (gx, ga, gb, gc, gd, OUR_SIZE + 2);
111 lower (gx, ga, gb, gc, gd, 1);
/netbsd-current/external/gpl3/gcc.old/dist/libgcc/config/csky/
H A Dcrti.S53 addu a2, gb
80 // stw gb, (sp, 4)
83 lrw gb, .Lgetpc@GOTPC
84 add gb, lr
89 add a2, gb
97 addu a2, gb
/netbsd-current/external/gpl3/gcc/dist/libgcc/config/csky/
H A Dcrti.S53 addu a2, gb
80 // stw gb, (sp, 4)
83 lrw gb, .Lgetpc@GOTPC
84 add gb, lr
89 add a2, gb
97 addu a2, gb
/netbsd-current/external/mpl/dhcp/bind/dist/lib/dns/
H A Dgssapi_link.c36 #define REGION_TO_GBUFFER(r, gb) \
38 (gb).length = (r).length; \
39 (gb).value = (r).base; \
42 #define GBUFFER_TO_REGION(gb, r) \
44 (r).length = (unsigned int)(gb).length; \
45 (r).base = (gb).value; \
H A Dgssapictx.c81 #define REGION_TO_GBUFFER(r, gb) \
83 (gb).length = (r).length; \
84 (gb).value = (r).base; \
87 #define GBUFFER_TO_REGION(gb, r) \
89 (r).length = (unsigned int)(gb).length; \
90 (r).base = (gb).value; \
/netbsd-current/external/mpl/bind/dist/lib/dns/
H A Dgssapi_link.c48 #define REGION_TO_GBUFFER(r, gb) \
50 (gb).length = (r).length; \
51 (gb).value = (r).base; \
54 #define GBUFFER_TO_REGION(gb, r) \
56 (r).length = (unsigned int)(gb).length; \
57 (r).base = (gb).value; \
H A Dgssapictx.c86 #define REGION_TO_GBUFFER(r, gb) \
88 (gb).length = (r).length; \
89 (gb).value = (r).base; \
92 #define GBUFFER_TO_REGION(gb, r) \
94 (r).length = (unsigned int)(gb).length; \
95 (r).base = (gb).value; \
/netbsd-current/crypto/external/bsd/openssl.old/dist/crypto/srp/
H A Dsrp_lib.c91 BIGNUM *kv = NULL, *gb = NULL; local
100 (gb = BN_new()) == NULL || (B = BN_new()) == NULL)
105 if (!BN_mod_exp(gb, g, b, N, bn_ctx)
108 || !BN_mod_add(B, gb, kv, N, bn_ctx)) {
115 BN_clear_free(gb);
/netbsd-current/external/gpl3/gdb.old/dist/gdb/
H A Dblock.c417 struct global_block *gb; local
420 gb = (struct global_block *) block;
421 gdb_assert (gb->compunit_symtab == NULL);
422 gb->compunit_symtab = cu;
445 struct global_block *gb; local
448 gb = (struct global_block *) block;
449 gdb_assert (gb->compunit_symtab != NULL);
450 return gb->compunit_symtab;
/netbsd-current/external/gpl3/gdb/dist/gdb/
H A Dblock.c419 struct global_block *gb; local
422 gb = (struct global_block *) block;
423 gdb_assert (gb->compunit_symtab == NULL);
424 gb->compunit_symtab = cu;
447 struct global_block *gb; local
450 gb = (struct global_block *) block;
451 gdb_assert (gb->compunit_symtab != NULL);
452 return gb->compunit_symtab;
/netbsd-current/external/mit/xorg/lib/xkeyboard-config/symbols/
H A DMakefile13 gb ge gh gn gr group \
/netbsd-current/crypto/external/bsd/openssl/dist/crypto/srp/
H A Dsrp_lib.c109 BIGNUM *kv = NULL, *gb = NULL; local
118 (gb = BN_new()) == NULL || (B = BN_new()) == NULL)
123 if (!BN_mod_exp(gb, g, b, N, bn_ctx)
126 || !BN_mod_add(B, gb, kv, N, bn_ctx)) {
133 BN_clear_free(gb);
/netbsd-current/external/bsd/tmux/dist/
H A Dgrid.c315 grid_compare(struct grid *ga, struct grid *gb) argument
321 if (ga->sx != gb->sx || ga->sy != gb->sy)
326 glb = &gb->linedata[yy];
331 grid_get_cell(gb, xx, yy, &gcb);
/netbsd-current/sys/dev/pci/voyager/
H A Dvoyagerfb.c995 int rf, gf, bf, rb, gb, bb; local
1041 gb = (bg >> 8) & 0xff;
1055 g = aval * gf + (255 - aval) * gb;

Completed in 251 milliseconds

12