HomeSort by: relevance | last modified time | path
    Searched defs:gs (Results 1 - 25 of 61) sorted by relevancy

1 2 3

  /src/sys/external/bsd/drm2/dist/drm/nouveau/nvkm/engine/gr/
nouveau_nvkm_engine_gr_ctxgp102.c 77 const u32 gs = gfxp * gr->ppc_tpc_max; local
83 mmio_wr32(info, o + 0xc0, gs);
87 bo += gs;
nouveau_nvkm_engine_gr_ctxgv100.c 97 const u32 gs = gfxp * gr->ppc_tpc_max; local
102 mmio_wr32(info, o + 0xc0, gs);
105 bo += gs;
  /src/external/gpl3/gdb/dist/gdb/
amd64-linux-nat.c 77 FS * 8, GS * 8, /* %fs, %gs */
364 gdb_assert (GS < ELF_NGREG);
382 case GS:
384 unsigned long gs;
386 gs = ptrace (PTRACE_PEEKUSER, lwpid,
390 *base = (void *) gs;
381 unsigned long gs; local
s390-linux-tdep.c 52 #include "features/s390-gs-linux64.c"
58 #include "features/s390x-gs-linux64.c"
317 cb (".reg-s390-gs-cb", 4 * 8, 4 * 8, &s390_gs_regset,
322 cb (".reg-s390-gs-bc", 4 * 8, 4 * 8, &s390_gsbc_regset,
336 bool high_gprs, v1, v2, te, vx, gs; local
347 gs = (hwcap & HWCAP_S390_GS);
353 return (gs ? tdesc_s390_gs_linux64 :
364 return (gs ? tdesc_s390x_gs_linux64 :
  /src/external/gpl3/gdb.old/dist/gdb/
amd64-linux-nat.c 77 FS * 8, GS * 8, /* %fs, %gs */
363 gdb_assert (GS < ELF_NGREG);
381 case GS:
383 unsigned long gs;
385 gs = ptrace (PTRACE_PEEKUSER, lwpid,
389 *base = (void *) gs;
380 unsigned long gs; local
s390-linux-tdep.c 52 #include "features/s390-gs-linux64.c"
58 #include "features/s390x-gs-linux64.c"
317 cb (".reg-s390-gs-cb", 4 * 8, 4 * 8, &s390_gs_regset,
322 cb (".reg-s390-gs-bc", 4 * 8, 4 * 8, &s390_gsbc_regset,
336 bool high_gprs, v1, v2, te, vx, gs; local
347 gs = (hwcap & HWCAP_S390_GS);
353 return (gs ? tdesc_s390_gs_linux64 :
364 return (gs ? tdesc_s390x_gs_linux64 :
  /src/external/apache2/llvm/dist/clang/utils/VtableTest/
gen.cc 69 void gs(int s) { function
345 gs(i);
  /src/sys/arch/sparc64/dev/
tadpmu.c 292 uint8_t events, gs, vb; local
298 gs = tadpmu_recv();
307 events, gs, vb);
322 gs & GENSTAT_LID_CLOSED ?
331 gs & GENSTAT_DC_PRESENT ?
339 if (gs == GENSTAT_STATE_BATTERY_DISCHARGE) {
  /src/sys/compat/linux/arch/amd64/
linux_machdep.h 81 u_int16_t gs; member in struct:linux_sigcontext
  /src/external/bsd/bzip2/dist/
compress.c 243 Int32 v, t, i, j, gs, ge, totc, bt, bc, iter; local
287 gs = 0;
290 ge = gs-1;
297 if (ge > gs
307 nPart, gs, ge, aFreq,
311 if (v >= gs && v <= ge)
316 gs = ge+1;
346 gs = 0;
350 if (gs >= s->nMTF) break;
351 ge = gs + BZ_G_SIZE - 1;
    [all...]
  /src/sys/external/mit/xen-include-public/dist/xen/include/public/arch-x86/
xen-x86_32.h 154 uint16_t gs, _pad5; member in struct:cpu_user_regs
xen-x86_64.h 98 #define SEGBASE_GS_USER_SEL 3 /* Set user %gs specified in base[15:0] */
207 uint16_t gs, _pad6[3]; /* Non-nul => takes precedence over gs_base_user. */ member in struct:cpu_user_regs
  /src/external/gpl3/gdb/dist/gdb/features/
Makefile 67 s390-gs-linux64 s390x-gs-linux64 \
86 s390-gs-linux64-expedite = r14,r15,pswa
164 s390-gs-linux64.xml \
165 s390x-gs-linux64.xml \
  /src/external/gpl3/gdb.old/dist/gdb/features/
Makefile 68 s390-gs-linux64 s390x-gs-linux64 \
88 s390-gs-linux64-expedite = r14,r15,pswa
167 s390-gs-linux64.xml \
168 s390x-gs-linux64.xml \
  /src/sys/external/bsd/gnu-efi/dist/inc/ia64/
salproc.h 66 UINT16 gs; member in struct:tagIA32_BIOS_REGISTER_STATE
  /src/external/bsd/nvi/dist/gtk/
gtkviscreen.c 736 PangoGlyphString *gs; local
745 gs = pango_glyph_string_new ();
746 pango_shape(buf, len, &item->analysis, gs);
750 y * vi->ch_height + vi->ch_ascent, gs);
  /src/external/gpl3/binutils/dist/bfd/hosts/
x86-64linux.h 98 a8_uint64_t gs; member in struct:user_regs64_struct
  /src/external/gpl3/binutils.old/dist/bfd/hosts/
x86-64linux.h 98 a8_uint64_t gs; member in struct:user_regs64_struct
  /src/external/gpl3/gcc/dist/gcc/
tree-ssa-threadedge.cc 1031 gcond *gs; local
1032 if (!(gs = safe_dyn_cast<gcond *> (last_and_only_stmt (e->dest))))
1036 tree cond = gimple_cond_lhs (gs);
1037 enum tree_code code = gimple_cond_code (gs);
1038 tree rhs = gimple_cond_rhs (gs);
gimple-pretty-print.cc 58 #define GIMPLE_NIY do_niy (buffer,gs)
61 gimple statement GS. */
64 do_niy (pretty_printer *buffer, const gimple *gs)
67 gimple_code_name[(int) gimple_code (gs)]);
81 /* Print the GIMPLE statement GS on stderr. */
84 debug_gimple_stmt (gimple *gs)
86 print_gimple_stmt (stderr, gs, 0, TDF_VOPS|TDF_MEMSYMS);
208 gimple *gs = gsi_stmt (i); local
210 pp_gimple_stmt_1 (buffer, gs, spc, flags);
329 assignment GS. BUFFER, SPC and FLAGS are as in pp_gimple_stmt_1. *
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/
tree-ssa-threadedge.cc 1021 gcond *gs; local
1022 if (!(gs = safe_dyn_cast<gcond *> (last_and_only_stmt (e->dest))))
1026 tree cond = gimple_cond_lhs (gs);
1027 enum tree_code code = gimple_cond_code (gs);
1028 tree rhs = gimple_cond_rhs (gs);
  /src/external/gpl3/gdb/dist/bfd/hosts/
x86-64linux.h 98 a8_uint64_t gs; member in struct:user_regs64_struct
  /src/external/gpl3/gdb.old/dist/bfd/hosts/
x86-64linux.h 98 a8_uint64_t gs; member in struct:user_regs64_struct
  /src/external/bsd/ntp/dist/util/
ntp-keygen.c 1566 BIGNUM *gs[MVMAX]; /* public key vector */ local
1724 * Generate gs[i] = g^a[i] mod p for all i and the generator g.
1727 gs[i] = BN_new();
1728 BN_mod_exp(gs[i], g, a[i], p, ctx);
1732 * Verify prod(gs[i]^(a[i] x[j]^i)) = 1 for all i, j. Note the
1733 * a[i] x[j]^i exponent is computed mod q, but the gs[i] is
1751 "Confirm prod(gs[i]^(x[j]^i)) = 1 for all i, j: %s\n", temp ?
1768 BN_mod_exp(v, gs[i], v, p, ctx);
1953 BN_free(a[i]); BN_free(gs[i]);
  /src/external/bsd/openldap/dist/servers/slapd/
backglue.c 119 glue_state *gs = op->o_callback->sc_private; local
133 gs->err != LDAP_SUCCESS)
134 gs->err = rs->sr_err;
135 if (gs->err == LDAP_SUCCESS && gs->matched) {
136 ch_free (gs->matched);
137 gs->matched = NULL;
138 gs->matchlen = 0;
140 if (gs->err != LDAP_SUCCESS && rs->sr_matched) {
143 if (len > gs->matchlen)
406 glue_state gs = {NULL, NULL, NULL, 0, 0, 0, 0}; local
    [all...]

Completed in 44 milliseconds

1 2 3