Searched refs:writeback (Results 1 - 9 of 9) sorted by relevance

/macosx-10.9.5/mail_cmds-29/mail/
H A Dquit.c191 writeback(rbuf);
300 writeback(rbuf);
341 writeback(res) function
H A Dextern.h262 int writeback(FILE *);
/macosx-10.9.5/llvmCore-3425.0.33/lib/Target/ARM/Disassembler/
H A DARMDisassembler.cpp1451 // On stores, the writeback operand precedes Rt.
1471 // On loads, the writeback operand comes after Rt.
1495 bool writeback = (P == 0) || (W == 1); local
1497 if (P && writeback)
1499 else if (!P && writeback)
1502 if (writeback && (Rn == 15 || Rn == Rt))
1602 bool writeback = (W == 1) | (P == 0); local
1624 if (writeback && (Rn == 15 || Rn == Rt || Rn == Rt2))
1638 if (writeback && (Rn == 15 || Rn == Rt))
1655 if (!type && writeback
4339 bool writeback = (W == 1) | (P == 0); local
4376 bool writeback = (W == 1) | (P == 0); local
[all...]
/macosx-10.9.5/cctools-845/as/
H A Darm.c357 unsigned writeback : 1; /* Operand has trailing ! */ member in struct:arm_it::__anon6852
3537 These three may have a trailing ! which causes .writeback to be set also.
3539 Postindexed addressing (.postind=1, .writeback=1):
3698 inst.operands[i].writeback = 1;
3725 inst.operands[i].writeback = 1;
4688 inst.operands[i].writeback = 1;
4731 inst.operands[i].writeback = 1;
4883 inst.operands[1].writeback = 1;
5211 if (inst.operands[i].writeback)
5217 assert (inst.operands[i].writeback);
8160 encode_thumb2_ldmstm(int base, unsigned mask, bfd_boolean writeback) argument
[all...]
/macosx-10.9.5/vim-53/runtime/syntax/
H A Dfstab.vim94 syn keyword fsOptionsExt3Data contained journal ordered writeback
107 syn keyword fsOptionsExt4Data contained journal ordered writeback
H A Dgnuplot.vim127 syn keyword gnuplotType reverse writeback noreverse nowriteback
/macosx-10.9.5/cxxfilt-11/cxxfilt/opcodes/
H A Darm-dis.c3412 bfd_boolean writeback = FALSE, postind = FALSE;
3442 writeback = TRUE;
3447 writeback = TRUE;
3471 func (stream, writeback ? "]!" : "]");
3411 bfd_boolean writeback = FALSE, postind = FALSE; local
/macosx-10.9.5/cctools-845/otool/
H A Darm_disasm.c4420 bfd_boolean writeback = FALSE, postind = FALSE; local
4450 writeback = TRUE;
4455 writeback = TRUE;
4479 func (stream, writeback ? "]!" : "]");
/macosx-10.9.5/xnu-2422.115.4/bsd/net/
H A Dpf_norm.c2340 struct pf_state_peer *src, struct pf_state_peer *dst, int *writeback)
2460 *writeback = optoff + optlen;
2338 pf_normalize_tcp_stateful(struct mbuf *m, int off, struct pf_pdesc *pd, u_short *reason, struct tcphdr *th, struct pf_state *state, struct pf_state_peer *src, struct pf_state_peer *dst, int *writeback) argument

Completed in 313 milliseconds