Searched refs:attempts (Results 1 – 18 of 18) sorted by relevance
/AliOS-Things-master/components/py_engine/engine/tools/ |
A D | cc1 | 83 attempts = 0 85 attempts += 1 87 return attempts, None 89 return attempts, map[pos][1] 93 return attempts, None 164 attempts, line = hash_find(map, qstr) 167 print(' %s lookup took %u attempts' % (qstr, attempts)) 168 total_attempts += attempts
|
/AliOS-Things-master/components/ble_mesh/bt_mesh/core/inc/ |
A D | adv.h | 41 u8_t attempts; member
|
/AliOS-Things-master/components/mbedtls/library/ |
A D | entropy.c | 548 size_t attempts = buf_len; in mbedtls_entropy_source_self_test_gather() local 550 while( attempts > 0 && entropy_len < buf_len ) in mbedtls_entropy_source_self_test_gather() 557 attempts--; in mbedtls_entropy_source_self_test_gather()
|
/AliOS-Things-master/components/SDL2/src/image/external/tiff-4.0.9/ |
A D | libtiff-CVE-2017-11613.patch | 9 with that number of strips to avoid useless attempts at allocating a lot of
|
A D | ChangeLog | 142 allocation attempts in TIFFReadDirEntryArray() on short files. 1060 * libtiff/tif_getimage.c (TIFFRGBAImageOK): Reject attempts to 1329 read attempts
|
/AliOS-Things-master/components/fatfs/ |
A D | README.md | 6 …system. The fatfs module is written in compliance with ANSI C (C89). It attempts to provide AOS-co…
|
/AliOS-Things-master/components/lwip/lwip2.0.0/netif/ppp/ |
A D | auth.c | 1573 static int attempts = 0; 1655 if (attempts++ >= 10) { 1656 ppp_warn("%d LOGIN FAILURES ON %s, %s", attempts, devnam, user); 1659 if (attempts > 3) 1660 sleep((u_int) (attempts - 3) * 5); 1665 attempts = 0; /* Reset count */
|
/AliOS-Things-master/components/SDL2/src/video/x11/ |
A D | SDL_x11window.c | 1582 int attempts; in X11_SetWindowGrab() local 1586 for (attempts = 0; attempts < 100; attempts++) { in X11_SetWindowGrab()
|
/AliOS-Things-master/components/SDL2/src/image/external/libpng-1.6.37/projects/owatcom/ |
A D | pngconfig.mak | 79 # compilers (in fact attempts to build will fail at compile time.)
|
/AliOS-Things-master/components/ble_mesh/bt_mesh/core/src/ |
A D | transport.c | 289 if (!(BT_MESH_ADV(seg)->seg.attempts--)) { in seg_tx_send_unacked() 388 BT_MESH_ADV(seg)->seg.attempts = SEG_RETRANSMIT_ATTEMPTS; in send_seg()
|
/AliOS-Things-master/components/SDL2/src/image/external/zlib-1.2.11/doc/ |
A D | algorithm.txt | 48 important than speed, deflate() attempts a complete second search even if
|
A D | rfc1951.txt | 829 compression ratio is most important, the compressor attempts a
|
/AliOS-Things-master/components/SDL2/src/gfx/ |
A D | INSTALL | 24 The `configure' shell script attempts to guess correct values for
|
/AliOS-Things-master/components/SDL2/src/gfx/Test/ |
A D | INSTALL | 24 The `configure' shell script attempts to guess correct values for
|
/AliOS-Things-master/components/SDL2/src/hidapi/ios/ |
A D | hid.m | 343 // Steam Controllers, and may also trigger firmware weirdness when a device attempts to start
|
/AliOS-Things-master/components/mbedtls/include/mbedtls/ |
A D | config.h.bak | 265 * When this flag is not defined, the library only attempts to validate an 272 * When this flag is defined, the library additionally attempts to validate
|
/AliOS-Things-master/components/SDL2/src/image/external/libpng-1.6.37/ |
A D | CHANGES | 1089 Added a check for attempts to read or write PLTE in grayscale PNG datastreams. 1103 if user attempts to run it on an 8-bit display. 3420 Corrects the code for palette image tests and disables attempts to 3904 attempts to dissuade people from running it when it is not, or should not, 4599 passed in CFLAGS as opposed to CC. This change attempts to avoid all 5381 attempts to ignore the errors in the code aren't quite enough to
|
A D | libpng-manual.txt | 90 users may want to modify it more. All attempts were made to make it as 5164 The library now issues an error if the application attempts to set a 5165 transform after it calls png_read_update_info() or if it attempts to call
|
Completed in 64 milliseconds