Home
last modified time | relevance | path

Searched refs:vals (Results 1 – 14 of 14) sorted by relevance

/AliOS-Things-master/components/freetype/src/cff/
A Dcf2intrp.c336 CF2_Fixed vals[14]; in cf2_doFlex() local
342 vals[0] = *curX; in cf2_doFlex()
343 vals[1] = *curY; in cf2_doFlex()
350 vals[i + 2] = vals[i]; in cf2_doFlex()
367 vals[12] = vals[10] + lastVal; in cf2_doFlex()
368 vals[13] = *curY; in cf2_doFlex()
373 vals[13] = vals[11] + lastVal; in cf2_doFlex()
379 vals[12] = vals[10] + cf2_stack_getReal( opStack, index++ ); in cf2_doFlex()
384 vals[13] = vals[11] + cf2_stack_getReal( opStack, index ); in cf2_doFlex()
399 *curX = vals[12]; in cf2_doFlex()
[all …]
/AliOS-Things-master/components/py_engine/engine/py/
A Dobjproperty.c47 mp_arg_val_t vals[MP_ARRAY_SIZE(allowed_args)]; in property_make_new() local
48 mp_arg_parse_all_kw_array(n_args, n_kw, args, MP_ARRAY_SIZE(allowed_args), allowed_args, vals); in property_make_new()
52 o->proxy[0] = vals[ARG_fget].u_obj; in property_make_new()
53 o->proxy[1] = vals[ARG_fset].u_obj; in property_make_new()
54 o->proxy[2] = vals[ARG_fdel].u_obj; in property_make_new()
/AliOS-Things-master/components/SDL2/src/joystick/darwin/
A DSDL_sysjoystick.c635 const void *vals[2] = { (void *) pageNumRef, (void *) usageNumRef }; in CreateHIDDeviceMatchDictionary() local
638 …retval = CFDictionaryCreate(kCFAllocatorDefault, keys, vals, 2, &kCFTypeDictionaryKeyCallBacks, &k… in CreateHIDDeviceMatchDictionary()
660 const void *vals[] = { in CreateHIDManager() local
665 const size_t numElements = SDL_arraysize(vals); in CreateHIDManager()
666 …CFArrayRef array = okay ? CFArrayCreate(kCFAllocatorDefault, vals, numElements, &kCFTypeArrayCallB… in CreateHIDManager()
670 if (vals[i]) { in CreateHIDManager()
671 CFRelease((CFTypeRef) vals[i]); in CreateHIDManager()
/AliOS-Things-master/components/freetype/src/psaux/
A Dafmparse.h74 AFM_Value vals,
A Dafmparse.c371 AFM_Value vals, in afm_parser_read_vals() argument
385 AFM_Value val = vals + i; in afm_parser_read_vals()
/AliOS-Things-master/components/lwip/lwip2.0.0/netif/ppp/
A Deap.c433 u_char vals[2]; in eap_figure_next_state() local
556 vals[0] = pcb->eap.es_server.ea_id + 1; in eap_figure_next_state()
557 vals[1] = EAPT_SRP; in eap_figure_next_state()
558 t_serveraddexdata(ts, vals, 2); in eap_figure_next_state()
1322 u_char vals[2]; in eap_request() local
1575 vals[0] = id; in eap_request()
1576 vals[1] = EAPT_SRP; in eap_request()
1577 t_clientaddexdata(tc, vals, 2); in eap_request()
1676 vals[0] = id; in eap_request()
1677 SHA1Update(&ctxt, vals, 1); in eap_request()
/AliOS-Things-master/components/py_engine/engine/tools/
A Dmpy_ld.py229 vals = set()
239 vals.add(m.group())
245 return vals, objs
252 vals, objs = read_qstrs(f)
253 qstr_vals.update(vals)
/AliOS-Things-master/components/SDL2/src/image/external/libwebp-1.0.2/src/dsp/
A Ddec.c258 const uint8_t vals[4] = { in VE4_C() local
266 memcpy(dst + i * BPS, vals, sizeof(vals)); in VE4_C()
A Denc.c352 const uint8_t vals[4] = { in VE4() local
360 memcpy(dst + i * BPS, vals, 4); in VE4()
A Ddec_sse2.c911 const uint32_t vals = _mm_cvtsi128_si32(avg); in VE4_SSE2() local
914 WebPUint32ToMem(dst + i * BPS, vals); in VE4_SSE2()
A Denc_sse2.c725 const uint32_t vals = _mm_cvtsi128_si32(avg); in VE4_SSE2() local
728 WebPUint32ToMem(dst + i * BPS, vals); in VE4_SSE2()
/AliOS-Things-master/components/ai_agent/src/engine/tflite-micro/tensorflow/lite/kernels/internal/optimized/
A Dneon_tensor_utils.cc168 int32_t vals[4]; in MultiplyByQuantizedMultiplier2Rows() local
169 vals[0] = RoundingDivideByPOT( in MultiplyByQuantizedMultiplier2Rows()
174 vals[1] = RoundingDivideByPOT( in MultiplyByQuantizedMultiplier2Rows()
179 vals[2] = RoundingDivideByPOT( in MultiplyByQuantizedMultiplier2Rows()
184 vals[3] = RoundingDivideByPOT( in MultiplyByQuantizedMultiplier2Rows()
190 result.val[i] = vld1q_s32(reinterpret_cast<int32_t*>(&vals)); in MultiplyByQuantizedMultiplier2Rows()
/AliOS-Things-master/components/ai_agent/src/engine/tflite-micro/third_party/flatbuffers/include/flatbuffers/
A Dflexbuffers.h583 auto vals = m.Values(); in ToString() local
587 vals[i].ToString(true, keys_quoted, s); in ToString()
/AliOS-Things-master/components/amp/engine/duktape_engine/duktape/
A Dduktape.c22410 val = *vals++; in duk__inspect_multiple_uint()
22450 duk_int_t vals[14]; in duk_inspect_value() local
22455 duk_memset((void *) &vals, (int) 0xff, sizeof(vals)); in duk_inspect_value()
22461 vals[DUK__IDX_TYPE] = duk_get_type_tval(tv); in duk_inspect_value()
22482 vals[DUK__IDX_VARIANT] = 0; in duk_inspect_value()
22493 vals[DUK__IDX_VARIANT] = 1; in duk_inspect_value()
22503 vals[DUK__IDX_HBYTES] = sizeof(duk_harray); in duk_inspect_value()
22507 vals[DUK__IDX_HBYTES] = sizeof(duk_hnatfunc); in duk_inspect_value()
22509 vals[DUK__IDX_HBYTES] = sizeof(duk_hthread); in duk_inspect_value()
22513 vals[DUK__IDX_HBYTES] = sizeof(duk_hbufobj); in duk_inspect_value()
[all …]

Completed in 298 milliseconds