Home
last modified time | relevance | path

Searched full:lat (Results 1 – 25 of 119) sorted by relevance

12345

/freebsd/sys/contrib/device-tree/Bindings/media/
H A Dmediatek,vcodec-subdev-decoder.yaml21 | input -> LAT-SoC HW -> LAT HW -> LAT buffer --|--> Core HW -> output buffer |
24 LAT Workqueue | Core Workqueue <parent>
31 | (lat/lat-soc/core0/core1) |
35 pipeline, such as LAT-SoC, LAT and Core.
45 1. LAT Workqueue, for LAT-SoC and LAT decoder:
46 Its workers take input bitstream and LAT buffer, enable the hardware for
47 decoding tasks, write the result to LAT buffer, and disable the hardware
48 after the LAT decoding is done.
50 Its workers take LAT buffer and output buffer, enable the hardware for
61 LAT-SoC refers to another hardware block that connected to additional LARB
[all …]
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMScheduleA57WriteRes.td61 foreach Lat = 3-20 in {
62 def A57Write_#Lat#cyc_1L : SchedWriteRes<[A57UnitL]> {
63 let Latency = Lat;
68 foreach Lat = 4-16 in {
69 def A57Write_#Lat#cyc_1S : SchedWriteRes<[A57UnitS]> {
70 let Latency = Lat;
241 foreach Lat = 3-20 in {
242 def A57Write_#Lat#cyc_1L_1I : SchedWriteRes<[A57UnitL, A57UnitI]> {
243 let Latency = Lat; let NumMicroOps = 2;
268 foreach Lat
[all...]
H A DARMScheduleR52.td346 foreach Lat = 3-25 in {
347 def R52WriteILDM#Lat#Cy : SchedWriteRes<[R52UnitLd]> {
348 let Latency = Lat;
350 def R52WriteILDM#Lat#CyNo : SchedWriteRes<[]> {
351 let Latency = Lat;
546 foreach Lat = 1-32 in {
547 def R52WriteLM#Lat#Cy : SchedWriteRes<[]> {
548 let Latency = Lat;
/freebsd/sys/contrib/openzfs/cmd/zfs/
H A Dzfs_iter.c277 char *lat, *rat; in zfs_compare() local
281 lat = (char *)strchr(lname, '@'); in zfs_compare()
284 if (lat != NULL) in zfs_compare()
285 *lat = '\0'; in zfs_compare()
290 if (ret == 0 && (lat != NULL || rat != NULL)) { in zfs_compare()
295 if (lat == NULL) { in zfs_compare()
314 ret = strcmp(lat + 1, rat + 1); in zfs_compare()
322 if (lat != NULL) in zfs_compare()
323 *lat = '@'; in zfs_compare()
/freebsd/sys/dev/cpufreq/
H A Dcpufreq_dt.c137 set->lat = opp->clk_latency; in cpufreq_dt_opp_to_setting()
351 uint32_t *opp, lat; in cpufreq_dt_oppv1_parse() local
359 if (OF_getencprop(node, "clock-latency", &lat, sizeof(lat)) == -1) in cpufreq_dt_oppv1_parse()
360 lat = CPUFREQ_VAL_UNKNOWN; in cpufreq_dt_oppv1_parse()
369 sc->opp[n].clk_latency = lat; in cpufreq_dt_oppv1_parse()
387 uint32_t *volts, lat; in cpufreq_dt_oppv2_parse() local
425 if (OF_getencprop(opp_table, "clock-latency", &lat, in cpufreq_dt_oppv2_parse()
426 sizeof(lat)) == -1) in cpufreq_dt_oppv2_parse()
429 sc->opp[i].clk_latency = (int)lat; in cpufreq_dt_oppv2_parse()
/freebsd/contrib/ntp/ntpd/
H A Drefclock_mx4200.c419 * (Set field 1 'K' == known position if we can initialize lat/lon/alt). in mx4200_config()
484 double minute, lat, lon, alt; in mx4200_ref() local
556 lat = up->avg_lat; in mx4200_ref()
559 lat = up->avg_lat * (-1.0); in mx4200_ref()
570 minute = (lat - (double)(int)lat) * 60.0; in mx4200_ref()
571 snprintf(lats, sizeof(lats), "%02d%02.4f", (int)lat, minute); in mx4200_ref()
1236 double mtime, lat, lon, alt, geoid, vele, veln; in mx4200_parse_p() local
1247 &sentence_type, &mtime, &lat, &north_south, &lon, &east_west, in mx4200_parse_p()
1263 if (lat < 0. in mx4200_parse_p()
[all...]
H A Drefclock_ripencc.c298 short rpt_0x4A (TSIPPKT *rpt, float *lat, float *lon, float *alt,
341 short rpt_0x84 (TSIPPKT *rpt, double *lat, double *lon, double *alt,
356 float *bias_unc, float *dr_unc, double *lat, double *lon, double *alt,
360 short rpt_0x8F20 (TSIPPKT *rpt, unsigned char *info, double *lat,
1594 double lat, lon, alt; in parse0x8F0B() local
1640 lat = bGetDouble(&buf[42]) * R2D; in parse0x8F0B()
1644 if (lat < 0.0) { in parse0x8F0B()
1646 lat = -lat; in parse0x8F0B()
1651 lat_deg = (short)lat; in parse0x8F0B()
2208 rpt_0x4A(TSIPPKT * rpt,float * lat,float * lon,float * alt,float * clock_bias,float * time_of_fix) rpt_0x4A() argument
2768 rpt_0x84(TSIPPKT * rpt,double * lat,double * lon,double * alt,double * clock_bias,float * time_of_fix) rpt_0x84() argument
2860 rpt_0x8F0B(TSIPPKT * rpt,unsigned short * event,double * tow,unsigned char * date,unsigned char * month,short * year,unsigned char * dim_mode,short * utc_offset,double * bias,double * drift,float * bias_unc,float * dr_unc,double * lat,double * lon,double * alt,char sv_id[8]) rpt_0x8F0B() argument
2940 rpt_0x8F20(TSIPPKT * rpt,unsigned char * info,double * lat,double * lon,double * alt,double vel_enu[],double * time_of_fix,short * week_num,unsigned char * nsvs,unsigned char sv_prn[],short sv_IODC[],short * datum_index) rpt_0x8F20() argument
3564 lat, lon, rpt_single_lla_position() local
4325 lat, lon, lat_min, lon_min, rpt_double_lla_position() local
4489 lat, rpt_8F0B() local
4688 lat, lon, alt, time_of_fix; rpt_8F20() local
[all...]
H A Drefclock_oncore.c130 * Lat,Long,Ht, cable-delay, offset, and the ReceiverID (along with the
1125 * MODE, LAT, LON, (HT, HTGPS, HTMSL), DELAY, OFFSET, ASSERT, CLEAR, HARDPPS, in oncore_read_config()
1127 * then initialize using method MODE. For Mode = (1,3) all of (LAT, LON, HT) must in oncore_read_config()
1138 * Expect to see two lines with 'LONG', 'LAT' followed by 1-3 fields. in oncore_read_config()
1211 * LAT 35 08.999 in oncore_read_config()
1291 if (!strncmp(cc, "LAT", (size_t) 3)) { in oncore_read_config()
1403 * If lat/long/ht specified they ALL must be specified for mode = (1,3). in oncore_read_config()
3120 long lat, lon, ht; in oncore_get_timestamp() local
3121 double Lat, Lon, Ht; in oncore_get_timestamp() local
3124 lat in oncore_get_timestamp()
3704 long lat, lon; oncore_print_posn() local
3941 double lat, lon, ht; oncore_ss() local
[all...]
H A Djupiter.h96 u_short lat[2]; /* latitude (radians) */ member
229 u_short lat[2]; /* latitude (radians) */ member
/freebsd/sys/x86/cpufreq/
H A Dhwpstate_amd.c105 int lat; /* Transition latency in us. */ member
300 cf->lat = set.lat; in hwpstate_get()
322 sets->lat = set.lat; in hwpstate_settings()
472 hwpstate_set[i].lat = CPUFREQ_VAL_UNKNOWN; in hwpstate_get_info_from_msr()
571 hwpstate_set[i].lat = perf_set[i].lat; in hwpstate_get_info_from_acpi_perf()
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUSubtarget.cpp882 unsigned Lat = 0; in adjustSchedDependency() local
885 Lat = InstrInfo.getInstrLatency(getInstrItineraryData(), *I); in adjustSchedDependency()
886 else if (Lat) in adjustSchedDependency()
887 --Lat; in adjustSchedDependency()
889 Dep.setLatency(Lat); in adjustSchedDependency()
895 unsigned Lat = InstrInfo.getInstrLatency(getInstrItineraryData(), *DefI); in adjustSchedDependency() local
896 for (++I; I != E && I->isBundledWithPred() && Lat; ++I) { in adjustSchedDependency()
899 --Lat; in adjustSchedDependency()
901 Dep.setLatency(Lat); in adjustSchedDependency()
989 unsigned Lat = TSchedModel->computeInstrLatency(&MAI) - 1; in apply() local
[all …]
/freebsd/contrib/ntp/include/
H A Dgps.h29 #define LAT1 0x0048 /* Lat (degrees) */
30 #define LAT2 0x0049 /* Lat (min, sec) */
31 #define LAT3 0x004A /* Lat (N/S, tenths sec) */
/freebsd/usr.bin/systat/
H A Diolat.c449 latout(double lat, int y, int x) in latout() argument
454 fmt(lat, tmpstr, sizeof(tmpstr)); in latout()
455 if (isnan(lat)) in latout()
457 else if (lat > high_thresh) in latout()
459 else if (lat > med_thresh) in latout()
/freebsd/sys/contrib/device-tree/include/dt-bindings/usb/
H A Dpd.h341 #define VDO_CABLE(hw, fw, cbl, lat, term, tx1d, tx2d, rx1d, rx2d, cur, vps, sopp, usbss) \ argument
343 | ((lat) & 0x7) << 13 | ((term) & 0x3) << 11 | (tx1d) << 10 \
346 #define VDO_PCABLE(hw, fw, ver, conn, lat, term, vbm, cur, spd) \ argument
348 | ((conn) & 0x3) << 18 | ((lat) & 0xf) << 13 | ((term) & 0x3) << 11 \
350 #define VDO_ACABLE1(hw, fw, ver, conn, lat, term, vbm, sbu, sbut, cur, vbt, sopp, spd) \ argument
352 | ((conn) & 0x3) << 18 | ((lat) & 0xf) << 13 | ((term) & 0x3) << 11 \
/freebsd/crypto/krb5/src/lib/krad/
H A Dattr.c95 {"Login-LAT-Service", 1, MAX_ATTRSIZE, NULL, NULL},
96 {"Login-LAT-Node", 1, MAX_ATTRSIZE, NULL, NULL},
97 {"Login-LAT-Group", 32, 32, NULL, NULL},
124 {"Login-LAT-Port", 1, MAX_ATTRSIZE, NULL, NULL},
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86ScheduleZnver4.td396 int Lat = 1, list<int> Res = [], int UOps = 1> {
398 let Latency = Lat;
405 list<ProcResourceKind> ExePorts, int Lat,
408 defm : __Zn4WriteRes<SchedRW, ExePorts, Lat, Res, UOps>;
412 !add(Lat, LoadLat),
424 list<ProcResourceKind> ExePorts, int Lat = 1,
426 defm : __Zn4WriteRes<SchedRW, ExePorts, Lat, Res, UOps>;
430 list<ProcResourceKind> ExePorts, int Lat = 1,
432 defm : __Zn4WriteRes<SchedRW, ExePorts, Lat, Res, UOps>;
436 list<ProcResourceKind> ExePorts, int Lat = 1,
[all …]
H A DX86ScheduleZnver3.td399 int Lat = 1, list<int> Res = [], int UOps = 1> {
401 let Latency = Lat;
408 list<ProcResourceKind> ExePorts, int Lat,
411 defm : __zn3WriteRes<SchedRW, ExePorts, Lat, Res, UOps>;
415 !add(Lat, LoadLat),
427 list<ProcResourceKind> ExePorts, int Lat = 1,
429 defm : __zn3WriteRes<SchedRW, ExePorts, Lat, Res, UOps>;
433 list<ProcResourceKind> ExePorts, int Lat = 1,
435 defm : __zn3WriteRes<SchedRW, ExePorts, Lat, Res, UOps>;
439 list<ProcResourceKind> ExePorts, int Lat = 1,
[all …]
H A DX86ScheduleBdVer2.td191 list<ProcResourceKind> ExePorts, int Lat = 1,
194 let Latency = Lat;
201 list<ProcResourceKind> ExePorts, int Lat,
204 defm : PdWriteRes<SchedRW, ExePorts, Lat, Res, UOps>;
208 !add(Lat, LoadLat),
219 list<ProcResourceKind> ExePorts, int Lat = 1,
222 defm : __pdWriteResPair<SchedRW, ExePorts, Lat, Res, UOps,
227 list<ProcResourceKind> ExePorts, int Lat = 1,
230 defm : __pdWriteResPair<SchedRW, ExePorts, Lat, Res, UOps,
235 list<ProcResourceKind> ExePorts, int Lat,
[all …]
H A DX86ScheduleBtVer2.td123 int Lat, list<int> Res = [], int UOps = 1,
127 let Latency = Lat;
135 let Latency = !add(Lat, 3);
143 int Lat, list<int> Res = [], int UOps = 1,
147 let Latency = Lat;
155 let Latency = !add(Lat, 5);
163 int Lat, list<int> Res = [2], int UOps = 2,
167 let Latency = Lat;
175 let Latency = !add(Lat, 5);
/freebsd/sys/powerpc/cpufreq/
H A Dpmufreq.c161 sets[0].lat = INT_MAX; in pmufreq_settings()
162 sets[1].lat = INT_MAX; in pmufreq_settings()
/freebsd/sbin/nvmecontrol/
H A Dpower.c93 printf(" # Max pwr Enter Lat Exit Lat RT RL WT WL Idle Pwr Act Pwr Workload\n"); in power_list()
/freebsd/sys/kern/
H A Dkern_cpu.c873 if (set->lat != CPUFREQ_VAL_UNKNOWN) { in cpufreq_dup_set()
874 if (fill_set->lat != CPUFREQ_VAL_UNKNOWN) in cpufreq_dup_set()
875 fill_set->lat += set->lat; in cpufreq_dup_set()
877 fill_set->lat = set->lat; in cpufreq_dup_set()
/freebsd/contrib/ntp/html/drivers/
H A Ddriver20.html76 …<td class="ttf">$GPRMC,UTC,POS_STAT,LAT,LAT_REF,LON,LON_REF,SPD,HDG,DATE,MAG_VAR,MAG_REF*CS&lt;cr&…
78 <td class="ttf">$GPGLL,LAT,LAT_REF,LON,LON_REF,UTC,POS_STAT*CS&lt;cr&gt;&lt;lf&gt;</td>
80 …<td class="ttf">$GPGGA,UTC,LAT,LAT_REF,LON,LON_REF,FIX_MODE,SAT_USED,HDOP,ALT,ALT_UNIT,GEO,G_UNIT,…
88 …<td class="ttf">$PGRMF,gpsWk,gpsTow,DATE,UTC,LEAPS,LAT,LAT_REF,LON,LON_REF,TYPE,MODE,SPD,HDOP,TDOP…
146 <td class="ttf">LAT</td>
/freebsd/sys/rpc/
H A Dnetconfig.h62 #define NC_LAT "lat"
/freebsd/share/misc/
H A Diso639286 la lat lat Latin

12345