/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);
|
/third_party/libuv/include/uv_ndk/ |
H A D | uv.h | 408 /* Abstract base class of all requests. */ 445 /* The abstract base class of all handles. */ 478 UV_EXTERN uv_buf_t uv_buf_init(char* base, unsigned int len);
|
/third_party/mesa3d/src/freedreno/ir3/ |
H A D | ir3_parser.y | 1204 | '.' T_BASE { instr->flags |= IR3_INSTR_B; instr->cat6.base = $2; }
|
/third_party/mesa3d/src/freedreno/vulkan/ |
H A D | tu_descriptor_set.c | 524 vk_object_base_init(&device->vk, &set->base, VK_OBJECT_TYPE_DESCRIPTOR_SET); in tu_descriptor_set_create()
|
/third_party/mesa3d/src/amd/vulkan/ |
H A D | si_cmd_buffer.c | 919 return cmd_buffer->state.graphics_pipeline->ia_multi_vgt_param.base | in si_get_ia_multi_vgt_param()
|
/third_party/mesa3d/src/gallium/frontends/wgl/ |
H A D | gldrv.h | 40 void (APIENTRY *glListBase )( GLuint base );
|
/third_party/mesa3d/src/intel/vulkan/ |
H A D | anv_allocator.c | 97 * surface state base or dynamic state base), and for that we can just get a 475 * in the GTT. There are two documented workarounds for state base address in anv_block_pool_expand_range() 477 * which state that those two base addresses do not support 48-bit in anv_block_pool_expand_range() 498 * addresses we choose are fine for base addresses. in anv_block_pool_expand_range() 1476 /* Even though the Scratch base pointers in 3DSTATE_*S are 64 bits, they in anv_scratch_pool_alloc() 1477 * are still relative to the general state base address. When we emit in anv_scratch_pool_alloc() 1478 * STATE_BASE_ADDRESS, we set general state base address to 0 and the size in anv_scratch_pool_alloc() 1481 * and just set the scratch base pointer in 3DSTATE_*S using a relocation. in anv_scratch_pool_alloc() 1670 anv_perf_warn(VK_LOG_NO_OBJS(&device->physical->instance->vk.base), in anv_device_alloc_bo() [all...] |
/third_party/node/deps/ngtcp2/ngtcp2/lib/ |
H A D | ngtcp2_rtb.c | 129 memcpy(p, token->base, token->len); in ngtcp2_frame_chain_new_token_objalloc_new()
|
/third_party/node/deps/v8/src/compiler/ |
H A D | load-elimination.cc | 649 base::Optional<LoadElimination::FieldInfo const*> result; in LookupField()
|
H A D | representation-change.cc | 9 #include "src/base/bits.h" 10 #include "src/base/safe_conversions.h" 1109 if (base::IsValueInRangeForNumericType<int64_t>(fv)) { in GetWord64RepresentationFor()
|
/third_party/node/deps/v8/src/codegen/loong64/ |
H A D | assembler-loong64.h | 102 Register base() const { return base_; } in base() function in v8::internal::MemOperand 109 Register base_; // base
|
/third_party/node/deps/v8/src/codegen/ppc/ |
H A D | macro-assembler-ppc.h | 12 #include "src/base/numbers/double.h" 143 void LoadDoubleLiteral(DoubleRegister result, base::Double value,
|
/third_party/node/deps/v8/src/interpreter/ |
H A D | bytecode-array-builder.cc | 199 base::Optional<Bytecode> short_code = reg.TryToShortStar(); in OutputStarRaw()
|
/third_party/node/deps/v8/src/objects/ |
H A D | ordered-hash-table.cc | 28 base::bits::RoundUpToPowerOfTwo32(std::max({kInitialCapacity, capacity})); in Allocate()
|
/third_party/mesa3d/src/gallium/drivers/freedreno/a6xx/ |
H A D | fd6_program.c | 1289 return &state->base;
|
/third_party/node/deps/uv/include/ |
H A D | uv.h | 410 /* Abstract base class of all requests. */ 447 /* The abstract base class of all handles. */ 480 UV_EXTERN uv_buf_t uv_buf_init(char* base, unsigned int len);
|
/third_party/rust/crates/clang-sys/src/ |
H A D | lib.rs | 1413 pub base: *const CXIdxEntityInfo,
|
/third_party/rust/crates/libc/src/unix/linux_like/linux/gnu/ |
H A D | mod.rs | 1143 base: *mut ::c_void, in qsort_r()
|
/third_party/rust/crates/libc/src/unix/haiku/ |
H A D | native.rs | 1032 pub fn set_signal_stack(base: *mut ::c_void, size: ::size_t); in set_signal_stack()
|