Home
last modified time | relevance | path

Searched refs:base (Results 6226 - 6250 of 6480) sorted by relevance

1...<<241242243244245246247248249250>>...260

/third_party/curl/
H A Dltmain.sh2893 # Only attempt this if the compiler in the base compile
2929 # The compiler in the base compile command matches
6197 const char *base;
6205 for (base = name; *name; name++)
6207 base = name + 1;
6208 return base;
/third_party/json/tests/thirdparty/doctest/
H A Ddoctest.h1571 // ContextScope base class used to allow implementing methods of ContextScope
1860 #define DOCTEST_IMPLEMENT_FIXTURE(der, base, func, decorators) \
1862 struct der : public base \
2346 #define DOCTEST_IMPLEMENT_FIXTURE(der, base, func, name) \
2349 struct der : public base \
4153 // ContextScope has been destroyed (base class destructors run after derived class destructors).
/third_party/lame/
H A Dltmain.sh2648 # Only attempt this if the compiler in the base compile
2684 # The compiler in the base compile command matches
5948 const char *base;
5956 for (base = name; *name; name++)
5958 base = name + 1;
5959 return base;
/third_party/mesa3d/src/freedreno/vulkan/
H A Dtu_cmd_buffer.c853 /* TODO: set A6XX_VFD_ADD_OFFSET_INSTANCE and fix ir3 to avoid adding base instance */ in tu6_init_hw()
1658 cmd_buffer->descriptors[i].push_set.base.type = VK_OBJECT_TYPE_DESCRIPTOR_SET; in tu_reset_cmd_buffer()
1888 cmd->state.vb[firstBinding + i].base = 0; in tu_CmdBindVertexBuffers2EXT()
1892 cmd->state.vb[firstBinding + i].base = buf->iova + pOffsets[i]; in tu_CmdBindVertexBuffers2EXT()
1902 A6XX_VFD_FETCH_BASE(i, .qword = cmd->state.vb[i].base), in tu_CmdBindVertexBuffers2EXT()
3219 * the same base address, same format, etc. This means we can avoid in vk2tu_access()
/third_party/node/deps/cares/
H A Dltmain.sh2893 # Only attempt this if the compiler in the base compile
2929 # The compiler in the base compile command matches
6197 const char *base;
6205 for (base = name; *name; name++)
6207 base = name + 1;
6208 return base;
/third_party/node/deps/cares/config/
H A Dltmain.sh2893 # Only attempt this if the compiler in the base compile
2929 # The compiler in the base compile command matches
6197 const char *base;
6205 for (base = name; *name; name++)
6207 base = name + 1;
6208 return base;
/third_party/libevdev/build-aux/
H A Dltmain.sh2894 # Only attempt this if the compiler in the base compile
2930 # The compiler in the base compile command matches
6198 const char *base;
6206 for (base = name; *name; name++)
6208 base = name + 1;
6209 return base;
/third_party/node/deps/v8/src/compiler/
H A Dsimplified-lowering.cc10 #include "src/base/bits.h"
11 #include "src/base/small-vector.h"
236 base::Optional<Type> GetType(Node* node) override {
1939 base::SmallVector<UseInfo, kInitialArgumentsCount> arg_use_info( in VisitFastApiCall()
2013 base::SmallVector<UseInfo, kInitialArgumentsCount> arg_use_info( in VisitJSWasmCall()
3461 ProcessInput<T>(node, 0, UseInfoForBasePointer(access)); // base in VisitNode()
3518 ProcessInput<T>(node, 1, UseInfo::AnyTagged()); // base pointer in VisitNode()
3529 ProcessInput<T>(node, 1, UseInfo::Word()); // base in VisitNode()
3540 ProcessInput<T>(node, 1, UseInfo::AnyTagged()); // base pointer in VisitNode()
3553 ProcessInput<T>(node, 1, UseInfo::Word()); // base in VisitNode()
[all...]
/third_party/node/deps/v8/src/execution/arm64/
H A Dsimulator-logic-arm64.cc3222 return base::saturated_cast<int32_t>(value); in FPToInt32()
3227 return base::saturated_cast<int64_t>(value); in FPToInt64()
3232 return base::saturated_cast<uint32_t>(value); in FPToUInt32()
3237 return base::saturated_cast<uint64_t>(value); in FPToUInt64()
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/
H A Dvk_helpers.cpp2272 angle::base::CheckedNumeric<size_t> checkedNextWriteOffset = mNextAllocationOffset; in allocateFromCurrentBuffer()
2303 angle::base::CheckedNumeric<size_t> checkedNextWriteOffset = mNextAllocationOffset; in allocateWithAlignment()
6782 // modification when the base level of the texture changes. Now that the update is in flushStagedUpdates()
7173 levelUpdates->erase(levelUpdates->rend().base(), in removeSupersededUpdates()
7176 .base()); in removeSupersededUpdates()
/third_party/skia/third_party/externals/libpng/
H A Dltmain.sh2648 # Only attempt this if the compiler in the base compile
2684 # The compiler in the base compile command matches
5948 const char *base;
5956 for (base = name; *name; name++)
5958 base = name + 1;
5959 return base;
/third_party/vixl/src/aarch64/
H A Ddisasm-aarch64.cc6110 // The base disasm does nothing more than disassembling into a buffer. in Disassembler()
7136 const Instruction *base = instr + code_address_offset(); in Disassembler() local
7139 base = AlignDown(base, kPageSize); in Disassembler()
7144 reinterpret_cast<const void *>(base + offset - code_address_offset()); in Disassembler()
/third_party/rust/crates/syn/src/gen/
H A Dfold.rs1302 base: Box::new(f.fold_expr(*node.base)), in fold_expr_await()
1423 base: Box::new(f.fold_expr(*node.base)), in fold_expr_field()
/third_party/selinux/libsepol/cil/src/
H A Dcil_build_ast.c5657 int cil_fill_integer(struct cil_tree_node *int_node, uint32_t *integer, int base) in cil_fill_integer() argument
5665 rc = cil_string_to_uint32(int_node->data, integer, base); in cil_fill_integer()
5677 int cil_fill_integer64(struct cil_tree_node *int_node, uint64_t *integer, int base) in cil_fill_integer64() argument
5685 rc = cil_string_to_uint64(int_node->data, integer, base); in cil_fill_integer64()
/third_party/rust/crates/syn/tests/debug/
H A Dgen.rs472 formatter.field("base", Lite(&_val.base)); in fmt()
634 formatter.field("base", Lite(&_val.base)); in fmt()
1082 formatter.field("base", Lite(&self.value.base)); in fmt()
1262 formatter.field("base", Lite(&self.value.base)); in fmt()
/foundation/graphic/graphic_3d/lume/metaobject/test/src/interface/
H A DIntfContainerTest.cpp21 #include <meta/base/ref_uri.h>
/foundation/graphic/graphic_3d/lume/LumeRender/src/nodecontext/
H A Drender_command_list.cpp21 #include <base/containers/array_view.h>
/foundation/graphic/graphic_3d/lume/Lume_3D/src/ecs/systems/
H A Dnode_system.cpp28 #include <base/containers/unordered_map.h>
/foundation/graphic/graphic_3d/3d_widget_adapter/core/src/lume/
H A Dlume_common.cpp45 #include <base/containers/array_view.h>
/foundation/multimedia/image_effect/frameworks/native/effect/base/
H A Dimage_effect_inner.cpp209 efilters_.insert(result.base(), efilter); in AddEFilter()
/third_party/gn/src/base/
H A Dvalues.cc5 #include "base/values.h"
16 #include "base/json/json_writer.h"
17 #include "base/logging.h"
18 #include "base/memory/ptr_util.h"
19 #include "base/stl_util.h"
20 #include "base/strings/string_util.h"
21 #include "base/strings/utf_string_conversions.h"
23 namespace base { namespace
1309 } // namespace base
/third_party/ffmpeg/libavutil/x86/
H A Dtx_float.asm95 ; %2 - GRP of base input memory address
/third_party/libuv/src/unix/
H A Dfs.c1515 bufs[offset].base += size; in uv__fs_buf_offset()
/third_party/libunwind/libunwind/doc/
H A Dlibunwind-dynamic.tex176 \item[\Type{unw\_word\_t} \Var{segbase}] The segment-base value
/third_party/libuv/include/
H A Duv.h454 /* Abstract base class of all requests. */
491 /* The abstract base class of all handles. */
524 UV_EXTERN uv_buf_t uv_buf_init(char* base, unsigned int len);

Completed in 183 milliseconds

1...<<241242243244245246247248249250>>...260