/third_party/node/deps/googletest/include/gtest/internal/ |
H A D | gtest-param-util.h | 230 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 D | nghttp3_qpack.h | 895 uint64_t base; global() member [all...] |
/third_party/node/deps/icu-small/source/i18n/ |
H A D | rbtz.cpp | 541 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 D | olsontz.cpp | 880 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 D | wsi_common_wayland.c | 81 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 D | xmlconfig.c | 88 strToI(const char *string, const char **tail, int base) in strToI() argument
|
/third_party/mesa3d/src/gallium/drivers/nouveau/nv50/ |
H A D | nv50_context.h | 141 struct nouveau_context base; member
|
/third_party/ltp/testcases/kernel/kvm/include/ |
H A D | kvm_x86_svm.h | 63 uint64_t base; member
|
/third_party/libinput/src/ |
H A D | evdev-fallback.c | 173 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 D | expression.h | 208 struct expression *base; member
|
H A D | show-parse.c | 1061 static int show_position_expr(struct expression *expr, struct symbol *base) in show_position_expr() argument
|
H A D | sparse-llvm.c | 477 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 D | code-generator-arm.cc | 990 Register base = offset.from_stack_pointer() ? sp : fp; in AssembleArchInstruction() local [all...] |
/third_party/node/deps/v8/src/compiler/ |
H A D | graph-assembler.h | 805 JSGraphAssembler( JSGraph* jsgraph, Zone* zone, base::Optional<NodeChangedCallback> node_changed_callback = base::nullopt, bool mark_loop_exits = false) JSGraphAssembler() argument
|
H A D | graph-assembler.cc | 476 Node* GraphAssembler::UnsafePointerAdd(Node* base, Node* external) { in UnsafePointerAdd() argument
|
/third_party/node/deps/v8/include/v8-include/ |
H A D | v8-platform.h | 685 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 D | cpu.h | 20 namespace base { namespace
|
/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
|
/third_party/node/deps/v8/include/ |
H A D | v8-internal.h | 557 internal::Address base = in ReadTaggedPointerField() local 617 internal::Address base = in DecompressTaggedAnyField() local
|
/third_party/node/deps/v8/src/base/numbers/ |
H A D | bignum.cc | 10 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 D | assembler-arm.h | 271 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 D | implementation-visitor.h | 74 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 D | freedreno_context.h | 95 struct pipe_stream_output_target base; member 200 struct pipe_context base; member
|
/third_party/mesa3d/src/gallium/auxiliary/util/ |
H A D | u_threaded_context.h | 465 struct pipe_context base; member
|
/third_party/mesa3d/src/gallium/drivers/asahi/ |
H A D | agx_state.h | 42 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...] |