/third_party/node/src/ |
H A D | js_udp_wrap.cc | 102 buffers[i] = Buffer::Copy(env(), bufs[i].base, bufs[i].len) in Send() 169 memcpy(buf.base, data, avail); in EmitReceived()
|
H A D | js_stream.cc | 122 Buffer::Copy(env(), bufs[i].base, bufs[i].len).ToLocalChecked(); in DoWrite() 180 memcpy(buf.base, data, avail); in ReadBuffer()
|
/third_party/nghttp2/src/ |
H A D | http2.h | 372 // Constructs path by combining base path |base_path| with another 373 // path |rel_path|. The base path and another path can have optional 377 std::string path_join(const StringRef &base, const StringRef &base_query, 425 // |base| of length |baselen|. This function returns 0 if it 429 const StringRef &base, const StringRef &uri);
|
/third_party/node/deps/icu-small/source/i18n/ |
H A D | collationbuilder.h | 43 CollationBuilder(const CollationTailoring *base, UErrorCode &errorCode); 299 const CollationTailoring *base; member in CollationBuilder
|
H A D | collationdata.cpp | 61 d = base; in getSingleCE() 62 ce32 = base->getCE32(c); in getSingleCE()
|
/third_party/node/deps/icu-small/source/i18n/unicode/ |
H A D | vtzone.h | 330 * Gets the first time zone transition after the base time. 331 * @param base The base time. 332 * @param inclusive Whether the base time is inclusive or not. 333 * @param result Receives the first transition after the base time. 337 virtual UBool getNextTransition(UDate base, UBool inclusive, TimeZoneTransition& result) const override; 340 * Gets the most recent time zone transition before the base time. 341 * @param base The base time. 342 * @param inclusive Whether the base tim [all...] |
/third_party/mesa3d/include/android_stub/system/ |
H A D | window.h | 97 void (*incRef)(struct android_native_base_t* base); 98 void (*decRef)(struct android_native_base_t* base); 370 * keep in sync with Surface.java in frameworks/base */
|
/third_party/mesa3d/src/gallium/drivers/llvmpipe/ |
H A D | lp_jit.h | 58 const void *base; member 91 const void *base; member
|
H A D | lp_state_derived.c | 51 const struct tgsi_shader_info *fsInfo = &llvmpipe->fs->info.base; in compute_vertex_info() 297 llvmpipe->fs->info.base.num_instructions <= 1; in llvmpipe_update_derived()
|
/third_party/mesa3d/src/gallium/drivers/nouveau/ |
H A D | nouveau_screen.c | 176 disk_cache_create(nouveau_screen_get_name(&screen->base), in nouveau_disk_cache_create() 193 struct pipe_screen *pscreen = &screen->base; in nouveau_screen_init() 238 * driver bo allocations. Let's just base the size on the available VRAM. in nouveau_screen_init()
|
/third_party/mesa3d/src/gallium/drivers/nouveau/nvc0/ |
H A D | nvc0_context.h | 142 /* draw parameters (index bias, base instance, drawid) 176 struct nouveau_context base; member 221 uint32_t instance_off; /* current base vertex for instanced arrays */ 412 unsigned base, unsigned size,
|
/third_party/libphonenumber/cpp/src/phonenumbers/utf/ |
H A D | unicodetext.h | 23 #include "phonenumbers/base/basictypes.h" 255 const_iterator tmp_it = base(); in utf8_data() 259 const_iterator tmp_it = base(); in get_utf8()
|
/third_party/ltp/tools/sparse/sparse-src/ |
H A D | lib.c | 65 static const char *show_include_chain(int stream, const char *base) in show_include_chain() argument 74 if (p == base) in show_include_chain()
|
/third_party/node/deps/v8/src/compiler/ |
H A D | simplified-operator-reducer.cc | 68 base::Optional<bool> maybe_result = in Reduce() 247 bool overflow = base::bits::SignedAddOverflow32( in Reduce()
|
/third_party/node/deps/v8/include/libplatform/ |
H A D | v8-tracing.h | 26 namespace base { namespace 28 } // namespace base 307 std::unique_ptr<base::Mutex> mutex_;
|
/third_party/node/deps/v8/include/v8-include/libplatform/ |
H A D | v8-tracing.h | 26 namespace base { namespace 28 } // namespace base 307 std::unique_ptr<base::Mutex> mutex_;
|
/third_party/node/deps/v8/src/codegen/ |
H A D | optimized-compilation-info.h | 10 #include "src/base/vector.h" 107 OptimizedCompilationInfo(base::Vector<const char> debug_name, Zone* zone, 294 base::Vector<const char> debug_name_;
|
/third_party/node/deps/v8/src/heap/cppgc/ |
H A D | heap-page.cc | 10 #include "src/base/logging.h" 11 #include "src/base/platform/mutex.h" 247 v8::base::LockGuard<v8::base::Mutex> guard(&space.pages_mutex()); in Destroy()
|
/third_party/node/deps/v8/src/heap/ |
H A D | array-buffer-sweeper.cc | 128 base::MutexGuard guard(&sweeping_mutex_); in EnsureFinished() 165 base::MutexGuard guard(&sweeping_mutex_); in RequestSweep()
|
H A D | marking-visitor.h | 40 // The pointer compression cage base value used for decompression of all 125 // The base class for all marking visitors. It implements marking logic with 146 base::EnumSet<CodeFlushMode> code_flush_mode, in MarkingVisitorBase() 237 // Similar to VisitPointersImpl() but using code cage base for loading from 283 const base::EnumSet<CodeFlushMode> code_flush_mode_;
|
/third_party/node/deps/v8/src/ic/ |
H A D | handler-configuration.h | 68 using KindBits = base::BitField<Kind, 0, 4>; 263 using KindBits = base::BitField<Kind, 0, 4>;
|
/third_party/node/deps/v8/src/objects/ |
H A D | transitions.h | 118 base::SharedMutexGuardIf<base::kShared> scope( in TraverseTransitionTree()
|
H A D | descriptor-array-inl.h | 49 return base::Relaxed_CompareAndSwap( in CompareAndSwapRawNumberOfMarkedDescriptors() 50 reinterpret_cast<base::Atomic16*>( in CompareAndSwapRawNumberOfMarkedDescriptors()
|
H A D | js-function-inl.h | 224 base::EnumSet<CodeFlushMode> code_flush_mode) { in ShouldFlushBaselineCode() 266 base::Optional<std::function<void(HeapObject object, ObjectSlot slot, in ResetIfCodeFlushed()
|
/third_party/node/deps/v8/src/regexp/ |
H A D | regexp-ast.cc | 226 base::Vector<const base::uc16> chardata = that->data(); in VisitAtom()
|