HomeSort by relevance Sort by last modified time
    Searched full:scan (Results 226 - 250 of 2076) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /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_8/src/rsn_supp/
preauth.c 163 * address. This is usually called for PMKSA candidates found from scan results
346 * is called from scan result processing and from driver events for PMKSA
365 * entry. Do not override priority based on normal scan results. */
409 * rsn_preauth_scan_results - Start processing scan results for canditates
413 * This functions is used to notify RSN code about start of new scan results
414 * processing. The actual scan results will be provided by calling
433 * rsn_preauth_scan_result - Processing scan result for PMKSA canditates
436 * Add all suitable APs (Authenticators) from scan results into PMKSA
460 /* Give less priority to candidates found from normal scan results. */
  /external/zlib/src/contrib/asm686/
match.S 44 #define scan 32 /* ptr to string wanting match */ define
148 /* register Bytef *scan = s->window + s->strstart; */
154 movl %edi, scan(%esp)
156 /* Determine how many bytes the scan ptr is off from being */
184 /* register ush scan_start = *(ushf*)scan; */
185 /* register ush scan_end = *(ushf*)(scan+best_len-1); */
246 movl scan(%esp), %edi
289 movl scan(%esp), %edi
310 /* 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/bluetooth/bluedroid/stack/include/
hcimsgs.h 722 HCI_API extern BOOLEAN btsnd_hcic_read_scan_enable(void); /* Read Scan Enable */
723 HCI_API extern BOOLEAN btsnd_hcic_write_scan_enable(UINT8 flag); /* Write Scan Enable */
724 HCI_API extern BOOLEAN btsnd_hcic_read_pagescan_cfg(void); /* Read Page Scan Activity */
727 UINT16 window); /* Write Page Scan Activity */
733 /* Write Page Scan Activity */
735 HCI_API extern BOOLEAN btsnd_hcic_read_inqscan_cfg(void); /* Read Inquiry Scan Activity */
737 /* Write Inquiry Scan Activity */
744 /* Write Inquiry Scan Activity */
    [all...]
btm_ble_api.h 99 /* default scan interval */
103 /* default scan window for background connection, applicable for auto connection or selective conenction */
108 /* default scan paramter used in reduced power cycle (background scanning) */
116 /* default scan paramter used in reduced power cycle (background scanning) */
409 ** Description This function is called to set Scan parameters.
413 ** scan_type: scan mode.
425 ** Description This function is called to write LE scan response.
427 ** Parameters: p_scan_rsp: scan response.
691 ** Description Set scan parameters used in BLE connection request
693 ** Parameters: scan_interval - scan interva
    [all...]
  /external/freetype/include/freetype/
ftimage.h 22 /* Note: A `raster' is simply a scan-line converter, used to render */
338 /* This structure is used to describe an outline to the scan-line */
374 /* and give hints to the scan-converter and hinter on */
429 /* (typically for Type~1 fonts). This flag is ignored by the scan */
433 /* By default, the scan converter will try to detect drop-outs in */
435 /* shape continuity. If set, this flag hints the scan-line */
449 /* This flag indicates that the scan-line converter should try to */
453 /* given scan-converter. */
456 /* This flag is set to force a given scan-converter to only use a */
460 /* scan-converter. *
    [all...]
  /external/valgrind/main/coregrind/m_demangle/
cplus-dem.c 2738 const char *scan; local
3197 const char *scan; local
    [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
  /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' */
  /external/jpeg/
jdcoefct.c 84 /* In an interleaved scan, an MCU row is the same as an iMCU row.
85 * In a noninterleaved scan, an iMCU row has v_samp_factor MCU rows.
230 /* Completed the scan */
250 * ie, v_samp_factor block rows for each component in the scan.
265 /* Align the virtual buffers for the components used in this scan. */
301 cinfo->entropy->index->scan[cinfo->input_scan_number];
349 /* Completed the scan */
368 jset_input_stream_position(cinfo, index->scan[i].bitstream_offset);
376 // Consume scan block data
400 huffman_scan_header *scan_header = index->scan + current_scan
    [all...]
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/qemu/distrib/jpeg-6b/
jdcoefct.c 84 /* In an interleaved scan, an MCU row is the same as an iMCU row.
85 * In a noninterleaved scan, an iMCU row has v_samp_factor MCU rows.
230 /* Completed the scan */
250 * ie, v_samp_factor block rows for each component in the scan.
265 /* Align the virtual buffers for the components used in this scan. */
301 cinfo->entropy->index->scan[cinfo->input_scan_number];
349 /* Completed the scan */
368 jset_input_stream_position(cinfo, index->scan[i].bitstream_offset);
376 // Consume scan block data
400 huffman_scan_header *scan_header = index->scan + current_scan
    [all...]
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...]
  /external/wpa_supplicant_8/wpa_supplicant/
bss.c 18 #include "scan.h"
544 * wpa_bss_update_start - Start a BSS table update from scan results
548 * scan results. The actual scan result entries are indicated with calls to
555 wpa_dbg(wpa_s, MSG_DEBUG, "BSS: Start scan result update %u",
562 * wpa_bss_update_scan_res - Update a BSS table entry based on a scan result
564 * @res: Scan result
567 * This function updates a BSS table entry (or adds one) based on a scan result.
568 * This is called separately for each scan result between the calls to
586 "than our scan trigger"
    [all...]
ChangeLog 17 - better coordination of concurrent scan and P2P search operations
70 * optimize WPS connection speed by disconnecting prior to WPS scan and
112 * adjusted bgscan_simple fast-scan backoff to avoid too frequent
130 * optimized scan operations for P2P use cases (use single channel scan
146 * added disabled_scan_offload parameter to disable automatic scan
150 * added support for OBSS scan requests and 20/40 BSS coexistence reports
205 * optimized scan result use for network selection
206 - use the internal BSS table instead of raw scan results
265 - Export max scan ssids supported by the driver as MaxScanSSID
    [all...]
  /external/clang/utils/analyzer/
SATestBuild.py 32 The compiler for scan-build and scan-build are in the PATH.
153 # This is a file containing commands for scan-build.
166 # The scan-build result directory.
199 # Build the project with scan-build by reading in the commands and
200 # prefixing them with the scan-build options.
212 SBPrefix = "scan-build " + SBOptions + " "
227 print "Error: scan-build failed. See ",PBuildLogFile.name,\
309 # Clean up scan build results.
351 # Given the scan-build output directory, checks if the build failed
    [all...]
SumTimerInfo.py 4 Script to Summarize statistics in the scan-build output.
6 Statistics are enabled by passing '-internal-stats' option to scan-build
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/
wireless.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
524 #define IW_SCAN_DEFAULT 0x0000 /* Default scan of the driver */
525 #define IW_SCAN_ALL_ESSID 0x0001 /* Scan all ESSIDs */
526 #define IW_SCAN_THIS_ESSID 0x0002 /* Scan only this ESSID */
527 #define IW_SCAN_ALL_FREQ 0x0004 /* Scan all Frequencies */
528 #define IW_SCAN_THIS_FREQ 0x0008 /* Scan only this Frequency */
529 #define IW_SCAN_ALL_MODE 0x0010 /* Scan all Modes *
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/linux/
wireless.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
524 #define IW_SCAN_DEFAULT 0x0000 /* Default scan of the driver */
525 #define IW_SCAN_ALL_ESSID 0x0001 /* Scan all ESSIDs */
526 #define IW_SCAN_THIS_ESSID 0x0002 /* Scan only this ESSID */
527 #define IW_SCAN_ALL_FREQ 0x0004 /* Scan all Frequencies */
528 #define IW_SCAN_THIS_FREQ 0x0008 /* Scan only this Frequency */
529 #define IW_SCAN_ALL_MODE 0x0010 /* Scan all Modes *
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/linux/
wireless.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
524 #define IW_SCAN_DEFAULT 0x0000 /* Default scan of the driver */
525 #define IW_SCAN_ALL_ESSID 0x0001 /* Scan all ESSIDs */
526 #define IW_SCAN_THIS_ESSID 0x0002 /* Scan only this ESSID */
527 #define IW_SCAN_ALL_FREQ 0x0004 /* Scan all Frequencies */
528 #define IW_SCAN_THIS_FREQ 0x0008 /* Scan only this Frequency */
529 #define IW_SCAN_ALL_MODE 0x0010 /* Scan all Modes *
    [all...]
  /external/bison/src/
scan-code.c 1 #line 2 "scan-code.c"
3 #line 4 "scan-code.c"
654 #line 1 "scan-code.l"
674 #line 24 "scan-code.l"
686 #include "scan-code.h"
733 scan-gram.l "letter" and "id". */
734 #line 735 "scan-code.c"
980 #line 94 "scan-code.l"
1017 #line 1018 "scan-code.c"
    [all...]
  /cts/tests/tests/media/src/android/media/cts/
MediaScannerNotificationTest.java 58 // add .nomedia file and scan again
76 // scan one more time just to clean everything up nicely

Completed in 787 milliseconds

1 2 3 4 5 6 7 8 91011>>