Home | History | Annotate | Download | only in dictBuilder

Lines Matching defs:accel

110   { 100, 0 },   /* accel = 0, should not happen because accel = 0 defaults to accel = 1 */
111 { 100, 0 }, /* accel = 1 */
112 { 50, 1 }, /* accel = 2 */
113 { 34, 2 }, /* accel = 3 */
114 { 25, 3 }, /* accel = 4 */
115 { 20, 4 }, /* accel = 5 */
116 { 17, 5 }, /* accel = 6 */
117 { 14, 6 }, /* accel = 7 */
118 { 13, 7 }, /* accel = 8 */
119 { 11, 8 }, /* accel = 9 */
120 { 10, 9 }, /* accel = 10 */
231 unsigned accel) {
256 /* 0 < accel <= 10 */
257 if (accel > 10 || accel == 0) {
534 unsigned f, unsigned accel)
542 fastCoverParams->accel = accel;
563 parameters.accel = parameters.accel == 0 ? DEFAULT_ACCEL : parameters.accel;
569 parameters.accel)) {
583 accelParams = FASTCOVER_defaultAccelParameters[parameters.accel];
639 const unsigned accel = parameters->accel == 0 ? DEFAULT_ACCEL : parameters->accel;
654 if (accel == 0 || accel > FASTCOVER_MAX_ACCEL) {
655 LOCALDISPLAYLEVEL(displayLevel, 1, "Incorrect accel\n");
681 accelParams = FASTCOVER_defaultAccelParameters[accel];
729 data->ctx->f, accel)) {
759 FASTCOVER_convertToFastCoverParams(best.parameters, parameters, f, accel);