Home
last modified time | relevance | path

Searched defs:base (Results 1 – 25 of 2517) sorted by relevance

12345678910>>...101

/third_party/libabigail/tests/data/test-diff-filter/
Dtest29-finer-redundancy-marking-v1.cc4 struct base struct
10 struct inherited : public base argument
16 bar(base&) in bar() argument
20 baz(base) in baz() argument
Dtest29-finer-redundancy-marking-v0.cc4 struct base struct
9 struct inherited : public base argument
15 bar(base&) in bar() argument
19 baz(base) in baz() argument
/third_party/musl/src/stdlib/
Dstrtol.c8 static unsigned long long strtox(const char *s, char **p, int base, unsigned long long lim) in strtox()
21 unsigned long long strtoull(const char *restrict s, char **restrict p, int base) in strtoull()
26 long long strtoll(const char *restrict s, char **restrict p, int base) in strtoll()
31 unsigned long strtoul(const char *restrict s, char **restrict p, int base) in strtoul()
36 long strtol(const char *restrict s, char **restrict p, int base) in strtol()
41 intmax_t strtoimax(const char *restrict s, char **restrict p, int base) in strtoimax()
46 uintmax_t strtoumax(const char *restrict s, char **restrict p, int base) in strtoumax()
Dwcstol.c32 static unsigned long long wcstox(const wchar_t *s, wchar_t **p, int base, unsigned long long lim) in wcstox()
53 unsigned long long wcstoull(const wchar_t *restrict s, wchar_t **restrict p, int base) in wcstoull()
58 long long wcstoll(const wchar_t *restrict s, wchar_t **restrict p, int base) in wcstoll()
63 unsigned long wcstoul(const wchar_t *restrict s, wchar_t **restrict p, int base) in wcstoul()
68 long wcstol(const wchar_t *restrict s, wchar_t **restrict p, int base) in wcstol()
73 intmax_t wcstoimax(const wchar_t *restrict s, wchar_t **restrict p, int base) in wcstoimax()
78 uintmax_t wcstoumax(const wchar_t *restrict s, wchar_t **restrict p, int base) in wcstoumax()
/third_party/musl/porting/linux/user/src/stdlib/
Dstrtol.c8 static unsigned long long strtox(const char *s, char **p, int base, unsigned long long lim) in strtox()
21 unsigned long long strtoull(const char *restrict s, char **restrict p, int base) in strtoull()
26 long long strtoll(const char *restrict s, char **restrict p, int base) in strtoll()
31 unsigned long strtoul_weak(const char *restrict s, char **restrict p, int base) in strtoul_weak()
36 long strtol(const char *restrict s, char **restrict p, int base) in strtol()
41 intmax_t strtoimax_weak(const char *restrict s, char **restrict p, int base) in strtoimax_weak()
46 uintmax_t strtoumax_weak(const char *restrict s, char **restrict p, int base) in strtoumax_weak()
/third_party/musl/porting/liteos_a/kernel/src/stdlib/
Dstrtol.c8 static unsigned long long strtox(const char *s, char **p, int base, unsigned long long lim) in strtox()
21 unsigned long long strtoull(const char *restrict s, char **restrict p, int base) in strtoull()
26 long long strtoll(const char *restrict s, char **restrict p, int base) in strtoll()
31 unsigned long strtoul(const char *restrict s, char **restrict p, int base) in strtoul()
36 long strtol(const char *restrict s, char **restrict p, int base) in strtol()
41 intmax_t strtoimax(const char *restrict s, char **restrict p, int base) in strtoimax()
46 uintmax_t strtoumax(const char *restrict s, char **restrict p, int base) in strtoumax()
/third_party/gstreamer/gstplugins_bad/gst/mpegtsdemux/
Dmpegtsbase.c133 mpegts_base_can_remove_program (MpegTSBase * base, MpegTSBaseProgram * program) in mpegts_base_can_remove_program()
191 MpegTSBase *base = GST_MPEGTS_BASE (object); in mpegts_base_set_property() local
209 MpegTSBase *base = GST_MPEGTS_BASE (object); in mpegts_base_get_property() local
224 mpegts_base_reset_drm_info (MpegTSBase * base) in mpegts_base_reset_drm_info()
238 mpegts_base_reset (MpegTSBase * base) in mpegts_base_reset()
291 mpegts_base_init (MpegTSBase * base) in mpegts_base_init()
329 MpegTSBase *base = GST_MPEGTS_BASE (object); in mpegts_base_dispose() local
345 MpegTSBase *base = GST_MPEGTS_BASE (object); in mpegts_base_finalize() local
394 mpegts_add_drm_info (MpegTSBase *base, const GstMpegtsDescriptor *descriptor, guint offset) in mpegts_add_drm_info()
433 mpegts_set_drm_info (MpegTSBase *base, GPtrArray *descriptors) in mpegts_set_drm_info()
[all …]
/third_party/rust/crates/minimal-lexical/etc/
Dbellerophon_table.py36 def calculate_bitshift(base, exponent): argument
45 def next_fp(fp, base, step = 1): argument
51 def prev_fp(fp, base, step = 1): argument
65 def generate_small(base, count): argument
81 def generate_large(base, step): argument
109 def print_array(base, string, fps, index): argument
120 def generate_base(base): argument
/third_party/node/test/fixtures/wpt/url/resources/
Durltestdata.json5 "base": "http://example.org/foo/bar", string
20 "base": "http://example.org/foo/bar", string
35 "base": null, null
50 "base": null, null
65 "base": null, null
80 "base": null, null
95 "base": "http://example.org/foo/bar", string
110 "base": "http://example.org/foo/bar", string
125 "base": "http://example.org/foo/bar", string
140 "base": "http://example.org/foo/bar", string
[all …]
/third_party/skia/third_party/externals/angle2/src/compiler/translator/
DShaderLang.cpp64 TShHandleBase *base = static_cast<TShHandleBase *>(handle); in GetCompilerFromHandle() local
85 TShHandleBase *base = static_cast<TShHandleBase *>(handle); in GetTranslatorHLSLFromHandle() local
353 TShHandleBase *base = static_cast<TShHandleBase *>(ConstructCompiler(type, spec, output)); in ConstructCompiler() local
380 TShHandleBase *base = static_cast<TShHandleBase *>(handle); in Destruct() local
557 TShHandleBase *base = static_cast<TShHandleBase *>(handle); in GetUniformBlocks() local
567 TShHandleBase *base = static_cast<TShHandleBase *>(handle); in GetShaderStorageBlocks() local
578 TShHandleBase *base = static_cast<TShHandleBase *>(handle); in GetComputeShaderLocalGroupSize() local
588 TShHandleBase *base = static_cast<TShHandleBase *>(handle); in GetVertexShaderNumViews() local
741 TShHandleBase *base = static_cast<TShHandleBase *>(handle); in HasValidGeometryShaderInputPrimitiveType() local
752 TShHandleBase *base = static_cast<TShHandleBase *>(handle); in HasValidGeometryShaderOutputPrimitiveType() local
[all …]
/third_party/libabigail/tests/data/test-diff-dwarf/
Dtest27-local-base-diff-v1.cc3 struct base struct
9 struct S : public base argument
15 bar(base&) in bar() argument
/third_party/node/lib/internal/modules/esm/
Dresolve.js85 function emitTrailingSlashPatternDeprecation(match, pjsonUrl, base) { argument
102 function emitInvalidSegmentDeprecation(target, request, match, pjsonUrl, internal, base, isTarget) { argument
124 function emitLegacyIndexDeprecation(url, packageJSONUrl, base, main) { argument
197 function legacyMainResolve(packageJSONUrl, packageConfig, base) { argument
289 function finalizeResolution(resolved, base, preserveSymlinks) { argument
350 function importNotDefined(specifier, packageJSONUrl, base) { argument
361 function exportsNotFound(subpath, packageJSONUrl, base) { argument
375 function throwInvalidSubpath(request, match, packageJSONUrl, internal, base) { argument
384 subpath, target, packageJSONUrl, internal, base) { argument
418 base, argument
[all …]
/third_party/vulkan-headers/include/vulkan/
Dvk_icd.h144 VkIcdSurfaceBase base; member
152 VkIcdSurfaceBase base; member
160 VkIcdSurfaceBase base; member
168 VkIcdSurfaceBase base; member
176 VkIcdSurfaceBase base; member
184 VkIcdSurfaceBase base; member
192 VkIcdSurfaceBase base; member
199 VkIcdSurfaceBase base; member
206 VkIcdSurfaceBase base; member
213 VkIcdSurfaceBase base; member
[all …]
/third_party/mesa3d/src/virtio/vulkan/
Dvn_pipeline.h17 struct vn_object_base base; member
25 struct vn_object_base base; member
33 struct vn_object_base base; member
41 struct vn_object_base base; member
/third_party/musl/porting/liteos_m/kernel/src/stdlib/
Dstrtol.c8 static unsigned long long strtox(const char *s, char **p, int base, unsigned long long lim) in strtox()
21 unsigned long long strtoull(const char *restrict s, char **restrict p, int base) in strtoull()
26 long long strtoll(const char *restrict s, char **restrict p, int base) in strtoll()
31 unsigned long strtoul(const char *restrict s, char **restrict p, int base) in strtoul()
36 long strtol(const char *restrict s, char **restrict p, int base) in strtol()
/third_party/musl/porting/uniproton/kernel/src/stdlib/
Dstrtol.c8 static unsigned long long strtox(const char *s, char **p, int base, unsigned long long lim) in strtox()
21 unsigned long long strtoull(const char *restrict s, char **restrict p, int base) in strtoull()
26 long long strtoll(const char *restrict s, char **restrict p, int base) in strtoll()
31 unsigned long strtoul(const char *restrict s, char **restrict p, int base) in strtoul()
36 long strtol(const char *restrict s, char **restrict p, int base) in strtol()
/third_party/skia/third_party/externals/dawn/src/tests/end2end/
DColorStateTests.cpp114 void DoSingleSourceTest(RGBA8 base, const TriangleSpec& triangle, const RGBA8& expected) { in DoSingleSourceTest()
142 void CheckBlendOperation(RGBA8 base, in CheckBlendOperation()
167 void CheckBlendFactor(RGBA8 base, in CheckBlendFactor()
198 void CheckSrcBlendFactor(RGBA8 base, in CheckSrcBlendFactor()
206 void CheckDstBlendFactor(RGBA8 base, in CheckDstBlendFactor()
323 RGBA8 base(32, 64, 128, 192); in TEST_P() local
331 RGBA8 base(32, 64, 128, 192); in TEST_P() local
339 RGBA8 base(32, 64, 128, 192); in TEST_P() local
347 RGBA8 base(32, 64, 128, 192); in TEST_P() local
355 RGBA8 base(32, 64, 128, 192); in TEST_P() local
[all …]
/third_party/gstreamer/gstplugins_bad/sys/va/
Dgstvabasedec.c35 GstVaBaseDec *base = GST_VA_BASE_DEC (decoder); in gst_va_base_dec_open() local
65 GstVaBaseDec *base = GST_VA_BASE_DEC (decoder); in gst_va_base_dec_close() local
76 GstVaBaseDec *base = GST_VA_BASE_DEC (decoder); in gst_va_base_dec_stop() local
99 GstVaBaseDec *base = GST_VA_BASE_DEC (decoder); in gst_va_base_dec_getcaps() local
139 GstVaBaseDec *base = GST_VA_BASE_DEC (decoder); in gst_va_base_dec_src_query() local
199 _create_allocator (GstVaBaseDec * base, GstCaps * caps) in _create_allocator()
215 _create_other_pool (GstVaBaseDec * base, GstAllocator * allocator, in _create_other_pool()
239 _need_video_crop (GstVaBaseDec * base) in _need_video_crop()
260 GstVaBaseDec *base = GST_VA_BASE_DEC (decoder); in _decide_allocation_for_video_crop() local
453 GstVaBaseDec *base = GST_VA_BASE_DEC (decoder); in gst_va_base_dec_decide_allocation() local
[all …]
/third_party/nghttp2/src/
Dhttp2_test.cc719 auto base = StringRef::from_lit("/"); in test_http2_parse_link_header() local
724 auto base = StringRef::from_lit("/"); in test_http2_parse_link_header() local
731 auto base = StringRef::from_lit("/"); in test_http2_parse_link_header() local
738 auto base = StringRef::from_lit("/"); in test_http2_parse_link_header() local
745 auto base = StringRef::from_lit("/"); in test_http2_parse_link_header() local
753 auto base = StringRef::from_lit("/alpha"); in test_http2_parse_link_header() local
760 auto base = StringRef::from_lit("/"); in test_http2_parse_link_header() local
767 auto base = StringRef::from_lit("/alpha/bravo/"); in test_http2_parse_link_header() local
774 auto base = StringRef::from_lit("/alpha/bravo"); in test_http2_parse_link_header() local
781 auto base = StringRef::from_lit("/alpha/bravo/"); in test_http2_parse_link_header() local
[all …]
/third_party/libabigail/doc/vizualization/graph/sources/
Dsa-base.cc1 struct base struct
10 base obj; in main() argument
/third_party/libabigail/doc/vizualization/layout/sources/
Dsa-base.cc1 struct base struct
10 base obj; in main() argument
/third_party/cef/libcef_dll/ctocpp/
Dctocpp_ref_counted.h66 cef_base_ref_counted_t* base = in UnderlyingAddRef() local
74 cef_base_ref_counted_t* base = in UnderlyingRelease() local
83 cef_base_ref_counted_t* base = in UnderlyingHasOneRef() local
92 cef_base_ref_counted_t* base = in UnderlyingHasAtLeastOneRef() local
/third_party/libabigail/tests/data/test-diff-suppr/
Dtest6-fn-suppr-v1.cc4 struct base struct
9 base() in base() argument
/third_party/mesa3d/include/vulkan/
Dvk_icd.h134 VkIcdSurfaceBase base; member
142 VkIcdSurfaceBase base; member
150 VkIcdSurfaceBase base; member
158 VkIcdSurfaceBase base; member
166 VkIcdSurfaceBase base; member
174 VkIcdSurfaceBase base; member
182 VkIcdSurfaceBase base; member
189 VkIcdSurfaceBase base; member
196 VkIcdSurfaceBase base; member
203 VkIcdSurfaceBase base; member
[all …]
/third_party/skia/third_party/externals/dawn/third_party/khronos/vulkan/
Dvk_icd.h134 VkIcdSurfaceBase base; member
142 VkIcdSurfaceBase base; member
150 VkIcdSurfaceBase base; member
158 VkIcdSurfaceBase base; member
166 VkIcdSurfaceBase base; member
174 VkIcdSurfaceBase base; member
182 VkIcdSurfaceBase base; member
189 VkIcdSurfaceBase base; member
196 VkIcdSurfaceBase base; member
203 VkIcdSurfaceBase base; member
[all …]

12345678910>>...101