| /third_party/node/deps/zlib/ |
| H A D | infback.c | 251 unsigned char FAR *from; /* wher in inflateBack() local [all...] |
| /third_party/node/deps/zlib/contrib/optimizations/ |
| H A D | inflate.c | 611 unsigned char FAR *from; /* where to copy match bytes from */ inflate() local [all...] |
| /third_party/node/src/large_pages/ |
| H A D | node_large_page.cc | 114 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 D | node_options-inl.h | 120 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 D | android.py | 20 import gyp.generator.make as make # Reuse global functions from make backend. namespace [all...] |
| /third_party/ntfs-3g/ntfsprogs/ |
| H A D | ntfsmove.c | 548 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 D | bit_reader.h | 66 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 D | ares__socket.c | 62 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 D | uloc_keytype.cpp | 278 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 D | m_debug_clip.c | 75 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 D | double-conversion-utils.h | 271 Vector<T> SubVector(int from, int to) { in SubVector() argument [all...] |
| H A D | double-conversion-bignum.cpp | 98 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 D | android.py | 20 import gyp.generator.make as make # Reuse global functions from make backend. namespace [all...] |
| /third_party/mesa3d/src/util/ |
| H A D | list.h | 89 static inline void list_replace(struct list_head *from, struct list_head *to) in list_replace() argument
|
| /third_party/libdrm/tests/amdgpu/ |
| H A D | amdgpu_stress.c | 183 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 D | recvfrom01.c | 63 struct sockaddr_in sin1, from; variable 84 struct sockaddr *from; /* from address */ member [all...] |
| /third_party/libwebsockets/win32port/zlib/ |
| H A D | inflate.c | 601 unsigned char FAR *from; /* where to copy match bytes from */ global() local [all...] |
| /third_party/ltp/tools/sparse/sparse-src/ |
| H A D | lib.h | 213 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 D | jump-threading.cc | 32 RpoNumber from = stack.top(); in Forward() local [all...] |
| /third_party/node/deps/v8/src/compiler/ |
| H A D | loop-variable-optimizer.cc | 97 void LoopVariableOptimizer::VisitBackedge(Node* from, Node* loop) { in VisitBackedge() argument
|
| H A D | control-equivalence.h | 65 Node* from; // Node that this bracket originates from. member
|
| /third_party/node/deps/v8/src/base/ |
| H A D | vector.h | 40 Vector<T> SubVector(size_t from, size_t to) const { in SubVector() argument [all...] |
| /third_party/node/deps/v8/src/heap/ |
| H A D | spaces-inl.h | 57 MoveExternalBackingStoreBytes(ExternalBackingStoreType type, Space* from, Space* to, size_t amount) MoveExternalBackingStoreBytes() argument
|
| /third_party/node/deps/v8/src/execution/ |
| H A D | stack-guard.cc | 206 char* StackGuard::RestoreStackGuard(char* from) { in RestoreStackGuard() argument 208 MemCopy(reinterpret_cast<char*>(&thread_local_), from, sizeof(ThreadLocal)); in RestoreStackGuard() local
|
| H A D | v8threads.cc | 136 char* from = state->data(); in RestoreThread() local [all...] |