/third_party/mesa3d/src/gallium/auxiliary/nir/ |
H A D | tgsi_to_nir.c | 63 struct tgsi_shader_info *scan; member 325 if (c->scan->processor == PIPE_SHADER_FRAGMENT) { in ttn_emit_declaration() 391 if (c->scan->processor == PIPE_SHADER_FRAGMENT) { in ttn_emit_declaration() 404 if (c->scan->properties[TGSI_PROPERTY_FS_COLOR0_WRITES_ALL_CBUFS]) in ttn_emit_declaration() 598 switch (c->scan->system_value_semantic_name[index]) { in ttn_src_for_file_and_index() 658 if (c->scan->processor == PIPE_SHADER_FRAGMENT && in ttn_src_for_file_and_index() 659 c->scan->input_semantic_name[index] == TGSI_SEMANTIC_FACE) { in ttn_src_for_file_and_index() 662 } else if (c->scan->processor == PIPE_SHADER_FRAGMENT && in ttn_src_for_file_and_index() 663 c->scan->input_semantic_name[index] == TGSI_SEMANTIC_POSITION) { in ttn_src_for_file_and_index() 666 } else if (c->scan in ttn_src_for_file_and_index() 2302 struct tgsi_shader_info scan; ttn_compile_init() local [all...] |
/third_party/backends/tools/ |
H A D | umax_pp.c | 36 int scan = 0; in main() local 48 /* scanning parameters : defaults to preview (75 dpi color, full scan area) */ in main() 65 -w --witdh : scan width in main() 66 -h --height : scan height in main() 69 -s --scan : scan in main() 72 -d --dpi : set scan resolution in main() 77 -r : recover from previous failed scan in main() 197 if ((strcmp (argv[i], "-s") == 0) || (strcmp (argv[i], "--scan") == 0)) in main() 199 scan in main() [all...] |
/third_party/ffmpeg/libavcodec/ |
H A D | rtjpeg.c | 26 i = scan[coeff--]; \ 38 * @param scan array containing the mapping stream address -> block position 46 static inline int get_block(GetBitContext *gb, int16_t *block, const uint8_t *scan, in get_block() argument 120 int res = get_block(&gb, block, c->scan, quant); \ in ff_rtjpeg_decode_frame_yuv420() 180 // permute the scan and quantization tables for the chosen idct in ff_rtjpeg_init() 181 c->scan[i] = c->idsp.idct_permutation[z]; in ff_rtjpeg_init()
|
H A D | bink.c | 140 RUN_BLOCK, ///< block is composed from runs of colours with custom scan order 638 * @param scan scan order table 643 const uint8_t *scan, int *coef_count_, in read_dct_coeffs() 693 block[scan[ccoef]] = t; in read_dct_coeffs() 714 block[scan[ccoef]] = t; in read_dct_coeffs() 740 const uint8_t *scan) in unquantize_dct_coeffs() 746 block[scan[idx]] = (int)(block[scan[idx]] * quant[idx]) >> 11; in unquantize_dct_coeffs() 860 const uint8_t *scan; in binkb_decode_plane() local 642 read_dct_coeffs(BinkContext *c, GetBitContext *gb, int32_t block[64], const uint8_t *scan, int *coef_count_, int coef_idx[64], int q) read_dct_coeffs() argument 738 unquantize_dct_coeffs(int32_t block[64], const uint32_t quant[64], int coef_count, int coef_idx[64], const uint8_t *scan) unquantize_dct_coeffs() argument 1028 const uint8_t *scan; bink_decode_plane() local [all...] |
H A D | indeo5.c | 153 /* select transform function and scan pattern according to plane and band number */ in decode_gop_header() 158 band->scan = ff_zigzag_direct; in decode_gop_header() 165 band->scan = ff_ivi_vertical_scan_8x8; in decode_gop_header() 172 band->scan = ff_ivi_horizontal_scan_8x8; in decode_gop_header() 179 band->scan = ff_ivi_horizontal_scan_8x8; in decode_gop_header() 186 band->scan = ff_ivi_direct_scan_4x4; in decode_gop_header() 243 band2->scan = band1->scan; in decode_gop_header()
|
H A D | h264_cavlc.c | 626 GetBitContext *gb, const uint8_t *scan, in decode_luma_residual() 637 if (decode_residual(h, sl, gb, sl->mb_luma_dc[p], LUMA_DC_BLOCK_INDEX + p, scan, NULL, 16) < 0) { in decode_luma_residual() 648 index, scan + 1, h->ps.pps->dequant4_coeff[p][qscale], 15) < 0 ){ in decode_luma_residual() 680 scan, h->ps.pps->dequant4_coeff[cqm][qscale], 16) < 0 ){ in decode_luma_residual() 1101 const uint8_t *scan, *scan8x8; in ff_h264_decode_mb_cavlc() local 1123 scan = sl->qscale ? h->field_scan : h->field_scan_q0; in ff_h264_decode_mb_cavlc() 1126 scan = sl->qscale ? h->zigzag_scan : h->zigzag_scan_q0; in ff_h264_decode_mb_cavlc() 1129 if ((ret = decode_luma_residual(h, sl, gb, scan, scan8x8, pixel_shift, mb_type, cbp, 0)) < 0 ) { in ff_h264_decode_mb_cavlc() 1134 if (decode_luma_residual(h, sl, gb, scan, scan8x8, pixel_shift, mb_type, cbp, 1) < 0 ) { in ff_h264_decode_mb_cavlc() 1137 if (decode_luma_residual(h, sl, gb, scan, scan8x in ff_h264_decode_mb_cavlc() 625 decode_luma_residual(const H264Context *h, H264SliceContext *sl, GetBitContext *gb, const uint8_t *scan, const uint8_t *scan8x8, int pixel_shift, int mb_type, int cbp, int p) decode_luma_residual() argument [all...] |
/third_party/glslang/glslang/MachineIndependent/preprocessor/ |
H A D | PpContext.h | 211 virtual int scan(TPpToken*) = 0; 369 token = inputStack.back()->scan(ppToken); in scanToken() 428 virtual int scan(TPpToken*) override; 448 virtual int scan(TPpToken*) override 464 virtual int scan(TPpToken*) override; 512 virtual int scan(TPpToken *ppToken) override { 536 virtual int scan(TPpToken *) override; 550 virtual int scan(TPpToken*) override; 660 int scan(TPpToken* t) override { return stringInput.scan( [all...] |
/third_party/backends/backend/ |
H A D | canon630u.c | 80 CANON_Handle scan; member 92 0, /* Number of bytes returned per scan line: */ 93 0, /* Number of pixels per scan line. */ 94 0, /* Number of lines for the current scan. */ 150 done only once, at first scan after powerup. 158 SANE_I18N ("Force scanner calibration before scan"), 193 This option lets the user select the scan resolution. The Canon fb630u 251 This option lets the user select a gray scale scan 257 SANE_I18N ("Grayscale scan"), 258 SANE_I18N ("Do a grayscale rather than color scan"), 647 CANON_Handle scan; attach_scanner() local [all...] |
H A D | plustek-usbcal.c | 17 * fine white, to produce acceptable scan results. However, to make 278 /* define the strip to scan for coarse calibration in cano_AdjustLightsource() 497 * We scan reference image pixels to determine the optimum coarse gain settings 539 /* define the strip to scan for coarse calibration in cano_AdjustGain() 737 * We scan reference image pixels to determine the optimum coarse offset settings 945 ScanDef *scan = &dev->scanning; in cano_AdjustDarkShading() local 946 u_long *scanbuf = scan->pScanBuffer; in cano_AdjustDarkShading() 977 if( scan->sParam.bDataType == SCANDATATYPE_Color ) { in cano_AdjustDarkShading() 1058 scan->sParam.bDataType == SCANDATATYPE_Color?1:0); in cano_AdjustDarkShading() 1073 ScanDef *scan in cano_AdjustWhiteShading() local 1199 ScanDef *scan = &dev->scanning; cano_DoCalibration() local [all...] |
H A D | plustek-usbshading.c | 768 * We scan reference image pixels to determine the optimum coarse gain settings 808 /* define the strip to scan for coarse calibration */ in usb_AdjustGain() 1240 * We scan reference image pixels to determine the optimum coarse offset settings 1724 ScanDef *scan = &dev->scanning; in usb_CalSortHighlight() local 1732 rgb = (RGBUShortDef*)scan->pScanBuffer; in usb_CalSortHighlight() 1738 /* scan the complete line */ in usb_CalSortHighlight() 1742 pw = (RGBUShortDef*)scan->pScanBuffer; in usb_CalSortHighlight() 1775 ScanDef *scan = &dev->scanning; in usb_CalSortShadow() local 1783 rgb = (RGBUShortDef*)scan->pScanBuffer; in usb_CalSortShadow() 1790 pw = ((RGBUShortDef*)scan in usb_CalSortShadow() 1814 ScanDef *scan = &dev->scanning; usb_procHighlightAndShadow() local 1854 ScanDef *scan = &dev->scanning; usb_AdjustWhiteShading() local 2232 ScanDef *scan = &dev->scanning; usb_PrepareCalibration() local 2535 ScanDef *scan = &dev->scanning; usb_DoIt() local 3008 ScanDef *scan = &dev->scanning; global() local 3051 ScanDef *scan = &dev->scanning; global() local [all...] |
/third_party/libwebsockets/minimal-examples/embedded/esp32/esp-heltec-wb32/scan/ |
H A D | scan.c | 28 static const uint8_t scan[] = { variable 46 const uint8_t *p = scan; in main()
|
/third_party/alsa-lib/src/ |
H A D | input.c | 40 int (*scan)(snd_input_t *input, const char *format, va_list args); member 79 result = input->ops->scan(input, format, args); in snd_input_scanf() 162 .scan = snd_input_stdio_scan, 288 .scan = snd_input_buffer_scan,
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/wpa_supplicant/ |
H A D | bgscan_simple.c | 2 * WPA Supplicant - background scan and roaming module: simple 17 #include "scan.h" 25 int short_scan_count; /* counter for scans using short scan interval */ 26 int max_short_scans; /* maximum times we short-scan before back-off */ 51 wpa_printf(MSG_DEBUG, "bgscan simple: Request a background scan"); in bgscan_simple_timeout() 53 wpa_printf(MSG_DEBUG, "bgscan simple: Failed to trigger scan"); in bgscan_simple_timeout() 62 "off to long scan interval"); in bgscan_simple_timeout() 66 * If we lasted a long scan interval without any in bgscan_simple_timeout() 67 * CQM triggers, decrease the short-scan count, in bgscan_simple_timeout() 68 * which allows 1 more short-scan interva in bgscan_simple_timeout() 205 int scan = 0; bgscan_simple_notify_signal_change() local [all...] |
H A D | wpa_priv.c | 140 struct privsep_cmd_scan *scan; in wpa_priv_cmd_scan() local 147 if (len < sizeof(*scan)) { in wpa_priv_cmd_scan() 148 wpa_printf(MSG_DEBUG, "Invalid scan request"); in wpa_priv_cmd_scan() 152 scan = buf; in wpa_priv_cmd_scan() 155 if (scan->num_ssids > WPAS_MAX_SCAN_SSIDS) { in wpa_priv_cmd_scan() 156 wpa_printf(MSG_DEBUG, "Invalid scan request (num_ssids)"); in wpa_priv_cmd_scan() 159 params.num_ssids = scan->num_ssids; in wpa_priv_cmd_scan() 160 for (i = 0; i < scan->num_ssids; i++) { in wpa_priv_cmd_scan() 161 params.ssids[i].ssid = scan->ssids[i]; in wpa_priv_cmd_scan() 162 params.ssids[i].ssid_len = scan in wpa_priv_cmd_scan() [all...] |
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant/ |
H A D | bgscan_simple.c | 2 * WPA Supplicant - background scan and roaming module: simple 17 #include "scan.h" 25 int short_scan_count; /* counter for scans using short scan interval */ 26 int max_short_scans; /* maximum times we short-scan before back-off */ 51 wpa_printf(MSG_DEBUG, "bgscan simple: Request a background scan"); in bgscan_simple_timeout() 53 wpa_printf(MSG_DEBUG, "bgscan simple: Failed to trigger scan"); in bgscan_simple_timeout() 62 "off to long scan interval"); in bgscan_simple_timeout() 66 * If we lasted a long scan interval without any in bgscan_simple_timeout() 67 * CQM triggers, decrease the short-scan count, in bgscan_simple_timeout() 68 * which allows 1 more short-scan interva in bgscan_simple_timeout() 205 int scan = 0; bgscan_simple_notify_signal_change() local [all...] |
H A D | wpa_priv.c | 140 struct privsep_cmd_scan *scan; in wpa_priv_cmd_scan() local 147 if (len < sizeof(*scan)) { in wpa_priv_cmd_scan() 148 wpa_printf(MSG_DEBUG, "Invalid scan request"); in wpa_priv_cmd_scan() 152 scan = buf; in wpa_priv_cmd_scan() 155 if (scan->num_ssids > WPAS_MAX_SCAN_SSIDS) { in wpa_priv_cmd_scan() 156 wpa_printf(MSG_DEBUG, "Invalid scan request (num_ssids)"); in wpa_priv_cmd_scan() 159 params.num_ssids = scan->num_ssids; in wpa_priv_cmd_scan() 160 for (i = 0; i < scan->num_ssids; i++) { in wpa_priv_cmd_scan() 161 params.ssids[i].ssid = scan->ssids[i]; in wpa_priv_cmd_scan() 162 params.ssids[i].ssid_len = scan in wpa_priv_cmd_scan() [all...] |
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/drivers/ |
H A D | driver_privsep.c | 105 struct privsep_cmd_scan scan; in wpa_driver_privsep_scan() local 109 os_memset(&scan, 0, sizeof(scan)); in wpa_driver_privsep_scan() 110 scan.num_ssids = params->num_ssids; in wpa_driver_privsep_scan() 114 scan.ssid_lens[i] = params->ssids[i].ssid_len; in wpa_driver_privsep_scan() 115 os_memcpy(scan.ssids[i], params->ssids[i].ssid, in wpa_driver_privsep_scan() 116 scan.ssid_lens[i]); in wpa_driver_privsep_scan() 121 scan.freqs[i] = params->freqs[i]; in wpa_driver_privsep_scan() 122 scan.num_freqs = i; in wpa_driver_privsep_scan() 124 return wpa_priv_cmd(drv, PRIVSEP_CMD_SCAN, &scan, sizeo in wpa_driver_privsep_scan() [all...] |
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/drivers/ |
H A D | driver_privsep.c | 105 struct privsep_cmd_scan scan; in wpa_driver_privsep_scan() local 109 os_memset(&scan, 0, sizeof(scan)); in wpa_driver_privsep_scan() 110 scan.num_ssids = params->num_ssids; in wpa_driver_privsep_scan() 114 scan.ssid_lens[i] = params->ssids[i].ssid_len; in wpa_driver_privsep_scan() 115 os_memcpy(scan.ssids[i], params->ssids[i].ssid, in wpa_driver_privsep_scan() 116 scan.ssid_lens[i]); in wpa_driver_privsep_scan() 121 scan.freqs[i] = params->freqs[i]; in wpa_driver_privsep_scan() 122 scan.num_freqs = i; in wpa_driver_privsep_scan() 124 return wpa_priv_cmd(drv, PRIVSEP_CMD_SCAN, &scan, sizeo in wpa_driver_privsep_scan() [all...] |
/third_party/libwebsockets/include/libwebsockets/ |
H A D | lws-netdev.h | 64 void (*scan)(struct lws_netdev_instance *nd); member 135 /* Trying to be the group AP... periodically do a scan 140 * doing a scan while trying to be the group AP... if we see a 186 lws_dll2_owner_t scan; /* sorted scan results */ member 202 * Logical scan results sorted list item 271 .scan = lws_netdev_wifi_scan_plat, \
|
/third_party/ninja/src/ |
H A D | build.h | 72 bool CleanNode(DependencyScan* scan, Node* node, std::string* err);
82 bool DyndepsLoaded(DependencyScan* scan, const Node* node,
86 bool RefreshDyndepDependents(DependencyScan* scan, const Node* node, std::string* err);
|
/third_party/PyYAML/tests/lib/ |
H A D | test_tokens.py | 51 for token in yaml.scan(file): 69 for token in yaml.scan(file):
|
/third_party/skia/src/codec/ |
H A D | SkJpegDecoderMgr.cpp | 33 int scan = ((j_decompress_ptr)info)->input_scan_number; in progress_monitor() local 38 if (scan >= 100) { in progress_monitor()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/lib/Support/ |
H A D | regcomp.c | 1471 sop *scan; in findmust() local 1485 scan = g->strip + 1; in findmust() 1487 s = *scan++; in findmust() 1491 newstart = scan - 1; in findmust() 1500 scan--; in findmust() 1502 scan += OPND(s); in findmust() 1503 s = *scan; in findmust() 1532 scan = start; in findmust() 1534 while (OP(s = *scan++) != OCHAR) in findmust() 1549 sop *scan; in pluscount() local [all...] |
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/ |
H A D | regcomp.c | 1599 sop *scan; in findmust() local 1613 scan = g->strip + 1; in findmust() 1615 s = *scan++; in findmust() 1619 newstart = scan - 1; in findmust() 1628 scan--; in findmust() 1630 scan += OPND(s); in findmust() 1631 s = *scan; in findmust() 1660 scan = start; in findmust() 1662 while (OP(s = *scan++) != OCHAR) in findmust() 1677 sop *scan; in pluscount() local [all...] |
/third_party/toybox/toys/pending/ |
H A D | awk.c | 714 //// scan (lexical analyzer) 1079 static void scan(void) in scan() function 1110 scan(); in havetok() 1351 scan(); in expect() 1353 scan(); // consume expected token in expect() 1360 do scan(); while (!ISTOK(tkeof) && !strchr(tklist, CURTOK())); in skip_to() 1453 scan(); in builtin_call() 1473 scan(); in builtin_call() 1484 scan(); in builtin_call() 1494 scan(); in builtin_call() [all...] |