/AliOS-Things-master/components/ramfs/src/ |
A D | ramfs.c | 17 #define RAMFS_LL_PREV_OFFSET(ll) (ll->size) argument 18 #define RAMFS_LL_NEXT_OFFSET(ll) (ll->size + sizeof(ramfs_ll_node_t *)) argument 21 for (i = ramfs_ll_get_head(&ll); i != NULL; i = ramfs_ll_get_next(&ll, i)) 69 ll->head = NULL; in ramfs_ll_init() 70 ll->tail = NULL; in ramfs_ll_init() 77 ll->size = size; in ramfs_ll_init() 98 ramfs_node_set_prev(ll, ll->head, new); in ramfs_ll_ins_head() 202 ll->head = ramfs_ll_get_next(ll, node); in ramfs_ll_remove() 207 ramfs_node_set_prev(ll, ll->head, NULL); in ramfs_ll_remove() 211 ll->tail = ramfs_ll_get_prev(ll, node); in ramfs_ll_remove() [all …]
|
/AliOS-Things-master/components/SDL2/test/ |
A D | testplatform.c | 219 …{"_allshl", &TST_allshl, 0xFFFFFFFFFFFFFFFFll, 0ll, 1, 0xFFFFFFFFFFFFFFFEll}, 220 …{"_allshl", &TST_allshl, 0xFFFFFFFFFFFFFFFFll, 0ll, 32, 0xFFFFFFFF00000000ll}, 221 …{"_allshl", &TST_allshl, 0xFFFFFFFFFFFFFFFFll, 0ll, 33, 0xFFFFFFFE00000000ll}, 222 …{"_allshl", &TST_allshl, 0xFFFFFFFFFFFFFFFFll, 0ll, 0, 0xFFFFFFFFFFFFFFFFll}, 224 …{"_allshr", &TST_allshr, 0xAAAAAAAA55555555ll, 0ll, 63, 0xFFFFFFFFFFFFFFFFll}, 226 …{"_allshr", &TST_allshr, 0xFFFFFFFFFFFFFFFFll, 0ll, 1, 0xFFFFFFFFFFFFFFFFll}, 227 …{"_allshr", &TST_allshr, 0xFFFFFFFFFFFFFFFFll, 0ll, 32, 0xFFFFFFFFFFFFFFFFll}, 228 …{"_allshr", &TST_allshr, 0xFFFFFFFFFFFFFFFFll, 0ll, 33, 0xFFFFFFFFFFFFFFFFll}, 229 …{"_allshr", &TST_allshr, 0xFFFFFFFFFFFFFFFFll, 0ll, 0, 0xFFFFFFFFFFFFFFFFll}, 231 …{"_allshr", &TST_allshr, 0x5F5F5F5F5F5F5F5Fll, 0ll, 1, 0x2FAFAFAFAFAFAFAFll}, [all …]
|
A D | testautomation_audio.c | 825 int i, ii, j, jj, k, kk, l, ll; in audio_convertAudio() local 883 ll = l * cvt.len_mult; in audio_convertAudio() 884 SDLTest_Log("Creating dummy sample buffer of %i length (%i bytes)", l, ll); in audio_convertAudio() 886 cvt.buf = (Uint8 *)SDL_malloc(ll); in audio_convertAudio()
|
/AliOS-Things-master/hardware/chip/haas1000/drivers/net/lwip/src/include/netif/ppp/ |
A D | eui64.h | 75 #define eui64_get(ll, cp) do { \ argument 76 eui64_copy((*cp), (ll)); \ 80 #define eui64_put(ll, cp) do { \ argument 81 eui64_copy((ll), (*cp)); \
|
/AliOS-Things-master/components/lwip/lwip2.0.0/include/netif/ppp/ |
A D | eui64.h | 75 #define eui64_get(ll, cp) do { \ argument 76 eui64_copy((*cp), (ll)); \ 80 #define eui64_put(ll, cp) do { \ argument 81 eui64_copy((ll), (*cp)); \
|
/AliOS-Things-master/hardware/chip/rtl872xd/sdk/component/soc/realtek/amebad/swlib/string/ |
A D | strtod.c | 118 unsigned long long ll; in mul64_8() member 121 const DWunion uu = {.ll = u}; in mul64_8() 138 return w.ll; in mul64_8()
|
/AliOS-Things-master/components/ble_host/bt_shell/bt_host/ |
A D | CMakeLists.txt | 11 ll.c
|
/AliOS-Things-master/components/SDL2/docs/ |
A D | README-raspberrypi.md | 44 To cross compile SDL for Raspbian from your desktop machine, you'll need a 45 Raspbian system root and the cross compilation tools. We'll assume these tools 50 You'll also need a Raspbian binary image. 52 After unzipping, you'll get file with a name like: "<date>-wheezy-raspbian.img" 65 Now, before chrooting into the ARM sysroot, you'll need to apply a workaround,
|
A D | README-dynapi.md | 11 Certainly we'll always be fixing bugs in SDL, even if a new video target isn't 78 but it'll also just work in the default case. 80 and it'll do the right thing.
|
/AliOS-Things-master/components/SDL2/src/image/external/zlib-1.2.11/contrib/minizip/ |
A D | zip.c | 213 local void init_linkedlist(linkedlist_data* ll) in init_linkedlist() argument 215 ll->first_block = ll->last_block = NULL; in init_linkedlist() 218 local void free_linkedlist(linkedlist_data* ll) in free_linkedlist() argument 220 free_datablock(ll->first_block); in free_linkedlist() 221 ll->first_block = ll->last_block = NULL; in free_linkedlist() 230 if (ll==NULL) in add_data_in_datablock() 233 if (ll->last_block == NULL) in add_data_in_datablock() 235 ll->first_block = ll->last_block = allocate_new_datablock(); in add_data_in_datablock() 236 if (ll->first_block == NULL) in add_data_in_datablock() 240 ldi = ll->last_block; in add_data_in_datablock() [all …]
|
/AliOS-Things-master/components/cli/ |
A D | README.md | 350 ll 376 ll /data (或者 ls -l /data) 389 ll
|
/AliOS-Things-master/solutions/kws_demo/ |
A D | package.yaml | 65 CLI_IOBOX_ENABLE: 1 # 可选:使能文件系统测试命令,例如ls, ll, mkdir, touch, echo等
|
/AliOS-Things-master/components/freetype/src/autofit/ |
A D | afhints.c | 450 FT_Pos ll, ss; /* long and short arm lengths */ in af_direction_compute() local 459 ll = dy; in af_direction_compute() 465 ll = -dx; in af_direction_compute() 474 ll = dx; in af_direction_compute() 480 ll = dy; in af_direction_compute() 488 if ( FT_ABS( ll ) <= FT_ABS( ss ) ) in af_direction_compute()
|
/AliOS-Things-master/components/debug/src/ |
A D | debug_print.c | 28 long long ll; member 42 format_var.ll = val; \ 45 format_var.ll = val; \
|
/AliOS-Things-master/components/SDL2/src/image/acinclude/ |
A D | lt~obsolete.m4 | 19 # The trouble is, aclocal is a bit thick. It'll see the old AC_DEFUN 21 # using a macro with the same name in our local m4/libtool.m4 it'll
|
/AliOS-Things-master/components/SDL2/src/image/external/jpeg-9b/ |
A D | install.txt | 193 If you are on a system that doesn't use makefiles, you'll need to set up 204 Here are comments about some specific configuration decisions you'll 243 except a Unix machine, you'll need to configure the 472 compute usable tables for higher precision. Otherwise, you'll have to 610 or jpegtran.ttp. You'll have to perform the self-test by hand. 631 still have an old compiler, you'll need to insert a line reading 697 You'll also need to define TWO_FILE_COMMANDLINE to avoid stdin/stdout. 775 back to jmemansi.c or jmemname.c. You'll probably still need to set 805 You'll still need to be careful about binary I/O through stdin/stdout. 914 models only, you'll need to put [all …]
|
/AliOS-Things-master/components/SDL2/acinclude/ |
A D | lt~obsolete.m4 | 18 # The trouble is, aclocal is a bit thick. It'll see the old AC_DEFUN 20 # using a macro with the same name in our local m4/libtool.m4 it'll
|
/AliOS-Things-master/components/SDL2/src/image/external/tiff-4.0.9/m4/ |
A D | lt~obsolete.m4 | 19 # The trouble is, aclocal is a bit thick. It'll see the old AC_DEFUN 21 # using a macro with the same name in our local m4/libtool.m4 it'll
|
/AliOS-Things-master/components/SDL2/src/image/external/libpng-1.6.37/scripts/ |
A D | lt~obsolete.m4 | 19 # The trouble is, aclocal is a bit thick. It'll see the old AC_DEFUN 21 # using a macro with the same name in our local m4/libtool.m4 it'll
|
/AliOS-Things-master/components/SDL2/src/image/external/libwebp-1.0.2/m4/ |
A D | lt~obsolete.m4 | 19 # The trouble is, aclocal is a bit thick. It'll see the old AC_DEFUN 21 # using a macro with the same name in our local m4/libtool.m4 it'll
|
/AliOS-Things-master/solutions/tflite_micro_speech_demo/ |
A D | package.yaml | 78 CLI_IOBOX_ENABLE: 1 # 可选:使能文件系统测试命令,例如ls, ll, mkdir, touch, echo等
|
/AliOS-Things-master/solutions/eduk1_demo/ |
A D | package.yaml | 41 CLI_IOBOX_ENABLE: 1 # 可选:使能文件系统测试命令,例如ls, ll, mkdir, touch, echo等
|
/AliOS-Things-master/components/mbedtls/library/ |
A D | ecp.c | 1444 mbedtls_mpi l, ll; in ecp_randomize_jac() local 1454 mbedtls_mpi_init( &l ); mbedtls_mpi_init( &ll ); in ecp_randomize_jac() 1473 MBEDTLS_MPI_CHK( mbedtls_mpi_mul_mpi( &ll, &l, &l ) ); MOD_MUL( ll ); in ecp_randomize_jac() 1474 MBEDTLS_MPI_CHK( mbedtls_mpi_mul_mpi( &pt->X, &pt->X, &ll ) ); MOD_MUL( pt->X ); in ecp_randomize_jac() 1477 MBEDTLS_MPI_CHK( mbedtls_mpi_mul_mpi( &ll, &ll, &l ) ); MOD_MUL( ll ); in ecp_randomize_jac() 1478 MBEDTLS_MPI_CHK( mbedtls_mpi_mul_mpi( &pt->Y, &pt->Y, &ll ) ); MOD_MUL( pt->Y ); in ecp_randomize_jac() 1481 mbedtls_mpi_free( &l ); mbedtls_mpi_free( &ll ); in ecp_randomize_jac()
|
/AliOS-Things-master/components/SDL2/src/video/cocoa/ |
A D | SDL_cocoaopengl.m | 87 …/* Make sure to remove us from the old window's context list, or we'll get scheduled updates from … 343 /* In the future we'll want to do this, but to match other platforms 344 we'll leave the OpenGL version the way it is for now
|
/AliOS-Things-master/components/udisplay/ |
A D | README.md | 65 CLI_IOBOX_ENABLE: 1 # 可选:使能文件系统测试命令,例如ls, ll, mkdir, touch, echo等
|