Home
last modified time | relevance | path

Searched refs:MILLION (Results 1 – 8 of 8) sorted by relevance

/third_party/grpc/src/proto/grpc/testing/xds/v3/
Dpercent.proto43 MILLION = 2; enumerator
/third_party/libuv/src/win/
Dfs.c95 #define MILLION ((int64_t) 1000 * 1000) macro
100 ts->tv_sec = (long) (filetime / (10 * MILLION)); in uv__filetime_to_timespec()
101 ts->tv_nsec = (long) ((filetime - ts->tv_sec * 10 * MILLION) * 100U); in uv__filetime_to_timespec()
110 int64_t bigtime = ((time) * 10 * MILLION + 116444736 * BILLION); \
/third_party/pcre2/pcre2/testdata/
Dtestinput62497 more than MILLION
2500 MORE THAN MILLION
2505 more than MILLION
2508 MORE THAN MILLION
Dtestoutput63729 more than MILLION
3730 0: more than MILLION
3734 MORE THAN MILLION
3742 more than MILLION
3743 0: more than MILLION
3747 MORE THAN MILLION
Dtestoutput13129 more than MILLION
3130 0: more than MILLION
3134 MORE THAN MILLION
3142 more than MILLION
3143 0: more than MILLION
3147 MORE THAN MILLION
Dtestinput12067 more than MILLION
2070 MORE THAN MILLION
2075 more than MILLION
2078 MORE THAN MILLION
/third_party/grpc/src/proto/grpc/testing/xds/
Deds_for_test.proto434 MILLION = 2; enumerator
/third_party/grpc/test/cpp/end2end/
Dxds_end2end_test.cc411 FractionalPercent::MILLION;