Home
last modified time | relevance | path

Searched defs:base (Results 7351 - 7375 of 9611) sorted by relevance

1...<<291292293294295296297298299300>>...385

/third_party/libinput/src/
H A Devdev-fallback.c173 struct libinput_device *base = &device->base; in fallback_flush_relative_motion() local
211 struct libinput_device *base = &device->base; in fallback_flush_absolute_motion() local
229 struct libinput_device *base in fallback_flush_mt_down() local
268 struct libinput_device *base = &device->base; fallback_flush_mt_motion() local
299 struct libinput_device *base = &device->base; fallback_flush_mt_up() local
327 struct libinput_device *base = &device->base; fallback_flush_mt_cancel() local
354 struct libinput_device *base = &device->base; fallback_flush_st_down() local
389 struct libinput_device *base = &device->base; fallback_flush_st_motion() local
411 struct libinput_device *base = &device->base; fallback_flush_st_up() local
436 struct libinput_device *base = &device->base; fallback_flush_st_cancel() local
[all...]
/third_party/ltp/tools/sparse/sparse-src/
H A Dexpression.h208 struct expression *base; member
H A Dshow-parse.c1061 static int show_position_expr(struct expression *expr, struct symbol *base) in show_position_expr() argument
H A Dsparse-llvm.c477 static LLVMValueRef calc_gep(LLVMBuilderRef builder, LLVMValueRef base, LLVMValueRef off) in calc_gep() argument
/third_party/node/deps/v8/src/compiler/backend/arm/
H A Dcode-generator-arm.cc990 Register base = offset.from_stack_pointer() ? sp : fp; in AssembleArchInstruction() local
[all...]
/third_party/node/deps/v8/src/compiler/
H A Dgraph-assembler.h805 JSGraphAssembler( JSGraph* jsgraph, Zone* zone, base::Optional<NodeChangedCallback> node_changed_callback = base::nullopt, bool mark_loop_exits = false) JSGraphAssembler() argument
H A Dgraph-assembler.cc476 Node* GraphAssembler::UnsafePointerAdd(Node* base, Node* external) { in UnsafePointerAdd() argument
/third_party/node/deps/v8/include/v8-include/
H A Dv8-platform.h685 Address base() const { return base_; } in base() function in v8::VirtualAddressSpace
650 VirtualAddressSpace(size_t page_size, size_t allocation_granularity, Address base, size_t size, PagePermissions max_page_permissions) VirtualAddressSpace() argument
/third_party/node/deps/v8/src/base/
H A Dcpu.h20 namespace base { namespace
/third_party/node/deps/v8/src/codegen/loong64/
H A Dassembler-loong64.h102 Register base() const { return base_; } in base() function in v8::internal::MemOperand
/third_party/node/deps/v8/include/
H A Dv8-internal.h557 internal::Address base = in ReadTaggedPointerField() local
617 internal::Address base = in DecompressTaggedAnyField() local
/third_party/node/deps/v8/src/base/numbers/
H A Dbignum.cc10 namespace base { namespace
375 void Bignum::AssignPowerUInt16(uint16_t base, int power_exponent) { in AssignPowerUInt16() argument
[all...]
/third_party/node/deps/v8/src/codegen/arm/
H A Dassembler-arm.h271 explicit NeonListOperand(DoubleRegister base, int register_count = 1) in NeonListOperand() argument
275 DoubleRegister base() const { return base_; } in base() function in v8::internal::NeonListOperand
[all...]
/third_party/node/deps/v8/src/torque/
H A Dimplementation-visitor.h74 static LocationReference ArrayAccess(VisitResult base, VisitResult offset) { in ArrayAccess() argument
38 VariableAccess( VisitResult variable, base::Optional<Binding<LocalValue>*> binding = base::nullopt) VariableAccess() argument
[all...]
/third_party/mesa3d/src/gallium/drivers/freedreno/
H A Dfreedreno_context.h95 struct pipe_stream_output_target base; member
200 struct pipe_context base; member
/third_party/mesa3d/src/gallium/auxiliary/util/
H A Du_threaded_context.h465 struct pipe_context base; member
/third_party/mesa3d/src/gallium/drivers/asahi/
H A Dagx_state.h42 struct pipe_stream_output_target base; member
69 struct pipe_shader_state base; member
121 struct pipe_depth_stencil_alpha_state base; member
135 struct agx_shader_key base; member
148 struct pipe_context base; member
188 struct pipe_rasterizer_state base; member
198 struct pipe_sampler_state base; member
205 struct pipe_sampler_view base; member
236 struct pipe_resource base; member
302 struct pipe_transfer base; member
[all...]
/third_party/mesa3d/src/virtio/vulkan/
H A Dvn_renderer_vtest.c33 struct vn_renderer_shmem base; member
37 struct vn_renderer_bo base; member
45 struct vn_renderer_sync base; member
49 struct vn_renderer base; member
[all...]
/third_party/mesa3d/src/panfrost/midgard/
H A Dcompiler.h191 pan_block base; member
[all...]
/third_party/mesa3d/src/gallium/auxiliary/gallivm/
H A Dlp_bld_tgsi.h121 struct tgsi_shader_info base; member
344 struct lp_build_context base; member
/third_party/mesa3d/src/gallium/drivers/etnaviv/
H A Detnaviv_compiler_nir.c920 unsigned base = nir_intrinsic_base(intr); in emit_shader() local
/third_party/mksh/
H A Dhistrap.c776 unsigned char *base; in hist_persist_init() local
913 histload(Source *s, unsigned char *base, size_t bytes) in histload() argument
966 unsigned char *base, *news; writehistfile() local
[all...]
H A Dlex.c62 struct lex_state *base; member
92 Lex_state *base; member
200 Lex_state states[STATE_BSIZE], *statep, *s2, *base; in yylex() local
[all...]
H A Dvar.c400 unsigned int base; in str_val() local
530 mksh_uari_t c, num = 0, base = 10; getint() local
628 int base; setint_v() local
762 typeset(const char *var, uint32_t set, uint32_t clr, int field, int base) typeset() argument
767 vtypeset(int *ep, const char *var, uint32_t set, uint32_t clr, int field, int base) vtypeset() argument
1871 int thing = 0, field = 0, base = 0, i; c_typeset() local
[all...]
/third_party/mesa3d/src/gallium/drivers/zink/
H A Dzink_query.c51 struct threaded_query base; member
[all...]

Completed in 37 milliseconds

1...<<291292293294295296297298299300>>...385