/third_party/python/Lib/test/test_sqlite3/ |
H A D | test_userfunctions.py | 143 self.val = None 145 def step(self, whichType, val): 148 self.val = int(theType[whichType] is type(val)) 151 return self.val 155 self.val = 0 160 for val in vals: 161 self.val += int(theType[whichType] is type(val)) 164 return self.val [all...] |
/third_party/mesa3d/src/virtio/venus-protocol/ |
H A D | vn_protocol_driver_sampler_ycbcr_conversion.h | 17 vn_sizeof_VkSamplerYcbcrConversionCreateInfo_pnext(const void *val) in vn_sizeof_VkSamplerYcbcrConversionCreateInfo_pnext() argument 24 vn_sizeof_VkSamplerYcbcrConversionCreateInfo_self(const VkSamplerYcbcrConversionCreateInfo *val) in vn_sizeof_VkSamplerYcbcrConversionCreateInfo_self() argument 27 /* skip val->{sType,pNext} */ in vn_sizeof_VkSamplerYcbcrConversionCreateInfo_self() 28 size += vn_sizeof_VkFormat(&val->format); in vn_sizeof_VkSamplerYcbcrConversionCreateInfo_self() 29 size += vn_sizeof_VkSamplerYcbcrModelConversion(&val->ycbcrModel); in vn_sizeof_VkSamplerYcbcrConversionCreateInfo_self() 30 size += vn_sizeof_VkSamplerYcbcrRange(&val->ycbcrRange); in vn_sizeof_VkSamplerYcbcrConversionCreateInfo_self() 31 size += vn_sizeof_VkComponentMapping(&val->components); in vn_sizeof_VkSamplerYcbcrConversionCreateInfo_self() 32 size += vn_sizeof_VkChromaLocation(&val->xChromaOffset); in vn_sizeof_VkSamplerYcbcrConversionCreateInfo_self() 33 size += vn_sizeof_VkChromaLocation(&val->yChromaOffset); in vn_sizeof_VkSamplerYcbcrConversionCreateInfo_self() 34 size += vn_sizeof_VkFilter(&val in vn_sizeof_VkSamplerYcbcrConversionCreateInfo_self() 40 vn_sizeof_VkSamplerYcbcrConversionCreateInfo(const VkSamplerYcbcrConversionCreateInfo *val) vn_sizeof_VkSamplerYcbcrConversionCreateInfo() argument 52 vn_encode_VkSamplerYcbcrConversionCreateInfo_pnext(struct vn_cs_encoder *enc, const void *val) vn_encode_VkSamplerYcbcrConversionCreateInfo_pnext() argument 59 vn_encode_VkSamplerYcbcrConversionCreateInfo_self(struct vn_cs_encoder *enc, const VkSamplerYcbcrConversionCreateInfo *val) vn_encode_VkSamplerYcbcrConversionCreateInfo_self() argument 73 vn_encode_VkSamplerYcbcrConversionCreateInfo(struct vn_cs_encoder *enc, const VkSamplerYcbcrConversionCreateInfo *val) vn_encode_VkSamplerYcbcrConversionCreateInfo() argument [all...] |
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/NVPTX/ |
H A D | NVPTXUtilities.cpp | 133 bool isTexture(const Value &val) { in isTexture() argument 134 if (const GlobalValue *gv = dyn_cast<GlobalValue>(&val)) { in isTexture() 144 bool isSurface(const Value &val) { in isSurface() argument 145 if (const GlobalValue *gv = dyn_cast<GlobalValue>(&val)) { in isSurface() 155 bool isSampler(const Value &val) { in isSampler() argument 158 if (const GlobalValue *gv = dyn_cast<GlobalValue>(&val)) { in isSampler() 165 if (const Argument *arg = dyn_cast<Argument>(&val)) { in isSampler() 176 bool isImageReadOnly(const Value &val) { in isImageReadOnly() argument 177 if (const Argument *arg = dyn_cast<Argument>(&val)) { in isImageReadOnly() 188 bool isImageWriteOnly(const Value &val) { in isImageWriteOnly() argument 200 isImageReadWrite(const Value &val) isImageReadWrite() argument 212 isImage(const Value &val) isImage() argument 216 isManaged(const Value &val) isManaged() argument 227 getTextureName(const Value &val) getTextureName() argument 232 getSurfaceName(const Value &val) getSurfaceName() argument 237 getSamplerName(const Value &val) getSamplerName() argument [all...] |
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/utils/ |
H A D | common.h | 219 static inline void WPA_PUT_BE16(u8 *a, u16 val) in WPA_PUT_BE16() argument 221 a[0] = val >> 8; in WPA_PUT_BE16() 222 a[1] = val & 0xff; in WPA_PUT_BE16() 230 static inline void WPA_PUT_LE16(u8 *a, u16 val) in WPA_PUT_LE16() argument 232 a[1] = val >> 8; in WPA_PUT_LE16() 233 a[0] = val & 0xff; in WPA_PUT_LE16() 241 static inline void WPA_PUT_BE24(u8 *a, u32 val) in WPA_PUT_BE24() argument 243 a[0] = (val >> 16) & 0xff; in WPA_PUT_BE24() 244 a[1] = (val >> 8) & 0xff; in WPA_PUT_BE24() 245 a[2] = val in WPA_PUT_BE24() 253 WPA_PUT_BE32(u8 *a, u32 val) WPA_PUT_BE32() argument 266 WPA_PUT_LE32(u8 *a, u32 val) WPA_PUT_LE32() argument 282 WPA_PUT_BE64(u8 *a, u64 val) WPA_PUT_BE64() argument 302 WPA_PUT_LE64(u8 *a, u64 val) WPA_PUT_LE64() argument [all...] |
/third_party/backends/backend/ |
H A D | kvs1025_opt.c | 394 index = get_string_list_index (str_list, dev->val[idx].s); in get_optval_list() 409 i = get_string_list_index (go_scan_mode_list, dev->val[OPT_MODE].s); in kv_get_mode() 431 dev->val[OPT_PAPER_SIZE].s); in kv_calc_paper_size() 434 int x_tl = mmToIlu (SANE_UNFIX (dev->val[OPT_TL_X].w)); in kv_calc_paper_size() 435 int y_tl = mmToIlu (SANE_UNFIX (dev->val[OPT_TL_Y].w)); in kv_calc_paper_size() 436 int x_br = mmToIlu (SANE_UNFIX (dev->val[OPT_BR_X].w)); in kv_calc_paper_size() 437 int y_br = mmToIlu (SANE_UNFIX (dev->val[OPT_BR_Y].w)); in kv_calc_paper_size() 443 if (dev->val[OPT_LANDSCAPE].s) in kv_calc_paper_size() 504 memset (dev->val, 0, sizeof (dev->val)); in kv_init_options() 932 kv_control_option(PKV_DEV dev, SANE_Int option, SANE_Action action, void *val, SANE_Int * info) kv_control_option() argument [all...] |
H A D | umax_pp.c | 204 const char *val; in umax_pp_attach() local 310 val=(const SANE_Char *) config->values[CFG_NAME]; in umax_pp_attach() 311 if(strlen(val)==0) in umax_pp_attach() 314 dev->sane.name = strdup (val); in umax_pp_attach() 315 val=(const SANE_Char *) config->values[CFG_VENDOR]; in umax_pp_attach() 316 if(strlen(val)==0) in umax_pp_attach() 319 dev->sane.vendor = strdup (val); in umax_pp_attach() 342 val=(const SANE_Char *) config->values[CFG_MODEL]; in umax_pp_attach() 343 if(strlen(val)==0) in umax_pp_attach() 346 dev->sane.model = strdup (val); in umax_pp_attach() 1330 sane_control_option(SANE_Handle handle, SANE_Int option, SANE_Action action, void *val, SANE_Int * info) sane_control_option() argument [all...] |
/third_party/skia/third_party/externals/libjpeg-turbo/simd/arm/ |
H A D | jidctint-neon.c | 371 int32x4_t tmp2 = vmull_lane_s16(z2_s16, consts.val[0], 1); in jsimd_idct_islow_pass1_regular() 372 int32x4_t tmp3 = vmull_lane_s16(z2_s16, consts.val[1], 2); in jsimd_idct_islow_pass1_regular() 373 tmp2 = vmlal_lane_s16(tmp2, z3_s16, consts.val[2], 1); in jsimd_idct_islow_pass1_regular() 374 tmp3 = vmlal_lane_s16(tmp3, z3_s16, consts.val[0], 1); in jsimd_idct_islow_pass1_regular() 406 int32x4_t z3 = vmull_lane_s16(z3_s16, consts.val[2], 3); in jsimd_idct_islow_pass1_regular() 407 int32x4_t z4 = vmull_lane_s16(z3_s16, consts.val[1], 3); in jsimd_idct_islow_pass1_regular() 408 z3 = vmlal_lane_s16(z3, z4_s16, consts.val[1], 3); in jsimd_idct_islow_pass1_regular() 409 z4 = vmlal_lane_s16(z4, z4_s16, consts.val[2], 0); in jsimd_idct_islow_pass1_regular() 428 tmp0 = vmull_lane_s16(tmp0_s16, consts.val[0], 3); in jsimd_idct_islow_pass1_regular() 429 tmp1 = vmull_lane_s16(tmp1_s16, consts.val[ in jsimd_idct_islow_pass1_regular() [all...] |
/third_party/alsa-utils/bat/ |
H A D | convert.c | 22 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 D | stdint-msvc2008.h | 230 #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 D | WasmCommon.h | 20 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/cups-filters/filter/ |
H A D | imagetopdf.c | 685 const char *val; /* Option value */ in main() local 795 if ((val = cupsGetOption("Duplex",num_options,options)) != 0 && in main() 796 (!strcasecmp(val, "true") || !strcasecmp(val, "on") || in main() 797 !strcasecmp(val, "yes"))) { in main() 804 } else if ((val = cupsGetOption("sides",num_options,options)) != 0 && in main() 805 (!strcasecmp(val, "two-sided-long-edge") || in main() 806 !strcasecmp(val, "two-sided-short-edge"))) { in main() 815 if ((val = cupsGetOption("OutputOrder",num_options,options)) != 0) { in main() 816 if (!strcasecmp(val, "Revers in main() 1075 const char *val; main() local [all...] |
H A D | common.c | 60 const char *val; /* Option value */ in SetCommonOptions() local 197 if ((val = cupsGetOption("landscape", num_options, options)) != NULL) in SetCommonOptions() 199 if (strcasecmp(val, "no") != 0 && strcasecmp(val, "off") != 0 && in SetCommonOptions() 200 strcasecmp(val, "false") != 0) in SetCommonOptions() 208 else if ((val = cupsGetOption("orientation-requested", num_options, options)) != NULL) in SetCommonOptions() 219 Orientation = atoi(val) - 3; in SetCommonOptions() 224 if ((val = cupsGetOption("page-left", num_options, options)) != NULL) in SetCommonOptions() 229 PageLeft = (float)atof(val); in SetCommonOptions() 232 PageBottom = (float)atof(val); in SetCommonOptions() [all...] |
/third_party/mesa3d/src/compiler/isaspec/ |
H A D | decode.c | 80 bitmask_t val; member 251 push_scope(struct decode_state *state, const struct isa_bitset *bitset, bitmask_t val) in push_scope() argument 255 BITSET_COPY(scope->val.bitset, val.bitset); in push_scope() 305 * matches against 'val' 309 bitmask_t val) in find_bitset() 318 // m = (val & bitsets[n]->mask) & ~bitsets[n]->dontcare; in find_bitset() 322 BITSET_AND(m.bitset, val.bitset, bitsets[n]->mask.bitset); in find_bitset() 349 BITSET_AND(m.bitset, match->dontcare.bitset, val.bitset); in find_bitset() 403 bitmask_t val, mas in extract_field() local 308 find_bitset(struct decode_state *state, const struct isa_bitset **bitsets, bitmask_t val) find_bitset() argument 432 bitmask_t val; find_display() local 462 display_bitset_field(struct decode_scope *scope, const struct isa_field *field, bitmask_t val) display_bitset_field() argument 479 display_enum_field(struct decode_scope *scope, const struct isa_field *field, bitmask_t val) display_enum_field() argument 521 uint64_t val = evaluate_expr(scope, field->expr); resolve_field() local 535 bitmask_t val; isa_decode_field() local 594 uint64_t val = bitmask_to_uint64_t(v); display_field() local [all...] |
/third_party/mesa3d/src/amd/common/ |
H A D | ac_msgpack.c | 180 void ac_msgpack_add_uint(struct ac_msgpack *msgpack, uint64_t val) in ac_msgpack_add_uint() argument 182 if (val <= 0x7f) { in ac_msgpack_add_uint() 185 msgpack->mem[msgpack->offset] = val; in ac_msgpack_add_uint() 187 } else if (val <= 0xff) { in ac_msgpack_add_uint() 191 msgpack->mem[msgpack->offset + 1] = val; in ac_msgpack_add_uint() 193 } else if (val <= 0xffff) { in ac_msgpack_add_uint() 197 *((uint16_t*)&msgpack->mem[msgpack->offset + 1]) = util_bswap16(val); in ac_msgpack_add_uint() 199 } else if (val <= 0xffffffff) { in ac_msgpack_add_uint() 203 *((uint32_t*)&msgpack->mem[msgpack->offset + 1]) = util_bswap32(val); in ac_msgpack_add_uint() 209 *((uint64_t*)&msgpack->mem[msgpack->offset + 1]) = util_bswap64(val); in ac_msgpack_add_uint() 214 ac_msgpack_add_int(struct ac_msgpack *msgpack, int64_t val) ac_msgpack_add_int() argument [all...] |
/third_party/rust/crates/bindgen/bindgen-tests/tests/expectations/tests/ |
H A D | bitfield_pragma_packed.rs | 37 pub fn set_bit(&mut self, index: usize, val: bool) { in set_bit() 47 if val { in set_bit() 61 let mut val = 0; in get() variables 69 val |= 1 << index; in get() 72 val in get() 75 pub fn set(&mut self, bit_offset: usize, bit_width: u8, val: u64) { in set() 84 let val_bit_is_set = val & mask == mask; in set() 121 pub fn set_a(&mut self, val: ::std::os::raw::c_uchar) { in set_a() 123 let val: u8 = ::std::mem::transmute(val); in set_a() [all...] |
/third_party/typescript/tests/baselines/reference/ |
H A D | privacyTypeParametersOfInterfaceDeclFile.js | 15 myMethod(val: T): T; 24 myMethod(val: T): T; 33 myMethod(val: T): T; 42 myMethod(val: T): T; 51 myMethod(val: T): T; 56 myMethod(val: T): T; 81 myMethod(val: T): T; 90 myMethod(val: T): T; 99 myMethod(val: T): T; 108 myMethod(val [all...] |
/third_party/skia/third_party/externals/spirv-tools/include/spirv-tools/ |
H A D | libspirv.hpp | 83 void SetRelaxStructStore(bool val) { in SetRelaxStructStore() argument 84 spvValidatorOptionsSetRelaxStoreStruct(options_, val); in SetRelaxStructStore() 90 void SetRelaxBlockLayout(bool val) { in SetRelaxBlockLayout() argument 91 spvValidatorOptionsSetRelaxBlockLayout(options_, val); in SetRelaxBlockLayout() 96 void SetUniformBufferStandardLayout(bool val) { in SetUniformBufferStandardLayout() argument 97 spvValidatorOptionsSetUniformBufferStandardLayout(options_, val); in SetUniformBufferStandardLayout() 103 void SetScalarBlockLayout(bool val) { in SetScalarBlockLayout() argument 104 spvValidatorOptionsSetScalarBlockLayout(options_, val); in SetScalarBlockLayout() 109 void SetWorkgroupScalarBlockLayout(bool val) { in SetWorkgroupScalarBlockLayout() argument 110 spvValidatorOptionsSetWorkgroupScalarBlockLayout(options_, val); in SetWorkgroupScalarBlockLayout() 114 SetSkipBlockLayout(bool val) SetSkipBlockLayout() argument 120 SetAllowLocalSizeId(bool val) SetAllowLocalSizeId() argument 130 SetRelaxLogicalPointer(bool val) SetRelaxLogicalPointer() argument 147 SetBeforeHlslLegalization(bool val) SetBeforeHlslLegalization() argument [all...] |
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/include/spirv-tools/ |
H A D | libspirv.hpp | 83 void SetRelaxStructStore(bool val) { in SetRelaxStructStore() argument 84 spvValidatorOptionsSetRelaxStoreStruct(options_, val); in SetRelaxStructStore() 90 void SetRelaxBlockLayout(bool val) { in SetRelaxBlockLayout() argument 91 spvValidatorOptionsSetRelaxBlockLayout(options_, val); in SetRelaxBlockLayout() 96 void SetUniformBufferStandardLayout(bool val) { in SetUniformBufferStandardLayout() argument 97 spvValidatorOptionsSetUniformBufferStandardLayout(options_, val); in SetUniformBufferStandardLayout() 103 void SetScalarBlockLayout(bool val) { in SetScalarBlockLayout() argument 104 spvValidatorOptionsSetScalarBlockLayout(options_, val); in SetScalarBlockLayout() 109 void SetWorkgroupScalarBlockLayout(bool val) { in SetWorkgroupScalarBlockLayout() argument 110 spvValidatorOptionsSetWorkgroupScalarBlockLayout(options_, val); in SetWorkgroupScalarBlockLayout() 114 SetSkipBlockLayout(bool val) SetSkipBlockLayout() argument 120 SetAllowLocalSizeId(bool val) SetAllowLocalSizeId() argument 130 SetRelaxLogicalPointer(bool val) SetRelaxLogicalPointer() argument 147 SetBeforeHlslLegalization(bool val) SetBeforeHlslLegalization() argument [all...] |
/third_party/json/tools/gdb_pretty_printer/ |
H A D | nlohmann-json.py | 8 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...] |
/third_party/node/deps/cares/src/lib/ |
H A D | ares__llist.c | 125 void *val) in ares__llist_insert_at() 129 if (list == NULL || val == NULL) { in ares__llist_insert_at() 139 node->data = val; in ares__llist_insert_at() 145 ares__llist_node_t *ares__llist_insert_first(ares__llist_t *list, void *val) in ares__llist_insert_first() argument 147 return ares__llist_insert_at(list, ARES__LLIST_INSERT_HEAD, NULL, val); in ares__llist_insert_first() 150 ares__llist_node_t *ares__llist_insert_last(ares__llist_t *list, void *val) in ares__llist_insert_last() argument 152 return ares__llist_insert_at(list, ARES__LLIST_INSERT_TAIL, NULL, val); in ares__llist_insert_last() 156 void *val) in ares__llist_insert_before() 163 val); in ares__llist_insert_before() 167 void *val) in ares__llist_insert_after() 122 ares__llist_insert_at(ares__llist_t *list, ares__llist_insert_type_t type, ares__llist_node_t *at, void *val) ares__llist_insert_at() argument 155 ares__llist_insert_before(ares__llist_node_t *node, void *val) ares__llist_insert_before() argument 166 ares__llist_insert_after(ares__llist_node_t *node, void *val) ares__llist_insert_after() argument 280 void *val; ares__llist_node_claim() local 296 void *val; ares__llist_node_destroy() local 310 ares__llist_node_replace(ares__llist_node_t *node, void *val) ares__llist_node_replace() argument [all...] |
/third_party/ffmpeg/libavcodec/ |
H A D | aura.c | 45 uint8_t val; in aura_decode_frame() local 71 val = *buf++; in aura_decode_frame() 72 U[0] = val & 0xF0; in aura_decode_frame() 73 Y[0] = val << 4; in aura_decode_frame() 74 val = *buf++; in aura_decode_frame() 75 V[0] = val & 0xF0; in aura_decode_frame() 76 Y[1] = Y[0] + delta_table[val & 0xF]; in aura_decode_frame() 81 val = *buf++; in aura_decode_frame() 82 U[0] = U[-1] + delta_table[val >> 4]; in aura_decode_frame() 83 Y[0] = Y[-1] + delta_table[val in aura_decode_frame() [all...] |
/third_party/libunwind/libunwind/src/ptrace/ |
H A D | _UPT_access_mem.c | 31 _UPT_access_mem (unw_addr_space_t as, unw_word_t addr, unw_word_t *val, in _UPT_access_mem() argument 60 tmp_val = i == 0 ? *val : *val >> 32; in _UPT_access_mem() 62 tmp_val = i == 0 && end == 2 ? *val >> 32 : *val; in _UPT_access_mem() 82 *val = 0; in _UPT_access_mem() 85 *val |= tmp_val << (i * 32); in _UPT_access_mem() 87 *val |= i == 0 && end == 2 ? tmp_val << 32 : tmp_val; in _UPT_access_mem() 100 _UPT_access_mem (unw_addr_space_t as, unw_word_t addr, unw_word_t *val, in _UPT_access_mem() argument 110 iod.piod_addr = val; in _UPT_access_mem() [all...] |
/third_party/json/docs/examples/ |
H A D | sax_parse__binary.cpp | 22 bool boolean(bool val) override 24 events.push_back("boolean(val=" + std::string(val ? "true" : "false") + ")"); 28 bool number_integer(number_integer_t val) override 30 events.push_back("number_integer(val=" + std::to_string(val) + ")"); 34 bool number_unsigned(number_unsigned_t val) override 36 events.push_back("number_unsigned(val=" + std::to_string(val) + ")"); 40 bool number_float(number_float_t val, cons [all...] |
H A D | sax_parse.cpp | 22 bool boolean(bool val) override 24 events.push_back("boolean(val=" + std::string(val ? "true" : "false") + ")"); 28 bool number_integer(number_integer_t val) override 30 events.push_back("number_integer(val=" + std::to_string(val) + ")"); 34 bool number_unsigned(number_unsigned_t val) override 36 events.push_back("number_unsigned(val=" + std::to_string(val) + ")"); 40 bool number_float(number_float_t val, cons [all...] |
/third_party/skia/src/core/ |
H A D | SkFixed15.h | 21 SkFixed15(float val) : fVal(val * 32768) { SkASSERT(0.0f <= val && val <= 1.0f); } in SkFixed15() argument 24 static SkFixed15 Load(uint16_t val) { in Load() argument 25 SkASSERT(val <= 32768); in Load() 26 return val; in Load() 30 static SkFixed15 FromU8(uint8_t val) { in FromU8() argument 31 return val*128 + (val>> in FromU8() 61 SkFixed15(int val) SkFixed15() argument [all...] |