Home
last modified time | relevance | path

Searched defs:base (Results 7201 - 7225 of 9464) sorted by relevance

1...<<281282283284285286287288289290>>...379

/third_party/node/deps/googletest/include/gtest/internal/
H A Dgtest-param-util.h230 Iterator(const ParamGeneratorInterface<T>* base, T value, int index, in Iterator() argument
316 Iterator(const ParamGeneratorInterface<T>* base, in Iterator() argument
846 IteratorImpl(const ParamGeneratorInterface<ParamType>* base, const std::tuple<ParamGenerator<T>...>& generators, bool is_end) IteratorImpl() argument
969 Iterator(const ParamGeneratorInterface<To>* base, ParamIterator<From> it, ParamIterator<From> end) Iterator() argument
[all...]
/third_party/node/deps/ngtcp2/nghttp3/lib/
H A Dnghttp3_qpack.h895 uint64_t base; global() member
[all...]
/third_party/node/deps/icu-small/source/i18n/
H A Drbtz.cpp541 RuleBasedTimeZone::getNextTransition(UDate base, UBool inclusive, TimeZoneTransition& result) const { in getNextTransition() argument
560 RuleBasedTimeZone::getPreviousTransition(UDate base, UBool inclusive, TimeZoneTransition& result) const { in getPreviousTransition() argument
680 UDate base; in findRuleInFinal() local
715 findNext(UDate base, UBool inclusive, UDate& transitionTime, TimeZoneRule*& fromRule, TimeZoneRule*& toRule) const findNext() argument
799 findPrev(UDate base, UBool inclusive, UDate& transitionTime, TimeZoneRule*& fromRule, TimeZoneRule*& toRule) const findPrev() argument
[all...]
H A Dolsontz.cpp880 OlsonTimeZone::getNextTransition(UDate base, UBool inclusive, TimeZoneTransition& result) const { in getNextTransition() argument
945 OlsonTimeZone::getPreviousTransition(UDate base, UBool inclusive, TimeZoneTransition& result) const { in getPreviousTransition() argument
[all...]
/third_party/mesa3d/src/vulkan/wsi/
H A Dwsi_common_wayland.c81 struct wsi_interface base; member
909 struct wsi_image base; member
924 struct wsi_swapchain base; member
[all...]
/third_party/mesa3d/src/util/
H A Dxmlconfig.c88 strToI(const char *string, const char **tail, int base) in strToI() argument
/third_party/mesa3d/src/gallium/drivers/nouveau/nv50/
H A Dnv50_context.h141 struct nouveau_context base; member
/third_party/ltp/testcases/kernel/kvm/include/
H A Dkvm_x86_svm.h63 uint64_t base; member
/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...]

Completed in 48 milliseconds

1...<<281282283284285286287288289290>>...379