Home
last modified time | relevance | path

Searched refs:lp (Results 1 – 25 of 27) sorted by relevance

12

/AliOS-Things-master/components/SDL2/src/image/external/tiff-4.0.9/libtiff/
A Dtif_swab.c47 TIFFSwabLong(uint32* lp) in TIFFSwabLong() argument
49 register unsigned char* cp = (unsigned char*) lp; in TIFFSwabLong()
59 TIFFSwabLong8(uint64* lp) in TIFFSwabLong8() argument
61 register unsigned char* cp = (unsigned char*) lp; in TIFFSwabLong8()
105 TIFFSwabArrayOfLong(register uint32* lp, tmsize_t n) in TIFFSwabArrayOfLong() argument
112 cp = (unsigned char *)lp; in TIFFSwabArrayOfLong()
115 lp++; in TIFFSwabArrayOfLong()
122 TIFFSwabArrayOfLong8(register uint64* lp, tmsize_t n) in TIFFSwabArrayOfLong8() argument
129 cp = (unsigned char *)lp; in TIFFSwabArrayOfLong8()
134 lp++; in TIFFSwabArrayOfLong8()
A Dtif_fax3.c405 long* lp; in _TIFFFax3fillruns() local
429 lp = (long*) cp; in _TIFFFax3fillruns()
433 *lp++ = 0L; in _TIFFFax3fillruns()
464 lp = (long*) cp; in _TIFFFax3fillruns()
468 *lp++ = -1L; in _TIFFFax3fillruns()
866 long* lp; in find0span() local
877 lp = (long*) bp; in find0span()
881 lp++; in find0span()
928 long* lp; in find1span() local
939 lp = (long*) bp; in find1span()
[all …]
A Dtiffio.h486 extern void TIFFSwabArrayOfLong(uint32* lp, tmsize_t n);
487 extern void TIFFSwabArrayOfLong8(uint64* lp, tmsize_t n);
A Dtif_dir.c67 void _TIFFsetLongArray(uint32** lpp, uint32* lp, uint32 n) in _TIFFsetLongArray() argument
68 { setByteArray((void**) lpp, (void*) lp, n, sizeof (uint32)); } in _TIFFsetLongArray()
69 static void _TIFFsetLong8Array(uint64** lpp, uint64* lp, uint32 n) in _TIFFsetLong8Array() argument
70 { setByteArray((void**) lpp, (void*) lp, n, sizeof (uint64)); } in _TIFFsetLong8Array()
/AliOS-Things-master/components/amp/engine/quickjs_engine/quickjs/
A Dqjsc.c88 if (lp->count == lp->size) { in namelist_add()
89 size_t newsize = lp->size + (lp->size >> 1) + 4; in namelist_add()
91 realloc(lp->array, sizeof(lp->array[0]) * newsize); in namelist_add()
93 lp->array = a; in namelist_add()
94 lp->size = newsize; in namelist_add()
96 e = &lp->array[lp->count++]; in namelist_add()
107 while (lp->count > 0) { in namelist_free()
108 namelist_entry_t *e = &lp->array[--lp->count]; in namelist_free()
112 free(lp->array); in namelist_free()
113 lp->array = NULL; in namelist_free()
[all …]
A Drun-test262.c252 qsort(lp->array, lp->count, sizeof(*lp->array), namelist_cmp_indirect); in namelist_sort()
258 lp->array[count++] = lp->array[i]; in namelist_sort()
263 lp->sorted = 1; in namelist_sort()
293 if (lp->count == lp->size) { in namelist_add()
294 size_t newsize = lp->size + (lp->size >> 1) + 4; in namelist_add()
295 char **a = realloc(lp->array, sizeof(lp->array[0]) * newsize); in namelist_add()
301 lp->array[lp->count] = s; in namelist_add()
302 lp->count++; in namelist_add()
348 free(lp->array[--lp->count]); in namelist_free()
352 lp->size = 0; in namelist_free()
[all …]
/AliOS-Things-master/components/SDL2/src/image/external/tiff-4.0.9/tools/
A Dtiffdump.c748 uint32 *lp = (uint32*)data; in PrintData() local
756 int32 *lp = (int32*)data; in PrintData() local
784 uint32 *lp = (uint32*)data; in PrintData() local
786 if (lp[1] == 0) in PrintData()
792 (double)lp[0] / (double)lp[1]); in PrintData()
794 lp += 2; in PrintData()
799 int32 *lp = (int32*)data; in PrintData() local
801 if (lp[1] == 0) in PrintData()
803 (long) lp[0], (long) lp[1]); in PrintData()
806 (double)lp[0] / (double)lp[1]); in PrintData()
[all …]
A Dtiff2pdf.c3253 uint16* lp; in t2p_process_ojpeg_tables() local
3311 if(!TIFFGetField(input, TIFFTAG_JPEGLOSSLESSPREDICTORS, &lp)){ in t2p_process_ojpeg_tables()
3480 ojpegdata[t2p->pdf_ojpegdatalength++]= (lp[0] & 0xff); in t2p_process_ojpeg_tables()
/AliOS-Things-master/hardware/chip/rtl872xd/sdk/component/soc/realtek/amebad/swlib/string/
A Drand.c60 unsigned int *lp; in RandBytes_Get() local
64 lp = (unsigned int *) buf; in RandBytes_Get()
67 lp[i] = Rand_Arc4(); in RandBytes_Get()
73 _memcpy(&lp[i], &ranbuf, len); in RandBytes_Get()
A Ddiag.c106 const long *lp = (const long *)dp; in DiagVSprintf() local
107 unsigned long h = *lp++; in DiagVSprintf()
111 dp = (const int *)lp; in DiagVSprintf()
347 const long *lp = (const long *)dp; in DiagSnPrintf() local
348 long h = *lp++; in DiagSnPrintf()
352 dp = (const int *)lp; in DiagSnPrintf()
/AliOS-Things-master/components/amp/services/amp_boot/
A Damp_boot_ymodem.c154 int lp = 0; in ymodem_data_head_parse() local
180 if((0 == buffer[i]) && (0 == lp)) { in ymodem_data_head_parse()
181 lp = i + 1; in ymodem_data_head_parse()
185 if((0 == buffer[i]) && (0 != lp)) { in ymodem_data_head_parse()
187 value = ymodem_str2int((char *)&buffer[lp], i - lp); in ymodem_data_head_parse()
/AliOS-Things-master/components/ota/2ndboot/
A Dymodem.c91 int lp = 0; in ymodem_data_head_parse() local
113 if((0 == buffer[i]) && (0 == lp)) { in ymodem_data_head_parse()
114 lp = i + 1; in ymodem_data_head_parse()
118 if((0 == buffer[i]) && (0 != lp)) { in ymodem_data_head_parse()
120 value = ymodem_str2int((char *)&buffer[lp], i - lp); in ymodem_data_head_parse()
/AliOS-Things-master/components/py_engine/external/amp_boot/
A Damp_boot_ymodem.c160 int lp = 0; in pyamp_ymodem_data_head_parse() local
191 if ((0 == buffer[i]) && (0 == lp)) { in pyamp_ymodem_data_head_parse()
192 lp = i + 1; in pyamp_ymodem_data_head_parse()
203 if ((0 == buffer[i]) && (0 != lp)) { in pyamp_ymodem_data_head_parse()
205 value = pyamp_ymodem_str2int((char *)&buffer[lp], i - lp); in pyamp_ymodem_data_head_parse()
/AliOS-Things-master/hardware/chip/rtl872xd/sdk/component/common/bluetooth/realtek/sdk/board/amebad/src/data_uart/
A Ddata_uart.c86 const long *lp = (const long *)dp; in data_uart_vsprintf() local
87 long h = *lp++; in data_uart_vsprintf()
91 dp = (const int *)lp; in data_uart_vsprintf()
/AliOS-Things-master/hardware/chip/rtl872xd/sdk/component/common/api/platform/
A Dstdlib_patch.c623 const long *lp = (const long *)dp; in DiagSnPrintfPatch() local
624 long h = *lp++; in DiagSnPrintfPatch()
628 dp = (const int *)lp; in DiagSnPrintfPatch()
804 const long *lp = (const long *)dp; in VSprintfPatch() local
805 long h = *lp++; in VSprintfPatch()
809 dp = (const int *)lp; in VSprintfPatch()
/AliOS-Things-master/hardware/chip/rtl872xd/sdk/component/soc/realtek/amebad/fwlib/ram_common/
A Drtl8721d_ram_libc.c103 const long *lp = (const long *)dp; in _rtl_vsprintf() local
104 long h = *lp++; in _rtl_vsprintf()
108 dp = (const int *)lp; in _rtl_vsprintf()
/AliOS-Things-master/hardware/chip/rtl872xd/aos/
A Daos_osdep.c542 unsigned int *lp; in _aos_get_random_bytes() local
545 lp = (unsigned int *) buf; in _aos_get_random_bytes()
548 lp[i] = _aos_arc4random(); in _aos_get_random_bytes()
554 _aos_memcpy(&lp[i], &ranbuf, len); in _aos_get_random_bytes()
558 unsigned long ranbuf, *lp; in _aos_get_random_bytes()
559 lp = (unsigned long *)buf; in _aos_get_random_bytes()
562 *lp++ = ranbuf; //this op need the pointer is 4Byte-align! in _aos_get_random_bytes()
/AliOS-Things-master/components/SDL2/src/image/external/libpng-1.6.37/
A Dpngwutil.c2282 png_bytep rp, dp, lp; in png_setup_sub_row() local
2300 for (lp = png_ptr->row_buf + 1; i < row_bytes; in png_setup_sub_row()
2301 i++, rp++, lp++, dp++) in png_setup_sub_row()
2321 png_bytep rp, dp, lp; in png_setup_sub_row_only() local
2333 i++, rp++, lp++, dp++) in png_setup_sub_row_only()
2386 png_bytep rp, dp, pp, lp; in png_setup_avg_row() local
2426 png_bytep rp, dp, pp, lp; in png_setup_avg_row_only() local
2448 png_bytep rp, dp, pp, cp, lp; in png_setup_paeth_row() local
2474 a = *lp++; in png_setup_paeth_row()
2509 png_bytep rp, dp, pp, cp, lp; in png_setup_paeth_row_only() local
[all …]
/AliOS-Things-master/components/SDL2/src/image/external/libpng-1.6.37/contrib/libtests/
A Dpngimage.c690 const char *lp; in display_log() local
695 case INFORMATION: lp = "information"; break; in display_log()
696 case LIBPNG_WARNING: lp = "warning(libpng)"; break; in display_log()
697 case APP_WARNING: lp = "warning(pngimage)"; break; in display_log()
698 case APP_FAIL: lp = "error(continuable)"; break; in display_log()
699 case LIBPNG_ERROR: lp = "error(libpng)"; break; in display_log()
700 case LIBPNG_BUG: lp = "bug(libpng)"; break; in display_log()
701 case APP_ERROR: lp = "error(pngimage)"; break; in display_log()
702 case USER_ERROR: lp = "error(user)"; break; in display_log()
706 default: lp = "bug(pngimage)"; break; in display_log()
[all …]
/AliOS-Things-master/components/SDL2/src/image/external/libpng-1.6.37/contrib/tools/
A Dpngcp.c598 const char *lp; in display_log() local
603 case INFORMATION: lp = "information"; break; in display_log()
604 case LIBPNG_WARNING: lp = "warning(libpng)"; break; in display_log()
605 case APP_WARNING: lp = "warning(pngcp)"; break; in display_log()
606 case APP_FAIL: lp = "error(continuable)"; break; in display_log()
607 case LIBPNG_ERROR: lp = "error(libpng)"; break; in display_log()
608 case LIBPNG_BUG: lp = "bug(libpng)"; break; in display_log()
609 case APP_ERROR: lp = "error(pngcp)"; break; in display_log()
610 case USER_ERROR: lp = "error(user)"; break; in display_log()
614 default: lp = "bug(pngcp)"; break; in display_log()
[all …]
/AliOS-Things-master/components/lwip/lwip2.0.0/netif/ppp/
A Dppp.c1585 struct protocol_list *lp; in protocol_name() local
1587 for (lp = protocol_list; lp->proto != 0; ++lp) { in protocol_name()
1588 if (proto == lp->proto) { in protocol_name()
1589 return lp->name; in protocol_name()
/AliOS-Things-master/components/SDL2/src/image/external/tiff-4.0.9/contrib/pds/
A Dtif_pdsdirwrite.c351 uint32* lp; in TIFFWriteNormalSubTag() local
353 (*getFieldFn)(tif, fip->field_tag, &wc, &lp); in TIFFWriteNormalSubTag()
356 (*getFieldFn)(tif, fip->field_tag, &lp); in TIFFWriteNormalSubTag()
357 if (!WRITEF(TIFFWriteLongArray, lp)) in TIFFWriteNormalSubTag()
A Dtif_pdsdirread.c960 register uint32* lp; in TIFFFetchStripThing() local
972 lp = *lpp; in TIFFFetchStripThing()
984 *lp++ = *wp++; in TIFFFetchStripThing()
988 status = TIFFFetchLongArray(tif, dir, lp); in TIFFFetchStripThing()
/AliOS-Things-master/components/SDL2/src/image/VisualC/external/include/
A Dtiffio.h486 extern void TIFFSwabArrayOfLong(uint32* lp, tmsize_t n);
487 extern void TIFFSwabArrayOfLong8(uint64* lp, tmsize_t n);
/AliOS-Things-master/components/ble_host/bt_shell/bt_host/
A Dbt.c1787 lp = hal_flash_get_info(handle);

Completed in 61 milliseconds

12