Searched refs:SEQ (Results 1 – 13 of 13) sorted by relevance
/external/fio/tools/ |
D | genfio | 24 SEQ=-1 191 case $SEQ in 219 if [ "$SEQ" = "-1" ]; then 220 SEQ=1 240 if [ "$SEQ" = "-1" ]; then 241 SEQ=0 255 SEQ=2 269 if [ "$SEQ" = "-1" ]; then 270 SEQ=0 274 case $SEQ in
|
/external/llvm/utils/lit/tests/Inputs/shtest-shell/ |
D | sequencing-0.txt | 25 # RUN: FileCheck --check-prefix CHECK-SEQ < %t.out %s 27 # CHECK-SEQ: first-line 28 # CHECK-SEQ: second-line
|
/external/valgrind/none/tests/mips64/ |
D | cvm_ins.c | 118 EXTS=0, EXTS32, CINS, CINS32, SNEI, SNE, SEQI, DMUL, SEQ enumerator 126 for (op = EXTS; op <= SEQ; op++) { in main() 156 case SEQ: { /* To record the result of an equals comparison. */ in main()
|
/external/mesa3d/src/gallium/auxiliary/tgsi/ |
D | tgsi_opcode_tmp.h | 84 OP12(SEQ)
|
/external/mesa3d/src/mesa/program/ |
D | program_lexer.l | 230 SEQ{sz}{cc}{sat} { return_opcode(require_NV_fp, BIN_OP, SEQ, 3); }
|
/external/mesa3d/src/gallium/state_trackers/d3d1x/gd3d1x/ |
D | sm4_to_tgsi.cpp | 271 OP2_(EQ, SEQ); in translate_insns() 553 OP2_(IEQ, SEQ); in translate_insns()
|
/external/srtp/doc/ |
D | rfc3711.txt | 412 passing through 65,535. Unlike the sequence number (SEQ), which 419 i = 2^16 * ROC + SEQ. 697 counter, ROC, to zero. Each time the RTP sequence number, SEQ, wraps 702 i = 2^16 * ROC + SEQ. 716 sequence number (SEQ) of the first observed SRTP packet (unless the 722 i = 2^16 * v + SEQ, 739 then s_l is set to SEQ if and only if SEQ is larger than the current 741 set to SEQ and ROC is set to v. 1183 index of ROC || SEQ, and the SSRC used in the construction of the IV 1318 IV = 0x00 || M || PT || SEQ || TS || SSRC || ROC [all …]
|
/external/mesa3d/src/gallium/drivers/nv30/ |
D | nvfx_vertprog.c | 654 nvfx_vp_emit(vpc, arith(sat, VEC, SEQ, dst, mask, src[0], src[1], none)); in nvfx_vertprog_parse_instruction()
|
D | nvfx_fragprog.c | 725 nvfx_fp_emit(fpc, arith(sat, SEQ, dst, mask, src[0], src[1], none)); in nvfx_fragprog_parse_instruction()
|
/external/llvm/lib/Target/Mips/ |
D | Mips64InstrInfo.td | 398 def SEQ : SetCC64_R<"seq", seteq>, SEQ_FM<0x2a>;
|
/external/mesa3d/src/gallium/drivers/nv50/codegen/ |
D | nv50_ir_from_tgsi.cpp | 481 NV50_IR_OPCODE_CASE(SEQ, SET); in translateOpcode()
|
/external/mesa3d/src/gallium/docs/source/ |
D | tgsi.rst | 495 .. opcode:: SEQ - Set On Equal
|
/external/mesa3d/src/mesa/state_tracker/ |
D | st_glsl_to_tgsi.cpp | 665 case2fi(SEQ, USEQ); in get_opcode()
|