Searched refs:answer (Results 1 – 14 of 14) sorted by relevance
/AliOS-Things-master/components/py_engine/external/unzip/src/ |
A D | miniunz.c | 280 char answer[128]; in do_extract_currentfile() local 284 ret = scanf("%1s", answer); in do_extract_currentfile() 288 rep = answer[0]; in do_extract_currentfile()
|
/AliOS-Things-master/components/SDL2/src/image/external/zlib-1.2.11/contrib/minizip/ |
A D | minizip.c | 349 char answer[128]; local 352 ret = scanf("%1s",answer); 357 rep = answer[0] ;
|
A D | miniunz.c | 386 char answer[128]; local 390 ret = scanf("%1s",answer); 395 rep = answer[0] ;
|
/AliOS-Things-master/components/lwip/lwip2.0.0/apps/mdns/ |
A D | mdns.c | 1064 mdns_read_answer(struct mdns_packet *pkt, struct mdns_answer *answer) in mdns_read_answer() argument 1082 memset(answer, 0, sizeof(struct mdns_answer)); in mdns_read_answer() 1083 res = mdns_read_rr_info(pkt, &answer->info); in mdns_read_answer() 1089 answer->cache_flush = answer->info.klass & 0x8000; in mdns_read_answer() 1090 answer->info.klass &= 0x7FFF; in mdns_read_answer() 1097 answer->ttl = lwip_ntohl(ttl); in mdns_read_answer() 1104 answer->rd_length = lwip_ntohs(field16); in mdns_read_answer() 1106 answer->rd_offset = pkt->parse_offset; in mdns_read_answer() 1107 pkt->parse_offset += answer->rd_length; in mdns_read_answer()
|
/AliOS-Things-master/components/SDL2/src/image/external/zlib-1.2.11/win32/ |
A D | DLL_FAQ.txt | 100 - The official answer is "no"; the real answer depends again on 317 explained in the answer to Question 14. 325 article KB326922 (see the previous answer), the C runtime that 342 as explained in the answer to Question 14. 367 file name, as suggested in the previous answer. 380 different file name, as suggested in the previous answer.
|
/AliOS-Things-master/components/SDL2/src/power/uikit/ |
A D | SDL_syspower.m | 107 return SDL_TRUE; /* always the definitive answer on iOS. */
|
/AliOS-Things-master/components/SDL2/src/image/external/zlib-1.2.11/contrib/puff/ |
A D | README | 17 deflate format, and I hope that reading this code will answer those questions.
|
/AliOS-Things-master/components/SDL2/src/image/external/zlib-1.2.11/old/ |
A D | visual-basic.txt | 18 Got the answer! (I haven't had time to check this but it's what I got, and
|
/AliOS-Things-master/components/littlevgl/docs/ |
A D | CONTRIBUTING.md | 20 We use the [Forum](https://forum.littlevgl.com/) to ask and answer questions and [GitHub's issue tr…
|
/AliOS-Things-master/components/ai_agent/src/engine/tflite-micro/tensorflow/lite/experimental/acceleration/configuration/ |
A D | configuration.proto | 66 // Prefer returning a single answer as fast as possible, even if this causes
|
/AliOS-Things-master/components/ble_mesh/bt_mesh/ |
A D | Kconfig | 185 Since there is no single optimal answer, this configuration
|
/AliOS-Things-master/components/SDL2/src/image/external/jpeg-9b/ |
A D | install.txt | 510 compilers, alternate definitions may compute the right answer, yet be slower
|
/AliOS-Things-master/components/SDL2/src/image/external/libpng-1.6.37/ |
A D | libpng-manual.txt | 809 default if you don't know what the right answer is!
|
A D | CHANGES | 3440 wrong in 128 out of 65536 cases. Getting the right answer all the time
|
Completed in 53 milliseconds