Searched refs:gs (Results 1 - 25 of 92) sorted by relevance

1234

/freebsd-11-stable/lib/libc/locale/
H A Dgb2312.c112 _GB2312State *gs; local
117 gs = (_GB2312State *)ps;
119 if (gs->count < 0 || gs->count > sizeof(gs->bytes)) {
130 ncopy = MIN(MIN(n, MB_CUR_MAX), sizeof(gs->bytes) - gs->count);
131 memcpy(gs->bytes + gs->count, s, ncopy);
132 ocount = gs
152 _GB2312State *gs; local
[all...]
H A Dgb18030.c95 _GB18030State *gs; local
100 gs = (_GB18030State *)ps;
102 if (gs->count < 0 || gs->count > sizeof(gs->bytes)) {
113 ncopy = MIN(MIN(n, MB_CUR_MAX), sizeof(gs->bytes) - gs->count);
114 memcpy(gs->bytes + gs->count, s, ncopy);
115 ocount = gs
178 _GB18030State *gs; local
[all...]
H A Dgbk.c104 _GBKState *gs; local
108 gs = (_GBKState *)ps;
110 if ((gs->ch & ~0xFF) != 0) {
126 if (gs->ch != 0) {
131 wc = (gs->ch << 8) | (*s & 0xFF);
134 gs->ch = 0;
143 gs->ch = wc;
164 _GBKState *gs; local
166 gs = (_GBKState *)ps;
168 if (gs
[all...]
/freebsd-11-stable/contrib/binutils/opcodes/
H A Di386-opc.c32 const seg_entry gs = { "gs", 0x65 }; variable
/freebsd-11-stable/gnu/usr.bin/groff/font/devhtml/
H A DMakefile5 GHOSTSCRIPT= /usr/local/bin/gs
/freebsd-11-stable/share/examples/printing/
H A Difhp21 /usr/local/bin/gs -dSAFER -dNOPAUSE -q -sDEVICE=djet500 -sOutputFile=- - \
/freebsd-11-stable/contrib/smbfs/examples/print/
H A Dlj6l16 /usr/local/bin/gs -sPAPERSIZE=${PAPERSIZE} -dSAFER -dNOPAUSE -q -sDEVICE=${DEVICE} \
/freebsd-11-stable/lib/libc/stdio/
H A Dvfprintf.c97 grouping_init(struct grouping_state *gs, int ndigits, locale_t loc) argument
102 gs->grouping = locale->grouping;
103 gs->thousands_sep = locale->thousands_sep;
104 gs->thousep_len = strlen(gs->thousands_sep);
106 gs->nseps = gs->nrepeats = 0;
107 gs->lead = ndigits;
108 while (*gs->grouping != CHAR_MAX) {
109 if (gs
125 grouping_print(struct grouping_state *gs, struct io_state *iop, const CHAR *cp, const CHAR *ep, locale_t locale) argument
320 struct grouping_state gs; /* thousands' grouping info */ local
[all...]
H A Dvfwprintf.c129 grouping_init(struct grouping_state *gs, int ndigits, locale_t locale) argument
132 gs->grouping = localeconv_l(locale)->grouping;
133 gs->thousands_sep = get_thousep(locale);
135 gs->nseps = gs->nrepeats = 0;
136 gs->lead = ndigits;
137 while (*gs->grouping != CHAR_MAX) {
138 if (gs->lead <= *gs->grouping)
140 gs
154 grouping_print(struct grouping_state *gs, struct io_state *iop, const CHAR *cp, const CHAR *ep, locale_t locale) argument
401 struct grouping_state gs; /* thousands' grouping info */ local
[all...]
/freebsd-11-stable/contrib/elftoolchain/libelf/
H A Dgelf_sym.c99 gelf_update_sym(Elf_Data *ed, int ndx, GElf_Sym *gs) argument
112 if (d == NULL || ndx < 0 || gs == NULL ||
145 sym32->st_name = gs->st_name;
146 sym32->st_info = gs->st_info;
147 sym32->st_other = gs->st_other;
148 sym32->st_shndx = gs->st_shndx;
150 LIBELF_COPY_U32(sym32, gs, st_value);
151 LIBELF_COPY_U32(sym32, gs, st_size);
155 *sym64 = *gs;
H A Dgelf_syminfo.c96 gelf_update_syminfo(Elf_Data *ed, int ndx, GElf_Syminfo *gs) argument
109 if (d == NULL || ndx < 0 || gs == NULL ||
142 syminfo32->si_boundto = gs->si_boundto;
143 syminfo32->si_flags = gs->si_flags;
148 *syminfo64 = *gs;
H A Dgelf_symshndx.c88 gelf_update_symshndx(Elf_Data *d, Elf_Data *id, int ndx, GElf_Sym *gs, argument
101 if (gelf_update_sym(d, ndx, gs) == 0)
/freebsd-11-stable/tools/tools/hcomp/
H A Dhcomp.pl54 $header =~ s|/\*.*?\*/||gs;
58 while ($header =~ s|(\n\#.*?)\\\n|$1|gs) {
67 $header =~ s|\n+|\n|gs;
/freebsd-11-stable/sys/i386/i386/
H A Dsigtramp.s59 mov UC_GS(%eax),%gs /* restore %gs */
76 mov UC4_GS(%eax),%gs /* restore %gs */
94 mov SC_GS(%eax),%gs /* restore %gs */
/freebsd-11-stable/contrib/bzip2/
H A Dcompress.c241 Int32 v, t, i, j, gs, ge, totc, bt, bc, iter; local
285 gs = 0;
288 ge = gs-1;
295 if (ge > gs
305 nPart, gs, ge, aFreq,
309 if (v >= gs && v <= ge)
314 gs = ge+1;
344 gs = 0;
348 if (gs >= s->nMTF) break;
349 ge = gs
[all...]
/freebsd-11-stable/tools/test/vm86/
H A Dvm86_test.c51 static u_int gs; variable
66 load_gs(gs);
84 gs = rgs();
/freebsd-11-stable/contrib/openpam/misc/
H A Dgendoc.pl166 $args =~ s/,\s+/, /gs;
204 s/\\(.)/$1/gs;
272 s/^\.It [=;]([A-Za-z][0-9A-Za-z_]+)$/.It Dv $1/gs;
297 s/\s*=($func)\b\s*/\n.Fn $1\n/gs;
298 s/\s*=($argnames)\b\s*/\n.Fa $1\n/gs;
299 s/\s*=((?:enum|struct|union) \w+(?: \*)?)\b\s*/\n.Vt $1\n/gs;
300 s/\s*:([a-z][0-9a-z_]+)\b\s*/\n.Va $1\n/gs;
301 s/\s*;([a-z][0-9a-z_]+)\b\s*/\n.Dv $1\n/gs;
302 s/\s*=!([a-z][0-9a-z_]+)\b\s*/\n.Xr $1 3\n/gs;
306 s/\s*\"(?=\w)/\n.Do\n/gs;
[all...]
/freebsd-11-stable/sys/i386/svr4/
H A Dsvr4_locore.s17 mov SVR4_UC_GS(%eax),%gs
/freebsd-11-stable/lib/ofed/libibmad/
H A DMakefile16 gs.c \
/freebsd-11-stable/release/
H A DMakefile.gce70 /usr/local/bin/gsutil mb gs://${GCE_BUCKET} || true
72 gs://${GCE_BUCKET}/
75 --source-uri gs://${GCE_BUCKET}/${GCE_TARGET}.tar.gz
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/Process/Utility/
H A DRegisterContextWindows_i386.cpp31 uint32_t gs; member in struct:__anon1266::_GPR
63 DEFINE_GPR(gs, nullptr, LLDB_INVALID_REGNUM, dwarf_gs_i386, LLDB_INVALID_REGNUM, LLDB_INVALID_REGNUM),
/freebsd-11-stable/tools/test/sort/regression/
H A DMakefile7 OPTIONS= r f fr fs fu i ir b bs bd bu g gs gu gr n nr M Mr u nu ns
/freebsd-11-stable/stand/pc98/btx/lib/
H A Dbtxv86.h45 uint32_t gs; /* V86 GS register */ member in struct:__v86
/freebsd-11-stable/stand/i386/btx/lib/
H A Dbtxv86.h44 uint32_t gs; /* V86 GS register */ member in struct:__v86
/freebsd-11-stable/sys/amd64/vmm/
H A Dvmm_util.c102 DUMP_SEG(gs);

Completed in 320 milliseconds

1234