HomeSort by: relevance | last modified time | path
    Searched defs:stream_idx (Results 1 - 2 of 2) sorted by relevancy

  /src/crypto/external/apache2/openssl/dist/test/
quic_fc_test.c 223 size_t stream_idx; member in struct:rx_test_op
233 #define RX_OP_INIT_STREAM(stream_idx, init_window_size, max_window_size) \
234 { RX_OPC_INIT_STREAM, (stream_idx), (init_window_size), (max_window_size) },
235 #define RX_OP_RX(stream_idx, end, is_fin) \
236 { RX_OPC_RX, (stream_idx), (end), (is_fin) },
237 #define RX_OP_RETIRE(stream_idx, num_bytes, rtt, expect_fail) \
238 { RX_OPC_RETIRE, (stream_idx), (num_bytes), (rtt), (expect_fail) },
498 if (!TEST_size_t_lt(op->stream_idx, OSSL_NELEM(stream_rxfc))
502 if (!TEST_true(ossl_quic_rxfc_init(&stream_rxfc[op->stream_idx],
508 stream_init_done[op->stream_idx] = 1
    [all...]
  /xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/draw/
draw_llvm.c 1838 LLVMValueRef stream_idx = LLVMBuildExtractElement(builder, stream_id, lp_build_const_int32(gallivm, 0), ""); local
1839 LLVMValueRef cnd = LLVMBuildICmp(builder, LLVMIntULT, stream_idx, lp_build_const_int32(gallivm, variant->shader->base.num_vertex_streams), "");

Completed in 49 milliseconds