| /src/sys/external/bsd/drm2/dist/drm/nouveau/dispnv04/ |
| hw.h | 247 uint8_t seq1 = NVReadVgaSeq(dev, head, NV_VIO_SR_CLOCK_INDEX); local 251 NVWriteVgaSeq(dev, head, NV_VIO_SR_CLOCK_INDEX, seq1 | 0x20); 254 NVWriteVgaSeq(dev, head, NV_VIO_SR_CLOCK_INDEX, seq1 & ~0x20); /* reenable display */
|
| nouveau_dispnv04_hw.c | 116 unsigned char seq1; local 121 seq1 = NVReadVgaSeq(dev, head, NV_VIO_SR_CLOCK_INDEX); 125 NVWriteVgaSeq(dev, head, NV_VIO_SR_CLOCK_INDEX, seq1 | 0x20); 127 NVWriteVgaSeq(dev, head, NV_VIO_SR_CLOCK_INDEX, seq1 & ~0x20);
|
| hw.h | 247 uint8_t seq1 = NVReadVgaSeq(dev, head, NV_VIO_SR_CLOCK_INDEX); local 251 NVWriteVgaSeq(dev, head, NV_VIO_SR_CLOCK_INDEX, seq1 | 0x20); 254 NVWriteVgaSeq(dev, head, NV_VIO_SR_CLOCK_INDEX, seq1 & ~0x20); /* reenable display */
|
| nouveau_dispnv04_hw.c | 116 unsigned char seq1; local 121 seq1 = NVReadVgaSeq(dev, head, NV_VIO_SR_CLOCK_INDEX); 125 NVWriteVgaSeq(dev, head, NV_VIO_SR_CLOCK_INDEX, seq1 | 0x20); 127 NVWriteVgaSeq(dev, head, NV_VIO_SR_CLOCK_INDEX, seq1 & ~0x20);
|
| nouveau_dispnv04_crtc.c | 180 unsigned char seq1 = 0, crtc17 = 0; local 200 seq1 = 0x20; 206 seq1 = 0x20; 212 seq1 = 0x20; 219 seq1 = 0x00; 226 seq1 |= (NVReadVgaSeq(dev, nv_crtc->index, NV_VIO_SR_CLOCK_INDEX) & ~0x20); 227 NVWriteVgaSeq(dev, nv_crtc->index, NV_VIO_SR_CLOCK_INDEX, seq1);
|
| nouveau_dispnv04_crtc.c | 180 unsigned char seq1 = 0, crtc17 = 0; local 200 seq1 = 0x20; 206 seq1 = 0x20; 212 seq1 = 0x20; 219 seq1 = 0x00; 226 seq1 |= (NVReadVgaSeq(dev, nv_crtc->index, NV_VIO_SR_CLOCK_INDEX) & ~0x20); 227 NVWriteVgaSeq(dev, nv_crtc->index, NV_VIO_SR_CLOCK_INDEX, seq1);
|
| /src/sys/external/bsd/ipf/netinet/ |
| ip_proxy.c | 1151 u_32_t seq1, seq2; local 1167 seq1 = (u_32_t)ntohl(tcp->th_seq); 1172 (seq1 > aps->aps_seqmin[!sel])) { 1175 sel, !sel, seq1, 1182 if (seq1 > seq2) { 1184 seq1 += seq2; 1185 tcp->th_seq = htonl(seq1); 1190 if (inc && (seq1 > aps->aps_seqmin[!sel])) { 1191 aps->aps_seqmin[sel] = seq1 + nlen - 1; 1201 seq1 = ntohl(tcp->th_ack) [all...] |
| ip_proxy.c | 1151 u_32_t seq1, seq2; local 1167 seq1 = (u_32_t)ntohl(tcp->th_seq); 1172 (seq1 > aps->aps_seqmin[!sel])) { 1175 sel, !sel, seq1, 1182 if (seq1 > seq2) { 1184 seq1 += seq2; 1185 tcp->th_seq = htonl(seq1); 1190 if (inc && (seq1 > aps->aps_seqmin[!sel])) { 1191 aps->aps_seqmin[sel] = seq1 + nlen - 1; 1201 seq1 = ntohl(tcp->th_ack) [all...] |
| /src/external/bsd/tre/dist/lib/ |
| tre-compile.c | 901 tre_ast_node_t *seq1 = NULL, *seq2 = NULL; local 920 if (seq1 != NULL) 921 seq1 = tre_ast_new_catenation(mem, seq1, copy); 923 seq1 = copy; 924 if (seq1 == NULL) 966 if (seq1 == NULL) 967 seq1 = seq2; 969 seq1 = tre_ast_new_catenation(mem, seq1, seq2) [all...] |
| tre-compile.c | 901 tre_ast_node_t *seq1 = NULL, *seq2 = NULL; local 920 if (seq1 != NULL) 921 seq1 = tre_ast_new_catenation(mem, seq1, copy); 923 seq1 = copy; 924 if (seq1 == NULL) 966 if (seq1 == NULL) 967 seq1 = seq2; 969 seq1 = tre_ast_new_catenation(mem, seq1, seq2) [all...] |
| /src/external/gpl3/gcc.old/dist/gcc/ |
| tree-ssa-phiopt.cc | 892 gimple_seq seq1 = NULL; local 907 if (op.resimplify (&seq1, follow_all_ssa_edges)) 911 || phiopt_early_allow (seq1, op)) 913 result = maybe_push_res_to_seq (&op, &seq1); 917 annotate_all_with_location (seq1, loc); 918 gimple_seq_add_seq_without_update (seq, seq1); 923 gimple_seq_discard (seq1); 924 seq1 = NULL; 938 if (op1.resimplify (&seq1, follow_all_ssa_edges)) 942 || phiopt_early_allow (seq1, op1) [all...] |
| tree-ssa-phiopt.cc | 892 gimple_seq seq1 = NULL; local 907 if (op.resimplify (&seq1, follow_all_ssa_edges)) 911 || phiopt_early_allow (seq1, op)) 913 result = maybe_push_res_to_seq (&op, &seq1); 917 annotate_all_with_location (seq1, loc); 918 gimple_seq_add_seq_without_update (seq, seq1); 923 gimple_seq_discard (seq1); 924 seq1 = NULL; 938 if (op1.resimplify (&seq1, follow_all_ssa_edges)) 942 || phiopt_early_allow (seq1, op1) [all...] |
| ifcvt.cc | 3538 rtx_insn *seq, *seq1, *seq2 = NULL; 3542 seq1 = try_emit_cmove_seq (if_info, temp, cond, 3587 if (seq1 != NULL_RTX && (cost1 <= cost2 || seq2 == NULL_RTX)) 3589 seq = seq1; 3612 only seq1 from that point on. */ 3535 rtx_insn *seq, *seq1, *seq2 = NULL; local
|
| ifcvt.cc | 3538 rtx_insn *seq, *seq1, *seq2 = NULL; 3542 seq1 = try_emit_cmove_seq (if_info, temp, cond, 3587 if (seq1 != NULL_RTX && (cost1 <= cost2 || seq2 == NULL_RTX)) 3589 seq = seq1; 3612 only seq1 from that point on. */ 3535 rtx_insn *seq, *seq1, *seq2 = NULL; local
|
| tree-vect-loop-manip.cc | 1870 gimple_seq seq1 = NULL, seq2 = NULL; local 1871 misalign_in_elems = get_misalign_in_elems (&seq1, loop_vinfo); 1875 gimple_seq_add_seq (&seq1, seq2); 1876 if (seq1) 1879 basic_block new_bb = gsi_insert_seq_on_edge_immediate (pe, seq1);
|
| tree-vect-loop-manip.cc | 1870 gimple_seq seq1 = NULL, seq2 = NULL; local 1871 misalign_in_elems = get_misalign_in_elems (&seq1, loop_vinfo); 1875 gimple_seq_add_seq (&seq1, seq2); 1876 if (seq1) 1879 basic_block new_bb = gsi_insert_seq_on_edge_immediate (pe, seq1);
|
| /src/sys/dev/pci/ |
| mgafb.c | 2388 uint8_t seq1, crtcext1; local 2393 seq1 = MGA_READ1(sc, MGA_VGA_SEQ_DATA) & ~0x20; 2399 seq1 |= 0x20; /* screen blank */ 2404 MGA_WRITE1(sc, MGA_VGA_SEQ_DATA, seq1);
|
| mgafb.c | 2388 uint8_t seq1, crtcext1; local 2393 seq1 = MGA_READ1(sc, MGA_VGA_SEQ_DATA) & ~0x20; 2399 seq1 |= 0x20; /* screen blank */ 2404 MGA_WRITE1(sc, MGA_VGA_SEQ_DATA, seq1);
|
| /src/external/gpl3/gcc/dist/gcc/ |
| tree-ssa-phiopt.cc | 525 gimple_seq seq1 = NULL; local 552 if (op.resimplify (&seq1, follow_all_ssa_edges)) 554 bool allowed = !early_p || phiopt_early_allow (seq1, op); 555 tree result = maybe_push_res_to_seq (&op, &seq1); 559 if (seq1) 560 print_gimple_seq (dump_file, seq1, 0, TDF_VOPS|TDF_MEMSYMS); 574 annotate_all_with_location (seq1, loc); 575 gimple_seq_add_seq_without_update (seq, seq1); 579 gimple_seq_discard (seq1); 580 seq1 = NULL [all...] |
| tree-ssa-phiopt.cc | 525 gimple_seq seq1 = NULL; local 552 if (op.resimplify (&seq1, follow_all_ssa_edges)) 554 bool allowed = !early_p || phiopt_early_allow (seq1, op); 555 tree result = maybe_push_res_to_seq (&op, &seq1); 559 if (seq1) 560 print_gimple_seq (dump_file, seq1, 0, TDF_VOPS|TDF_MEMSYMS); 574 annotate_all_with_location (seq1, loc); 575 gimple_seq_add_seq_without_update (seq, seq1); 579 gimple_seq_discard (seq1); 580 seq1 = NULL [all...] |
| ifcvt.cc | 3724 rtx_insn *seq, *seq1, *seq2 = NULL; 3728 seq1 = try_emit_cmove_seq (if_info, temp, cond, 3773 if (seq1 != NULL_RTX && (cost1 <= cost2 || seq2 == NULL_RTX)) 3775 seq = seq1; 3798 only seq1 from that point on. */ 3721 rtx_insn *seq, *seq1, *seq2 = NULL; local
|
| ifcvt.cc | 3724 rtx_insn *seq, *seq1, *seq2 = NULL; 3728 seq1 = try_emit_cmove_seq (if_info, temp, cond, 3773 if (seq1 != NULL_RTX && (cost1 <= cost2 || seq2 == NULL_RTX)) 3775 seq = seq1; 3798 only seq1 from that point on. */ 3721 rtx_insn *seq, *seq1, *seq2 = NULL; local
|
| /src/external/gpl3/gcc.old/dist/gcc/config/avr/ |
| avr.cc | 637 rtx_insn *seq1, *seq2, *last1, *last2; 652 seq1 = get_insns(); 656 emit_insn_after (seq1, insns[2]); 683 for (rtx_insn *insn = seq1; ; insn = NEXT_INSN (insn)) 636 rtx_insn *seq1, *seq2, *last1, *last2; local
|
| avr.cc | 637 rtx_insn *seq1, *seq2, *last1, *last2; 652 seq1 = get_insns(); 656 emit_insn_after (seq1, insns[2]); 683 for (rtx_insn *insn = seq1; ; insn = NEXT_INSN (insn)) 636 rtx_insn *seq1, *seq2, *last1, *last2; local
|
| /src/external/gpl3/binutils/dist/bfd/ |
| dwarf2.c | 2380 const struct line_sequence* seq1 = a; local 2384 if (seq1->low_pc < seq2->low_pc) 2386 if (seq1->low_pc > seq2->low_pc) 2391 if (seq1->last_line->address < seq2->last_line->address) 2393 if (seq1->last_line->address > seq2->last_line->address) 2396 if (seq1->last_line->op_index < seq2->last_line->op_index) 2398 if (seq1->last_line->op_index > seq2->last_line->op_index) 2402 if (seq1->num_lines < seq2->num_lines) 2404 if (seq1->num_lines > seq2->num_lines)
|