Searched refs:int64_t (Results 1 - 25 of 945) sorted by relevance

1234567891011>>

/macosx-10.10.1/xnu-2782.1.97/bsd/sys/_types/
H A D_int64_t.h30 typedef long long int64_t; typedef
/macosx-10.10.1/WTF-7600.1.24/wtf/
H A DAtomics.cpp77 static inline Mutex& getSwapLock(const volatile int64_t* addr)
82 static int64_t atomicStep(int64_t volatile* addend, int64_t step)
87 int64_t value = *addend + step;
96 int64_t __sync_add_and_fetch_8(int64_t volatile* addend, int64_t value)
101 int64_t __sync_sub_and_fetch_8(int64_t volatil
[all...]
/macosx-10.10.1/xnu-2782.1.97/bsd/netinet/
H A Dmptcp_seq.h37 #define MPTCP_SEQ_LT(a, b) ((int64_t)((a) - (b)) < 0)
38 #define MPTCP_SEQ_LEQ(a, b) ((int64_t)((a) - (b)) <= 0)
39 #define MPTCP_SEQ_GT(a, b) ((int64_t)((a) - (b)) > 0)
40 #define MPTCP_SEQ_GEQ(a, b) ((int64_t)((a) - (b)) >= 0)
/macosx-10.10.1/WebKit2-7600.1.25/DatabaseProcess/IndexedDB/
H A DDatabaseProcessIDBConnection.h74 void openTransaction(uint64_t requestID, int64_t transactionID, const Vector<int64_t>& objectStoreIDs, uint64_t transactionMode);
75 void beginTransaction(uint64_t requestID, int64_t transactionID);
76 void commitTransaction(uint64_t requestID, int64_t transactionID);
77 void resetTransaction(uint64_t requestID, int64_t transactionID);
78 void rollbackTransaction(uint64_t requestID, int64_t transactionID);
79 void resetTransactionSync(int64_t transactionID, PassRefPtr<Messages::DatabaseProcessIDBConnection::ResetTransactionSync::DelayedReply>);
80 void rollbackTransactionSync(int64_t transactionID, PassRefPtr<Messages::DatabaseProcessIDBConnection::RollbackTransactionSync::DelayedReply>);
81 void changeDatabaseVersion(uint64_t requestID, int64_t transactionID, uint64_t newVersion);
82 void createObjectStore(uint64_t requestID, int64_t transactionI
[all...]
H A DUniqueIDBDatabaseBackingStore.h55 virtual bool establishTransaction(const IDBIdentifier& transactionIdentifier, const Vector<int64_t>& objectStoreIDs, WebCore::IndexedDB::TransactionMode) = 0;
63 virtual bool deleteObjectStore(const IDBIdentifier& transactionIdentifier, int64_t objectStoreID) = 0;
64 virtual bool clearObjectStore(const IDBIdentifier& transactionIdentifier, int64_t objectStoreID) = 0;
65 virtual bool createIndex(const IDBIdentifier& transactionIdentifier, int64_t objectStoreID, const WebCore::IDBIndexMetadata&) = 0;
66 virtual bool deleteIndex(const IDBIdentifier& transactionIdentifier, int64_t objectStoreID, int64_t indexID) = 0;
68 virtual bool generateKeyNumber(const IDBIdentifier& transactionIdentifier, int64_t objectStoreID, int64_t& generatedKey) = 0;
69 virtual bool updateKeyGeneratorNumber(const IDBIdentifier& transactionIdentifier, int64_t objectStoreId, int64_t keyNumbe
[all...]
/macosx-10.10.1/ksh-23/ksh/src/lib/libast/stdio/
H A Dftell.c40 int64_t
43 STDIO_INT(f, "ftell64", int64_t, (Sfio_t*), (f))
45 return (int64_t)sfseek(f, (Sfoff_t)0, SEEK_CUR);
H A Dftello.c40 int64_t
43 STDIO_INT(f, "ftello64", int64_t, (Sfio_t*), (f))
H A Dfseek.c41 fseek64(Sfio_t* f, int64_t off, int op)
43 STDIO_INT(f, "fseek64", int, (Sfio_t*, int64_t, int), (f, off, op))
/macosx-10.10.1/WebKit2-7600.1.25/UIProcess/
H A DTextChecker.h67 static int64_t uniqueSpellDocumentTag(WebPageProxy*);
68 static void closeSpellDocumentWithTag(int64_t);
70 static Vector<WebCore::TextCheckingResult> checkTextOfParagraph(int64_t spellDocumentTag, StringView text, uint64_t checkingTypes);
72 static void checkSpellingOfString(int64_t spellDocumentTag, StringView text, int32_t& misspellingLocation, int32_t& misspellingLength);
73 static void checkGrammarOfString(int64_t spellDocumentTag, StringView text, Vector<WebCore::GrammarDetail>&, int32_t& badGrammarLocation, int32_t& badGrammarLength);
76 static void updateSpellingUIWithMisspelledWord(int64_t spellDocumentTag, const String& misspelledWord);
77 static void updateSpellingUIWithGrammarString(int64_t spellDocumentTag, const String& badGrammarPhrase, const WebCore::GrammarDetail&);
78 static void getGuessesForWord(int64_t spellDocumentTag, const String& word, const String& context, Vector<String>& guesses);
79 static void learnWord(int64_t spellDocumentTag, const String& word);
80 static void ignoreWord(int64_t spellDocumentTa
[all...]
/macosx-10.10.1/ICU-531.30/icuSources/i18n/
H A Dcollationbuilder.h60 int64_t getSpecialResetPosition(const UnicodeString &str,
74 int32_t findOrInsertNodeForRootCE(int64_t ce, int32_t strength, UErrorCode &errorCode);
94 int32_t insertNodeBetween(int32_t index, int32_t nextIndex, int64_t node,
123 const int64_t newCEs[], int32_t newCEsLength, uint32_t ce32,
126 const int64_t newCEs[], int32_t newCEsLength, uint32_t ce32,
142 const int64_t newCEs[], int32_t newCEsLength, uint32_t ce32,
144 static UBool sameCEs(const int64_t ces1[], int32_t ces1Length,
145 const int64_t ces2[], int32_t ces2Length);
157 static int32_t countTailoredNodes(const int64_t *nodesArray, int32_t i, int32_t strength);
175 static inline int64_t tempCEFromIndexAndStrengt
[all...]
H A Dcollationfastlatinbuilder.h51 void addContractionEntry(int32_t x, int64_t cce0, int64_t cce1, UErrorCode &errorCode);
52 void addUniqueCE(int64_t ce, UErrorCode &errorCode);
53 uint32_t getMiniCE(int64_t ce) const;
57 uint32_t encodeTwoCEs(int64_t first, int64_t second) const;
59 static UBool isContractionCharCE(int64_t ce) {
66 int64_t ce0, ce1;
68 int64_t charCEs[CollationFastLatin::NUM_FAST_CHARS][2];
/macosx-10.10.1/network_cmds-457/rtadvd.tproj/
H A Dadvcap.h40 extern int64_t agetnum(const char *);
/macosx-10.10.1/ppp-786.1.1/Helpers/snhelper/
H A Dsnhelper.h9 void send_reply(xpc_connection_t connection, xpc_object_t request, int64_t result, xpc_object_t result_data);
/macosx-10.10.1/ICU-531.30/icuSources/common/
H A Duvectr64.h10 // It is similar to UVector32, but holds int64_t values rather than int32_t.
27 * <p>Ultralightweight C++ implementation of an <tt>int64_t</tt> vector
66 int64_t* elements;
97 void addElement(int64_t elem, UErrorCode &status);
99 void setElementAt(int64_t elem, int32_t index);
101 void insertElementAt(int64_t elem, int32_t index, UErrorCode &status);
103 int64_t elementAti(int32_t index) const;
107 int64_t lastElementi(void) const;
109 //int32_t indexOf(int64_t elem, int32_t startIndex = 0) const;
111 //UBool contains(int64_t ele
[all...]
/macosx-10.10.1/libffi-18.1/tests/testsuite/libffi.call/
H A Dextension.c11 int64_t s8_fn(int8_t arg) {
15 int64_t s16_fn(int16_t arg) {
19 int64_t s32_fn(int32_t arg) {
23 int64_t s64_fn(int64_t arg) {
38 int64_t arg64 = -0x1234567890abcdefLL;
43 int64_t ret;
54 CHECK(ret == (int64_t)arg8);
57 CHECK(ret == (int64_t)arg16);
60 CHECK(ret == (int64_t)arg3
[all...]
/macosx-10.10.1/xnu-2782.1.97/security/
H A Dmac_mach_internal.h65 int mac_do_machexc(int64_t code, int64_t subcode, uint32_t flags __unused);
/macosx-10.10.1/ICU-531.30/icuSources/i18n/unicode/
H A Dutmscale.h43 * <td>int64_t</td>
50 * <td>int32_t or int64_t</td>
63 * <td>int64_t</td>
70 * <td>int64_t</td>
77 * <td>int32_t or int64_t</td>
105 * <td>int64_t</td>
124 * <th align="left">int64_t</th>
204 * Used in the JDK. Data is a Java <code>long</code> (<code>int64_t</code>). Value
212 * Used on Unix systems. Data is <code>int32_t</code> or <code>int64_t</code>. Value
228 * Used in Windows for file times. Data is an <code>int64_t</cod
[all...]
/macosx-10.10.1/WebKit2-7600.1.25/UIProcess/ios/
H A DTextCheckerIOS.mm122 int64_t TextChecker::uniqueSpellDocumentTag(WebPageProxy*)
128 void TextChecker::closeSpellDocumentWithTag(int64_t)
135 Vector<TextCheckingResult> TextChecker::checkTextOfParagraph(int64_t, StringView, uint64_t)
143 void TextChecker::checkSpellingOfString(int64_t, StringView, int32_t&, int32_t&)
148 void TextChecker::checkGrammarOfString(int64_t, StringView, Vector<WebCore::GrammarDetail>&, int32_t&, int32_t&)
164 void TextChecker::updateSpellingUIWithMisspelledWord(int64_t, const String&)
169 void TextChecker::updateSpellingUIWithGrammarString(int64_t, const String&, const GrammarDetail&)
174 void TextChecker::getGuessesForWord(int64_t, const String&, const String&, Vector<String>&)
179 void TextChecker::learnWord(int64_t, const String&)
184 void TextChecker::ignoreWord(int64_t, cons
[all...]
/macosx-10.10.1/libauto-186/
H A DStatistics.h47 volatile int64_t _accumulated; // The total accumulated time, in microseconds
72 int64_t microseconds() const { assert(!timer_running()); return _accumulated; }
76 int64_t elapsed_microseconds() {
77 int64_t start = _start;
84 int64_t timeval = microseconds();
105 return (int64_t)myinfo.user_time.seconds*1000000 + (int64_t)myinfo.user_time.microseconds;
174 volatile int64_t _should_collect_interval_start; // records the last time Zone::should_check() ran, to throttle requests
210 inline volatile int64_t *last_should_collect_time() { return &_should_collect_interval_start;}
218 inline void add_count(int64_t
[all...]
/macosx-10.10.1/WebKit2-7600.1.25/DatabaseProcess/IndexedDB/sqlite/
H A DUniqueIDBDatabaseBackingStoreSQLite.h63 virtual bool establishTransaction(const IDBIdentifier& transactionIdentifier, const Vector<int64_t>& objectStoreIDs, WebCore::IndexedDB::TransactionMode) override;
71 virtual bool deleteObjectStore(const IDBIdentifier& transactionIdentifier, int64_t objectStoreID) override;
72 virtual bool clearObjectStore(const IDBIdentifier& transactionIdentifier, int64_t objectStoreID) override;
73 virtual bool createIndex(const IDBIdentifier& transactionIdentifier, int64_t objectStoreID, const WebCore::IDBIndexMetadata&) override;
74 virtual bool deleteIndex(const IDBIdentifier& transactionIdentifier, int64_t objectStoreID, int64_t indexID) override;
76 virtual bool generateKeyNumber(const IDBIdentifier& transactionIdentifier, int64_t objectStoreID, int64_t& generatedKey) override;
77 virtual bool updateKeyGeneratorNumber(const IDBIdentifier& transactionIdentifier, int64_t objectStoreId, int64_t keyNumbe
[all...]
/macosx-10.10.1/ICU-531.30/icuSources/common/unicode/
H A Dutext.h225 utext_openUTF8(UText *ut, const char *s, int64_t length, UErrorCode *status);
243 utext_openUChars(UText *ut, const UChar *s, int64_t length, UErrorCode *status);
405 U_STABLE int64_t U_EXPORT2
450 utext_char32At(UText *ut, int64_t nativeIndex);
529 utext_next32From(UText *ut, int64_t nativeIndex);
549 utext_previous32From(UText *ut, int64_t nativeIndex);
563 U_STABLE int64_t U_EXPORT2
590 utext_setNativeIndex(UText *ut, int64_t nativeIndex);
633 U_STABLE int64_t U_EXPORT2
673 int64_t nativeStar
[all...]
/macosx-10.10.1/llvmCore-3425.0.34/include/llvm/MC/
H A DMCValue.h39 int64_t Cst;
42 int64_t getConstant() const { return Cst; }
56 int64_t Val = 0) {
65 static MCValue get(int64_t Val) {
/macosx-10.10.1/xnu-2782.1.97/libsyscall/wrappers/
H A Dremove-counter.c27 static int64_t __remove_counter = 0;
/macosx-10.10.1/libdispatch-442.1.4/src/
H A Dtime.c71 dispatch_time(dispatch_time_t inval, int64_t delta)
77 if ((int64_t)inval < 0) {
81 if ((int64_t)(inval -= offset) >= 0) {
87 if ((int64_t)(inval += offset) >= -1) {
100 if ((int64_t)(inval += offset) <= 0) {
106 if ((int64_t)(inval -= offset) < 1) {
114 dispatch_walltime(const struct timespec *inval, int64_t delta)
116 int64_t nsec;
120 nsec = (int64_t)_dispatch_get_nanoseconds();
140 if ((int64_t)whe
[all...]
/macosx-10.10.1/Libc-1044.1.2/include/
H A Dtimeconv.h54 time_t _time64_to_time(int64_t t64);
55 int64_t _time_to_time64(time_t t);

Completed in 290 milliseconds

1234567891011>>