Searched defs:flush (Results 1 - 7 of 7) sorted by relevance

/system/core/toolbox/
H A Dreadtty.c66 int flush = 0; local
87 flush = 1;
108 if(flush)
143 if(flush)
/system/extras/tests/bionic/libc/other/
H A Dtest_zlib.c47 int ret, flush; local
68 flush = feof(source) ? Z_FINISH : Z_NO_FLUSH;
76 ret = deflate(&strm, flush); /* no bad return value */
85 } while (flush != Z_FINISH);
/system/wlan/ti/sta_dk_4_0_4_32/common/src/hal/Export_Inc/
H A DwhalCtrl_api.h442 UINT8 flush; member in struct:__anon831
/system/wlan/ti/sta_dk_4_0_4_32/common/src/hal/FirmwareApi/
H A Dpublic_commands.h640 #define JOIN_CMD_CTRL_TX_FLUSH 0x80 // When this bit is set, the firmware will flush all Tx
1450 Bool_e flush; /* 1: Flush TX at switch time; */ member in struct:__anon877
1451 /* 0: Do not flush*/
/system/wlan/ti/wilink_6_1/TWD/FirmwareApi/
H A Dpublic_commands.h579 /* When this bit is set,the firmware will flush all Tx frames in the pipe and will not transmit them. */
1213 Bool_e flush; /* 1: Flush TX at switch time; */ member in struct:__anon1201
1214 /* 0: Do not flush*/
/system/core/libacc/
H A Dacc.cpp222 virtual void flush() = 0;
307 virtual void flush() {} function in class:acc::Compiler::CodeBuf
602 void flush() { function in class:acc::Compiler::CodeGenerator
603 pCodeBuf->flush();
827 void flush() { function in class:acc::Compiler::ARMCodeBuf
831 mpBase->flush();
962 flush();
967 flush();
972 flush();
1958 flush();
[all...]
/system/wlan/ti/wilink_6_1/TWD/TWDriver/
H A DTWDriver.h1995 TI_UINT8 flush; /**< 1: Flush TX at switch time; 0: Do not flush */ member in struct:__anon1472

Completed in 463 milliseconds