Home
last modified time | relevance | path

Searched refs:threshold (Results 1 – 25 of 30) sorted by relevance

12

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/distutils/
Dlog.py16 def __init__(self, threshold=WARN): argument
17 self.threshold = threshold
23 if level >= self.threshold:
61 old = _global_log.threshold
62 _global_log.threshold = level
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Other/Maintained/Tools/Pccts/h/
DATokenBuffer.cpp69 threshold = &buffer[(int)(buffer_size / 2)]; in ANTLRTokenBuffer()
117 if( next > threshold ) in getToken()
120 fprintf(stderr,"getToken: next > threshold (high water is %d)\n", threshold-buffer); in getToken()
236 …"before: tp=%d, last=%d, next=%d, threshold=%d\n",tp-buffer,last-buffer,next-buffer,threshold-buff… in makeRoom()
320 threshold = &buffer[(int)(buffer_size / 2)]; in extendBuffer()
DATokenBuffer.h73 _ANTLRTokenPtr *threshold; variable
/device/linaro/bootloader/edk2/BaseTools/Source/C/VfrCompile/Pccts/h/
DATokenBuffer.cpp70 threshold = &buffer[(int)(buffer_size/2)]; // MR23 - Used to be 1.0/2.0 ! in ANTLRTokenBuffer()
118 if( next > threshold ) in getToken()
121 /* MR23 */ printMessage(stderr,"getToken: next > threshold (high water is %d)\n", threshold-buffer); in getToken()
237 …"before: tp=%d, last=%d, next=%d, threshold=%d\n",tp-buffer,last-buffer,next-buffer,threshold-buff… in makeRoom()
320 threshold = &buffer[(int)(buffer_size*(1.0/2.0))]; in extendBuffer()
DATokenBuffer.h73 _ANTLRTokenPtr *threshold; variable
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/
Dgcmodule.c34 int threshold; /* collection threshold */ member
1042 if (generations[i].count > generations[i].threshold) { in collect_generations()
1176 &generations[0].threshold, in gc_set_thresh()
1177 &generations[1].threshold, in gc_set_thresh()
1178 &generations[2].threshold)) in gc_set_thresh()
1182 generations[i].threshold = generations[2].threshold; in gc_set_thresh()
1198 generations[0].threshold, in gc_get_thresh()
1199 generations[1].threshold, in gc_get_thresh()
1200 generations[2].threshold); in gc_get_thresh()
1505 if (generations[0].count > generations[0].threshold && in _PyObject_GC_Malloc()
[all …]
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
Dgcmodule.c34 int threshold; /* collection threshold */ member
988 if (generations[i].count > generations[i].threshold) { in collect_generations()
1122 &generations[0].threshold, in gc_set_thresh()
1123 &generations[1].threshold, in gc_set_thresh()
1124 &generations[2].threshold)) in gc_set_thresh()
1128 generations[i].threshold = generations[2].threshold; in gc_set_thresh()
1144 generations[0].threshold, in gc_get_thresh()
1145 generations[1].threshold, in gc_get_thresh()
1146 generations[2].threshold); in gc_get_thresh()
1451 if (generations[0].count > generations[0].threshold && in _PyObject_GC_Malloc()
[all …]
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/distutils/tests/
Dsupport.py23 self.threshold = log.set_threshold(log.FATAL)
32 log.set_threshold(self.threshold)
/device/google/contexthub/firmware/os/algos/calibration/diversity_checker/
Ddiversity_checker.c97 if (norm_squared_result < diverse_data->threshold) { in diversityCheckerFindNearestPoint()
209 diverse_data->threshold = in diversityCheckerLocalFieldUpdate()
Ddiversity_checker.h99 float threshold; member
/device/google/crosshatch/audio/
DTest1_Crosshatch_5_10_2018_onsite_final_remove_actisonic.tuning386 …"enhance_and_protect_left.DRC.Limiter 1.Look Ahead Limiter.Envelope.Envelope Leaf.threshold": 1.99…
409 …eft.DRC.Limiter 1.Look Ahead Limiter.Limiter Gain Calc.Limiter Gain Calculation Leaf.threshold": 1,
420 …"enhance_and_protect_left.DRC.Limiter 2.Look Ahead Limiter.Envelope.Envelope Leaf.threshold": 1.99…
443 …eft.DRC.Limiter 2.Look Ahead Limiter.Limiter Gain Calc.Limiter Gain Calculation Leaf.threshold": 1,
454 …"enhance_and_protect_left.DRC.Limiter 3.Look Ahead Limiter.Envelope.Envelope Leaf.threshold": 1.99…
477 …eft.DRC.Limiter 3.Look Ahead Limiter.Limiter Gain Calc.Limiter Gain Calculation Leaf.threshold": 1,
488 …"enhance_and_protect_left.DRC.Limiter 4.Look Ahead Limiter.Envelope.Envelope Leaf.threshold": 1.99…
511 …eft.DRC.Limiter 4.Look Ahead Limiter.Limiter Gain Calc.Limiter Gain Calculation Leaf.threshold": 1,
522 …"enhance_and_protect_left.DRC.Limiter 5.Look Ahead Limiter.Envelope.Envelope Leaf.threshold": 1.99…
545 …eft.DRC.Limiter 5.Look Ahead Limiter.Limiter Gain Calc.Limiter Gain Calculation Leaf.threshold": 1,
[all …]
/device/google/marlin/
DWCNSS_qcom_cfg.ini58 # RTS threshold
159 # Bus bandwidth threshold values in terms of number of packets
344 # registering for reassoc threshold).
345 # NOTE: Value of 0 means that we would register for reassoc threshold.
456 # TDLS criteria (throughput and RSSI threshold) is met and teardown TDLS
/device/google/muskie/
DWCNSS_qcom_cfg.ini49 # RTS threshold
181 # Bus bandwidth threshold values in terms of number of packets
400 # registering for reassoc threshold).
401 # NOTE: Value of 0 means that we would register for reassoc threshold.
508 # TDLS criteria (throughput and RSSI threshold) is met and teardown TDLS
/device/google/taimen/
DWCNSS_qcom_cfg.ini49 # RTS threshold
181 # Bus bandwidth threshold values in terms of number of packets
400 # registering for reassoc threshold).
401 # NOTE: Value of 0 means that we would register for reassoc threshold.
508 # TDLS criteria (throughput and RSSI threshold) is met and teardown TDLS
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
Dcsv.py341 threshold = 0.9
342 while len(delims) == 0 and consistency >= threshold:
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Lib/
Dcsv.py346 threshold = 0.9
347 while len(delims) == 0 and consistency >= threshold:
/device/google/bonito/
DWCNSS_qcom_cfg.ini49 # RTS threshold
181 # Bus bandwidth threshold values in terms of number of packets
385 # registering for reassoc threshold).
386 # NOTE: Value of 0 means that we would register for reassoc threshold.
488 # TDLS criteria (throughput and RSSI threshold) is met and teardown TDLS
/device/google/crosshatch/
DWCNSS_qcom_cfg.ini49 # RTS threshold
181 # Bus bandwidth threshold values in terms of number of packets
385 # registering for reassoc threshold).
386 # NOTE: Value of 0 means that we would register for reassoc threshold.
488 # TDLS criteria (throughput and RSSI threshold) is met and teardown TDLS
/device/google/crosshatch/sdm845/original-kernel-headers/drm/
Dmsm_drm_pp.h159 __u32 threshold; member
/device/google/crosshatch/sdm845/kernel-headers/drm/
Dmsm_drm_pp.h95 __u32 threshold; member
/device/google/bonito/sdm710/original-kernel-headers/drm/
Dmsm_drm_pp.h159 __u32 threshold; member
/device/google/bonito/sdm710/kernel-headers/drm/
Dmsm_drm_pp.h95 __u32 threshold; member
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
Dmath_testcases.txt87 -- Issue 8986: inputs x with exp(-x*x) near the underflow threshold
149 -- Issue 8986: inputs x with exp(-x*x) near the underflow threshold
/device/linaro/bootloader/edk2/AppPkg/Applications/Lua/src/
Dlgc.c914 l_mem debt, threshold; in setpause() local
916 threshold = (g->gcpause < MAX_LMEM / estimate) /* overflow? */ in setpause()
919 debt = -cast(l_mem, threshold - gettotalbytes(g)); in setpause()
/device/google/contexthub/firmware/os/algos/calibration/magnetometer/mag_cal/
Dmag_cal.c200 CAL_ENCODE_FLOAT(moc->diversity_checker.threshold, 3), in magCalUpdate()

12