Home
last modified time | relevance | path

Searched refs:s_base (Results 1 – 6 of 6) sorted by relevance

/netbsd-src/sys/arch/arm/nvidia/
H A Dtegra_soctherm.c92 u_int s_base; member
101 { .s_data = { .desc = "CPU0" }, .s_base = 0x0c0, .s_fuse = 0x098,
103 { .s_data = { .desc = "CPU1" }, .s_base = 0x0e0, .s_fuse = 0x084,
105 { .s_data = { .desc = "CPU2" }, .s_base = 0x100, .s_fuse = 0x088,
107 { .s_data = { .desc = "CPU3" }, .s_base = 0x120, .s_fuse = 0x12c,
109 { .s_data = { .desc = "MEM0" }, .s_base = 0x140, .s_fuse = 0x158,
111 { .s_data = { .desc = "MEM1" }, .s_base = 0x160, .s_fuse = 0x15c,
113 { .s_data = { .desc = "GPU" }, .s_base = 0x180, .s_fuse = 0x154,
115 { .s_data = { .desc = "PLLX" }, .s_base = 0x1a0, .s_fuse = 0x160,
156 bus_space_read_4((sc)->sc_bst, (sc)->sc_bsh, (s)->s_base + (reg))
[all …]
/netbsd-src/crypto/external/bsd/heimdal/dist/lib/wind/
H A Dnormalize.c59 enum { s_base = 0xAC00}; enumerator
78 if (u < s_base || u >= s_base + s_count) in hangul_decomp()
80 s_index = u - s_base; in hangul_decomp()
109 return (l_index * v_count + v_index) * t_count + s_base; in hangul_composition()
110 } else if (in[0] >= s_base && in[0] < s_base + s_count) { in hangul_composition()
111 unsigned s_index = in[0] - s_base; in hangul_composition()
/netbsd-src/external/bsd/flex/dist/src/
H A Dinitparse.c599 YYINT *s_base; member
763 i = (int) (data->s_mark - data->s_base); in yygrowstack()
764 newss = (YYINT *)realloc(data->s_base, newsize * sizeof(*newss)); in yygrowstack()
768 data->s_base = newss; in yygrowstack()
779 data->s_last = data->s_base + newsize - 1; in yygrowstack()
786 free(data->s_base); in yyfreestack()
823 if (yystack.s_base == NULL && yygrowstack(&yystack) == YYENOMEM) goto yyoverflow; in YYPARSE_DECL()
824 yystack.s_mark = yystack.s_base; in YYPARSE_DECL()
907 if (yystack.s_mark <= yystack.s_base) goto yyabort; in YYPARSE_DECL()
/netbsd-src/external/bsd/openldap/dist/servers/slapd/overlays/
H A Dsyncprov.c80 struct berval s_base; /* ndn of search base */ member
476 ber_dupbv( &fc->fss->s_base, &rs->sr_entry->e_nname ); in findbase_cb()
479 dn_match( &rs->sr_entry->e_nname, &fc->fss->s_base )) { in findbase_cb()
545 fc->fscope = dn_match( fc->fdn, &fc->fss->s_base ); in syncprov_findbase()
550 fc->fscope = dn_match( &pdn, &fc->fss->s_base ); in syncprov_findbase()
553 fc->fscope = dnIsSuffix( fc->fdn, &fc->fss->s_base ); in syncprov_findbase()
556 fc->fscope = dnIsSuffix( fc->fdn, &fc->fss->s_base ) && in syncprov_findbase()
557 !dn_match( fc->fdn, &fc->fss->s_base ); in syncprov_findbase()
909 ch_free( so->s_base.bv_val ); in syncprov_free_syncop()
1405 if ( dn_match( &op->o_req_ndn, &ss->s_base )) { in syncprov_matchops()
/netbsd-src/external/gpl3/binutils/dist/gas/
H A DChangeLog-92955308 (s_base): Correct warning to actually print register number.
/netbsd-src/external/gpl3/binutils.old/dist/gas/
H A DChangeLog-92955308 (s_base): Correct warning to actually print register number.