/third_party/node/deps/histogram/include/hdr/ |
H A D | hdr_histogram.h | 19 int64_t lowest_discernible_value; 20 int64_t highest_trackable_value; 25 int64_t sub_bucket_mask; 28 int64_t min_value; 29 int64_t max_value; 33 int64_t total_count; 34 int64_t* counts; 62 int64_t lowest_discernible_value, 63 int64_t highest_trackable_value, 80 int hdr_alloc(int64_t highest_trackable_valu [all...] |
/third_party/skia/third_party/externals/sfntly/cpp/src/sfntly/table/core/ |
H A D | os2_table.cc | 25 const int64_t CodePageRange::kLatin1_1252 = (int64_t)1 << 0; 26 const int64_t CodePageRange::kLatin2_1250 = (int64_t)1 << (int64_t)1; 27 const int64_t CodePageRange::kCyrillic_1251 = (int64_t)1 << 2; 28 const int64_t CodePageRange::kGreek_1253 = (int64_t)1 << 3; 29 const int64_t CodePageRang [all...] |
H A D | os2_table.h | 240 // portability, we need to use static const int64_t instead. 242 static const int64_t kLatin1_1252; 243 static const int64_t kLatin2_1250; 244 static const int64_t kCyrillic_1251; 245 static const int64_t kGreek_1253; 246 static const int64_t kTurkish_1254; 247 static const int64_t kHebrew_1255; 248 static const int64_t kArabic_1256; 249 static const int64_t kWindowsBaltic_1257; 250 static const int64_t kVietnamese_125 [all...] |
/third_party/ffmpeg/libavformat/ |
H A D | demux.h | 31 int64_t last_dts; 32 int64_t duration_gcd; 34 int64_t rfps_duration_sum; 36 int64_t codec_info_duration; 37 int64_t codec_info_duration_fields; 47 int64_t last_duration; 52 int64_t fps_first_dts; 54 int64_t fps_last_dts; 66 static av_always_inline int is_relative(int64_t ts) in is_relative() 78 int64_t ff_wrap_timestam [all...] |
H A D | avio.h | 92 int64_t size; /**< File size in bytes, -1 if unknown. */ 93 int64_t modification_timestamp; /**< Time of last modification in microseconds since unix 95 int64_t access_timestamp; /**< Time of last access in microseconds since unix epoch, 97 int64_t status_change_timestamp; /**< Time of last status change in microseconds since unix 99 int64_t user_id; /**< User ID of owner, -1 if unknown. */ 100 int64_t group_id; /**< Group ID of owner, -1 if unknown. */ 101 int64_t filemode; /**< Unix file mode, -1 if unknown. */ 238 int64_t (*seek)(void *opaque, int64_t offset, int whence); 239 int64_t po [all...] |
/third_party/node/deps/openssl/openssl/crypto/ec/ |
H A D | curve25519.c | 594 int64_t x = f[i] ^ g[i]; in fe51_cswap() 773 static const int64_t kBottom21Bits = 0x1fffffLL; 774 static const int64_t kBottom25Bits = 0x1ffffffLL; 775 static const int64_t kBottom26Bits = 0x3ffffffLL; 776 static const int64_t kTop39Bits = 0xfffffffffe000000LL; 777 static const int64_t kTop38Bits = 0xfffffffffc000000LL; 803 int64_t h0 = load_4(s); in fe_frombytes() 804 int64_t h1 = load_3(s + 4) << 6; in fe_frombytes() 805 int64_t h2 = load_3(s + 7) << 5; in fe_frombytes() 806 int64_t h in fe_frombytes() [all...] |
/third_party/openssl/crypto/ec/ |
H A D | curve25519.c | 594 int64_t x = f[i] ^ g[i]; in fe51_cswap() 773 static const int64_t kBottom21Bits = 0x1fffffLL; 774 static const int64_t kBottom25Bits = 0x1ffffffLL; 775 static const int64_t kBottom26Bits = 0x3ffffffLL; 776 static const int64_t kTop39Bits = 0xfffffffffe000000LL; 777 static const int64_t kTop38Bits = 0xfffffffffc000000LL; 803 int64_t h0 = load_4(s); in fe_frombytes() 804 int64_t h1 = load_3(s + 4) << 6; in fe_frombytes() 805 int64_t h2 = load_3(s + 7) << 5; in fe_frombytes() 806 int64_t h in fe_frombytes() [all...] |
/third_party/openssl/ohos_lite/crypto/ec/ |
H A D | curve25519.c | 584 int64_t x = f[i] ^ g[i]; in fe51_cswap() 763 static const int64_t kBottom21Bits = 0x1fffffLL; 764 static const int64_t kBottom25Bits = 0x1ffffffLL; 765 static const int64_t kBottom26Bits = 0x3ffffffLL; 766 static const int64_t kTop39Bits = 0xfffffffffe000000LL; 767 static const int64_t kTop38Bits = 0xfffffffffc000000LL; 793 int64_t h0 = load_4(s); in fe_frombytes() 794 int64_t h1 = load_3(s + 4) << 6; in fe_frombytes() 795 int64_t h2 = load_3(s + 7) << 5; in fe_frombytes() 796 int64_t h in fe_frombytes() [all...] |
/third_party/node/deps/histogram/src/ |
H A D | hdr_atomic.h | 29 static int64_t __inline hdr_atomic_load_64(int64_t* field) in hdr_atomic_load_64() 35 static void __inline hdr_atomic_store_64(int64_t* field, int64_t value) in hdr_atomic_store_64() 41 static int64_t __inline hdr_atomic_exchange_64(volatile int64_t* field, int64_t value) in hdr_atomic_exchange_64() 46 int64_t comparand; in hdr_atomic_exchange_64() 47 int64_t initial_value = *field; in hdr_atomic_exchange_64() 59 static int64_t __inlin [all...] |
H A D | hdr_histogram.c | 57 static int64_t counts_get_direct(const struct hdr_histogram* h, int32_t index) in counts_get_direct() 62 static int64_t counts_get_normalised(const struct hdr_histogram* h, int32_t index) in counts_get_normalised() 68 struct hdr_histogram* h, int32_t index, int64_t value) in counts_inc_normalised() 76 struct hdr_histogram* h, int32_t index, int64_t value) in counts_inc_normalised_atomic() 84 static void update_min_max(struct hdr_histogram* h, int64_t value) in update_min_max() 90 static void update_min_max_atomic(struct hdr_histogram* h, int64_t value) in update_min_max_atomic() 92 int64_t current_min_value; in update_min_max_atomic() 93 int64_t current_max_value; in update_min_max_atomic() 126 static int64_t power(int64_t bas [all...] |
/third_party/ffmpeg/libavutil/ |
H A D | mathematics.h | 118 int64_t av_const av_gcd(int64_t a, int64_t b); 130 int64_t av_rescale(int64_t a, int64_t b, int64_t c) av_const; 141 int64_t av_rescale_rnd(int64_t a, int64_t [all...] |
H A D | mathematics.c | 37 int64_t av_gcd(int64_t a, int64_t b) { in av_gcd() 39 int64_t u, v; in av_gcd() 51 FFSWAP(int64_t, v, u); in av_gcd() 58 int64_t av_rescale_rnd(int64_t a, int64_t b, int64_t c, enum AVRounding rnd) in av_rescale_rnd() 60 int64_t in av_rescale_rnd() [all...] |
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/GlobalISel/ |
H A D | InstructionSelectorImpl.h | 53 const int64_t *MatchTable, const TargetInstrInfo &TII, in executeMatchTable() 76 int64_t MatcherOpcode = MatchTable[CurrentIdx++]; in executeMatchTable() 86 int64_t NewInsnID = MatchTable[CurrentIdx++]; in executeMatchTable() 87 int64_t InsnID = MatchTable[CurrentIdx++]; in executeMatchTable() 88 int64_t OpIdx = MatchTable[CurrentIdx++]; in executeMatchTable() 126 int64_t ExpectedBitsetID = MatchTable[CurrentIdx++]; in executeMatchTable() 140 int64_t InsnID = MatchTable[CurrentIdx++]; in executeMatchTable() 141 int64_t Expected = MatchTable[CurrentIdx++]; in executeMatchTable() 158 int64_t InsnID = MatchTable[CurrentIdx++]; in executeMatchTable() 159 int64_t LowerBoun in executeMatchTable() [all...] |
/third_party/icu/icu4c/source/common/ |
H A D | uvectr64.h | 12 // It is similar to UVector32, but holds int64_t values rather than int32_t. 29 * <p>Ultralightweight C++ implementation of an <tt>int64_t</tt> vector 68 int64_t* elements; 99 inline void addElement(int64_t elem, UErrorCode &status); 101 void setElementAt(int64_t elem, int32_t index); 103 void insertElementAt(int64_t elem, int32_t index, UErrorCode &status); 105 inline int64_t elementAti(int32_t index) const; 109 inline int64_t lastElementi(void) const; 111 //int32_t indexOf(int64_t elem, int32_t startIndex = 0) const; 113 //UBool contains(int64_t ele [all...] |
/third_party/node/deps/icu-small/source/common/ |
H A D | uvectr64.h | 12 // It is similar to UVector32, but holds int64_t values rather than int32_t. 29 * <p>Ultralightweight C++ implementation of an <tt>int64_t</tt> vector 68 int64_t* elements; 99 inline void addElement(int64_t elem, UErrorCode &status); 101 void setElementAt(int64_t elem, int32_t index); 103 void insertElementAt(int64_t elem, int32_t index, UErrorCode &status); 105 inline int64_t elementAti(int32_t index) const; 109 inline int64_t lastElementi() const; 111 //int32_t indexOf(int64_t elem, int32_t startIndex = 0) const; 113 //UBool contains(int64_t ele [all...] |
/third_party/skia/third_party/externals/icu/source/common/ |
H A D | uvectr64.h | 12 // It is similar to UVector32, but holds int64_t values rather than int32_t. 29 * <p>Ultralightweight C++ implementation of an <tt>int64_t</tt> vector 68 int64_t* elements; 99 inline void addElement(int64_t elem, UErrorCode &status); 101 void setElementAt(int64_t elem, int32_t index); 103 void insertElementAt(int64_t elem, int32_t index, UErrorCode &status); 105 inline int64_t elementAti(int32_t index) const; 109 inline int64_t lastElementi(void) const; 111 //int32_t indexOf(int64_t elem, int32_t startIndex = 0) const; 113 //UBool contains(int64_t ele [all...] |
/third_party/icu/icu4c/source/i18n/ |
H A D | collationbuilder.h | 66 uint32_t getWeight16Before(int32_t index, int64_t node, int32_t level); 68 int64_t getSpecialResetPosition(const UnicodeString &str, 82 int32_t findOrInsertNodeForRootCE(int64_t ce, int32_t strength, UErrorCode &errorCode); 102 int32_t insertNodeBetween(int32_t index, int32_t nextIndex, int64_t node, 131 const int64_t newCEs[], int32_t newCEsLength, uint32_t ce32, 134 const int64_t newCEs[], int32_t newCEsLength, uint32_t ce32, 150 const int64_t newCEs[], int32_t newCEsLength, uint32_t ce32, 152 static UBool sameCEs(const int64_t ces1[], int32_t ces1Length, 153 const int64_t ces2[], int32_t ces2Length); 165 static int32_t countTailoredNodes(const int64_t *nodesArra [all...] |
/third_party/node/deps/icu-small/source/i18n/ |
H A D | collationbuilder.h | 66 uint32_t getWeight16Before(int32_t index, int64_t node, int32_t level); 68 int64_t getSpecialResetPosition(const UnicodeString &str, 82 int32_t findOrInsertNodeForRootCE(int64_t ce, int32_t strength, UErrorCode &errorCode); 102 int32_t insertNodeBetween(int32_t index, int32_t nextIndex, int64_t node, 131 const int64_t newCEs[], int32_t newCEsLength, uint32_t ce32, 134 const int64_t newCEs[], int32_t newCEsLength, uint32_t ce32, 150 const int64_t newCEs[], int32_t newCEsLength, uint32_t ce32, 152 static UBool sameCEs(const int64_t ces1[], int32_t ces1Length, 153 const int64_t ces2[], int32_t ces2Length); 165 static int32_t countTailoredNodes(const int64_t *nodesArra [all...] |
/third_party/skia/third_party/externals/icu/source/i18n/ |
H A D | collationbuilder.h | 65 uint32_t getWeight16Before(int32_t index, int64_t node, int32_t level); 67 int64_t getSpecialResetPosition(const UnicodeString &str, 81 int32_t findOrInsertNodeForRootCE(int64_t ce, int32_t strength, UErrorCode &errorCode); 101 int32_t insertNodeBetween(int32_t index, int32_t nextIndex, int64_t node, 130 const int64_t newCEs[], int32_t newCEsLength, uint32_t ce32, 133 const int64_t newCEs[], int32_t newCEsLength, uint32_t ce32, 149 const int64_t newCEs[], int32_t newCEsLength, uint32_t ce32, 151 static UBool sameCEs(const int64_t ces1[], int32_t ces1Length, 152 const int64_t ces2[], int32_t ces2Length); 164 static int32_t countTailoredNodes(const int64_t *nodesArra [all...] |
/third_party/node/deps/v8/include/ |
H A D | v8-metrics.h | 24 int64_t total_wall_clock_duration_in_us = -1; 25 int64_t compact_wall_clock_duration_in_us = -1; 26 int64_t mark_wall_clock_duration_in_us = -1; 27 int64_t sweep_wall_clock_duration_in_us = -1; 28 int64_t weak_wall_clock_duration_in_us = -1; 32 int64_t bytes_before = -1; 33 int64_t bytes_after = -1; 34 int64_t bytes_freed = -1; 60 int64_t wall_clock_duration_in_us = -1; 61 int64_t cpp_wall_clock_duration_in_u [all...] |
/third_party/node/deps/v8/src/date/ |
H A D | date.h | 20 static const int64_t kMsPerDay = kSecPerDay * 1000; 21 static const int64_t kMsPerMonth = kMsPerDay * 30; 25 static const int64_t kMaxEpochTimeInMs = static_cast<int64_t>(kMaxInt) * 1000; 28 static const int64_t kMaxTimeInMs = 29 static_cast<int64_t>(864000000) * 10000000; 33 static const int64_t kMaxTimeBeforeUTCInMs = kMaxTimeInMs + kMsPerMonth; 53 static int DaysFromTime(int64_t time_ms) { in DaysFromTime() 60 static int TimeInDay(int64_t time_ms, int days) { in TimeInDay() 79 int LocalOffsetInMs(int64_t tim [all...] |
/third_party/nghttp2/src/ |
H A D | h2load_http3_session.h | 48 int stream_close(int64_t stream_id, uint64_t app_error_code); 49 void recv_data(int64_t stream_id, const uint8_t *data, size_t datalen); 50 void consume(int64_t stream_id, size_t nconsumed); 51 void begin_headers(int64_t stream_id); 52 void recv_header(int64_t stream_id, const nghttp3_vec *name, 54 int stop_sending(int64_t stream_id, uint64_t app_error_code); 55 int reset_stream(int64_t stream_id, uint64_t app_error_code); 57 int close_stream(int64_t stream_id, uint64_t app_error_code); 58 int shutdown_stream_read(int64_t stream_id); 60 int64_t submit_request_interna [all...] |
/third_party/node/deps/v8/include/v8-include/ |
H A D | v8-metrics.h | 25 int64_t total_wall_clock_duration_in_us = -1; 26 int64_t compact_wall_clock_duration_in_us = -1; 27 int64_t mark_wall_clock_duration_in_us = -1; 28 int64_t sweep_wall_clock_duration_in_us = -1; 29 int64_t weak_wall_clock_duration_in_us = -1; 33 int64_t bytes_before = -1; 34 int64_t bytes_after = -1; 35 int64_t bytes_freed = -1; 61 int64_t wall_clock_duration_in_us = -1; 62 int64_t cpp_wall_clock_duration_in_u [all...] |
/third_party/icu/icu4c/source/common/unicode/ |
H A D | utext.h | 208 utext_openUTF8(UText *ut, const char *s, int64_t length, UErrorCode *status); 226 utext_openUChars(UText *ut, const UChar *s, int64_t length, UErrorCode *status); 388 U_CAPI int64_t U_EXPORT2 433 utext_char32At(UText *ut, int64_t nativeIndex); 512 utext_next32From(UText *ut, int64_t nativeIndex); 532 utext_previous32From(UText *ut, int64_t nativeIndex); 546 U_CAPI int64_t U_EXPORT2 573 utext_setNativeIndex(UText *ut, int64_t nativeIndex); 616 U_CAPI int64_t U_EXPORT2 656 int64_t nativeStar [all...] |
/third_party/node/deps/icu-small/source/common/unicode/ |
H A D | utext.h | 208 utext_openUTF8(UText *ut, const char *s, int64_t length, UErrorCode *status); 226 utext_openUChars(UText *ut, const UChar *s, int64_t length, UErrorCode *status); 388 U_CAPI int64_t U_EXPORT2 433 utext_char32At(UText *ut, int64_t nativeIndex); 512 utext_next32From(UText *ut, int64_t nativeIndex); 532 utext_previous32From(UText *ut, int64_t nativeIndex); 546 U_CAPI int64_t U_EXPORT2 573 utext_setNativeIndex(UText *ut, int64_t nativeIndex); 616 U_CAPI int64_t U_EXPORT2 656 int64_t nativeStar [all...] |