Home
last modified time | relevance | path

Searched defs:from (Results 276 - 300 of 846) sorted by relevance

1...<<11121314151617181920>>...34

/third_party/node/deps/zlib/
H A Dinfback.c251 unsigned char FAR *from; /* wher in inflateBack() local
[all...]
/third_party/node/deps/zlib/contrib/optimizations/
H A Dinflate.c611 unsigned char FAR *from; /* where to copy match bytes from */ inflate() local
[all...]
/third_party/node/src/large_pages/
H A Dnode_large_page.cc114 char* from = nullptr; member
214 char* from = reinterpret_cast<char*>(hugepage_align_up(dl_params.start)); in FindNodeTextRegion() local
[all...]
/third_party/node/src/
H A Dnode_options-inl.h120 void OptionsParser<Options>::AddAlias(const char* from, in AddAlias() argument
126 void OptionsParser<Options>::AddAlias(const char* from, in AddAlias() argument
139 void OptionsParser<Options>::Implies(const char* from, in Implies() argument
149 void OptionsParser<Options>::ImpliesNot(const char* from, in ImpliesNot() argument
132 AddAlias( const char* from, const std::initializer_list<std::string>& to) AddAlias() argument
[all...]
/third_party/node/tools/gyp/pylib/gyp/generator/
H A Dandroid.py20 import gyp.generator.make as make # Reuse global functions from make backend. namespace
[all...]
/third_party/ntfs-3g/ntfsprogs/
H A Dntfsmove.c548 static int data_copy(ntfs_volume *vol, runlist_element *from, runlist_element *to) in data_copy() argument
601 move_runlist(ntfs_volume *vol, runlist_element *from, runlist_element *to) move_runlist() argument
670 runlist *from; move_datarun() local
[all...]
/third_party/node/deps/brotli/c/dec/
H A Dbit_reader.h66 BrotliBitReaderSaveState( BrotliBitReader* const from, BrotliBitReaderState* to) BrotliBitReaderSaveState() argument
74 BrotliBitReaderRestoreState( BrotliBitReader* const to, BrotliBitReaderState* from) BrotliBitReaderRestoreState() argument
[all...]
/third_party/node/deps/cares/src/lib/
H A Dares__socket.c62 ares__socket_recvfrom(ares_channel_t *channel, ares_socket_t s, void *data, size_t data_len, int flags, struct sockaddr *from, ares_socklen_t *from_len) ares__socket_recvfrom() argument
/third_party/node/deps/icu-small/source/common/
H A Duloc_keytype.cpp278 const char* from = ures_getKey(typeAliasDataEntry.getAlias()); in initFromResourceBundle() local
319 const char* from = ures_getKey(bcpTypeAliasDataEntry.getAlias()); in initFromResourceBundle() local
/third_party/mesa3d/src/mesa/math/
H A Dm_debug_clip.c75 const GLfloat *from = (GLfloat *)clip_vec->start; in ref_cliptest_points4() local
133 const GLfloat *from = (GLfloat *)clip_vec->start; in ref_cliptest_points3() local
168 const GLfloat *from = (GLfloat *)clip_vec->start; ref_cliptest_points2() local
[all...]
/third_party/node/deps/icu-small/source/i18n/
H A Ddouble-conversion-utils.h271 Vector<T> SubVector(int from, int to) { in SubVector() argument
[all...]
H A Ddouble-conversion-bignum.cpp98 ReadUInt64(const Vector<const char> buffer, const int from, const int digits_to_read) ReadUInt64() argument
/third_party/node/deps/npm/node_modules/node-gyp/gyp/pylib/gyp/generator/
H A Dandroid.py20 import gyp.generator.make as make # Reuse global functions from make backend. namespace
[all...]
/third_party/mesa3d/src/util/
H A Dlist.h89 static inline void list_replace(struct list_head *from, struct list_head *to) in list_replace() argument
/third_party/libdrm/tests/amdgpu/
H A Damdgpu_stress.c183 int submit_ib(uint32_t from, uint32_t to, uint64_t size, uint32_t count) in submit_ib() argument
322 uint32_t domain, from, to, count; in main() local
[all...]
/third_party/ltp/testcases/kernel/syscalls/recvfrom/
H A Drecvfrom01.c63 struct sockaddr_in sin1, from; variable
84 struct sockaddr *from; /* from address */ member
[all...]
/third_party/libwebsockets/win32port/zlib/
H A Dinflate.c601 unsigned char FAR *from; /* where to copy match bytes from */ global() local
[all...]
/third_party/ltp/tools/sparse/sparse-src/
H A Dlib.h213 static inline void concat_symbol_list(struct symbol_list *from, struct symbol_list **to) in concat_symbol_list() argument
218 static inline void concat_basic_block_list(struct basic_block_list *from, struct basic_block_list **to) in concat_basic_block_list() argument
223 static inline void concat_instruction_list(struct instruction_list *from, struct instruction_list **to) in concat_instruction_list() argument
/third_party/node/deps/v8/src/compiler/backend/
H A Djump-threading.cc32 RpoNumber from = stack.top(); in Forward() local
[all...]
/third_party/node/deps/v8/src/compiler/
H A Dloop-variable-optimizer.cc97 void LoopVariableOptimizer::VisitBackedge(Node* from, Node* loop) { in VisitBackedge() argument
H A Dcontrol-equivalence.h65 Node* from; // Node that this bracket originates from. member
/third_party/node/deps/v8/src/base/
H A Dvector.h40 Vector<T> SubVector(size_t from, size_t to) const { in SubVector() argument
[all...]
/third_party/node/deps/v8/src/heap/
H A Dspaces-inl.h57 MoveExternalBackingStoreBytes(ExternalBackingStoreType type, Space* from, Space* to, size_t amount) MoveExternalBackingStoreBytes() argument
/third_party/node/deps/v8/src/execution/
H A Dstack-guard.cc206 char* StackGuard::RestoreStackGuard(char* from) { in RestoreStackGuard() argument
208 MemCopy(reinterpret_cast<char*>(&thread_local_), from, sizeof(ThreadLocal)); in RestoreStackGuard() local
H A Dv8threads.cc136 char* from = state->data(); in RestoreThread() local
[all...]

Completed in 16 milliseconds

1...<<11121314151617181920>>...34