Home
last modified time | relevance | path

Searched refs:attempts (Results 1 – 18 of 18) sorted by relevance

/AliOS-Things-master/components/py_engine/engine/tools/
A Dcc183 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 Dadv.h41 u8_t attempts; member
/AliOS-Things-master/components/mbedtls/library/
A Dentropy.c548 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 Dlibtiff-CVE-2017-11613.patch9 with that number of strips to avoid useless attempts at allocating a lot of
A DChangeLog142 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 DREADME.md6 …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 Dauth.c1573 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 DSDL_x11window.c1582 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 Dpngconfig.mak79 # compilers (in fact attempts to build will fail at compile time.)
/AliOS-Things-master/components/ble_mesh/bt_mesh/core/src/
A Dtransport.c289 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 Dalgorithm.txt48 important than speed, deflate() attempts a complete second search even if
A Drfc1951.txt829 compression ratio is most important, the compressor attempts a
/AliOS-Things-master/components/SDL2/src/gfx/
A DINSTALL24 The `configure' shell script attempts to guess correct values for
/AliOS-Things-master/components/SDL2/src/gfx/Test/
A DINSTALL24 The `configure' shell script attempts to guess correct values for
/AliOS-Things-master/components/SDL2/src/hidapi/ios/
A Dhid.m343 // Steam Controllers, and may also trigger firmware weirdness when a device attempts to start
/AliOS-Things-master/components/mbedtls/include/mbedtls/
A Dconfig.h.bak265 * 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 DCHANGES1089 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 Dlibpng-manual.txt90 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