Home
last modified time | relevance | path

Searched refs:base (Results 3351 - 3375 of 5266) sorted by relevance

1...<<131132133134135136137138139140>>...211

/third_party/node/deps/v8/src/wasm/
H A Dwasm-features.h13 #include "src/base/enum-set.h"
14 #include "src/base/macros.h"
43 class WasmFeatures : public base::EnumSet<WasmFeature> {
/third_party/node/deps/v8/tools/wasm/
H A Dcode-size-factors.py51 print(f'Computing base and factor for {name} based on {n} values')
58 base = (sum_y - factor * sum_x) / n
60 print(f'--> [{name}] Trend line: base: {base:.2f}, factor {factor:.2f}')
/third_party/nghttp2/lib/
H A Dsfparse.h115 * :member:`base` points to the beginning of the sequence of bytes.
117 uint8_t *base; member
212 * If :member:`vec.len <sf_vec.len>` == 0, :member:`vec.base
213 * <sf_vec.base>` is guaranteed to be NULL.
372 * :member:`dest->base <sf_vec.base>` must point to the buffer that
394 * :member:`dest->base <sf_vec.base>` must point to the buffer that
/third_party/mesa3d/src/intel/compiler/
H A Dbrw_nir_tcs_workarounds.c79 .base = offset, in load_output()
/third_party/node/deps/nghttp2/lib/
H A Dsfparse.h115 * :member:`base` points to the beginning of the sequence of bytes.
117 uint8_t *base; member
212 * If :member:`vec.len <sf_vec.len>` == 0, :member:`vec.base
213 * <sf_vec.base>` is guaranteed to be NULL.
372 * :member:`dest->base <sf_vec.base>` must point to the buffer that
394 * :member:`dest->base <sf_vec.base>` must point to the buffer that
/third_party/node/deps/ngtcp2/nghttp3/lib/
H A Dnghttp3_http.h177 const uint8_t *base; member
/third_party/mesa3d/src/panfrost/bifrost/valhall/
H A Dtest-assembly.py29 b = [int(x, base=16) for x in s.split(' ')]
/third_party/mesa3d/src/gallium/drivers/nouveau/nv30/
H A Dnv30_resource.c45 nv30->base.vbo_dirty = true; in nv30_memory_barrier()
H A Dnv40_verttex.c32 struct nouveau_pushbuf *push = nv30->base.pushbuf; in nv40_verttex_validate()
/third_party/ltp/tools/sparse/sparse-src/
H A Dast-model.h45 GObject base; /* this MUST be the first member */ member
/third_party/lwip/src/include/lwip/priv/
H A Dmemp_priv.h126 u8_t *base; member
/third_party/node/deps/v8/src/compiler/
H A Dpipeline-statistics.h11 #include "src/base/platform/elapsed-timer.h"
56 base::ElapsedTimer timer_;
H A Dproperty-access-builder.h8 #include "src/base/optional.h"
59 base::Optional<Node*> FoldLoadDictPrototypeConstant(
H A Djs-inlining.h65 base::Optional<SharedFunctionInfoRef> DetermineCallTarget(Node* node);
/third_party/node/deps/v8/src/codegen/
H A Dcode-comments.cc38 base::ReadUnalignedValue<uint32_t>(code_comments_start_)); in CodeCommentsIterator()
/third_party/node/deps/v8/src/base/
H A Dhashmap-entry.h11 #include "src/base/memory.h"
14 namespace base { namespace
97 } // namespace base
H A Dfunctional.cc11 #include "src/base/functional.h"
15 #include "src/base/bits.h"
18 namespace base { namespace
109 } // namespace base
H A Dvirtual-address-space-page-allocator.cc5 #include "src/base/virtual-address-space-page-allocator.h"
8 namespace base { namespace
70 } // namespace base
H A Dvlq-base64.cc8 #include "src/base/logging.h"
9 #include "src/base/vlq-base64.h"
12 namespace base { namespace
57 } // namespace base
H A Diterator.h11 namespace base { namespace
23 // The intention of the base::iterator_range class is to encapsulate two
71 // for (int i : base::Reversed(v)) {
79 } // namespace base
H A Dtemplate-utils.h15 namespace base { namespace
28 // base::make_array: Create an array of fixed length, initialized by a function.
31 // std::array<int, 3> arr = base::make_array<3>(
63 } // namespace base
/third_party/node/deps/v8/src/base/utils/
H A Drandom-number-generator.h11 #include "src/base/base-export.h"
12 #include "src/base/macros.h"
15 namespace base { namespace
144 } // namespace base
/third_party/node/deps/v8/src/asmjs/
H A Dasm-scanner.cc88 base::uc32 ch = stream_->Advance(); in Next()
226 void AsmJsScanner::ConsumeIdentifier(base::uc32 ch) { in ConsumeIdentifier()
274 void AsmJsScanner::ConsumeNumber(base::uc32 ch) { in ConsumeNumber()
313 base::Vector<const uint8_t>::cast(base::VectorOf(number)), in ConsumeNumber()
347 base::uc32 ch = stream_->Advance(); in ConsumeCComment()
365 base::uc32 ch = stream_->Advance(); in ConsumeCPPComment()
376 void AsmJsScanner::ConsumeString(base::uc32 quote) { in ConsumeString()
380 if (stream_->Advance() != static_cast<base::uc32>(*expected)) { in ConsumeString()
392 void AsmJsScanner::ConsumeCompareOrShift(base
[all...]
/third_party/node/deps/v8/src/base/numbers/
H A Ddiy-fp.h10 #include "src/base/logging.h"
11 #include "src/base/macros.h"
14 namespace base { namespace
96 } // namespace base
/third_party/node/deps/v8/src/base/sanitizer/
H A Dlsan-virtual-address-space.h9 #include "src/base/base-export.h"
10 #include "src/base/compiler-specific.h"
13 namespace base { namespace
76 } // namespace base

Completed in 10 milliseconds

1...<<131132133134135136137138139140>>...211