Home
last modified time | relevance | path

Searched refs:base (Results 3551 - 3575 of 5551) sorted by relevance

1...<<141142143144145146147148149150>>...223

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ExecutionEngine/Orc/
H A DIndirectionUtils.h131 ORCABI::writeResolverCode(static_cast<uint8_t *>(ResolverBlock.base()), in LocalTrampolinePool()
158 uint8_t *TrampolineMem = static_cast<uint8_t *>(TrampolineBlock.base()); in grow()
159 ORCABI::writeTrampolines(TrampolineMem, ResolverBlock.base(), in grow()
184 /// Target-independent base class for compile callback management.
/third_party/skia/third_party/externals/dng_sdk/source/
H A Ddng_gain_map.cpp232 real64 base = InterpolateEntry (colIndex); in ResetColumn() local
233 real64 delta = InterpolateEntry (colIndex + 1) - base; in ResetColumn()
235 fValueBase = (real32) (base + delta * (colIndexF - (real64) colIndex)); in ResetColumn()
/third_party/protobuf/src/google/protobuf/
H A Dany.pb.cc69 &scc_info_Any_google_2fprotobuf_2fany_2eproto.base,
129 ::PROTOBUF_NAMESPACE_ID::internal::InitSCC(&scc_info_Any_google_2fprotobuf_2fany_2eproto.base); in SharedCtor()
156 ::PROTOBUF_NAMESPACE_ID::internal::InitSCC(&::scc_info_Any_google_2fprotobuf_2fany_2eproto.base); in default_instance()
/third_party/python/Lib/xml/sax/
H A Dexpatreader.py400 def unparsed_entity_decl(self, name, base, sysid, pubid, notation_name):
403 def notation_decl(self, name, base, sysid, pubid):
406 def external_entity_ref(self, context, base, sysid, pubid):
H A Dsaxutils.py338 def prepare_input_source(source, base=""):
339 """This function takes an InputSource and an optional base URL and
358 basehead = os.path.dirname(os.path.normpath(base))
364 source.setSystemId(urllib.parse.urljoin(base, sysid))
/third_party/skia/third_party/externals/abseil-cpp/absl/strings/internal/
H A Dcord_internal.h24 #include "absl/base/config.h"
25 #include "absl/base/internal/endian.h"
26 #include "absl/base/internal/invoke.h"
27 #include "absl/base/optimization.h"
168 // functions in the base class.
226 // padding space from the base class (clang and gcc do, MSVC does not, etc)
289 base(str.data()),
292 const char* base; member
331 absl::string_view(base, length)); in ~CordRepExternalImpl()
/third_party/skia/third_party/externals/abseil-cpp/absl/container/internal/
H A Dcompressed_tuple_test.cc254 // MSVC has a bug where many instances of the same base class are layed out in in TEST()
320 CompressedTuple<std::unique_ptr<std::string>> base( in TEST()
322 EXPECT_EQ(*base.get<0>(), "str"); in TEST()
324 CompressedTuple<std::unique_ptr<std::string>> copy(std::move(base)); in TEST()
/third_party/mesa3d/src/amd/vulkan/
H A Dradv_descriptor_set.c477 vk_object_base_init(&device->vk, &layout->base, VK_OBJECT_TYPE_PIPELINE_LAYOUT); in radv_pipeline_layout_init()
540 vk_object_base_finish(&layout->base); in radv_pipeline_layout_finish()
648 vk_object_base_init(&device->vk, &set->header.base, VK_OBJECT_TYPE_DESCRIPTOR_SET); in radv_descriptor_set_create()
751 vk_object_base_finish(&set->header.base); in radv_descriptor_set_destroy()
768 vk_object_base_finish(&pool->base); in radv_destroy_descriptor_pool()
870 vk_object_base_init(&device->vk, &pool->base, VK_OBJECT_TYPE_DESCRIPTOR_POOL); in radv_CreateDescriptorPool()
1412 vk_object_base_init(&device->vk, &templ->base, VK_OBJECT_TYPE_DESCRIPTOR_UPDATE_TEMPLATE); in radv_CreateDescriptorUpdateTemplate()
1503 vk_object_base_finish(&templ->base); in radv_DestroyDescriptorUpdateTemplate()
1650 vk_object_base_init(&device->vk, &conversion->base, VK_OBJECT_TYPE_SAMPLER_YCBCR_CONVERSION); in radv_CreateSamplerYcbcrConversion()
1674 vk_object_base_finish(&ycbcr_conversion->base); in radv_DestroySamplerYcbcrConversion()
[all...]
/third_party/mesa3d/src/glx/
H A Dglxcmds.c1038 * enough of an installed base to work around the problem here. In any in fbconfigs_compatible()
1203 int base; in choose_fbconfig() local
1217 base = 0; in choose_fbconfig()
1220 configs[base] = configs[i]; in choose_fbconfig()
1221 base++; in choose_fbconfig()
1225 if (base == 0) { in choose_fbconfig()
1229 if (base < num_configs) { in choose_fbconfig()
1230 (void) memset(&configs[base], 0, sizeof(void *) * (num_configs - base)); in choose_fbconfig()
1238 qsort(configs, base, sizeo in choose_fbconfig()
[all...]
/third_party/nghttp2/src/
H A Dshrpx_http2_session.cc942 auto token = http2::lookup_token(namebuf.base, namebuf.len); in on_header_callback2()
950 resp.fs.add_trailer_token(StringRef{namebuf.base, namebuf.len}, in on_header_callback2()
951 StringRef{valuebuf.base, valuebuf.len}, in on_header_callback2()
956 resp.fs.add_header_token(StringRef{namebuf.base, namebuf.len}, in on_header_callback2()
957 StringRef{valuebuf.base, valuebuf.len}, no_index, in on_header_callback2()
996 auto token = http2::lookup_token(namebuf.base, namebuf.len); in on_header_callback2()
997 promised_req.fs.add_header_token(StringRef{namebuf.base, namebuf.len}, in on_header_callback2()
998 StringRef{valuebuf.base, valuebuf.len}, in on_header_callback2()
1036 << ": name=[" << StringRef{namebuf.base, namebuf.len} << "], value=[" in on_invalid_header_callback2()
1037 << StringRef{valuebuf.base, valuebu in on_invalid_header_callback2()
[all...]
H A DHttpServer.cc1417 verbose_on_header_callback(session, frame, namebuf.base, namebuf.len, in on_header_callback2()
1418 valuebuf.base, valuebuf.len, flags, user_data); in on_header_callback2()
1436 auto token = http2::lookup_token(namebuf.base, namebuf.len); in on_header_callback2()
1442 header.method = StringRef{valuebuf.base, valuebuf.len}; in on_header_callback2()
1447 header.scheme = StringRef{valuebuf.base, valuebuf.len}; in on_header_callback2()
1452 header.authority = StringRef{valuebuf.base, valuebuf.len}; in on_header_callback2()
1457 header.host = StringRef{valuebuf.base, valuebuf.len}; in on_header_callback2()
1462 header.path = StringRef{valuebuf.base, valuebuf.len}; in on_header_callback2()
1467 header.ims = StringRef{valuebuf.base, valuebuf.len}; in on_header_callback2()
1472 header.expect = StringRef{valuebuf.base, valuebu in on_header_callback2()
[all...]
/third_party/mesa3d/src/virtio/vulkan/
H A Dvn_command_buffer.c445 pAllocator ? pAllocator : &dev->base.base.alloc; in vn_CreateCommandPool()
453 vn_object_base_init(&pool->base, VK_OBJECT_TYPE_COMMAND_POOL, &dev->base); in vn_CreateCommandPool()
493 vn_object_base_fini(&cmd->base); in vn_DestroyCommandPool()
497 vn_object_base_fini(&pool->base); in vn_DestroyCommandPool()
554 vn_object_base_fini(&cmd->base); in vn_AllocateCommandBuffers()
562 vn_object_base_init(&cmd->base, VK_OBJECT_TYPE_COMMAND_BUFFER, in vn_AllocateCommandBuffers()
563 &dev->base); in vn_AllocateCommandBuffers()
612 vn_object_base_fini(&cmd->base); in vn_FreeCommandBuffers()
[all...]
/third_party/icu/icu4c/source/tools/tzcode/
H A Dlocaltime.c156 int * unitsptr, int base);
158 int base);
1628 normalize_overflow(int *const tensptr, int *const unitsptr, const int base) in normalize_overflow() argument
1633 (*unitsptr / base) : in normalize_overflow()
1634 (-1 - (-1 - *unitsptr) / base); in normalize_overflow()
1635 *unitsptr -= tensdelta * base; in normalize_overflow()
1641 const int base) in normalize_overflow32()
1646 (*unitsptr / base) : in normalize_overflow32()
1647 (-1 - (-1 - *unitsptr) / base); in normalize_overflow32()
1648 *unitsptr -= tensdelta * base; in normalize_overflow32()
1640 normalize_overflow32(int_fast32_t *const tensptr, int *const unitsptr, const int base) normalize_overflow32() argument
[all...]
/third_party/node/deps/v8/src/heap/
H A Dheap.h21 #include "src/base/atomic-utils.h"
22 #include "src/base/enum-set.h"
23 #include "src/base/platform/condition-variable.h"
24 #include "src/base/platform/mutex.h"
319 base::Mutex* relocation_mutex() { return &relocation_mutex_; } in relocation_mutex()
429 static inline base::EnumSet<CodeFlushMode> GetCodeFlushMode(Isolate* isolate);
887 const base::AddressRegion& code_region();
891 // The base of the code range if it exists or null address.
1025 void IterateRoots(RootVisitor* v, base::EnumSet<SkipRoot> options);
1027 base
[all...]
/third_party/node/deps/v8/src/regexp/arm/
H A Dregexp-macro-assembler-arm.cc190 void RegExpMacroAssemblerARM::CheckCharacterGT(base::uc16 limit, in CheckCharacterGT()
213 void RegExpMacroAssemblerARM::CheckCharacterLT(base::uc16 limit, in CheckCharacterLT()
456 base::uc16 c, base::uc16 minus, base::uc16 mask, Label* on_not_equal) { in CheckNotCharacterAfterMinusAnd()
464 void RegExpMacroAssemblerARM::CheckCharacterInRange(base::uc16 from, in CheckCharacterInRange()
465 base::uc16 to, in CheckCharacterInRange()
472 void RegExpMacroAssemblerARM::CheckCharacterNotInRange(base::uc16 from, in CheckCharacterNotInRange()
473 base::uc16 to, in CheckCharacterNotInRange()
722 __ push(r0); // The regexp stack base pt in GetCode()
[all...]
/third_party/mesa3d/src/gallium/drivers/freedreno/a6xx/
H A Dfd6_emit.c388 fd_resource(view->base.texture)->seqno)) { in fd6_emit_textures()
604 if (fs->no_earlyz || fs->writes_pos || !zsa->base.depth_enabled ||
650 blend->base.alpha_to_coverage) {
661 if (zsa->base.depth_enabled && (rsc->lrz_direction != FD_LRZ_UNKNOWN) &&
691 if (zsa->base.depth_writemask) {
891 OUT_RELOC(ring, fd_resource(target->base.buffer)->bo, 0, 0, 0);
892 OUT_RING(ring, target->base.buffer_size + target->base.buffer_offset);
901 OUT_RING(ring, target->base.buffer_offset);
904 OUT_RING(ring, target->base
[all...]
/third_party/skia/third_party/externals/icu/source/tools/tzcode/
H A Dlocaltime.c154 int * unitsptr, int base);
156 int base);
1626 normalize_overflow(int *const tensptr, int *const unitsptr, const int base) in normalize_overflow() argument
1631 (*unitsptr / base) : in normalize_overflow()
1632 (-1 - (-1 - *unitsptr) / base); in normalize_overflow()
1633 *unitsptr -= tensdelta * base; in normalize_overflow()
1639 const int base) in normalize_overflow32()
1644 (*unitsptr / base) : in normalize_overflow32()
1645 (-1 - (-1 - *unitsptr) / base); in normalize_overflow32()
1646 *unitsptr -= tensdelta * base; in normalize_overflow32()
1638 normalize_overflow32(int_fast32_t *const tensptr, int *const unitsptr, const int base) normalize_overflow32() argument
[all...]
/third_party/skia/third_party/externals/harfbuzz/src/
H A Dhb-ot-color-colr-table.hh73 hb_codepoint_t delta = (hb_codepoint_t) ((uintptr_t) paint - (uintptr_t) base); in paint_visited()
82 { return reinterpret_cast<const COLR *> (base); } in get_colr_table()
94 const void *base; member
106 base (base_), in hb_colrv1_closure_context_t()
157 * for this base glyph. */
944 ClipRecord* copy (hb_serialize_context_t *c, const void *base) const in copy()
949 if (!out->clipBox.serialize_copy (c, clipBox, base)) return_trace (nullptr); in copy()
953 bool sanitize (hb_sanitize_context_t *c, const void *base) const in sanitize()
956 return_trace (c->check_struct (this) && clipBox.sanitize (c, base)); in sanitize()
1175 bool sanitize (hb_sanitize_context_t *c, const void *base) cons
[all...]
/third_party/python/Lib/test/
H A Dtest_http_cookiejar.py27 base = 1019227000
29 self.assertEqual(time2isoz(base), "2002-04-19 14:36:40Z")
30 self.assertEqual(time2isoz(base+day), "2002-04-20 14:36:40Z")
31 self.assertEqual(time2isoz(base+2*day), "2002-04-21 14:36:40Z")
32 self.assertEqual(time2isoz(base+3*day), "2002-04-22 14:36:40Z")
41 base = 1019227000
43 self.assertEqual(time2netscape(base), "Fri, 19-Apr-2002 14:36:40 GMT")
44 self.assertEqual(time2netscape(base+day),
47 self.assertEqual(time2netscape(base+2*day),
50 self.assertEqual(time2netscape(base
[all...]
H A Dtest_long.py16 # Max number of base BASE digits to use in test cases. Doubling
117 # Get quasi-random long consisting of ndigits digits (in base BASE).
144 # Get random long consisting of ndigits random digits (relative to base
293 def slow_format(self, x, base):
299 x, r = divmod(x, base)
304 {2: '0b', 8: '0o', 10: '', 16: '0x'}[base] + \
308 for base, mapper in (2, bin), (8, oct), (10, str), (10, repr), (16, hex):
311 expected = self.slow_format(x, base)
349 # ... but it's just a normal digit if base >= 22
352 # tests with base
[all...]
/base/security/certificate_framework/frameworks/core/v1.0/spi/
H A Dx509_certificate_spi.h28 CfObjectBase base; member
H A Dx509_crl_spi.h31 CfObjectBase base; member
/base/security/certificate_framework/interfaces/inner_api/certificate/
H A Dx509_certificate.h29 HcfCertificate base; member
H A Dx509_crl.h30 HcfCrl base; member
/third_party/elfutils/tests/
H A Ddwfl-report-offline-memory.c41 Dwarf_Addr base __attribute__ ((unused)), void *arg) in count_modules()

Completed in 35 milliseconds

1...<<141142143144145146147148149150>>...223