/kernel/linux/patches/linux-6.6/prebuilts/usr/include/linux/ |
H A D | videodev2.h | 602 void * base; member
|
/kernel/linux/linux-6.6/sound/soc/codecs/ |
H A D | peb2466.c | 1937 peb2466->gpio.gpio_chip.base = -1; in peb2466_gpio_init()
|
/kernel/linux/linux-6.6/drivers/scsi/ |
H A D | 53c700.c | 24 * offsets. Therefore, if you can determine the base address and the 382 host->unique_id = (unsigned long)hostdata->base; in NCR_700_detect()
|
H A D | NCR5380.c | 425 "%s, irq %d, io_port 0x%lx, base 0x%lx, can_queue %d, cmd_per_lun %d, sg_tablesize %d, this_id %d, flags { %s%s%s}", in NCR5380_init() 427 hostdata->base, instance->can_queue, instance->cmd_per_lun, in NCR5380_init()
|
H A D | mesh.c | 1885 mesh_host->base = macio_resource_start(mdev, 0); in mesh_probe()
|
/kernel/linux/linux-6.6/mm/ |
H A D | mm_init.c | 365 usable_startpfn = PFN_DOWN(r->base); in find_zone_movable_pfns_for_nodes()
|
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/linux/ |
H A D | videodev2.h | 602 void * base; member
|
/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()
|