Home
last modified time | relevance | path

Searched refs:SEQ (Results 1 – 13 of 13) sorted by relevance

/external/fio/tools/
Dgenfio24 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/
Dsequencing-0.txt25 # RUN: FileCheck --check-prefix CHECK-SEQ < %t.out %s
27 # CHECK-SEQ: first-line
28 # CHECK-SEQ: second-line
/external/valgrind/none/tests/mips64/
Dcvm_ins.c118 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/
Dtgsi_opcode_tmp.h84 OP12(SEQ)
/external/mesa3d/src/mesa/program/
Dprogram_lexer.l230 SEQ{sz}{cc}{sat} { return_opcode(require_NV_fp, BIN_OP, SEQ, 3); }
/external/mesa3d/src/gallium/state_trackers/d3d1x/gd3d1x/
Dsm4_to_tgsi.cpp271 OP2_(EQ, SEQ); in translate_insns()
553 OP2_(IEQ, SEQ); in translate_insns()
/external/srtp/doc/
Drfc3711.txt412 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/
Dnvfx_vertprog.c654 nvfx_vp_emit(vpc, arith(sat, VEC, SEQ, dst, mask, src[0], src[1], none)); in nvfx_vertprog_parse_instruction()
Dnvfx_fragprog.c725 nvfx_fp_emit(fpc, arith(sat, SEQ, dst, mask, src[0], src[1], none)); in nvfx_fragprog_parse_instruction()
/external/llvm/lib/Target/Mips/
DMips64InstrInfo.td398 def SEQ : SetCC64_R<"seq", seteq>, SEQ_FM<0x2a>;
/external/mesa3d/src/gallium/drivers/nv50/codegen/
Dnv50_ir_from_tgsi.cpp481 NV50_IR_OPCODE_CASE(SEQ, SET); in translateOpcode()
/external/mesa3d/src/gallium/docs/source/
Dtgsi.rst495 .. opcode:: SEQ - Set On Equal
/external/mesa3d/src/mesa/state_tracker/
Dst_glsl_to_tgsi.cpp665 case2fi(SEQ, USEQ); in get_opcode()