/third_party/node/deps/ngtcp2/ngtcp2/lib/ |
H A D | ngtcp2_rst.c | 46 void ngtcp2_rst_init(ngtcp2_rst *rst) { in ngtcp2_rst_init() argument 47 ngtcp2_rs_init(&rst->rs); in ngtcp2_rst_init() 48 ngtcp2_window_filter_init(&rst->wf, 12); in ngtcp2_rst_init() 49 rst->delivered = 0; in ngtcp2_rst_init() 50 rst->delivered_ts = 0; in ngtcp2_rst_init() 51 rst->first_sent_ts = 0; in ngtcp2_rst_init() 52 rst->app_limited = 0; in ngtcp2_rst_init() 53 rst->next_round_delivered = 0; in ngtcp2_rst_init() 54 rst->round_count = 0; in ngtcp2_rst_init() 55 rst in ngtcp2_rst_init() 59 ngtcp2_rst_on_pkt_sent(ngtcp2_rst *rst, ngtcp2_rtb_entry *ent, const ngtcp2_conn_stat *cstat) ngtcp2_rst_on_pkt_sent() argument 72 ngtcp2_rst_on_ack_recv(ngtcp2_rst *rst, ngtcp2_conn_stat *cstat, uint64_t pkt_delivered) ngtcp2_rst_on_ack_recv() argument 114 ngtcp2_rst_update_rate_sample(ngtcp2_rst *rst, const ngtcp2_rtb_entry *ent, ngtcp2_tstamp ts) ngtcp2_rst_update_rate_sample() argument 133 ngtcp2_rst_update_app_limited(ngtcp2_rst *rst, ngtcp2_conn_stat *cstat) ngtcp2_rst_update_app_limited() argument [all...] |
H A D | ngtcp2_rst.h | 75 void ngtcp2_rst_init(ngtcp2_rst *rst); 77 void ngtcp2_rst_on_pkt_sent(ngtcp2_rst *rst, ngtcp2_rtb_entry *ent, 79 int ngtcp2_rst_on_ack_recv(ngtcp2_rst *rst, ngtcp2_conn_stat *cstat, 81 void ngtcp2_rst_update_rate_sample(ngtcp2_rst *rst, const ngtcp2_rtb_entry *ent, 83 void ngtcp2_rst_update_app_limited(ngtcp2_rst *rst, ngtcp2_conn_stat *cstat);
|
H A D | ngtcp2_bbr2.c | 370 if (bbr->filled_pipe || !bbr->round_start || bbr->rst->rs.is_app_limited) { in bbr_check_startup_full_bandwidth() 391 if (bbr->filled_pipe || !bbr->round_start || bbr->rst->rs.is_app_limited) { in bbr_check_startup_high_loss() 492 ngtcp2_max(bbr->inflight_latest, bbr->rst->rs.delivered); in bbr_update_latest_delivery_signals() 494 if (bbr->rst->rs.prior_delivered >= bbr->loss_round_delivered) { in bbr_update_latest_delivery_signals() 495 bbr->loss_round_delivered = bbr->rst->delivered; in bbr_update_latest_delivery_signals() 504 bbr->inflight_latest = bbr->rst->rs.delivered; in bbr_advance_latest_delivery_signals() 519 bbr->loss_round_delivered = bbr->rst->delivered; in bbr_update_congestion_signals() 573 if (cstat->delivery_rate_sec >= bbr->max_bw || !bbr->rst->rs.is_app_limited) { in bbr_update_max_bw() 592 bbr->rst->is_cwnd_limited = 0; in bbr_update_round() 601 bbr->next_round_delivered = bbr->rst in bbr_start_round() 1335 bbr2_cc_init(ngtcp2_bbr2_cc *bbr, ngtcp2_conn_stat *cstat, ngtcp2_rst *rst, ngtcp2_tstamp initial_ts, ngtcp2_rand rand, const ngtcp2_rand_ctx *rand_ctx, ngtcp2_log *log) bbr2_cc_init() argument 1452 ngtcp2_cc_bbr2_cc_init(ngtcp2_cc *cc, ngtcp2_log *log, ngtcp2_conn_stat *cstat, ngtcp2_rst *rst, ngtcp2_tstamp initial_ts, ngtcp2_rand rand, const ngtcp2_rand_ctx *rand_ctx, const ngtcp2_mem *mem) ngtcp2_cc_bbr2_cc_init() argument [all...] |
H A D | ngtcp2_bbr.c | 101 ngtcp2_rst *rst, ngtcp2_tstamp initial_ts, in ngtcp2_bbr_cc_init() 105 cc->rst = rst; in ngtcp2_bbr_cc_init() 115 ngtcp2_conn_stat *cstat, ngtcp2_rst *rst, in ngtcp2_cc_bbr_cc_init() 126 ngtcp2_bbr_cc_init(bbr_cc, cstat, rst, initial_ts, rand, rand_ctx, log); in ngtcp2_cc_bbr_cc_init() 281 cc->next_round_delivered = cc->rst->delivered; in bbr_update_round() 316 cc->congestion_recovery_next_round_delivered = cc->rst->delivered; in bbr_handle_recovery() 325 if (cstat->delivery_rate_sec < cc->btl_bw && cc->rst->rs.is_app_limited) { in bbr_update_btl_bw() 463 cc->rst->delivered < cc->initial_cwnd) { in bbr_set_cwnd() 517 if (cc->filled_pipe || !cc->round_start || cc->rst in bbr_check_full_pipe() 100 ngtcp2_bbr_cc_init(ngtcp2_bbr_cc *cc, ngtcp2_conn_stat *cstat, ngtcp2_rst *rst, ngtcp2_tstamp initial_ts, ngtcp2_rand rand, const ngtcp2_rand_ctx *rand_ctx, ngtcp2_log *log) ngtcp2_bbr_cc_init() argument 114 ngtcp2_cc_bbr_cc_init(ngtcp2_cc *cc, ngtcp2_log *log, ngtcp2_conn_stat *cstat, ngtcp2_rst *rst, ngtcp2_tstamp initial_ts, ngtcp2_rand rand, const ngtcp2_rand_ctx *rand_ctx, const ngtcp2_mem *mem) ngtcp2_cc_bbr_cc_init() argument [all...] |
H A D | ngtcp2_bbr.h | 56 ngtcp2_rst *rst; member 113 ngtcp2_conn_stat *cstat, ngtcp2_rst *rst, 121 ngtcp2_rst *rst, ngtcp2_tstamp initial_ts,
|
H A D | ngtcp2_bbr2.h | 64 ngtcp2_rst *rst; member 142 ngtcp2_conn_stat *cstat, ngtcp2_rst *rst,
|
H A D | ngtcp2_rtb.h | 261 } rst; member 305 ngtcp2_rst *rst; member 349 ngtcp2_strm *crypto, ngtcp2_rst *rst, ngtcp2_cc *cc,
|
H A D | ngtcp2_rtb.c | 299 ngtcp2_strm *crypto, ngtcp2_rst *rst, ngtcp2_cc *cc, in ngtcp2_rtb_init() 307 rtb->rst = rst; in ngtcp2_rtb_init() 345 ngtcp2_rst_on_pkt_sent(rtb->rst, ent, cstat); in rtb_on_add() 352 ngtcp2_rst_update_app_limited(rtb->rst, cstat); in rtb_on_add() 634 rtb->pktns_id, ent->ts, ent->rst.lost, in rtb_on_pkt_lost() 635 ent->rst.tx_in_flight, in rtb_on_pkt_lost() 636 ent->rst.is_app_limited), in rtb_on_pkt_lost() 886 ngtcp2_rst_update_rate_sample(rtb->rst, ent, ts); in rtb_on_pkt_acked() 890 rtb->pktns_id, ent->ts, ent->rst in rtb_on_pkt_acked() 298 ngtcp2_rtb_init(ngtcp2_rtb *rtb, ngtcp2_pktns_id pktns_id, ngtcp2_strm *crypto, ngtcp2_rst *rst, ngtcp2_cc *cc, ngtcp2_log *log, ngtcp2_qlog *qlog, ngtcp2_objalloc *rtb_entry_objalloc, ngtcp2_objalloc *frc_objalloc, const ngtcp2_mem *mem) ngtcp2_rtb_init() argument [all...] |
/third_party/backends/backend/ |
H A D | hp3900_config.c | 381 SANE_Int rst = -1; /* default */ in cfg_device_get() local 389 rst = myreg[a].device; in cfg_device_get() 395 return rst; in cfg_device_get() 420 SANE_Int rst = RTS8822L_01H; /* default */ in cfg_chipset_model_get() local 428 rst = myreg[a].chipset; in cfg_chipset_model_get() 434 return rst; in cfg_chipset_model_get() 440 SANE_Int rst = ERROR; in cfg_chipset_get() local 465 rst = OK; in cfg_chipset_get() 472 return rst; in cfg_chipset_get() 480 SANE_Int rst in cfg_buttons_get() local 526 SANE_Int rst = ERROR; cfg_sscg_get() local 578 SANE_Int rst = ERROR; cfg_motor_get() local 628 SANE_Int rst = ERROR; cfg_sensor_get() local 995 SANE_Int rst = ERROR; cfg_constrains_get() local 1042 SANE_Byte *rst = NULL; cfg_motor_resource_get() local 1139 SANE_Int rst = 230; /* default */ hp3800_effectivepixel() local 1174 SANE_Int rst = 230; /* default */ hp3970_effectivepixel() local 1209 SANE_Int rst = 230; /* default */ hp4370_effectivepixel() local 1244 SANE_Int rst = 230; /* default */ ua4900_effectivepixel() local 1260 SANE_Int rst; cfg_effectivepixel_get() local 1304 SANE_Int rst = ERROR; bq5550_gainoffset() local 1340 SANE_Int rst = ERROR; hp3800_gainoffset() local 1380 SANE_Int rst = ERROR; hp3970_gainoffset() local 1416 SANE_Int rst = ERROR; hp4370_gainoffset() local 1452 SANE_Int rst = ERROR; ua4900_gainoffset() local 1475 SANE_Int rst; cfg_gainoffset_get() local 1524 SANE_Int rst = ERROR; hp3800_checkstable() local 1558 SANE_Int rst = ERROR; hp3970_checkstable() local 1592 SANE_Int rst = ERROR; hp4370_checkstable() local 1626 SANE_Int rst = ERROR; ua4900_checkstable() local 1646 SANE_Int rst; cfg_checkstable_get() local 1690 SANE_Int a, rst = 0x16; hp3800_fixedpwm() local 1727 SANE_Int a, rst = 0x16; hp3970_fixedpwm() local 1760 SANE_Int a, rst = 0x16; hp4370_fixedpwm() local 1793 SANE_Int a, rst = 0x16; ua4900_fixedpwm() local 1813 SANE_Int rst; cfg_fixedpwm_get() local 2013 SANE_Int rst = ERROR; cfg_motormove_get() local 2035 SANE_Int rst = ERROR; bq5550_motormove() local 2060 SANE_Int rst = ERROR; hp3800_motormove() local 2085 SANE_Int rst = ERROR; hp3970_motormove() local 2139 SANE_Int rst = ERROR; cfg_scanmode_get() local 2362 SANE_Int rst = ERROR; hp3970_scanmodes() local 2492 SANE_Int rst = ERROR; hp4370_scanmodes() local 2610 SANE_Int rst = ERROR; hp3800_scanmodes() local 2707 SANE_Int rst = ERROR; bq5550_scanmodes() local 2786 SANE_Int rst = ERROR; ua4900_scanmodes() local 3588 SANE_Int rst = ERROR; bq5550_timing_get() local 3615 SANE_Int rst = ERROR; hp3800_timing_get() local 3659 SANE_Int rst = ERROR; hp3970_timing_get() local 3716 SANE_Int rst = ERROR; hp4370_timing_get() local 3751 SANE_Int rst = ERROR; ua4900_timing_get() local 3782 SANE_Int rst = ERROR; cfg_timing_get() local 3818 SANE_Int *rst = NULL; bq5550_motor() local 3840 SANE_Int *rst = NULL; hp4370_motor() local 3941 SANE_Int *rst = NULL; hp3970_motor() local 4042 SANE_Int *rst = NULL; hp3800_motor() local 4189 SANE_Int *rst = NULL; cfg_motorcurve_get() local 4220 int rst = defvalue; ua4900_calibreflective() local 4311 int rst = defvalue; hp3800_calibreflective() local 4401 int rst = defvalue; hp3970_calibreflective() local 4491 int rst = defvalue; hp4370_calibreflective() local 4587 int rst; fc_calibreflective() local 4605 int rst = defvalue; ua4900_calibtransparent() local 4696 int rst = defvalue; hp3800_calibtransparent() local 4786 int rst = defvalue; hp3970_calibtransparent() local 4876 int rst = defvalue; hp4370_calibtransparent() local 4972 int rst = defvalue; hpg3110_calibtransparent() local 5068 int rst; fc_calibtransparent() local 5086 int rst = defvalue; ua4900_calibnegative() local 5177 int rst = defvalue; hp3800_calibnegative() local 5268 int rst = defvalue; hp3970_calibnegative() local 5359 int rst = defvalue; hpg3110_calibnegative() local 5456 int rst = defvalue; hp4370_calibnegative() local 5553 int rst; fc_calibnegative() local 5574 int rst = defvalue; fc_scaninfo_get() local 5599 int rst = defvalue; fitcalibrate_get() local 5618 int rst = defvalue; srt_hp3800_scanparam_get() local 5654 int rst = defvalue; srt_hp3970_scanparam_get() local 5713 int rst = defvalue; srt_hp4370_scanparam_get() local 5752 int rst = defvalue; srt_scancali_get() local 5809 int rst = defvalue; srt_truegrayparam_get() local 5842 int rst = defvalue; srt_caliparam_get() local 5876 int rst = defvalue; srt_hp3800_platform_get() local 5897 int rst = defvalue; srt_hp3970_platform_get() local 5917 int rst = defvalue; srt_ua4900_platform_get() local 5938 int rst = defvalue; srt_hp4370_platform_get() local 5955 int rst = defvalue; srt_scaninfo_get() local 5986 int rst = defvalue; srt_sec_get() local 6028 int rst = defvalue; get_value() local [all...] |
H A D | hp3900_usb.c | 111 SANE_Int rst = ERROR; in IWrite_Byte() local 120 rst = OK; in IWrite_Byte() 123 return rst; in IWrite_Byte() 130 SANE_Int rst = ERROR; in IWrite_Word() local 137 rst = OK; in IWrite_Word() 139 return rst; in IWrite_Word() 146 SANE_Int rst = ERROR; in IWrite_Integer() local 155 rst = OK; in IWrite_Integer() 157 return rst; in IWrite_Integer() 294 SANE_Int rst in Write_Bulk() local 328 SANE_Int rst = ERROR; Read_Bulk() local 361 SANE_Int rst = ERROR; usb_ctl_write() local 403 SANE_Int rst; usb_ctl_read() local [all...] |
H A D | hp3900_rts8822.c | 630 SANE_Int rst = OK; in RTS_Alloc() local 639 rst = ERROR; in RTS_Alloc() 641 if (rst == OK) in RTS_Alloc() 647 rst = ERROR; in RTS_Alloc() 650 if (rst == OK) in RTS_Alloc() 656 rst = ERROR; in RTS_Alloc() 659 if (rst == OK) in RTS_Alloc() 665 rst = ERROR; in RTS_Alloc() 668 if (rst == OK) in RTS_Alloc() 674 rst in RTS_Alloc() 705 SANE_Int rst; RTS_Scanner_Init() local 741 SANE_Int rst = ERROR; RTS_WriteRegs() local 754 SANE_Int rst = ERROR; RTS_ReadRegs() local 812 struct st_curve *rst = NULL; Motor_Curve_Get() local 859 SANE_Int rst = FALSE; Motor_Curve_Equal() local 891 struct st_motorcurve **rst = NULL; Motor_Curve_Parse() local 1079 SANE_Byte rst; RTS_Sensor_Type() local 1134 SANE_Int rst = OK; Load_Scanmodes() local 1245 SANE_Int rst = ERROR; Load_Chipset() local 1367 SANE_Int rst = OK; Arrange_Colour() local 1538 SANE_Int rst = ERROR; RTS_Scanner_SetParams() local 1902 SANE_Int rst = OK; GainOffset_Counter_Save() local 1920 SANE_Int rst; GainOffset_Counter_Inc() local 1954 SANE_Int a, data, rst; GainOffset_Get() local 2028 SANE_Int rst = 0; Scanmode_maxres() local 2061 SANE_Int rst, a; Scanmode_minres() local 2096 SANE_Int rst; Scanmode_fitres() local 2142 SANE_Int rst = -1; RTS_GetScanmode() local 2197 SANE_Int rst = ERROR; Load_Motor() local 2247 SANE_Int rst = ERROR; Load_Buttons() local 2269 SANE_Int rst = ERROR; Load_Sensor() local 2312 SANE_Int rst = OK; Load_Timings() local 2437 SANE_Int rst = OK; Lamp_PWM_SaveStatus() local 2463 SANE_Int rst; Lamp_PWM_Save() local 2482 SANE_Int rst = OK; Lamp_PWM_Setup() local 2515 SANE_Int rst = ERROR; Lamp_PWM_DutyCycle_Get() local 2534 SANE_Int rst; Lamp_PWM_DutyCycle_Set() local 2572 SANE_Int rst = ERROR; Head_ParkHome() local 2658 SANE_Int rst; Motor_Move() local 2918 SANE_Int rst = ERROR; Load_MotorCurves() local 2950 SANE_Int rst = OK; Load_Motormoves() local 3448 SANE_Int rst = ERROR; Lamp_PWM_use() local 3491 SANE_Int rst; SSCG_Enable() local 3672 SANE_Int rst = OK; Init_Registers() local 3783 SANE_Int rst; Read_FE3E() local 3807 SANE_Int rst; Head_IsAtHome() local 3834 SANE_Byte rst; RTS_IsExecuting() local 3859 SANE_Int rst; RTS_WaitScanEnd() local 3886 SANE_Int rst = ERROR; RTS_Enable_CCD() local 3908 SANE_Int rst; RTS_Warm_Reset() local 3932 SANE_Int rst; Lamp_Status_Timer_Set() local 3941 double rst, op2; Lamp_Status_Timer_Set() local 3966 SANE_Int data, rst; Buttons_Enable() local 3986 SANE_Int rst = 0; Buttons_Count() local 4001 SANE_Int rst = -1; Buttons_Status() local 4020 SANE_Int rst = -1; Buttons_Released() local 4040 SANE_Int rst = -1; Buttons_Order() local 4062 SANE_Int rst = OK; GainOffset_Clear() local 4095 SANE_Int rst = ERROR; /* default */ Lamp_Status_Get() local 4141 SANE_Int rst; RTS_DMA_WaitReady() local 4171 SANE_Int rst; RTS_WaitInitEnd() local 4200 SANE_Int data, rst; Motor_Change() local 4237 SANE_Int rst = ERROR; RTS_DMA_Read() local 4269 SANE_Int rst = ERROR; RTS_DMA_Write() local 4364 SANE_Int rst = -1; RTS_DMA_CheckType() local 4535 SANE_Int rst = ERROR; RTS_DMA_SetType() local 4639 SANE_Int rst; RTS_isTmaAttached() local 4660 SANE_Int rst = OK; Gamma_AllocTable() local 4716 SANE_Int rst = OK; Gamma_Apply() local 4801 SANE_Int buffersize, xpos, ypos, coord, cnt, chn_size, dist, rst; Refs_Analyze_Pattern() local 5030 SANE_Int rst = ERROR; Timing_SetLinearImageSensorClock() local 5399 SANE_Int rst = 0; data_swap_endianess() local 5485 SANE_Int rst = ERROR; /* default */ RTS_Scanner_StartScan() local 5625 SANE_Int rst = ERROR; Arrange_NonColour() local 5735 SANE_Int rst = ERROR; Resize_Decrease() local 5902 SANE_Int rst = ERROR; Resize_Increase() local 6076 SANE_Int rst = ERROR; Resize_Start() local 6137 SANE_Int rst = ERROR; Resize_CreateBuffers() local 6199 SANE_Int rst = ERROR; Gamma_SendTables() local 6278 SANE_Int rst = ERROR; Gamma_GetTables() local 6519 SANE_Int rst; Read_Image() local 7091 SANE_Int rst = ERROR; /* fa68 */ Read_ResizeBlock() local 7405 SANE_Int rst = OK; Read_NonColor_Block() local 7601 SANE_Int rst, LinesCount; Read_Block() local 7697 SANE_Int rst = OK; Scan_Read_BufferA() local 7925 SANE_Int rst; Reading_BufferSize_Get() local 7960 SANE_Int rst = OK; Lamp_Warmup() local 8054 SANE_Int rst; Scan_Start() local 8455 SANE_Int rst = ERROR; /* default */ RTS_Setup_Motor() local 9045 SANE_Int rst = ERROR; /* default */ RTS_Setup() local 9338 SANE_Int rst; Calibrate_Malloc() local 9487 SANE_Int rst = ERROR; Calib_WriteTable() local 9513 SANE_Int rst = ERROR; Calib_ReadTable() local 9559 SANE_Int rst = OK; fn3330() local 9691 SANE_Int rst; fn3730() local 9710 SANE_Int rst = OK; Shading_white_apply() local 9772 SANE_Int rst = OK; Shading_black_apply() local 9843 SANE_Int rst; /* lf9e0 */ Shading_apply() local 10043 SANE_Int iTransferSize, iBytesToTransfer, iPos, rst, iBytesTransfered; Bulk_Operation() local 10115 SANE_Int rst; Reading_BufferSize_Notify() local 10132 SANE_Int rst; Reading_Wait() local 10208 SANE_Int rst = ERROR; RTS_GetImage_GetBuffer() local 10272 SANE_Int rst = ERROR; RTS_GetImage_Read() local 10314 SANE_Int rst = ERROR; /* default */ RTS_GetImage() local 10536 SANE_Int rst = ERROR; /* default */ Refs_Detect() local 10650 SANE_Int rst; Refs_Set() local 10741 SANE_Int rst = ERROR; /* default */ Lamp_Status_Set() local 10811 SANE_Int rst, iType, iColor; Get_PAG_Value() local 10967 SANE_Int rst = ERROR; GetOneLineInfo() local 11142 SANE_Int rst; Lamp_PWM_CheckStable() local 11210 SANE_Int rst = OK; Refs_Counter_Save() local 11278 SANE_Int rst; Head_Relocate() local 11597 SANE_Int rst = ERROR; Calib_AdcGain() local 11869 SANE_Int rst = OK; GainOffset_Save() local 11912 double rst; Calib_PAGain() local 12077 SANE_Int rst = ERROR; Chipset_Name() local 12644 SANE_Int rst; Calib_WhiteShading_3() local 13144 SANE_Int rst; Calib_BlackShading() local 13881 SANE_Int rst = ERROR; Load_Constrains() local 13911 SANE_Int rst = ERROR; Constrains_Check() local 13971 static struct st_coords *rst = NULL; Constrains_Get() local 14091 SANE_Int rst = ERROR; RTS_USBType() local 14108 SANE_Int rst = OK; Init_Vars() local 14205 SANE_Int rst; Chipset_Reset() local 14233 SANE_Int rst = ERROR; RTS_DMA_Enable_Read() local 14256 SANE_Int rst = ERROR; RTS_DMA_Enable_Write() local 14278 SANE_Int rst; RTS_DMA_Cancel() local 14292 SANE_Int rst; RTS_DMA_Reset() local 14306 SANE_Int rst; RTS_EEPROM_WriteByte() local 14321 SANE_Int rst; RTS_EEPROM_ReadWord() local 14336 SANE_Int rst; RTS_EEPROM_ReadByte() local 14350 SANE_Int rst; RTS_EEPROM_WriteWord() local 14366 SANE_Int rst; RTS_EEPROM_ReadInteger() local 14381 SANE_Int rst; RTS_EEPROM_WriteInteger() local 14396 SANE_Int rst; RTS_EEPROM_WriteBuffer() local 14464 SANE_Int rst; WShading_Calibrate() local 14685 SANE_Int rst; motor_pos() local 14790 SANE_Int rst; hp4370_prueba() local 14819 SANE_Int rst; Calib_BlackShading_jkd() local 14953 SANE_Int rst; Calib_test() local [all...] |
H A D | hp3900_sane.c | 260 SANE_Status rst = SANE_STATUS_INVAL; in bknd_resolutions() local 324 rst = SANE_STATUS_GOOD; in bknd_resolutions() 328 return rst; in bknd_resolutions() 334 SANE_Status rst = SANE_STATUS_INVAL; in bknd_models() local 360 rst = SANE_STATUS_GOOD; in bknd_models() 364 return rst; in bknd_models() 370 SANE_Status rst = SANE_STATUS_INVAL; in bknd_colormodes() local 395 rst = SANE_STATUS_GOOD; in bknd_colormodes() 399 return rst; in bknd_colormodes() 405 SANE_Status rst in bknd_sources() local 451 SANE_Status rst = SANE_STATUS_INVAL; bknd_depths() local 485 SANE_Status rst = SANE_STATUS_INVAL; bknd_info() local 602 SANE_Status rst; img_buffers_alloc() local 884 SANE_Int rst = ERROR; /* by default */ gamma_create() local 985 SANE_Int rst; Get_Model() local 1014 SANE_Int rst; Get_Source() local 1031 SANE_Int rst; Get_Colormode() local 1655 SANE_Int rst = ERROR; _ReportDevice() local 1817 SANE_Status rst = SANE_STATUS_GOOD; sane_get_devices() local 1848 SANE_Status rst; sane_open() local 1921 SANE_Option_Descriptor *rst = NULL; sane_get_option_descriptor() local 2013 SANE_Status rst; option_set() local 2204 SANE_Status rst; sane_control_option() local 2235 SANE_Status rst = SANE_STATUS_INVAL; sane_get_parameters() local 2308 SANE_Status rst = SANE_STATUS_INVAL; sane_start() local 2449 SANE_Status rst = SANE_STATUS_GOOD; sane_read() local [all...] |
/third_party/ffmpeg/libavformat/ |
H A D | rm.h | 47 * @param rst real-specific stream information 52 AVStream *st, RMStream *rst, 61 * @param rst Real-specific stream information 73 AVStream *st, RMStream *rst, int len, 87 * @param rst Real-specific stream information 93 AVStream *st, RMStream *rst, AVPacket *pkt);
|
/third_party/lame/frontend/ |
H A D | brhist.c | 173 char rst[20] = "\0"; in progress_line() local 196 sprintf(rst, "%*u:%02u:%02u", digits(hour), hour, min, sec); in progress_line() 200 sprintf(rst, "%02u:%02u", min, sec); in progress_line() 208 sprintf(rst, "%.*s", res - 1, brhist.bar_coded); in progress_line() 217 rst, barlen_RST, brhist.bar_space, Console_IO.str_clreoln); in progress_line() 222 rst, barlen_RST, brhist.bar_space, Console_IO.disp_width - res - barlen_TOT, in progress_line()
|
/third_party/mesa3d/docs/_exts/ |
H A D | nir.py | 72 def parse_rst(state, parent, rst): 73 vl = docutils.statemachine.ViewList(rst.splitlines()) 118 ```rst
|
/third_party/ltp/tools/sparse/sparse-src/Documentation/ |
H A D | Makefile | 23 %.1: %.rst man
|
/third_party/musl/porting/uniproton/kernel/include/netinet/ |
H A D | tcp.h | 127 uint16_t rst:1; member 139 uint16_t rst:1; member
|
/third_party/musl/porting/liteos_m_iccarm/kernel/include/netinet/ |
H A D | tcp.h | 127 uint16_t rst:1; member 139 uint16_t rst:1; member
|
/third_party/musl/porting/liteos_a/kernel/include/netinet/ |
H A D | tcp.h | 131 uint16_t rst:1; member 143 uint16_t rst:1; member
|
/third_party/musl/porting/liteos_m/kernel/include/netinet/ |
H A D | tcp.h | 127 uint16_t rst:1; member 139 uint16_t rst:1; member
|
/third_party/musl/include/netinet/ |
H A D | tcp.h | 131 uint16_t rst:1; member 143 uint16_t rst:1; member
|
/third_party/python/Doc/tools/extensions/ |
H A D | c_annotations.py | 25 from docutils.parsers.rst import directives 26 from docutils.parsers.rst import Directive
|
/third_party/mesa3d/src/gallium/drivers/lima/ |
H A D | lima_draw.c | 561 struct pipe_rasterizer_state *rst) in lima_calculate_depth_test() 566 offset_scale = CLAMP(rst->offset_scale * 4, -128, 127); in lima_calculate_depth_test() 570 offset_units = CLAMP(rst->offset_units * 2, -128, 127); in lima_calculate_depth_test() 620 struct pipe_rasterizer_state *rst = &ctx->rasterizer->base; in lima_pack_render_state() local 621 render->depth_test = lima_calculate_depth_test(&ctx->zsa->base, rst); in lima_pack_render_state() 623 if (!rst->depth_clip_near || ctx->viewport.near == 0.0f) in lima_pack_render_state() 625 if (!rst->depth_clip_far || ctx->viewport.far == 1.0f) in lima_pack_render_state() 560 lima_calculate_depth_test(struct pipe_depth_stencil_alpha_state *depth, struct pipe_rasterizer_state *rst) lima_calculate_depth_test() argument
|
/third_party/libuv/docs/src/sphinx-plugins/ |
H A D | manpage.py | 14 from docutils.parsers.rst.roles import set_classes
|
/third_party/ltp/tools/sparse/sparse-src/Documentation/sphinx/ |
H A D | ir.py | 24 class IROpDirective(docutils.parsers.rst.Directive):
|