Searched refs:cs (Results 126 - 150 of 339) sorted by relevance

1234567891011>>

/openbsd-current/gnu/llvm/lldb/source/Plugins/Process/Utility/
H A DRegisterContextOpenBSD_i386.cpp27 uint32_t cs; member in struct:GPR
H A DRegisterContextNetBSD_i386.cpp27 uint32_t cs; member in struct:GPR
H A DRegisterContextFreeBSD_i386.cpp31 uint32_t cs; member in struct:GPR
H A DRegisterContextDarwin_i386.h59 uint32_t cs; member in struct:RegisterContextDarwin_i386::GPR
83 uint16_t cs; member in struct:RegisterContextDarwin_i386::FPU
H A DRegisterContextDarwin_x86_64.h66 uint64_t cs; member in struct:RegisterContextDarwin_x86_64::GPR
88 uint16_t cs; // "fiseg" member in struct:RegisterContextDarwin_x86_64::FPU
/openbsd-current/sys/dev/pci/drm/i915/gt/uc/
H A Dintel_gsc_uc_heci_cmd_submit.h92 u32 *cs, int timeout_ms);
/openbsd-current/bin/ksh/
H A Dc_sh.c261 XString cs, xs; local
326 Xinit(cs, cp, 128, ATEMP);
328 for (cp = Xstring(cs, cp); ; ) {
355 Xcheck(cs, cp);
368 Xput(cs, cp, c);
378 if (Xlength(cs, cp) == 0 && ctype(c, C_IFSWS))
383 Xput(cs, cp, c);
387 while (Xlength(cs, cp) && ctype(cp[-1], C_IFS) &&
390 Xput(cs, cp, '\0');
400 if (!setstr(vp, Xstring(cs, c
[all...]
/openbsd-current/sys/dev/isa/
H A Duguru.c109 } cs; member in struct:uguru_softc
870 if (sc->cs.reading == 0x00) {
876 sensor->value = sc->cs.reading * 1000000 + 273150000;
881 if (sc->cs.reading >= sc->cs.lower)
883 if (sc->cs.reading >= sc->cs.upper)
897 if (sc->cs.reading <= sc->cs.lower ||
898 sc->cs
[all...]
/openbsd-current/sys/dev/fdt/
H A Dbcm2835_dmac.c204 uint32_t cs, ce; local
206 cs = bcmdmac_read(sc, DMAC_CS(ch->ch_index));
207 bcmdmac_write(sc, DMAC_CS(ch->ch_index), cs);
208 cs &= DMAC_CS_INT | DMAC_CS_END | DMAC_CS_ERROR;
216 ch->ch_callback(cs, ce, ch->ch_callbackarg);
H A Drkspi.c207 int cs; local
216 cs = conf->sc_cs;
217 if (cs >= 2) {
218 printf("%s: invalid chip-select (%d)\n", DEVNAME(sc), cs);
221 sc->sc_cs = cs;
/openbsd-current/sbin/fsck_ffs/
H A Dpass5.c72 struct csum *cs; local
320 cs = &fs->fs_cs(fs, c);
321 if (memcmp(&newcg->cg_cs, cs, sizeof *cs) != 0 &&
323 memcpy(cs, &newcg->cg_cs, sizeof *cs);
/openbsd-current/gnu/usr.bin/binutils/bfd/
H A Dcoff-i960.c118 coff_symbol_type *cs = coffsymbol(symbol_in); local
122 if (bfd_is_und_section (cs->symbol.section)) {
129 if ((bfd_asymbol_flavour(&cs->symbol) != bfd_target_coff_flavour)
130 || (cs->native == (combined_entry_type *)NULL))
142 switch (cs->native->u.syment.n_sclass)
149 union internal_auxent *aux = &((cs->native+2)->u.auxent);
151 int olf = (aux->x_bal.x_balntry - cs->native->u.syment.n_value);
152 BFD_ASSERT(cs->native->u.syment.n_numaux==2);
/openbsd-current/gnu/usr.bin/binutils-2.17/bfd/
H A Dcoff-i960.c118 coff_symbol_type *cs = coffsymbol(symbol_in); local
122 if (bfd_is_und_section (cs->symbol.section)) {
129 if ((bfd_asymbol_flavour(&cs->symbol) != bfd_target_coff_flavour)
130 || (cs->native == (combined_entry_type *)NULL))
142 switch (cs->native->u.syment.n_sclass)
149 union internal_auxent *aux = &((cs->native+2)->u.auxent);
151 int olf = (aux->x_bal.x_balntry - cs->native->u.syment.n_value);
152 BFD_ASSERT(cs->native->u.syment.n_numaux==2);
/openbsd-current/gnu/usr.bin/gcc/gcc/testsuite/gcc.dg/format/
H A Dc90-scanf-1.c16 const int *cip, const int *cn, const char *cs, const void **ppc,
106 scanf ("%s", cs); /* { dg-warning "constant" "%s writing into const" } */
12 foo(int *ip, unsigned int *uip, short int *hp, unsigned short int *uhp, long int *lp, unsigned long int *ulp, float *fp, double *dp, long double *ldp, char *s, signed char *ss, unsigned char *us, void **pp, int *n, llong *llp, ullong *ullp, wchar_t *ls, const int *cip, const int *cn, const char *cs, const void **ppc, void *const *pcp, short int *hn, long int *ln, void *p, char **sp, volatile void *ppv) argument
/openbsd-current/gnu/usr.bin/texinfo/makeinfo/tests/
H A Dmenu-whitespace47 1998-12-06 Andreas Schwab <schwab@issan.cs.uni-dortmund.de>
70 schwab@issan.cs.uni-dortmund.de completely different"
/openbsd-current/sys/dev/microcode/aic7xxx/
H A Daicasm.c352 critical_section_t *cs; local
437 "static const struct cs {\n"
442 for (cs = TAILQ_FIRST(&cs_tailq);
443 cs != NULL;
444 cs = TAILQ_NEXT(cs, links)) {
446 cs == TAILQ_FIRST(&cs_tailq) ? "" : ",\n",
447 cs->begin_addr, cs->end_addr);
/openbsd-current/gnu/llvm/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteRegisterFallback.cpp44 R32(esi), R32(edi), R32(eip), R32(eflags), R32(cs), R32(ss),
59 R32(cs), R32(ss), R32(ds), R32(es), R32(fs), R32(gs),
/openbsd-current/sys/arch/i386/i386/
H A Dapmcall.S77 lcall *%cs:(apm_ep)
/openbsd-current/gnu/llvm/lld/ELF/
H A DCallGraphSort.cpp167 static void mergeClusters(std::vector<Cluster> &cs, Cluster &into, int intoIdx, argument
171 cs[tail2].next = intoIdx;
173 cs[tail1].next = fromIdx;
/openbsd-current/gnu/llvm/lld/COFF/
H A DCallGraphSort.cpp140 static void mergeClusters(std::vector<Cluster> &cs, Cluster &into, int intoIdx, argument
144 cs[tail2].next = intoIdx;
146 cs[tail1].next = fromIdx;
H A DPDB.cpp1389 static void fillLinkerVerRecord(Compile3Sym &cs, MachineTypes machine) { argument
1390 cs.Machine = toCodeViewMachine(machine);
1396 cs.Flags = CompileSym3Flags::None;
1397 cs.VersionBackendBuild = 25019;
1398 cs.VersionBackendMajor = 14;
1399 cs.VersionBackendMinor = 10;
1400 cs.VersionBackendQFE = 0;
1407 cs.VersionFrontendBuild = 0;
1408 cs.VersionFrontendMajor = 0;
1409 cs
[all...]
/openbsd-current/gnu/lib/libstdc++/libstdc++/testsuite/24_iterators/
H A Diterator.cc244 const std::string cs("ABCDE");
245 std::string::const_iterator ci5(cs.begin());
506 const std::string cs("abcde");
507 std::string::const_reverse_iterator cri(cs.rend());
508 if (cri - 5 != cs.rbegin())
/openbsd-current/gnu/usr.bin/binutils/opcodes/
H A Darm-dis.c50 {"eq", "ne", "cs", "cc", "mi", "pl", "vs", "vc",
1265 coff_symbol_type * cs;
1267 cs = coffsymbol (*info->symbols);
1268 is_thumb = ( cs->native->u.syment.n_sclass == C_THUMBEXT
1269 || cs->native->u.syment.n_sclass == C_THUMBSTAT
1270 || cs->native->u.syment.n_sclass == C_THUMBLABEL
1271 || cs->native->u.syment.n_sclass == C_THUMBEXTFUNC
1272 || cs->native->u.syment.n_sclass == C_THUMBSTATFUNC);
1263 coff_symbol_type * cs; local
/openbsd-current/usr.bin/mandoc/
H A Dmansearch.c722 int cs, i, irc; local
736 cs = 0;
739 cs = 1;
763 cs = 0;
768 cs = 0;
779 cs = 0;
787 REG_EXTENDED | REG_NOSUB | (cs ? 0 : REG_ICASE));
/openbsd-current/gnu/usr.bin/binutils/gas/
H A Dmacro.c1036 char *copy, *cs; local
1055 for (cs = copy; *cs != '\0'; cs++)
1056 *cs = TOLOWER (*cs);

Completed in 388 milliseconds

1234567891011>>