Home
last modified time | relevance | path

Searched refs:base (Results 1601 - 1625 of 5553) sorted by relevance

1...<<61626364656667686970>>...223

/third_party/libinput/src/
H A Dfilter-touchpad.c44 struct motion_filter base; member
82 accel_factor = calculate_acceleration_simpsons(&accel->base, in calculate_acceleration_factor()
303 filter->base.interface = &accelerator_interface_touchpad; in create_pointer_accelerator_filter_touchpad()
307 return &filter->base; in create_pointer_accelerator_filter_touchpad()
/third_party/node/deps/v8/src/compiler/backend/
H A Dinstruction-scheduler.h8 #include "src/base/optional.h"
9 #include "src/base/utils/random-number-generator.h"
143 base::RandomNumberGenerator* random_number_generator() { in random_number_generator()
213 base::RandomNumberGenerator* random_number_generator() { in random_number_generator()
246 base::Optional<base::RandomNumberGenerator> random_number_generator_;
/third_party/node/deps/v8/src/heap/
H A Dsweeper.h11 #include "src/base/platform/condition-variable.h"
12 #include "src/base/platform/semaphore.h"
97 SweepingMode sweeping_mode, const base::MutexGuard& page_guard);
203 base::Mutex mutex_;
204 base::ConditionVariable cv_page_swept_;
215 base::Semaphore iterability_task_semaphore_;
/third_party/node/deps/v8/src/numbers/
H A Dconversions-inl.h17 #include "src/base/bits.h"
18 #include "src/base/numbers/double.h"
19 #include "src/base/platform/platform.h"
20 #include "src/base/platform/wrappers.h"
97 base::Double d(x);
101 if (exponent <= -base::Double::kSignificandSize) return 0;
121 base::Double d(x); in DoubleToWebIDLInt64()
125 if (exponent <= -base::Double::kSignificandSize) return 0; in DoubleToWebIDLInt64()
/third_party/mesa3d/src/vulkan/runtime/
H A Dvk_image.h35 struct vk_object_base base; member
77 VK_DEFINE_NONDISP_HANDLE_CASTS(vk_image, base, VkImage,
199 struct vk_object_base base; member
284 VK_DEFINE_NONDISP_HANDLE_CASTS(vk_image_view, base, VkImageView,
H A Dvk_framebuffer.h33 struct vk_object_base base; member
46 VK_DEFINE_NONDISP_HANDLE_CASTS(vk_framebuffer, base, VkFramebuffer,
/third_party/mesa3d/src/gallium/drivers/nouveau/nvc0/
H A Dnvc0_screen.h70 struct nouveau_screen base; member
163 struct nvc0_screen *screen = nvc0_screen(res->base.screen); in nvc0_resource_fence()
166 nouveau_fence_ref(screen->base.fence.current, &res->fence); in nvc0_resource_fence()
168 nouveau_fence_ref(screen->base.fence.current, &res->fence_wr); in nvc0_resource_fence()
/third_party/rust/crates/bindgen/bindgen/codegen/
H A Dimpl_partialeq.rs26 for base in comp_info.base_members().iter() { in gen_partialeq_impl()
27 if !base.requires_storage(ctx) { in gen_partialeq_impl()
31 let ty_item = ctx.resolve_item(base.ty); in gen_partialeq_impl()
32 let field_name = &base.field_name; in gen_partialeq_impl()
/third_party/skia/third_party/externals/icu/source/i18n/unicode/
H A Drbtz.h257 * Gets the first time zone transition after the base time.
258 * @param base The base time.
259 * @param inclusive Whether the base time is inclusive or not.
260 * @param result Receives the first transition after the base time.
264 virtual UBool getNextTransition(UDate base, UBool inclusive, TimeZoneTransition& result) const;
267 * Gets the most recent time zone transition before the base time.
268 * @param base The base time.
269 * @param inclusive Whether the base tim
[all...]
/third_party/skia/third_party/externals/icu/source/i18n/
H A Dzrule.cpp130 izrule_getNextStart(IZRule* rule, UDate base, int32_t prevRawOffset, in izrule_getNextStart() argument
132 return ((InitialTimeZoneRule*)rule)->InitialTimeZoneRule::getNextStart(base, prevRawOffset, prevDSTSavings, inclusive, result); in izrule_getNextStart()
136 izrule_getPreviousStart(IZRule* rule, UDate base, int32_t prevRawOffset, in izrule_getPreviousStart() argument
138 return ((InitialTimeZoneRule*)rule)->InitialTimeZoneRule::getPreviousStart(base, prevRawOffset, prevDSTSavings, inclusive, result); in izrule_getPreviousStart()
/third_party/skia/third_party/externals/freetype/src/gxvalid/
H A Dgxvtrak.c174 p = gxvalid->root->base + sizeTableOffset; in gxv_trak_trackData_validate()
179 p = gxvalid->root->base + GXV_TRAK_DATA( trackValueOffset_min ); in gxv_trak_trackData_validate()
183 p = gxvalid->root->base + GXV_TRAK_DATA( trackValueOffset_max ); in gxv_trak_trackData_validate()
186 gxv_odtect_add_range( gxvalid->root->base in gxv_trak_trackData_validate()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
H A DFileOutputBuffer.cpp83 uint8_t *getBufferStart() const override { return (uint8_t *)Buffer.base(); }
86 return (uint8_t *)Buffer.base() + BufferSize;
93 llvm::outs() << StringRef((const char *)Buffer.base(), BufferSize);
105 OS << StringRef((const char *)Buffer.base(), BufferSize);
/third_party/node/deps/ngtcp2/nghttp3/lib/
H A Dnghttp3_qpack.c305 "script-src 'none'; object-src 'none'; base-uri 'none'",
732 memeq(a->name->base, b->name, b->namelen); in qpack_nv_name_eq()
737 memeq(a->value->base, b->value, b->valuelen); in qpack_nv_value_eq()
786 /* |*ppb_match| (post-base match), if it is not NULL, is always exact
1145 uint64_t base; in nghttp3_qpack_encoder_encode() local
1160 base = encoder->ctx.next_absidx; in nghttp3_qpack_encoder_encode()
1174 ebuf, &nva[i], base, allow_blocking); in nghttp3_qpack_encoder_encode()
1181 base); in nghttp3_qpack_encoder_encode()
1418 const nghttp3_nv *nv, uint64_t base, in nghttp3_qpack_encoder_encode_nv()
1492 encoder, rbuf, (size_t)dres.index, base); in nghttp3_qpack_encoder_encode_nv()
1415 nghttp3_qpack_encoder_encode_nv(nghttp3_qpack_encoder *encoder, uint64_t *pmax_cnt, uint64_t *pmin_cnt, nghttp3_buf *rbuf, nghttp3_buf *ebuf, const nghttp3_nv *nv, uint64_t base, int allow_blocking) nghttp3_qpack_encoder_encode_nv() argument
1772 nghttp3_qpack_encoder_write_dynamic_indexed(nghttp3_qpack_encoder *encoder, nghttp3_buf *rbuf, uint64_t absidx, uint64_t base) nghttp3_qpack_encoder_write_dynamic_indexed() argument
1859 nghttp3_qpack_encoder_write_dynamic_indexed_name( nghttp3_qpack_encoder *encoder, nghttp3_buf *rbuf, uint64_t absidx, uint64_t base, const nghttp3_nv *nv) nghttp3_qpack_encoder_write_dynamic_indexed_name() argument
2365 nghttp3_qpack_encoder_write_field_section_prefix( nghttp3_qpack_encoder *encoder, nghttp3_buf *pbuf, uint64_t ricnt, uint64_t base) nghttp3_qpack_encoder_write_field_section_prefix() argument
[all...]
/base/security/certificate_framework/frameworks/core/cert/src/
H A Dcf_cert_ability.c24 .base.type = CF_MAGIC(CF_MAGIC_TYPE_OBJ_FUNC, CF_OBJ_TYPE_CERT),
33 (void)RegisterAbility(CF_ABILITY(CF_ABILITY_TYPE_OBJECT, CF_OBJ_TYPE_CERT), &g_certObjectFunc.base); in LoadCertOjbectAbility()
/base/security/certificate_framework/frameworks/core/extension/src/
H A Dcf_extension_ability.c24 .base.type = CF_MAGIC(CF_MAGIC_TYPE_OBJ_FUNC, CF_OBJ_TYPE_EXTENSION),
33 (void)RegisterAbility(CF_ABILITY(CF_ABILITY_TYPE_OBJECT, CF_OBJ_TYPE_EXTENSION), &g_extensionObjectFunc.base); in LoadExtensionOjbectAbility()
/third_party/gn/src/gn/
H A Ddesc_builder.h8 #include "base/values.h"
14 static std::unique_ptr<base::DictionaryValue> DescriptionForTarget(
22 static std::unique_ptr<base::DictionaryValue> DescriptionForConfig(
/third_party/mesa3d/src/imagination/include/
H A Dpvr_types.h38 #define PVR_DEV_ADDR_OFFSET(base, offset) PVR_DEV_ADDR((base).addr + (offset))
/third_party/node/deps/v8/tools/testrunner/outproc/
H A Dwebkit.py5 from . import base namespace
8 class OutProc(base.ExpectedOutProc):
/third_party/musl/src/thread/
H A D__unmapself.c17 void __unmapself(void *base, size_t size) in __unmapself() argument
21 unmap_base = base; in __unmapself()
/third_party/musl/src/linux/
H A Dfallocate.c5 int fallocate(int fd, int mode, off_t base, off_t len) in fallocate() argument
7 return syscall(SYS_fallocate, fd, mode, __SYSCALL_LL_E(base), in fallocate()
/third_party/musl/src/stdlib/
H A Dqsort_nr.c11 void qsort(void *base, size_t nel, size_t width, cmpfun cmp) in qsort() argument
13 __qsort_r(base, nel, width, wrapper_cmp, (void *)cmp); in qsort()
/third_party/ltp/tools/sparse/sparse-src/validation/
H A Dvla-sizeof.c23 void* vla_inc(int size, void *base) in vla_inc() argument
27 } *p = base; in vla_inc()
/third_party/node/deps/v8/src/diagnostics/
H A Dgdb-jit.h8 #include "src/base/address-region.h"
42 V8_EXPORT_PRIVATE void AddRegionForTesting(const base::AddressRegion region);
45 NumOverlapEntriesForTesting(const base::AddressRegion region);
/third_party/libabigail/doc/vizualization/layout/sources/
H A Dsa-A.cc1 struct base struct
8 struct A : public base
/third_party/libabigail/doc/vizualization/graph/sources/
H A Dsa-A.cc1 struct base struct
8 struct A : public base

Completed in 15 milliseconds

1...<<61626364656667686970>>...223