Home
last modified time | relevance | path

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

/external/ltp/testcases/network/virt/
Dvirt_lib.sh31 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))
Dvxlan02.sh15 start_id=16700000
25 virt_add_delete_test "id $start_id group $mult_addr"
Dvxlan01.sh14 start_id=16700000
Dgeneve01.sh13 start_id=16700000
Dvxlan03.sh20 start_id=16700000
/external/tensorflow/tensorflow/core/kernels/
Dsdca_internal.cc406 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/
Dttcmap.c1820 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/
Dbpf.c780 .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/
Dbpf.c780 .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/
Dbpf.c780 .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/
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_attr_check.c398 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…
Dbpf_attr.h183 uint32_t start_id; member
Dbpf.c386 PRINT_FIELD_U("{", attr, start_id); in BEGIN_BPF_CMD_DECODER()
Dconfig.h.in1576 /* Define to 1 if `start_id' is a member of `union bpf_attr'. */
Dconfigure11405 ac_fn_c_check_member "$LINENO" "union bpf_attr" "start_id" "ac_cv_member_union_bpf_attr_start_id" "…
/external/strace/m4/
Dbpf_attr.m471 union bpf_attr.start_id,
/external/bcc/src/cc/
Dlibbpf.h115 int bpf_prog_get_next_id(uint32_t start_id, uint32_t *next_id);
Dlibbpf.c1437 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/
Dlibbpf.h115 int bpf_prog_get_next_id(uint32_t start_id, uint32_t *next_id);
/external/iproute2/include/uapi/linux/
Dbpf.h241 __u32 start_id; member
/external/kernel-headers/original/uapi/linux/
Dbpf.h401 __u32 start_id; member
/external/bcc/src/cc/compat/linux/
Dbpf.h366 __u32 start_id; member
/external/bcc/src/cc/includes/compat/linux/
Dbpf.h366 __u32 start_id; member
/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()