/third_party/ltp/testcases/network/virt/ |
D | virt_lib.sh | 31 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))
|
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 | geneve02.sh | 10 start_id=16700000
|
D | vxlan04.sh | 16 start_id=16700000
|
D | vxlan03.sh | 20 start_id=16700000
|
/third_party/grpc/test/cpp/interop/ |
D | xds_interop_client.cc | 91 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/ |
D | timer.c | 54 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/ |
D | xds_client.php | 43 $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/ |
D | ttcmap.c | 1819 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/ |
D | ttcmap.c | 1829 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/ |
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 …]
|
/third_party/libuv/include/uv/ |
D | unix.h | 335 uint64_t start_id;
|
D | win.h | 548 uint64_t start_id; \
|
/third_party/ffmpeg/libavcodec/ |
D | mediacodec_wrapper.c | 192 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/ |
D | bpf.h | 267 uint32_t start_id; member
|