/third_party/curl/ |
H A D | ltmain.sh | 2893 # 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 D | doctest.h | 1571 // 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 D | ltmain.sh | 2648 # 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 D | tu_cmd_buffer.c | 853 /* 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 D | ltmain.sh | 2893 # 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 D | ltmain.sh | 2893 # 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 D | ltmain.sh | 2894 # 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 D | simplified-lowering.cc | 10 #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 D | simulator-logic-arm64.cc | 3222 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 D | vk_helpers.cpp | 2272 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 D | ltmain.sh | 2648 # 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 D | disasm-aarch64.cc | 6110 // 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 D | fold.rs | 1302 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 D | cil_build_ast.c | 5657 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 D | gen.rs | 472 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 D | IntfContainerTest.cpp | 21 #include <meta/base/ref_uri.h>
|
/foundation/graphic/graphic_3d/lume/LumeRender/src/nodecontext/ |
H A D | render_command_list.cpp | 21 #include <base/containers/array_view.h>
|
/foundation/graphic/graphic_3d/lume/Lume_3D/src/ecs/systems/ |
H A D | node_system.cpp | 28 #include <base/containers/unordered_map.h>
|
/foundation/graphic/graphic_3d/3d_widget_adapter/core/src/lume/ |
H A D | lume_common.cpp | 45 #include <base/containers/array_view.h>
|
/foundation/multimedia/image_effect/frameworks/native/effect/base/ |
H A D | image_effect_inner.cpp | 209 efilters_.insert(result.base(), efilter); in AddEFilter()
|
/third_party/gn/src/base/ |
H A D | values.cc | 5 #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 D | tx_float.asm | 95 ; %2 - GRP of base input memory address
|
/third_party/libuv/src/unix/ |
H A D | fs.c | 1515 bufs[offset].base += size; in uv__fs_buf_offset()
|
/third_party/libunwind/libunwind/doc/ |
H A D | libunwind-dynamic.tex | 176 \item[\Type{unw\_word\_t} \Var{segbase}] The segment-base value
|
/third_party/libuv/include/ |
H A D | uv.h | 454 /* 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);
|