/external/ltp/testcases/network/virt/ |
D | virt_lib.sh | 53 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))
|
D | vxlan02.sh | 27 start_id=16700000 35 virt_add_delete_test "id $start_id $opt dev $(tst_iface)"
|
D | vxlan01.sh | 26 start_id=16700000
|
D | geneve01.sh | 24 start_id=16700000
|
D | vxlan03.sh | 31 start_id=16700000
|
/external/tensorflow/tensorflow/core/kernels/ |
D | sdca_internal.cc | 392 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/ |
D | ttcmap.c | 1814 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/ |
D | rtp_rtcp_impl.cc | 700 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/ |
D | bpf.c | 312 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/ |
D | bpf.c | 589 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/ |
D | bpf.c | 589 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/ |
D | bpf.c | 589 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/ |
D | bpf.h | 241 __u32 start_id; member
|
/external/kernel-headers/original/uapi/linux/ |
D | bpf.h | 294 __u32 start_id; member
|
/external/bart/bart/sched/ |
D | SchedAssert.py | 628 def generate_events(self, level, start_id=0, window=None): argument
|
/external/webrtc/talk/app/webrtc/ |
D | statscollector_unittest.cc | 270 const StatsReport::Id& start_id) { in CheckCertChainReports() argument 272 const StatsReport::Id* certificate_id = &start_id; in CheckCertChainReports()
|