Home
last modified time | relevance | path

Searched refs:low (Results 1 – 25 of 94) sorted by relevance

1234

/AliOS-Things-master/components/SDL2/src/image/debian/
A Dchangelog1 libsdl2-image (2.0.5) UNRELEASED; urgency=low
7 libsdl2-image (2.0.4) UNRELEASED; urgency=low
13 libsdl2-image (2.0.3) UNRELEASED; urgency=low
19 libsdl2-image (2.0.2) UNRELEASED; urgency=low
25 libsdl2-image (2.0.1) UNRELEASED; urgency=low
31 libsdl2-image (2.0.0) unstable; urgency=low
37 libsdl2-image (1.2.12) unstable; urgency=low
43 sdl-image1.2 (1.2.10-3) unstable; urgency=low
104 sdl-image1.2 (1.2.8-1) unstable; urgency=low
111 sdl-image1.2 (1.2.7-2) unstable; urgency=low
[all …]
/AliOS-Things-master/hardware/chip/rtl872xd/sdk/component/soc/realtek/amebad/swlib/string/
A Dstrtod.c112 struct DWstruct {unsigned int low, high;}; in mul64_8() member
126 w.s.low = uu.s.low * vv; in mul64_8()
127 w.s.low &= 0xFFFFFF; in mul64_8()
129 w.s.high = ( uu.s.low >> 24) * vv ; in mul64_8()
130 w.s.high += (((uu.s.low & 0xFFFFFF)*vv)>>24); in mul64_8()
137 w.s.low |= temp; in mul64_8()
/AliOS-Things-master/components/SDL2/src/image/external/zlib-1.2.11/contrib/infback9/
A Dinftree9.c51 unsigned low; /* low bits for current root entry */ local
200 low = (unsigned)(-1); /* trigger new sub-table when len > root */
253 if (len > root && (huff & mask) != low) {
278 low = huff & mask;
279 (*table)[low].op = (unsigned char)curr;
280 (*table)[low].bits = (unsigned char)root;
281 (*table)[low].val = (unsigned short)(next - *table);
297 if (drop != 0 && (huff & mask) != low) {
A Dinfback9.c56 unsigned sym, bits, low, size; in makefixed9() local
91 low = 0; in makefixed9()
93 if ((low % 6) == 0) printf("\n "); in makefixed9()
94 printf("{%u,%u,%d}", lenfix[low].op, lenfix[low].bits, in makefixed9()
95 lenfix[low].val); in makefixed9()
96 if (++low == size) break; in makefixed9()
102 low = 0; in makefixed9()
104 if ((low % 5) == 0) printf("\n "); in makefixed9()
105 printf("{%u,%u,%d}", distfix[low].op, distfix[low].bits, in makefixed9()
106 distfix[low].val); in makefixed9()
[all …]
/AliOS-Things-master/components/py_engine/external/unzip/src/
A Dinftrees.c51 unsigned low; /* low bits for current root entry */ local
206 low = (unsigned)(-1); /* trigger new sub-table when len > root */
260 if (len > root && (huff & mask) != low) {
285 low = huff & mask;
286 (*table)[low].op = (unsigned char)curr;
287 (*table)[low].bits = (unsigned char)root;
288 (*table)[low].val = (unsigned short)(next - *table);
304 if (drop != 0 && (huff & mask) != low) {
A Dinflate.c306 unsigned low, size; in makefixed() local
321 low = 0; in makefixed()
323 if ((low % 7) == 0) printf("\n "); in makefixed()
324 printf("{%u,%u,%d}", state.lencode[low].op, state.lencode[low].bits, in makefixed()
325 state.lencode[low].val); in makefixed()
326 if (++low == size) break; in makefixed()
332 low = 0; in makefixed()
334 if ((low % 6) == 0) printf("\n "); in makefixed()
335 printf("{%u,%u,%d}", state.distcode[low].op, state.distcode[low].bits, in makefixed()
336 state.distcode[low].val); in makefixed()
[all …]
/AliOS-Things-master/components/SDL2/src/image/external/zlib-1.2.11/
A Dinftrees.c51 unsigned low; /* low bits for current root entry */ local
204 low = (unsigned)(-1); /* trigger new sub-table when len > root */
258 if (len > root && (huff & mask) != low) {
283 low = huff & mask;
284 (*table)[low].op = (unsigned char)curr;
285 (*table)[low].bits = (unsigned char)root;
286 (*table)[low].val = (unsigned short)(next - *table);
A Dinflate.c344 unsigned low, size; in makefixed() local
359 low = 0; in makefixed()
361 if ((low % 7) == 0) printf("\n "); in makefixed()
362 printf("{%u,%u,%d}", (low & 127) == 99 ? 64 : state.lencode[low].op, in makefixed()
363 state.lencode[low].bits, state.lencode[low].val); in makefixed()
364 if (++low == size) break; in makefixed()
370 low = 0; in makefixed()
372 if ((low % 6) == 0) printf("\n "); in makefixed()
373 printf("{%u,%u,%d}", state.distcode[low].op, state.distcode[low].bits, in makefixed()
374 state.distcode[low].val); in makefixed()
[all …]
/AliOS-Things-master/components/SDL2/src/image/external/libwebp-1.0.2/src/utils/
A Dhuffman_utils.c138 uint32_t low = -1; // low bits for current root entry in BuildHuffmanTable() local
174 if ((key & mask) != low) { in BuildHuffmanTable()
179 low = key & mask; in BuildHuffmanTable()
180 root_table[low].bits = (uint8_t)(table_bits + root_bits); in BuildHuffmanTable()
181 root_table[low].value = (uint16_t)((table - root_table) - low); in BuildHuffmanTable()
/AliOS-Things-master/components/SDL2/src/libm/
A Ds_atan.c79 u_int32_t low; in atan() local
80 GET_LOW_WORD(low,x); in atan()
82 (ix==0x7ff00000&&(low!=0))) in atan()
A Dk_tan.c77 u_int32_t low; in __kernel_tan() local
78 GET_LOW_WORD(low,x); in __kernel_tan()
79 if(((ix|low)|(iy+1))==0) return one/fabs(x); in __kernel_tan()
A De_rem_pio2.c74 u_int32_t low; in __ieee754_rem_pio2() local
147 GET_LOW_WORD(low,x); in __ieee754_rem_pio2()
148 SET_LOW_WORD(z,low); in __ieee754_rem_pio2()
/AliOS-Things-master/components/lwip/lwip2.0.0/
A DFILES5 with the lwIP low-level raw API.
8 memory and buffer management, and the low-level raw API.
/AliOS-Things-master/components/freetype/src/tools/ftrandom/
A Dftrandom.c406 getRandom( int low, in getRandom() argument
409 if ( low - high < 0x10000L ) in getRandom()
410 return low + ( ( random() >> 8 ) % ( high + 1 - low ) ); in getRandom()
412 return low + ( random() % ( high + 1 - low ) ); in getRandom()
/AliOS-Things-master/components/sensor/drv/
A Ddrv_rtc_maxim_ds1307.c98 uint8_t low = 0; in TM_DS1307_Bin2Bcd() local
104 low = bin - (high * 10); in TM_DS1307_Bin2Bcd()
107 return high << 4 | low; in TM_DS1307_Bin2Bcd()
/AliOS-Things-master/components/ai_agent/src/engine/tflite-micro/third_party/cmsis/CMSIS/DSP/Include/dsp/
A Dbasic_math_functions.h706 float32_t low,
722 q31_t low,
738 q15_t low,
754 q7_t low,
/AliOS-Things-master/components/ai_agent/src/engine/tflite-micro/tensorflow/lite/micro/tools/make/downloads/cmsis/CMSIS/DSP/Include/dsp/
A Dbasic_math_functions.h706 float32_t low,
722 q31_t low,
738 q15_t low,
754 q7_t low,
/AliOS-Things-master/components/py_engine/engine/lib/
A DREADME.md1 This directory contains third-party, low-level C libraries and SDKs.
/AliOS-Things-master/components/SDL2/
A Dsdl2.pc.in9 …rectMedia Layer is a cross-platform multimedia library designed to provide low level access to aud…
A DSDL2.spec19 This is the Simple DirectMedia Layer, a generic API that provides low
29 This is the Simple DirectMedia Layer, a generic API that provides low
A Dsdl2.pc9 …rectMedia Layer is a cross-platform multimedia library designed to provide low level access to aud…
A DREADME.txt12 to provide low level access to audio, keyboard, mouse, joystick, and graphics
/AliOS-Things-master/components/mqtt/example/
A Daiot_mqtt_sign.c299 unsigned long int high, low; in utils_sha256_finish() local
304 low = (ctx->total[0] << 3); in utils_sha256_finish()
307 PUT_UINT32_BE(low, msglen, 4); in utils_sha256_finish()
/AliOS-Things-master/components/lwip/lwip2.0.0/netif/ppp/polarssl/
A Dmd4.c247 unsigned long high, low; in md4_finish() local
252 low = ( ctx->total[0] << 3 ); in md4_finish()
254 PUT_ULONG_LE( low, msglen, 0 ); in md4_finish()
A Dmd5.c266 unsigned long high, low; in md5_finish() local
271 low = ( ctx->total[0] << 3 ); in md5_finish()
273 PUT_ULONG_LE( low, msglen, 0 ); in md5_finish()

Completed in 36 milliseconds

1234