Home
last modified time | relevance | path

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

/third_party/ltp/testcases/network/virt/
Dvirt_lib.sh31 i) start_id=$2 ;;
185 local max=$(($start_id + $NS_TIMES - 1))
190 for i in $(seq $start_id $max); do
196 for i in $(seq $start_id $max); do
359 start_id="${start_id:-1}"
369 start_id="${start_id:-1}"
374 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
Dgeneve02.sh10 start_id=16700000
Dvxlan04.sh16 start_id=16700000
Dvxlan03.sh20 start_id=16700000
/third_party/grpc/test/cpp/interop/
Dxds_interop_client.cc91 XdsStatsWatcher(int start_id, int end_id) in XdsStatsWatcher() argument
92 : start_id_(start_id), end_id_(end_id), rpcs_needed_(end_id - start_id) {} in XdsStatsWatcher()
275 int start_id; in GetClientStats() local
280 start_id = global_request_id + 1; in GetClientStats()
281 end_id = start_id + request->num_rpcs(); in GetClientStats()
282 watcher = new XdsStatsWatcher(start_id, end_id); in GetClientStats()
/third_party/libuv/src/
Dtimer.c54 return a->start_id < b->start_id; in timer_less_than()
87 handle->start_id = handle->loop->timer_counter++; in uv_timer_start()
/third_party/grpc/src/php/tests/interop/
Dxds_client.php43 $start_id = $client_thread->num_results + 1;
44 $end_id = $start_id + $num_rpcs;
75 for ($i = $start_id; $i < $end_id; $i++) {
/third_party/freetype/src/sfnt/
Dttcmap.c1819 FT_UInt32 n, start, end, start_id, count, last = 0; in FT_CALLBACK_DEF() local
1829 start_id = TT_NEXT_ULONG( p ); in FT_CALLBACK_DEF()
1844 start_id >= TT_VALID_GLYPH_COUNT( valid ) - d ) in FT_CALLBACK_DEF()
1900 FT_UInt32 start, end, start_id; in tt_cmap8_char_index() local
1907 start_id = TT_NEXT_ULONG( p ); in tt_cmap8_char_index()
1914 if ( start_id > 0xFFFFFFFFUL - ( char_code - start ) ) in tt_cmap8_char_index()
1917 result = (FT_UInt)( start_id + ( char_code - start ) ); in tt_cmap8_char_index()
1936 FT_UInt32 start, end, start_id; in tt_cmap8_char_next() local
1950 start_id = TT_NEXT_ULONG( p ); in tt_cmap8_char_next()
1959 if ( start_id > 0xFFFFFFFFUL - ( char_code - start ) ) in tt_cmap8_char_next()
[all …]
/third_party/skia/third_party/externals/freetype/src/sfnt/
Dttcmap.c1829 FT_UInt32 n, start, end, start_id, count, last = 0; in FT_CALLBACK_DEF() local
1839 start_id = TT_NEXT_ULONG( p ); in FT_CALLBACK_DEF()
1854 start_id >= TT_VALID_GLYPH_COUNT( valid ) - d ) in FT_CALLBACK_DEF()
1910 FT_UInt32 start, end, start_id; in tt_cmap8_char_index() local
1917 start_id = TT_NEXT_ULONG( p ); in tt_cmap8_char_index()
1924 if ( start_id > 0xFFFFFFFFUL - ( char_code - start ) ) in tt_cmap8_char_index()
1927 result = (FT_UInt)( start_id + ( char_code - start ) ); in tt_cmap8_char_index()
1946 FT_UInt32 start, end, start_id; in tt_cmap8_char_next() local
1960 start_id = TT_NEXT_ULONG( p ); in tt_cmap8_char_next()
1969 if ( start_id > 0xFFFFFFFFUL - ( char_code - start ) ) in tt_cmap8_char_next()
[all …]
/third_party/flutter/skia/third_party/externals/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 …]
/third_party/libuv/include/uv/
Dunix.h335 uint64_t start_id;
Dwin.h548 uint64_t start_id; \
/third_party/ffmpeg/libavcodec/
Dmediacodec_wrapper.c192 jmethodID start_id; member
241 …a/MediaCodec", "start", "()V", FF_JNI_METHOD, offsetof(struct JNIAMediaCodecFields, start_id), 1 },
1386 (*env)->CallVoidMethod(env, codec->object, codec->jfields.start_id); in ff_AMediaCodec_start()
/third_party/ltp/include/lapi/
Dbpf.h267 uint32_t start_id; member