Home
last modified time | relevance | path

Searched refs:val (Results 201 - 225 of 6099) sorted by relevance

12345678910>>...244

/third_party/libunwind/libunwind/src/x86_64/
H A DGstash_frame.c34 Debug (4, "ip=0x%lx cfa=0x%lx type %d cfa [where=%d val=%ld] cfaoff=%ld" in tdep_stash_frame()
35 " ra=0x%lx rbp [where=%d val=%ld @0x%lx] rsp [where=%d val=%ld @0x%lx]\n", in tdep_stash_frame()
38 rs->reg.val[DWARF_CFA_REG_COLUMN], in tdep_stash_frame()
39 rs->reg.val[DWARF_CFA_OFF_COLUMN], in tdep_stash_frame()
41 rs->reg.where[RBP], rs->reg.val[RBP], DWARF_GET_LOC(d->loc[RBP]), in tdep_stash_frame()
42 rs->reg.where[RSP], rs->reg.val[RSP], DWARF_GET_LOC(d->loc[RSP])); in tdep_stash_frame()
49 unw_word_t cfa_addr = rs->reg.val[DWARF_CFA_REG_COLUMN]; in tdep_stash_frame()
50 unw_word_t rbp_addr = rs->reg.val[RBP]; in tdep_stash_frame()
68 && (rs->reg.val[DWARF_CFA_REG_COLUM in tdep_stash_frame()
[all...]
/third_party/lwip/src/core/ipv4/
H A Dip4_addr.c125 ip4_addr_t val; in ipaddr_addr() local
127 if (ip4addr_aton(cp, &val)) { in ipaddr_addr()
128 return ip4_addr_get_u32(&val); in ipaddr_addr()
147 u32_t val; in ip4addr_aton() local
163 val = 0; in ip4addr_aton()
178 val = (val * base) + (u32_t)(c - '0'); in ip4addr_aton()
181 val = (val << 4) | (u32_t)(c + 10 - (lwip_islower(c) ? 'a' : 'A')); in ip4addr_aton()
197 *pp++ = val; in ip4addr_aton()
[all...]
/third_party/mesa3d/src/virtio/venus-protocol/
H A Dvn_protocol_driver_pipeline_layout.h17 vn_sizeof_VkPushConstantRange(const VkPushConstantRange *val) in vn_sizeof_VkPushConstantRange() argument
20 size += vn_sizeof_VkFlags(&val->stageFlags); in vn_sizeof_VkPushConstantRange()
21 size += vn_sizeof_uint32_t(&val->offset); in vn_sizeof_VkPushConstantRange()
22 size += vn_sizeof_uint32_t(&val->size); in vn_sizeof_VkPushConstantRange()
27 vn_encode_VkPushConstantRange(struct vn_cs_encoder *enc, const VkPushConstantRange *val) in vn_encode_VkPushConstantRange() argument
29 vn_encode_VkFlags(enc, &val->stageFlags); in vn_encode_VkPushConstantRange()
30 vn_encode_uint32_t(enc, &val->offset); in vn_encode_VkPushConstantRange()
31 vn_encode_uint32_t(enc, &val->size); in vn_encode_VkPushConstantRange()
37 vn_sizeof_VkPipelineLayoutCreateInfo_pnext(const void *val) in vn_sizeof_VkPipelineLayoutCreateInfo_pnext() argument
44 vn_sizeof_VkPipelineLayoutCreateInfo_self(const VkPipelineLayoutCreateInfo *val) in vn_sizeof_VkPipelineLayoutCreateInfo_self() argument
69 vn_sizeof_VkPipelineLayoutCreateInfo(const VkPipelineLayoutCreateInfo *val) vn_sizeof_VkPipelineLayoutCreateInfo() argument
81 vn_encode_VkPipelineLayoutCreateInfo_pnext(struct vn_cs_encoder *enc, const void *val) vn_encode_VkPipelineLayoutCreateInfo_pnext() argument
88 vn_encode_VkPipelineLayoutCreateInfo_self(struct vn_cs_encoder *enc, const VkPipelineLayoutCreateInfo *val) vn_encode_VkPipelineLayoutCreateInfo_self() argument
111 vn_encode_VkPipelineLayoutCreateInfo(struct vn_cs_encoder *enc, const VkPipelineLayoutCreateInfo *val) vn_encode_VkPipelineLayoutCreateInfo() argument
[all...]
/third_party/libexif/libexif/pentax/
H A Dmnote-pentax-entry.c309 char *val, unsigned int maxlen) in mnote_pentax_entry_get_value()
319 memset (val, 0, maxlen); in mnote_pentax_entry_get_value()
343 CF (entry->format, EXIF_FORMAT_SHORT, val, maxlen); in mnote_pentax_entry_get_value()
344 CC2 (entry->components, 1, 2, val, maxlen); in mnote_pentax_entry_get_value()
351 snprintf (val, maxlen, in mnote_pentax_entry_get_value()
360 snprintf (val, maxlen, in mnote_pentax_entry_get_value()
364 strncpy (val, _(items[i].elem[j].string), maxlen); in mnote_pentax_entry_get_value()
367 CF (entry->format, EXIF_FORMAT_SHORT, val, maxlen); in mnote_pentax_entry_get_value()
368 CC2 (entry->components, 1, 2, val, maxlen); in mnote_pentax_entry_get_value()
375 snprintf (val, maxle in mnote_pentax_entry_get_value()
308 mnote_pentax_entry_get_value(MnotePentaxEntry *entry, char *val, unsigned int maxlen) mnote_pentax_entry_get_value() argument
[all...]
/foundation/arkui/ace_engine/frameworks/core/components/declaration/svg/
H A Dsvg_fe_composite_declaration.cpp39 [](const std::string& val, SvgFeCompositeDeclaration& declaration) { in SetSpecializedValue()
40 declaration.SetIn2(val); in SetSpecializedValue()
43 [](const std::string& val, SvgFeCompositeDeclaration& declaration) { in SetSpecializedValue()
44 declaration.SetK1(declaration.ParseDouble(val)); in SetSpecializedValue()
47 [](const std::string& val, SvgFeCompositeDeclaration& declaration) { in SetSpecializedValue()
48 declaration.SetK2(declaration.ParseDouble(val)); in SetSpecializedValue()
51 [](const std::string& val, SvgFeCompositeDeclaration& declaration) { in SetSpecializedValue()
52 declaration.SetK3(declaration.ParseDouble(val)); in SetSpecializedValue()
55 [](const std::string& val, SvgFeCompositeDeclaration& declaration) { in SetSpecializedValue()
56 declaration.SetK4(declaration.ParseDouble(val)); in SetSpecializedValue()
[all...]
H A Dsvg_declaration.cpp56 [](const std::string& val, SvgDeclaration& declaration) { in SetSpecializedValue()
57 declaration.SetAutoMirror(val == "true"); in SetSpecializedValue()
60 [](const std::string& val, SvgDeclaration& declaration) { in SetSpecializedValue()
61 declaration.SetHeight(declaration.ParseDimension(val)); in SetSpecializedValue()
64 [](const std::string& val, SvgDeclaration& declaration) { in SetSpecializedValue()
65 if (val.empty()) { in SetSpecializedValue()
69 StringUtils::StringSplitter(val, ' ', viewBox); in SetSpecializedValue()
75 [](const std::string& val, SvgDeclaration& declaration) { in SetSpecializedValue()
76 if (val.empty()) { in SetSpecializedValue()
80 StringUtils::StringSplitter(val, ' ', viewBo in SetSpecializedValue()
[all...]
/third_party/json/tools/gdb_pretty_printer/
H A Dnlohmann-json.py8 def __init__(self, val):
9 self.val = val
12 if self.val.type.strip_typedefs().code == gdb.TYPE_CODE_FLT:
13 return ("%.6f" % float(self.val)).rstrip("0")
14 return self.val
16 def json_lookup_function(val):
17 m = ns_pattern.fullmatch(val.type.strip_typedefs().name)
20 m = ns_pattern.fullmatch(str(val['m_type']))
24 union_val = val['m_valu
[all...]
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/gaussdb_rd/src/common/src/
H A Ddb_config.cpp52 T &val) in CheckAndGetDBConfig()
75 val = static_cast<T>(configValue.GetIntValue()); in CheckAndGetDBConfig()
81 std::function<bool(int32_t)> checkFunction = [](int32_t val) { in CheckPageSizeConfig()
83 return std::find(pageSizeValid.begin(), pageSizeValid.end(), val) != pageSizeValid.end(); in CheckPageSizeConfig()
90 std::function<bool(uint32_t)> checkFunction = [](uint32_t val) { in CheckRedoFlushConfig()
91 return val == 0 || val == 1; in CheckRedoFlushConfig()
98 std::function<bool(uint32_t)> checkFunction = [pageSize](uint32_t val) { in CheckRedoBufSizeConfig()
99 return val >= MIN_REDO_BUFFER_SIZE && val < in CheckRedoBufSizeConfig()
51 CheckAndGetDBConfig(const JsonObject &config, const std::string &name, const std::function<bool(T)> &checkValid, T &val) CheckAndGetDBConfig() argument
[all...]
/third_party/rust/crates/bindgen/bindgen-tests/tests/expectations/tests/
H A Dissue-739-pointer-wide-bitfield.rs38 pub fn set_bit(&mut self, index: usize, val: bool) { in set_bit()
48 if val { in set_bit()
62 let mut val = 0; in get() variables
70 val |= 1 << index; in get()
73 val in get()
76 pub fn set(&mut self, bit_offset: usize, bit_width: u8, val: u64) { in set()
85 let val_bit_is_set = val & mask == mask; in set()
123 pub fn set_m_bitfield(&mut self, val: ::std::os::raw::c_ulong) { in set_m_bitfield()
125 let val: u64 = ::std::mem::transmute(val); in set_m_bitfield()
[all...]
/third_party/libunwind/libunwind/src/x86/
H A DGinit.c135 access_mem (unw_addr_space_t as, unw_word_t addr, unw_word_t *val, int write, in access_mem() argument
140 Debug (16, "mem[%x] <- %x\n", addr, *val); in access_mem()
141 *(unw_word_t *) addr = *val; in access_mem()
149 *val = *(unw_word_t *) addr; in access_mem()
150 Debug (16, "mem[%x] -> %x\n", addr, *val); in access_mem()
156 access_reg (unw_addr_space_t as, unw_regnum_t reg, unw_word_t *val, int write, in access_reg() argument
170 *(unw_word_t *) addr = *val; in access_reg()
171 Debug (12, "%s <- %x\n", unw_regname (reg), *val); in access_reg()
175 *val = *(unw_word_t *) addr; in access_reg()
176 Debug (12, "%s -> %x\n", unw_regname (reg), *val); in access_reg()
186 access_fpreg(unw_addr_space_t as, unw_regnum_t reg, unw_fpreg_t *val, int write, void *arg) access_fpreg() argument
[all...]
/third_party/libunwind/libunwind/src/mips/
H A DGinit.c93 access_mem (unw_addr_space_t as, unw_word_t addr, unw_word_t *val, int write, in access_mem() argument
98 Debug (16, "mem[%llx] <- %llx\n", (long long) addr, (long long) *val); in access_mem()
99 *(unw_word_t *) (intptr_t) addr = *val; in access_mem()
103 *val = *(unw_word_t *) (intptr_t) addr; in access_mem()
104 Debug (16, "mem[%llx] -> %llx\n", (long long) addr, (long long) *val); in access_mem()
110 access_reg (unw_addr_space_t as, unw_regnum_t reg, unw_word_t *val, int write, in access_reg() argument
125 *(unw_word_t *) (intptr_t) addr = (mips_reg_t) *val; in access_reg()
126 Debug (12, "%s <- %llx\n", unw_regname (reg), (long long) *val); in access_reg()
130 *val = (mips_reg_t) *(unw_word_t *) (intptr_t) addr; in access_reg()
131 Debug (12, "%s -> %llx\n", unw_regname (reg), (long long) *val); in access_reg()
141 access_fpreg(unw_addr_space_t as, unw_regnum_t reg, unw_fpreg_t *val, int write, void *arg) access_fpreg() argument
[all...]
/foundation/multimedia/media_foundation/engine/pipeline/filters/common/
H A Dplugin_utils.cpp49 int32_t Stringiness(char* buf, size_t maxLen, const char* name, const T& val) in Stringiness() argument
57 const Plugin::ValueType& val) in FixedCapKeyStringiness()
65 auto item = Plugin::AnyCast<T>(&val); in FixedCapKeyStringiness()
75 const Plugin::ValueType& val) in IntervalCapKeyStringiness()
83 auto item = Plugin::AnyCast<Plugin::IntervalCapability<T>>(&val); in IntervalCapKeyStringiness()
99 const Plugin::ValueType& val) in DiscreteCapKeyStringiness()
107 auto item = Plugin::AnyCast<Plugin::DiscreteCapability<T>>(&val); in DiscreteCapKeyStringiness()
129 const Plugin::ValueType& val) in CapKeyStringiness()
131 if (Plugin::Any::IsSameTypeWith<Plugin::FixedCapability<T>>(val)) { in CapKeyStringiness()
132 return FixedCapKeyStringiness<T>(buf, maxLen, name, typeName, val); in CapKeyStringiness()
56 FixedCapKeyStringiness(char* buf, size_t maxLen, const char* name, const char* typeName, const Plugin::ValueType& val) FixedCapKeyStringiness() argument
74 IntervalCapKeyStringiness(char* buf, size_t maxLen, const char* name, const char* typeName, const Plugin::ValueType& val) IntervalCapKeyStringiness() argument
98 DiscreteCapKeyStringiness(char* buf, size_t maxLen, const char* name, const char* typeName, const Plugin::ValueType& val) DiscreteCapKeyStringiness() argument
128 CapKeyStringiness(char* buf, size_t maxLen, const char* name, const char* typeName, const Plugin::ValueType& val) CapKeyStringiness() argument
144 Stringiness(char* buf, size_t maxLen, const char* name, const int32_t& val) Stringiness() argument
150 Stringiness(char* buf, size_t maxLen, const char* name, const uint32_t& val) Stringiness() argument
156 Stringiness(char* buf, size_t maxLen, const char* name, const std::string& val) Stringiness() argument
162 Stringiness(char* buf, size_t maxLen, const char* name, const int64_t& val) Stringiness() argument
168 Stringiness(char* buf, size_t maxLen, const char* name, const uint64_t& val) Stringiness() argument
174 Stringiness(char* buf, size_t maxLen, const char* name, const Plugin::AudioSampleFormat& val) Stringiness() argument
184 Stringiness(char* buf, size_t maxLen, const char* name, const Plugin::AudioChannelLayout& val) Stringiness() argument
194 Stringiness(char* buf, size_t maxLen, const char* name, const Plugin::VideoPixelFormat& val) Stringiness() argument
204 Stringiness(char* buf, size_t maxLen, const char* name, const Plugin::VideoBitStreamFormat& val) Stringiness() argument
214 Stringiness(char* buf, size_t maxLen, const char* name, const Plugin::AudioAacProfile& val) Stringiness() argument
224 Stringiness(char* buf, size_t maxLen, const char* name, const Plugin::AudioAacStreamFormat& val) Stringiness() argument
234 Stringiness(char* buf, size_t maxLen, const char* name, const Plugin::CodecConfig& val) Stringiness() argument
240 MetaIDStringiness(char* buf, size_t maxLen, const char* name, const char* typeName, const Plugin::ValueType& val) MetaIDStringiness() argument
300 AssignParameterIfMatch(Tag tag, T& ret, const Plugin::ValueType& val) AssignParameterIfMatch() argument
[all...]
/third_party/mesa3d/src/compiler/nir/
H A Dnir_algebraic.py108 def create(val):
109 if isinstance(val, tuple):
110 return SearchExpression(val)
112 assert(isinstance(val, SearchExpression))
113 return val
123 def create(val, name_base, varset, algebraic_pass):
124 if isinstance(val, bytes):
125 val = val.decode('utf-8')
127 if isinstance(val, tupl
[all...]
/third_party/mbedtls/programs/util/
H A Dstrerror.c45 long int val; in main() local
53 val = strtol(argv[1], &end, 10); in main()
55 val = strtol(argv[1], &end, 16); in main()
61 if (val > 0) { in main()
62 val = -val; in main()
65 if (val != 0) { in main()
67 mbedtls_strerror(val, error_buf, 200); in main()
68 mbedtls_printf("Last error was: -0x%04x - %s\n\n", (unsigned int) -val, error_buf); in main()
71 mbedtls_exit(val); in main()
[all...]
/third_party/ltp/testcases/lib/
H A Dtst_hexdump.c18 unsigned int val; in decode_hex() local
20 while ((ret = scanf("%2x", &val)) == 1) in decode_hex()
21 putchar(val); in decode_hex()
28 int val; in encode_hex() local
30 for (val = getchar(); val >= 0 && val <= 0xff; val = getchar()) in encode_hex()
31 printf("%02x", val); in encode_hex()
33 return val ! in encode_hex()
[all...]
/third_party/skia/third_party/externals/spirv-tools/source/
H A Dspirv_optimizer_options.cpp30 spv_optimizer_options options, bool val) { in spvOptimizerOptionsSetRunValidator()
31 options->run_validator_ = val; in spvOptimizerOptionsSetRunValidator()
35 spv_optimizer_options options, spv_validator_options val) { in spvOptimizerOptionsSetValidatorOptions()
36 options->val_options_ = *val; in spvOptimizerOptionsSetValidatorOptions()
39 spv_optimizer_options options, uint32_t val) { in spvOptimizerOptionsSetMaxIdBound()
40 options->max_id_bound_ = val; in spvOptimizerOptionsSetMaxIdBound()
44 spv_optimizer_options options, bool val) { in spvOptimizerOptionsSetPreserveBindings()
45 options->preserve_bindings_ = val; in spvOptimizerOptionsSetPreserveBindings()
49 spv_optimizer_options options, bool val) { in spvOptimizerOptionsSetPreserveSpecConstants()
50 options->preserve_spec_constants_ = val; in spvOptimizerOptionsSetPreserveSpecConstants()
29 spvOptimizerOptionsSetRunValidator( spv_optimizer_options options, bool val) spvOptimizerOptionsSetRunValidator() argument
34 spvOptimizerOptionsSetValidatorOptions( spv_optimizer_options options, spv_validator_options val) spvOptimizerOptionsSetValidatorOptions() argument
38 spvOptimizerOptionsSetMaxIdBound( spv_optimizer_options options, uint32_t val) spvOptimizerOptionsSetMaxIdBound() argument
43 spvOptimizerOptionsSetPreserveBindings( spv_optimizer_options options, bool val) spvOptimizerOptionsSetPreserveBindings() argument
48 spvOptimizerOptionsSetPreserveSpecConstants( spv_optimizer_options options, bool val) spvOptimizerOptionsSetPreserveSpecConstants() argument
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/
H A Dspirv_optimizer_options.cpp30 spv_optimizer_options options, bool val) { in spvOptimizerOptionsSetRunValidator()
31 options->run_validator_ = val; in spvOptimizerOptionsSetRunValidator()
35 spv_optimizer_options options, spv_validator_options val) { in spvOptimizerOptionsSetValidatorOptions()
36 options->val_options_ = *val; in spvOptimizerOptionsSetValidatorOptions()
39 spv_optimizer_options options, uint32_t val) { in spvOptimizerOptionsSetMaxIdBound()
40 options->max_id_bound_ = val; in spvOptimizerOptionsSetMaxIdBound()
44 spv_optimizer_options options, bool val) { in spvOptimizerOptionsSetPreserveBindings()
45 options->preserve_bindings_ = val; in spvOptimizerOptionsSetPreserveBindings()
49 spv_optimizer_options options, bool val) { in spvOptimizerOptionsSetPreserveSpecConstants()
50 options->preserve_spec_constants_ = val; in spvOptimizerOptionsSetPreserveSpecConstants()
29 spvOptimizerOptionsSetRunValidator( spv_optimizer_options options, bool val) spvOptimizerOptionsSetRunValidator() argument
34 spvOptimizerOptionsSetValidatorOptions( spv_optimizer_options options, spv_validator_options val) spvOptimizerOptionsSetValidatorOptions() argument
38 spvOptimizerOptionsSetMaxIdBound( spv_optimizer_options options, uint32_t val) spvOptimizerOptionsSetMaxIdBound() argument
43 spvOptimizerOptionsSetPreserveBindings( spv_optimizer_options options, bool val) spvOptimizerOptionsSetPreserveBindings() argument
48 spvOptimizerOptionsSetPreserveSpecConstants( spv_optimizer_options options, bool val) spvOptimizerOptionsSetPreserveSpecConstants() argument
[all...]
/third_party/typescript/tests/baselines/reference/
H A DwrappedRecursiveGenericType.js5 val: T;
9 val: T;
12 x.val = 5; // val -> number
13 x.a.val = 5; // val -> number
14 x.a.b.val = 5; // val -> X<number> (This should be an error)
15 x.a.b.a.val = 5; // val
[all...]
/third_party/python/Lib/lib2to3/fixes/
H A Dfix_numliterals.py22 val = node.value
23 if val[-1] in 'Ll':
24 val = val[:-1]
25 elif val.startswith('0') and val.isdigit() and len(set(val)) > 1:
26 val = "0o" + val[1:]
28 return Number(val, prefi
[all...]
/third_party/spirv-tools/source/
H A Dspirv_optimizer_options.cpp30 spv_optimizer_options options, bool val) { in spvOptimizerOptionsSetRunValidator()
31 options->run_validator_ = val; in spvOptimizerOptionsSetRunValidator()
35 spv_optimizer_options options, spv_validator_options val) { in spvOptimizerOptionsSetValidatorOptions()
36 options->val_options_ = *val; in spvOptimizerOptionsSetValidatorOptions()
39 spv_optimizer_options options, uint32_t val) { in spvOptimizerOptionsSetMaxIdBound()
40 options->max_id_bound_ = val; in spvOptimizerOptionsSetMaxIdBound()
44 spv_optimizer_options options, bool val) { in spvOptimizerOptionsSetPreserveBindings()
45 options->preserve_bindings_ = val; in spvOptimizerOptionsSetPreserveBindings()
49 spv_optimizer_options options, bool val) { in spvOptimizerOptionsSetPreserveSpecConstants()
50 options->preserve_spec_constants_ = val; in spvOptimizerOptionsSetPreserveSpecConstants()
29 spvOptimizerOptionsSetRunValidator( spv_optimizer_options options, bool val) spvOptimizerOptionsSetRunValidator() argument
34 spvOptimizerOptionsSetValidatorOptions( spv_optimizer_options options, spv_validator_options val) spvOptimizerOptionsSetValidatorOptions() argument
38 spvOptimizerOptionsSetMaxIdBound( spv_optimizer_options options, uint32_t val) spvOptimizerOptionsSetMaxIdBound() argument
43 spvOptimizerOptionsSetPreserveBindings( spv_optimizer_options options, bool val) spvOptimizerOptionsSetPreserveBindings() argument
48 spvOptimizerOptionsSetPreserveSpecConstants( spv_optimizer_options options, bool val) spvOptimizerOptionsSetPreserveSpecConstants() argument
[all...]
/third_party/alsa-utils/bat/
H A Dconvert.c22 void convert_uint8_to_float(void *buf, float *val, int samples) in convert_uint8_to_float() argument
27 val[i] = ((uint8_t *) buf)[i]; in convert_uint8_to_float()
30 void convert_int16_to_float(void *buf, float *val, int samples) in convert_int16_to_float() argument
35 val[i] = ((int16_t *) buf)[i]; in convert_int16_to_float()
38 void convert_int24_to_float(void *buf, float *val, int samples) in convert_int24_to_float() argument
48 val[i] = tmp; in convert_int24_to_float()
52 void convert_int32_to_float(void *buf, float *val, int samples) in convert_int32_to_float() argument
57 val[i] = ((int32_t *) buf)[i]; in convert_int32_to_float()
60 void convert_float_to_uint8(float *val, void *buf, int samples, int channels) in convert_float_to_uint8() argument
67 ((uint8_t *) buf)[idx] = (uint8_t) val[id in convert_float_to_uint8()
72 convert_float_to_int16(float *val, void *buf, int samples, int channels) convert_float_to_int16() argument
84 convert_float_to_int24(float *val, void *buf, int samples, int channels) convert_float_to_int24() argument
104 convert_float_to_int32(float *val, void *buf, int samples, int channels) convert_float_to_int32() argument
[all...]
/third_party/node/deps/uv/include/uv/
H A Dstdint-msvc2008.h230 #define INT8_C(val) val##i8
231 #define INT16_C(val) val##i16
232 #define INT32_C(val) val##i32
233 #define INT64_C(val) val##i64
235 #define UINT8_C(val) val##ui
[all...]
/third_party/skia/modules/canvaskit/
H A DWasmCommon.h20 using JSArray = emscripten::val;
21 using JSObject = emscripten::val;
22 using JSString = emscripten::val;
23 using SkPathOrNull = emscripten::val;
24 using TypedArray = emscripten::val;
25 using Uint8Array = emscripten::val;
26 using Uint16Array = emscripten::val;
27 using Uint32Array = emscripten::val;
28 using Float32Array = emscripten::val;
65 emscripten::val lengt in MakeTypedArray()
[all...]
/third_party/json/include/nlohmann/detail/input/
H A Djson_sax.hpp47 @param[in] val boolean value
50 virtual bool boolean(bool val) = 0;
54 @param[in] val integer value
57 virtual bool number_integer(number_integer_t val) = 0;
61 @param[in] val unsigned integer value
64 virtual bool number_unsigned(number_unsigned_t val) = 0;
68 @param[in] val floating-point value
72 virtual bool number_float(number_float_t val, const string_t& s) = 0;
76 @param[in] val string value
80 virtual bool string(string_t& val)
193 boolean(bool val) boolean() argument
199 number_integer(number_integer_t val) number_integer() argument
205 number_unsigned(number_unsigned_t val) number_unsigned() argument
211 number_float(number_float_t val, const string_t& ) number_float() argument
217 string(string_t& val) string() argument
223 binary(binary_t& val) binary() argument
241 key(string_t& val) key() argument
377 boolean(bool val) boolean() argument
383 number_integer(number_integer_t val) number_integer() argument
389 number_unsigned(number_unsigned_t val) number_unsigned() argument
395 number_float(number_float_t val, const string_t& ) number_float() argument
401 string(string_t& val) string() argument
407 binary(binary_t& val) binary() argument
419 auto val = handle_value(BasicJsonType::value_t::object, true); start_object() local
431 key(string_t& val) key() argument
489 auto val = handle_value(BasicJsonType::value_t::array, true); start_array() local
[all...]
/third_party/node/deps/brotli/c/dec/
H A Dhuffman.c263 uint16_t* val, in BrotliBuildSimpleHuffmanTable()
269 table[0] = ConstructHuffmanCode(0, val[0]); in BrotliBuildSimpleHuffmanTable()
272 if (val[1] > val[0]) { in BrotliBuildSimpleHuffmanTable()
273 table[0] = ConstructHuffmanCode(1, val[0]); in BrotliBuildSimpleHuffmanTable()
274 table[1] = ConstructHuffmanCode(1, val[1]); in BrotliBuildSimpleHuffmanTable()
276 table[0] = ConstructHuffmanCode(1, val[1]); in BrotliBuildSimpleHuffmanTable()
277 table[1] = ConstructHuffmanCode(1, val[0]); in BrotliBuildSimpleHuffmanTable()
282 table[0] = ConstructHuffmanCode(1, val[0]); in BrotliBuildSimpleHuffmanTable()
283 table[2] = ConstructHuffmanCode(1, val[ in BrotliBuildSimpleHuffmanTable()
261 BrotliBuildSimpleHuffmanTable(HuffmanCode* table, int root_bits, uint16_t* val, uint32_t num_symbols) BrotliBuildSimpleHuffmanTable() argument
[all...]

Completed in 9 milliseconds

12345678910>>...244