Home
last modified time | relevance | path

Searched refs:base (Results 1726 - 1750 of 6466) sorted by relevance

1...<<61626364656667686970>>...259

/third_party/musl/compat/time32/
H A Dtimespec_get_time32.c6 int __timespec_get_time32(struct timespec32 *ts32, int base) in __timespec_get_time32() argument
9 int r = timespec_get(&ts, base); in __timespec_get_time32()
/third_party/node/deps/openssl/openssl/providers/implementations/ciphers/
H A Dcipher_chacha20.h14 PROV_CIPHER_CTX base; /* must be first */ member
25 PROV_CIPHER_HW base; /* must be first */ member
/third_party/openssl/providers/implementations/ciphers/
H A Dcipher_chacha20.h14 PROV_CIPHER_CTX base; /* must be first */ member
25 PROV_CIPHER_HW base; /* must be first */ member
/third_party/skia/third_party/externals/sfntly/java/src/com/google/typography/font/sfntly/table/opentype/
H A DAlternateSubst.java7 AlternateSubst(ReadableFontData data, int base, boolean dataIsCanonical) { in AlternateSubst() argument
8 super(data, base, dataIsCanonical); in AlternateSubst()
H A DGsubLookupTable.java12 protected GsubLookupTable(ReadableFontData data, int base, boolean dataIsCanonical) { in GsubLookupTable() argument
13 super(data, base, dataIsCanonical); in GsubLookupTable()
H A DMultipleSubst.java7 MultipleSubst(ReadableFontData data, int base, boolean dataIsCanonical) { in MultipleSubst() argument
8 super(data, base, dataIsCanonical); in MultipleSubst()
/third_party/skia/third_party/externals/oboe/samples/RhythmGame/third_party/glm/gtx/
H A Dlog_base.hpp9 /// @brief Logarithm for any base. base can be a vector or a scalar.
27 /// Logarithm for any base.
32 genType const & base);
34 /// Logarithm for any base.
39 vecType<T, P> const & base);
/third_party/python/Modules/_decimal/libmpdec/
H A Dio.h44 mpd_strtossize(const char *s, char **end, int base) in mpd_strtossize() argument
49 retval = _mpd_strtossize(s, end, base); in mpd_strtossize()
/third_party/python/Objects/
H A Dlongobject.c81 * being an internal Python int digit, in base BASE).
1703 /* Convert an integer to a base 10 string. Returns a new non-shared
1748 required to express a in base _PyLong_DECIMAL_BASE: in long_to_decimal_string_internal()
1769 /* convert array of base _PyLong_BASE digits in pin to an array of in long_to_decimal_string_internal()
1770 base _PyLong_DECIMAL_BASE digits in pout, following Knuth (TAOCP, in long_to_decimal_string_internal()
1924 /* Convert an int object to a string, using a given conversion base,
1926 If base is 2, 8 or 16, add the proper prefix '0b', '0o' or '0x'
1930 long_format_binary(PyObject *aa, int base, int alternate, in long_format_binary() argument
1942 assert(base == 2 || base in long_format_binary()
2092 _PyLong_Format(PyObject *obj, int base) _PyLong_Format() argument
2106 _PyLong_FormatWriter(_PyUnicodeWriter *writer, PyObject *obj, int base, int alternate) _PyLong_FormatWriter() argument
2119 _PyLong_FormatBytesWriter(_PyBytesWriter *writer, char *str, PyObject *obj, int base, int alternate) _PyLong_FormatBytesWriter() argument
2175 long_from_binary_base(const char **str, int base, PyLongObject **res) long_from_binary_base() argument
2270 PyLong_FromString(const char *str, char **pend, int base) PyLong_FromString() argument
2643 _PyLong_FromBytes(const char *s, Py_ssize_t len, int base) _PyLong_FromBytes() argument
2663 PyLong_FromUnicodeObject(PyObject *u, int base) PyLong_FromUnicodeObject() argument
5357 Py_ssize_t base; long_new_impl() local
[all...]
/third_party/skia/third_party/externals/freetype/src/psaux/
H A Dt1decode.c249 * The base character's StandardEncoding charcode.
269 FT_Outline* base = decoder->builder.base; in t1operator_seac()
344 /* subglyph 0 = base character */ in t1operator_seac()
360 glyph->subglyphs = loader->base.subglyphs; in t1operator_seac()
386 /* own use the values from the base glyph. */ in t1operator_seac()
401 /* the base outline */ in t1operator_seac()
411 /* of the SEAC glyph or base character (saved above) */ in t1operator_seac()
437 * The base address of the charstring stream.
494 zone->base in FT_LOCAL_DEF()
[all...]
/foundation/graphic/graphic_3d/lume/Lume_3D/src/render/node/
H A Drender_node_default_material_render_slot.h21 #include <base/containers/string.h>
22 #include <base/containers/string_view.h>
23 #include <base/containers/unordered_map.h>
24 #include <base/containers/vector.h>
25 #include <base/math/vector.h>
26 #include <base/util/uid.h>
247 // the base default render node graph from RNG setup
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/platform/ohos/
H A Drs_ashmem_helper.cpp123 void* base = malloc(size); in CopyFromAshmem() local
124 if (base == nullptr) { in CopyFromAshmem()
129 errno_t err = memcpy_s(base, size, data_, size); in CopyFromAshmem()
131 free(base); in CopyFromAshmem()
132 base = nullptr; in CopyFromAshmem()
136 return base; in CopyFromAshmem()
/foundation/graphic/graphic_3d/3d_widget_adapter/core/src/lume/custom/
H A Dlume_custom_render.cpp29 #include <base/containers/string_view.h>
30 #include <base/math/matrix_util.h>
31 #include <base/math/quaternion.h>
32 #include <base/math/quaternion_util.h>
33 #include <base/math/vector.h>
34 #include <base/math/vector_util.h>
/third_party/gn/src/gn/
H A Dcommand_help.cc5 #include "base/command_line.h"
103 const base::CommandLine* cmdline = base::CommandLine::ForCurrentProcess(); in PrintSwitchHelp()
130 const base::CommandLine* cmdline = base::CommandLine::ForCurrentProcess(); in PrintAllHelp()
265 const base::CommandLine::SwitchMap& switches = in RunHelp()
266 base::CommandLine::ForCurrentProcess()->GetSwitches(); in RunHelp()
/third_party/libwebsockets/lib/misc/
H A Ddir.c301 char path[256], base[64], *q = base; in lws_plugins_dir_cb() local
311 * "libwebsockets-evlib_ev.so"... to recover the base name of in lws_plugins_dir_cb()
322 while (*p && *p != '.' && lws_ptr_diff(q, base) < (int)sizeof(base) - 1) in lws_plugins_dir_cb()
326 /* if he's given a filter, only match if base matches it */ in lws_plugins_dir_cb()
327 if (pa->filter && strcmp(base, pa->filter)) in lws_plugins_dir_cb()
332 pl = lws_plat_dlopen(pa->pplugin, path, base, pa->_class, in lws_plugins_dir_cb()
/third_party/markupsafe/
H A D__init__.py68 cls, base: t.Any = "", encoding: t.Optional[str] = None, errors: str = "strict"
70 if hasattr(base, "__html__"):
71 base = base.__html__()
74 return super().__new__(cls, base)
76 return super().__new__(cls, base, encoding, errors)
/third_party/node/deps/v8/src/wasm/
H A Dmodule-decoder.h190 base::Vector<const uint8_t> encoded_offsets);
202 NameMap DecodeNameMap(base::Vector<const uint8_t> module_bytes,
204 IndirectNameMap DecodeIndirectNameMap(base::Vector<const uint8_t> module_bytes,
220 void DecodeModuleHeader(base::Vector<const uint8_t> bytes, uint32_t offset);
223 base::Vector<const uint8_t> bytes, uint32_t offset,
249 base::Vector<const uint8_t> bytes,
/third_party/musl/src/stdio/
H A Dvfscanf.c70 int base; in vfscanf() local
293 base = 16; in vfscanf()
296 base = 8; in vfscanf()
300 base = 10; in vfscanf()
303 base = 0; in vfscanf()
305 x = __intscan(f, base, 0, ULLONG_MAX); in vfscanf()
/third_party/musl/porting/linux/user/src/stdio/
H A Dvfscanf.c70 int base; in vfscanf() local
293 base = 16; in vfscanf()
296 base = 8; in vfscanf()
300 base = 10; in vfscanf()
303 base = 0; in vfscanf()
305 x = __intscan(f, base, 0, ULLONG_MAX); in vfscanf()
/third_party/icu/icu4c/source/test/intltest/
H A Didnaconf.cpp46 base = NULL; in IdnaConfTest()
55 delete [] base; in ~IdnaConfTest()
63 UChar c = base[curOffset]; in isNewlineMark()
65 if ( c == CR && curOffset + 1 < len && base[curOffset + 1] == LF){ in isNewlineMark()
95 UChar c = base[curOffset]; in ReadOneLine()
216 base = ReadAndConvertFile(testFileName.data(), len, "UTF-8", status); in Test()
/third_party/node/deps/v8/src/compiler/
H A Dproperty-access-builder.cc7 #include "src/base/optional.h"
127 base::Optional<JSObjectRef> holder = access_info.holder(); in ResolveHolder()
150 base::Optional<Node*> PropertyAccessBuilder::FoldLoadDictPrototypeConstant( in FoldLoadDictPrototypeConstant()
156 base::Optional<ObjectRef> value = in FoldLoadDictPrototypeConstant()
189 base::Optional<JSObjectRef> holder = access_info.holder(); in TryFoldLoadConstantDataField()
212 base::Optional<ObjectRef> value = in TryFoldLoadConstantDataField()
306 base::Optional<MapRef> field_map = access_info.field_map(); in BuildLoadDataField()
/third_party/node/deps/v8/src/compiler/backend/
H A Dgap-resolver.cc10 #include "src/base/enum-set.h"
37 int base = -1; in Split() local
38 USE(base); in Split()
40 dst_rep, 0, smaller_rep, &base)); in Split()
89 base::EnumSet<MoveOperandKind, uint8_t> source_kinds; in Resolve()
90 base::EnumSet<MoveOperandKind, uint8_t> destination_kinds; in Resolve()
124 if (fp_reps && !base::bits::IsPowerOfTwo(fp_reps)) { in Resolve()
/third_party/node/deps/v8/src/heap/cppgc/
H A Dheap-object-header.h15 #include "src/base/atomic-utils.h"
16 #include "src/base/bit-field.h"
17 #include "src/base/logging.h"
18 #include "src/base/macros.h"
123 using FullyConstructedField = v8::base::BitField16<bool, 0, 1>;
127 using MarkBitField = v8::base::BitField16<bool, 0, 1>;
193 v8::base::AsAtomicPtr(&encoded_high_) in HeapObjectHeader()
283 auto* atomic_encoded = v8::base::AsAtomicPtr(&encoded_low_); in TryMarkAtomic()
342 return v8::base::AsAtomicPtr(&half)->load(memory_order); in LoadEncoded()
361 auto* atomic_encoded = v8::base in StoreEncoded()
[all...]
/third_party/node/deps/v8/src/objects/
H A Dcontexts-inl.h221 int base = 0; in FunctionMapIndex() local
228 base = IsAsyncFunction(kind) ? ASYNC_GENERATOR_FUNCTION_MAP_INDEX in FunctionMapIndex()
235 base = ASYNC_FUNCTION_MAP_INDEX; in FunctionMapIndex()
241 base = STRICT_FUNCTION_WITHOUT_PROTOTYPE_MAP_INDEX; in FunctionMapIndex()
249 base = is_strict(language_mode) ? STRICT_FUNCTION_MAP_INDEX in FunctionMapIndex()
255 return base + offset; in FunctionMapIndex()
/third_party/node/deps/v8/src/runtime/
H A Druntime.cc7 #include "src/base/hashmap.h"
8 #include "src/base/platform/wrappers.h"
57 static const base::CustomMatcherHashMap* kRuntimeFunctionNameMap;
82 base::CustomMatcherHashMap* function_name_map = in InitializeIntrinsicFunctionNames()
83 new base::CustomMatcherHashMap(IntrinsicFunctionIdentifier::Match); in InitializeIntrinsicFunctionNames()
89 base::HashMap::Entry* entry = in InitializeIntrinsicFunctionNames()
239 base::CallOnce(&initialize_function_name_map_once, in FunctionForName()
242 base::HashMap::Entry* entry = in FunctionForName()

Completed in 21 milliseconds

1...<<61626364656667686970>>...259