Home
last modified time | relevance | path

Searched refs:start_id (Results 1 – 16 of 16) sorted by relevance

/external/ltp/testcases/network/virt/
Dvirt_lib.sh53 i) start_id=$OPTARG ;;
147 local max=$(($start_id + $NS_TIMES - 1))
151 for i in $(seq $start_id $max); do
157 for i in $(seq $start_id $max); do
352 start_id=${start_id:-"1"}
369 start_id=$(($start_id + $NS_TIMES))
378 start_id=${start_id:-"1"}
395 start_id=$(($start_id + $NS_TIMES))
Dvxlan02.sh27 start_id=16700000
35 virt_add_delete_test "id $start_id $opt dev $(tst_iface)"
Dvxlan01.sh26 start_id=16700000
Dgeneve01.sh24 start_id=16700000
Dvxlan03.sh31 start_id=16700000
/external/tensorflow/tensorflow/core/kernels/
Dsdca_internal.cc392 int start_id = -1; in CreateSparseFeatureRepresentation() local
395 start_id = end_id; in CreateSparseFeatureRepresentation()
402 if (start_id < example_indices.size() && in CreateSparseFeatureRepresentation()
403 example_indices(start_id) == example_id) { in CreateSparseFeatureRepresentation()
405 &(feature_indices(start_id)), end_id - start_id)); in CreateSparseFeatureRepresentation()
410 &(feature_weights(start_id)), end_id - start_id)); in CreateSparseFeatureRepresentation()
413 if (end_id - start_id > 0) { in CreateSparseFeatureRepresentation()
/external/freetype/src/sfnt/
Dttcmap.c1814 FT_UInt32 n, start, end, start_id, count, last = 0; in FT_CALLBACK_DEF() local
1824 start_id = TT_NEXT_ULONG( p ); in FT_CALLBACK_DEF()
1839 start_id >= TT_VALID_GLYPH_COUNT( valid ) - d ) in FT_CALLBACK_DEF()
1895 FT_UInt32 start, end, start_id; in tt_cmap8_char_index() local
1902 start_id = TT_NEXT_ULONG( p ); in tt_cmap8_char_index()
1909 if ( start_id > 0xFFFFFFFFUL - ( char_code - start ) ) in tt_cmap8_char_index()
1912 result = (FT_UInt)( start_id + ( char_code - start ) ); in tt_cmap8_char_index()
1931 FT_UInt32 start, end, start_id; in tt_cmap8_char_next() local
1945 start_id = TT_NEXT_ULONG( p ); in tt_cmap8_char_next()
1954 if ( start_id > 0xFFFFFFFFUL - ( char_code - start ) ) in tt_cmap8_char_next()
[all …]
/external/webrtc/webrtc/modules/rtp_rtcp/source/
Drtp_rtcp_impl.cc700 uint16_t start_id = 0; in SendNACK() local
714 start_id = i + 1; in SendNACK()
718 nack_length = size - start_id; in SendNACK()
726 nack_last_seq_number_sent_ = nack_list[start_id + nack_length - 1]; in SendNACK()
729 GetFeedbackState(), kRtcpNack, nack_length, &nack_list[start_id]); in SendNACK()
/external/strace/
Dbpf.c312 uint32_t start_id, next_id; in DEF_BPF_CMD_DECODER() member
318 PRINT_FIELD_U("{", attr, start_id); in DEF_BPF_CMD_DECODER()
/external/strace/tests-m32/
Dbpf.c589 DEF_BPF_INIT_FIRST(BPF_PROG_GET_NEXT_ID, start_id, 0xdeadbeef)
601 .start_id = 0xbadc0ded, in init_BPF_PROG_GET_NEXT_ID_attr()
/external/strace/tests-mx32/
Dbpf.c589 DEF_BPF_INIT_FIRST(BPF_PROG_GET_NEXT_ID, start_id, 0xdeadbeef)
601 .start_id = 0xbadc0ded, in init_BPF_PROG_GET_NEXT_ID_attr()
/external/strace/tests/
Dbpf.c589 DEF_BPF_INIT_FIRST(BPF_PROG_GET_NEXT_ID, start_id, 0xdeadbeef)
601 .start_id = 0xbadc0ded, in init_BPF_PROG_GET_NEXT_ID_attr()
/external/iproute2/include/uapi/linux/
Dbpf.h241 __u32 start_id; member
/external/kernel-headers/original/uapi/linux/
Dbpf.h294 __u32 start_id; member
/external/bart/bart/sched/
DSchedAssert.py628 def generate_events(self, level, start_id=0, window=None): argument
/external/webrtc/talk/app/webrtc/
Dstatscollector_unittest.cc270 const StatsReport::Id& start_id) { in CheckCertChainReports() argument
272 const StatsReport::Id* certificate_id = &start_id; in CheckCertChainReports()