/external/ltp/testcases/network/virt/ |
D | virt_lib.sh | 31 i) start_id=$2 ;; 163 local max=$(($start_id + $NS_TIMES - 1)) 168 for i in $(seq $start_id $max); do 174 for i in $(seq $start_id $max); do 341 start_id="${start_id:-1}" 351 start_id="${start_id:-1}" 356 start_id=$(($start_id + $NS_TIMES))
|
D | vxlan02.sh | 15 start_id=16700000 25 virt_add_delete_test "id $start_id group $mult_addr"
|
D | vxlan01.sh | 14 start_id=16700000
|
D | geneve01.sh | 13 start_id=16700000
|
D | vxlan03.sh | 20 start_id=16700000
|
/external/tensorflow/tensorflow/core/kernels/ |
D | sdca_internal.cc | 406 int start_id = -1; in CreateSparseFeatureRepresentation() local 409 start_id = end_id; in CreateSparseFeatureRepresentation() 416 if (start_id < example_indices.size() && in CreateSparseFeatureRepresentation() 417 example_indices(start_id) == example_id) { in CreateSparseFeatureRepresentation() 419 &(feature_indices(start_id)), end_id - start_id)); in CreateSparseFeatureRepresentation() 424 &(feature_weights(start_id)), end_id - start_id)); in CreateSparseFeatureRepresentation() 427 if (end_id - start_id > 0) { in CreateSparseFeatureRepresentation()
|
/external/freetype/src/sfnt/ |
D | ttcmap.c | 1820 FT_UInt32 n, start, end, start_id, count, last = 0; in FT_CALLBACK_DEF() local 1830 start_id = TT_NEXT_ULONG( p ); in FT_CALLBACK_DEF() 1845 start_id >= TT_VALID_GLYPH_COUNT( valid ) - d ) in FT_CALLBACK_DEF() 1901 FT_UInt32 start, end, start_id; in tt_cmap8_char_index() local 1908 start_id = TT_NEXT_ULONG( p ); in tt_cmap8_char_index() 1915 if ( start_id > 0xFFFFFFFFUL - ( char_code - start ) ) in tt_cmap8_char_index() 1918 result = (FT_UInt)( start_id + ( char_code - start ) ); in tt_cmap8_char_index() 1937 FT_UInt32 start, end, start_id; in tt_cmap8_char_next() local 1951 start_id = TT_NEXT_ULONG( p ); in tt_cmap8_char_next() 1960 if ( start_id > 0xFFFFFFFFUL - ( char_code - start ) ) in tt_cmap8_char_next() [all …]
|
/external/strace/tests-mx32/ |
D | bpf.c | 780 .start_id = 0xdeadbeef 782 .size = offsetofend(struct BPF_PROG_GET_NEXT_ID_struct, start_id), 787 .start_id = 0xdeadbeef 800 .start_id = 0xbadc0ded, 808 .start_id = 0xbadc0ded,
|
/external/strace/tests-m32/ |
D | bpf.c | 780 .start_id = 0xdeadbeef 782 .size = offsetofend(struct BPF_PROG_GET_NEXT_ID_struct, start_id), 787 .start_id = 0xdeadbeef 800 .start_id = 0xbadc0ded, 808 .start_id = 0xbadc0ded,
|
/external/strace/tests/ |
D | bpf.c | 780 .start_id = 0xdeadbeef 782 .size = offsetofend(struct BPF_PROG_GET_NEXT_ID_struct, start_id), 787 .start_id = 0xdeadbeef 800 .start_id = 0xbadc0ded, 808 .start_id = 0xbadc0ded,
|
/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_attr_check.c | 398 static_assert(SoM(struct BPF_PROG_GET_NEXT_ID_struct, start_id) == SoM(union bpf_attr, start_id), 400 …_assert(offsetof(struct BPF_PROG_GET_NEXT_ID_struct, start_id) == offsetof(union bpf_attr, start_i…
|
D | bpf_attr.h | 183 uint32_t start_id; member
|
D | bpf.c | 386 PRINT_FIELD_U("{", attr, start_id); in BEGIN_BPF_CMD_DECODER()
|
D | config.h.in | 1576 /* Define to 1 if `start_id' is a member of `union bpf_attr'. */
|
D | configure | 11405 ac_fn_c_check_member "$LINENO" "union bpf_attr" "start_id" "ac_cv_member_union_bpf_attr_start_id" "…
|
/external/strace/m4/ |
D | bpf_attr.m4 | 71 union bpf_attr.start_id,
|
/external/bcc/src/cc/ |
D | libbpf.h | 115 int bpf_prog_get_next_id(uint32_t start_id, uint32_t *next_id);
|
D | libbpf.c | 1437 int bpf_prog_get_next_id(uint32_t start_id, uint32_t *next_id) in bpf_prog_get_next_id() argument 1443 attr.start_id = start_id; in bpf_prog_get_next_id()
|
/external/bcc/src/cc/includes/ |
D | libbpf.h | 115 int bpf_prog_get_next_id(uint32_t start_id, uint32_t *next_id);
|
/external/iproute2/include/uapi/linux/ |
D | bpf.h | 241 __u32 start_id; member
|
/external/kernel-headers/original/uapi/linux/ |
D | bpf.h | 401 __u32 start_id; member
|
/external/bcc/src/cc/compat/linux/ |
D | bpf.h | 366 __u32 start_id; member
|
/external/bcc/src/cc/includes/compat/linux/ |
D | bpf.h | 366 __u32 start_id; member
|
/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()
|