/system/wlan/ti/sta_dk_4_0_4_32/common/src/core/Core_Adapt/ |
CORE_Adapt_Defs.h | 74 /* voice synch trigger for scan */ 113 /* Scan complete Callback - This routine is called from the HAL upon TNET scan complete */ 116 /* SME scan complete CB - This function is called by the scan service when it wants to indicate scan_complete event (to the sme)*/
|
/system/wlan/ti/wilink_6_1/stad/src/Sta_Management/ |
scanResultTable.c | 35 * \brief implements a table holding scan results, by BSSID 145 * \brief Create a scan result table object. 147 * Create a scan result table object. Allocate system resources. 151 * \return Handle to the newly created scan result table object, NULL if an error occured. 181 * \brief Initializes the scan result table object 183 * Initializes the scan result table object. Set handles to other objects. 185 * \param hScanResultTable - handle to the scan result table object 207 * \brief Destroys the scan result table object 209 * Destroys the scan result table object. Release system resources 211 * \param hScanResultTable - handle to the scan result table objec [all...] |
/external/kernel-headers/original/asm-x86/ |
voyager.h | 75 /* the maximum size of a scan path -- used to form instructions */ 100 __u8 asic_location; /* Location within scan path; start w/ 0 */ 109 __u8 scan_path_connected; /* Scan path connected */ 112 __u16 inst_bits; /* Instruction bits in the scan path */ 113 __u16 largest_reg; /* Largest register in the scan path */ 114 __u16 smallest_reg; /* Smallest register in the scan path */ 115 voyager_asic_t *asic; /* First ASIC in scan path (CAT_I) */ 124 __u16 boundry_id; /* boundary scan id */ 134 __u16 scan_path_offset;/* scan path offset */
|
/external/quake/quake/src/QW/server/ |
sv_init.c | 190 byte *scan; local 200 scan = sv.pvs; 202 for (i=0 ; i<num ; i++, scan+=rowbytes) 204 memcpy (scan, Mod_LeafPVS(sv.worldmodel->leafs+i, sv.worldmodel), 210 if ( scan[j>>3] & (1<<(j&7)) ) 220 scan = sv.pvs; 222 for (i=0 ; i<num ; i++, dest += rowwords, scan += rowbytes) 224 memcpy (dest, scan, rowbytes); 227 bitbyte = scan[j];
|
/external/wpa_supplicant/ |
wpa_supplicant_i.h | 306 * SSID was used in the previous scan 336 int scan_req; /* manual scan request; this forces a scan even if there 338 int scan_res_tried; /* whether ap_scan=1 mode has tried to fetch scan 339 * results without a new scan request; this is used 341 * has already available scan results. */ 345 int scan_ongoing; /* scan ongoing or not */ 481 if (wpa_s->driver->scan) { 482 return wpa_s->driver->scan(wpa_s->drv_priv, ssid, ssid_len);
|
wireless_copy.h | 193 * - Add optional scan request parameters for SIOCSIWSCAN 359 #define IWEVQUAL 0x8C01 /* Quality part of statistics (scan) */ 364 * (scan results); This includes id and 366 * contain more than one IE. Scan 525 #define IW_SCAN_DEFAULT 0x0000 /* Default scan of the driver */ 526 #define IW_SCAN_ALL_ESSID 0x0001 /* Scan all ESSIDs */ 527 #define IW_SCAN_THIS_ESSID 0x0002 /* Scan only this ESSID */ 528 #define IW_SCAN_ALL_FREQ 0x0004 /* Scan all Frequencies */ 529 #define IW_SCAN_THIS_FREQ 0x0008 /* Scan only this Frequency */ 530 #define IW_SCAN_ALL_MODE 0x0010 /* Scan all Modes * [all...] |
/external/zlib/contrib/asm586/ |
match.S | 30 #define scan 32 /* ptr to string wanting match */ define 109 /* register Bytef *scan = s->window + s->strstart; */ 115 movl %edi, scan(%esp) 117 /* Determine how many bytes the scan ptr is off from being */ 166 /* register ush scan_start = *(ushf*)scan; */ 167 /* register ush scan_end = *(ushf*)(scan+best_len-1); */ 254 movl scan(%esp), %edi 299 movl scan(%esp), %edi 321 /* scan_end = *(ushf*)(scan+best_len-1); */
|
/external/zlib/contrib/masm686/ |
match.asm | 119 scan = 32 ; ptr to string wanting match
define 187 ;/* register Bytef *scan = s->window + s->strstart; */
193 mov [esp+scan],edi
195 ;/* Determine how many bytes the scan ptr is off from being */
223 ;/* register ush scan_start = *(ushf*)scan; */
224 ;/* register ush scan_end = *(ushf*)(scan+best_len-1); */
288 mov edi, [esp+scan]
342 mov edi, [esp+scan]
364 ;/* scan_end = *(ushf*)(scan+best_len-1); */
|
/external/kernel-headers/original/linux/mtd/ |
nand.h | 28 /* Scan and identify a NAND device */ 179 /* This option skips the bbt scan during initialization. */ 182 /* Options set by nand scan */ 183 /* Nand scan has allocated controller struct */ 310 * @scan_bbt: [REPLACEABLE] function to scan bad block table 334 * @badblock_pattern: [REPLACEABLE] bad block scan pattern used for initial bad block scan 450 * @version: version read from the bbt page during scan 487 /* The bbt is at the given page, else we must scan for the bbt */ 489 /* The bbt is at the given page, else we must scan for the bbt * [all...] |
/external/bison/djgpp/ |
config.bat | 209 test -f %XSRC%/src/c-scan-gram.c
211 test -f %XSRC%/src/scan-gram-c.c
212 if not errorlevel 1 mv -f %XSRC%/src/scan-gram-c.c %XSRC%/src/c-scan-gram.c
214 test -f %XSRC%/src/c-scan-skel.c
216 test -f %XSRC%/src/scan-skel-c.c
217 if not errorlevel 1 mv -f %XSRC%/src/scan-skel-c.c %XSRC%/src/c-scan-skel.c
317 Rem Use only if you want to change the scan-gram.l and scan-skel.l files. [all...] |
/external/freetype/include/freetype/ |
ftimage.h | 22 /* Note: A `raster' is simply a scan-line converter, used to render */ 326 /* This structure is used to describe an outline to the scan-line */ 362 /* and give hints to the scan-converter and hinter on */ 417 /* (typically for Type~1 fonts). This flag is ignored by the scan */ 421 /* By default, the scan converter will try to detect drop-outs in */ 423 /* shape continuity. If set, this flag hints the scan-line */ 437 /* This flag indicates that the scan-line converter should try to */ 441 /* given scan-converter. */ 444 /* This flag is set to force a given scan-converter to only use a */ 448 /* scan-converter. * [all...] |
/external/bison/src/ |
scan-skel.c | 1 #line 2 "scan-skel.c" 3 #line 4 "scan-skel.c" 579 #line 1 "scan-skel.l" 580 /* Scan Bison Skeletons. -*- C -*- 601 #line 27 "scan-skel.l" 615 #include "scan-skel.h" 637 #line 638 "scan-skel.c" 842 #line 63 "scan-skel.l" 850 #line 851 "scan-skel.c" 963 #line 70 "scan-skel.l [all...] |
Makefile | 43 scan-gram.c scan-skel.c 88 scan-gram-c.$(OBJEXT) scan-skel-c.$(OBJEXT) state.$(OBJEXT) \ 268 scan-gram-c.c \ 269 scan-skel-c.c scan-skel.h \ 279 EXTRA_bison_SOURCES = scan-skel.l scan-gram.l 280 BUILT_SOURCES = scan-skel.c scan-gram.c parse-gram.c parse-gram. [all...] |
Makefile.in | 43 scan-gram.c scan-skel.c 88 scan-gram-c.$(OBJEXT) scan-skel-c.$(OBJEXT) state.$(OBJEXT) \ 268 scan-gram-c.c \ 269 scan-skel-c.c scan-skel.h \ 279 EXTRA_bison_SOURCES = scan-skel.l scan-gram.l 280 BUILT_SOURCES = scan-skel.c scan-gram.c parse-gram.c parse-gram. [all...] |
/hardware/ti/wlan/wl1271/CUDK/configurationutility/src/ |
ticon.c | 361 /* -------------------------------------------- Scan -------------------------------------------- */ 363 CHK_NULL(h = (THandle) Console_AddDirExt(pTiCon->hConsole, (THandle) NULL, (PS8)"scAn", (PS8)"Scan Service Configuration" ) ); 364 Console_AddToken(pTiCon->hConsole, h, (PS8)"Start", (PS8)"Start One-Shot Application Scan", (FuncToken_t) CuCmd_StartScan, NULL ); 365 Console_AddToken(pTiCon->hConsole, h, (PS8)"sTop", (PS8)"Stop One-Shot Application Scan", (FuncToken_t) CuCmd_StopScan, NULL ); 368 ConParm_t aaa[] = { {(PS8)"Scan Type (0=Active, 1=Passive)", CON_PARM_RANGE | CON_PARM_OPTIONAL, 0, 1, 0 }, 372 Console_AddToken(pTiCon->hConsole,h, (PS8)"Wextstart", (PS8)"WEXT Start One-Shot Application Scan", (FuncToken_t) CuCmd_WextStartScan, aaa ); 376 CHK_NULL(h1 = (THandle) Console_AddDirExt(pTiCon->hConsole, (THandle) h, (PS8)"configApp", (PS8)"Configure One-Shot Application Scan Params" ) ); 380 #ifdef TI_DBG /* limitn application scan to normal only in release version */ 381 {(PS8)"Scan Type", CON_PARM_RANGE, SCAN_TYPE_NORMAL_PASSIVE, SCAN_TYPE_TRIGGERED_ACTIVE, 0 } [all...] |
/external/quake/quake/src/WinQuake/ |
vgamodes.h | 210 VRS_BYTE_OUT, MISC_OUTPUT, 0xA3, // 350-scan-line scan rate
236 // set the vertical counts for 350-scan-line mode
257 VRS_BYTE_OUT, MISC_OUTPUT, 0xA7, // 350-scan-line scan rate
283 // set the vertical counts for 350-scan-line mode and 360 pixels across
|
/frameworks/base/core/tests/ConnectivityManagerTest/src/com/android/connectivitymanagertest/ |
ConnectivityManagerTestActivity.java | 233 Log.v(LOG_TAG, "notify that scan results are available"); 273 // if no scan results are available, start active scan 281 // wait for the scan results to be available 283 // wait for the scan result to be available 302 Log.v(LOG_TAG, "found " + knownSSID + " in the scan result list");
|
/system/core/liblog/ |
event_tag_map.c | 219 * This is a very "loose" scan. We don't try to detect syntax errors here. 251 /* we've made up our mind; just scan to end of line */ 287 /* comment; just scan to end */ 290 /* looks like a tag; scan it out */ 325 * Scan one tag line. 370 /* CRLF or trailin spaces; zap this char, then scan for the '\n' */
|
/system/wlan/ti/wilink_6_1/CUDK/configurationutility/src/ |
ticon.c | 362 /* -------------------------------------------- Scan -------------------------------------------- */ 364 CHK_NULL(h = (THandle) Console_AddDirExt(pTiCon->hConsole, (THandle) NULL, (PS8)"scAn", (PS8)"Scan Service Configuration" ) ); 365 Console_AddToken(pTiCon->hConsole, h, (PS8)"Start", (PS8)"Start One-Shot Application Scan", (FuncToken_t) CuCmd_StartScan, NULL ); 366 Console_AddToken(pTiCon->hConsole, h, (PS8)"sTop", (PS8)"Stop One-Shot Application Scan", (FuncToken_t) CuCmd_StopScan, NULL ); 372 Console_AddToken(pTiCon->hConsole,h, (PS8)"Wextstart", (PS8)"WEXT Start One-Shot Application Scan", (FuncToken_t) CuCmd_WextStartScan, aaa ); 376 CHK_NULL(h1 = (THandle) Console_AddDirExt(pTiCon->hConsole, (THandle) h, (PS8)"configApp", (PS8)"Configure One-Shot Application Scan Params" ) ); 380 #ifdef TI_DBG /* limitn application scan to normal only in release version */ 381 {(PS8)"Scan Type", CON_PARM_RANGE, SCAN_TYPE_NORMAL_PASSIVE, SCAN_TYPE_TRIGGERED_ACTIVE, 0 }, 383 {(PS8)"Scan Type", CON_PARM_RANGE, SCAN_TYPE_NORMAL_PASSIVE, SCAN_TYPE_NORMAL_ACTIVE, 0 } [all...] |
/external/wpa_supplicant_6/wpa_supplicant/src/common/ |
wireless_copy.h | 193 * - Add optional scan request parameters for SIOCSIWSCAN 359 #define IWEVQUAL 0x8C01 /* Quality part of statistics (scan) */ 364 * (scan results); This includes id and 366 * contain more than one IE. Scan 525 #define IW_SCAN_DEFAULT 0x0000 /* Default scan of the driver */ 526 #define IW_SCAN_ALL_ESSID 0x0001 /* Scan all ESSIDs */ 527 #define IW_SCAN_THIS_ESSID 0x0002 /* Scan only this ESSID */ 528 #define IW_SCAN_ALL_FREQ 0x0004 /* Scan all Frequencies */ 529 #define IW_SCAN_THIS_FREQ 0x0008 /* Scan only this Frequency */ 530 #define IW_SCAN_ALL_MODE 0x0010 /* Scan all Modes * [all...] |
/hardware/ti/wlan/wl1271/wpa_supplicant_lib/ |
driver_ti.c | 227 /* init application scan default params */ 229 /* all scan, we will use active scan */ 256 Routine Description: request scan from driver 276 /* Initialize scan parameters */ 298 drv->last_scan = scan_type; /* Remember scan type for last scan */ 303 wpa_printf(MSG_ERROR, "ERROR - Failed to do tista scan!"); 308 wpa_printf(MSG_DEBUG, "Scan requested (ret=%d) - scan timeout %d sec" [all...] |
/system/wlan/ti/wilink_6_1/wpa_supplicant_lib/ |
driver_ti.c | 227 /* init application scan default params */ 229 /* all scan, we will use active scan */ 256 Routine Description: request scan from driver 276 /* Initialize scan parameters */ 298 drv->last_scan = scan_type; /* Remember scan type for last scan */ 303 wpa_printf(MSG_ERROR, "ERROR - Failed to do tista scan!"); 308 wpa_printf(MSG_DEBUG, "Scan requested (ret=%d) - scan timeout %d sec" [all...] |
/external/jpeg/ |
libjpeg.doc | 119 while (scan lines remain to be written) 146 while (scan lines remain to be read) 379 5. while (scan lines remain to be written) 624 to complete. With a single-scan (non progressive) JPEG file and default 655 6. while (scan lines remain to be read) [all...] |
jcmarker.c | 225 /* one DAC marker. Therefore this routine does its own scan of the table. */ 326 /* Progressive mode: only DC or only AC tables are used in one scan; 332 ta = 0; /* DC scan */ 336 td = 0; /* AC scan */ 545 * Write scan header. 570 /* Progressive mode: only DC or only AC tables are used in one scan */ 572 if (cinfo->Ah == 0) /* DC needs no table for refinement scan */ 585 /* Emit DRI if required --- note that DRI value could change for each scan.
|
/external/bluetooth/glib/gio/fen/ |
fen-missing.c | 41 /* global data structure for scan missing files */ 102 /* if doesn't scan, then start */
|