/external/ms-tpm-20-ref/Samples/Nucleo-TPM/L476RG/Src/ |
D | usbd_desc.c | 273 uint8_t * USBD_FS_DeviceDescriptor(USBD_SpeedTypeDef speed, uint16_t *length) in USBD_FS_DeviceDescriptor() 285 uint8_t * USBD_FS_LangIDStrDescriptor(USBD_SpeedTypeDef speed, uint16_t *length) in USBD_FS_LangIDStrDescriptor() 297 uint8_t * USBD_FS_ProductStrDescriptor(USBD_SpeedTypeDef speed, uint16_t *length) in USBD_FS_ProductStrDescriptor() 316 uint8_t * USBD_FS_ManufacturerStrDescriptor(USBD_SpeedTypeDef speed, uint16_t *length) in USBD_FS_ManufacturerStrDescriptor() 328 uint8_t * USBD_FS_SerialStrDescriptor(USBD_SpeedTypeDef speed, uint16_t *length) in USBD_FS_SerialStrDescriptor() 347 uint8_t * USBD_FS_ConfigStrDescriptor(USBD_SpeedTypeDef speed, uint16_t *length) in USBD_FS_ConfigStrDescriptor() 366 uint8_t * USBD_FS_InterfaceStrDescriptor(USBD_SpeedTypeDef speed, uint16_t *length) in USBD_FS_InterfaceStrDescriptor() 386 uint8_t * USBD_FS_USR_BOSDescriptor(USBD_SpeedTypeDef speed, uint16_t *length) in USBD_FS_USR_BOSDescriptor()
|
/external/ms-tpm-20-ref/Samples/Nucleo-TPM/L4A6RG/Src/ |
D | usbd_desc.c | 273 uint8_t * USBD_FS_DeviceDescriptor(USBD_SpeedTypeDef speed, uint16_t *length) in USBD_FS_DeviceDescriptor() 285 uint8_t * USBD_FS_LangIDStrDescriptor(USBD_SpeedTypeDef speed, uint16_t *length) in USBD_FS_LangIDStrDescriptor() 297 uint8_t * USBD_FS_ProductStrDescriptor(USBD_SpeedTypeDef speed, uint16_t *length) in USBD_FS_ProductStrDescriptor() 316 uint8_t * USBD_FS_ManufacturerStrDescriptor(USBD_SpeedTypeDef speed, uint16_t *length) in USBD_FS_ManufacturerStrDescriptor() 328 uint8_t * USBD_FS_SerialStrDescriptor(USBD_SpeedTypeDef speed, uint16_t *length) in USBD_FS_SerialStrDescriptor() 347 uint8_t * USBD_FS_ConfigStrDescriptor(USBD_SpeedTypeDef speed, uint16_t *length) in USBD_FS_ConfigStrDescriptor() 366 uint8_t * USBD_FS_InterfaceStrDescriptor(USBD_SpeedTypeDef speed, uint16_t *length) in USBD_FS_InterfaceStrDescriptor() 386 uint8_t * USBD_FS_USR_BOSDescriptor(USBD_SpeedTypeDef speed, uint16_t *length) in USBD_FS_USR_BOSDescriptor()
|
/external/libvpx/libvpx/vp9/encoder/ |
D | vp9_speed_features.c | 63 int speed) { in set_good_speed_feature_framesize_dependent() 207 int speed) { in set_good_speed_feature_framesize_independent() 393 int speed) { in set_rt_speed_feature_framesize_dependent() 430 VP9_COMP *cpi, SPEED_FEATURES *sf, int speed, vp9e_tune_content content) { in set_rt_speed_feature_framesize_independent() 825 void vp9_set_speed_features_framesize_dependent(VP9_COMP *cpi, int speed) { in vp9_set_speed_features_framesize_dependent() 871 void vp9_set_speed_features_framesize_independent(VP9_COMP *cpi, int speed) { in vp9_set_speed_features_framesize_independent()
|
/external/libaom/libaom/av1/encoder/ |
D | speed_features.c | 127 const AV1_COMP *const cpi, SPEED_FEATURES *const sf, int speed) { in set_good_speed_feature_framesize_dependent() 243 int speed) { in set_rt_speed_feature_framesize_dependent() 276 const AV1_COMP *const cpi, SPEED_FEATURES *const sf, int speed) { in set_good_speed_features_framesize_independent() 611 int speed) { in set_rt_speed_features_framesize_independent() 1122 void av1_set_speed_features_framesize_dependent(AV1_COMP *cpi, int speed) { in av1_set_speed_features_framesize_dependent() 1148 void av1_set_speed_features_framesize_independent(AV1_COMP *cpi, int speed) { in av1_set_speed_features_framesize_independent() 1285 void av1_set_speed_features_qindex_dependent(AV1_COMP *cpi, int speed) { in av1_set_speed_features_qindex_dependent()
|
/external/exoplayer/tree/library/core/src/main/java/com/google/android/exoplayer2/ |
D | PlaybackParameters.java | 33 public final float speed; field in PlaybackParameters 42 public PlaybackParameters(float speed) { in PlaybackParameters()
|
/external/openssh/openbsd-compat/ |
D | bsd-nextstep.c | 91 cfsetospeed(struct termios *t,int speed) in cfsetospeed() 98 cfsetispeed(struct termios *t, int speed) in cfsetispeed()
|
/external/sonic/ |
D | Main.java | 23 float speed, in runSonic() 63 float speed = 2.0f; in main() local
|
D | main.c | 20 float speed, in runSonic() 77 float speed = 1.0f; in main() local
|
D | sonic.c | 26 float speed; member 97 float speed) in sonicSetSpeed() 551 float speed = stream->speed/stream->pitch; in sonicFlushStream() local 959 float speed, in skipPitchPeriod() 984 float speed, in insertPitchPeriod() 1012 float speed) in changeSpeed() 1051 float speed = stream->speed/stream->pitch; in processStreamInput() local 1127 float speed, in sonicChangeFloatSpeed() 1154 float speed, in sonicChangeShortSpeed()
|
D | Sonic.java | 22 private float speed; field in Sonic 104 float speed) in setSpeed() 808 float speed, in skipPitchPeriod() 830 float speed, in insertPitchPeriod() 852 float speed) in changeSpeed() 949 float speed, in changeFloatSpeed() 975 float speed, in sonicChangeShortSpeed()
|
/external/toybox/lib/ |
D | tty.c | 64 void xsetspeed(struct termios *tio, int speed) in xsetspeed() 79 int set_terminal(int fd, int raw, int speed, struct termios *old) in set_terminal() 126 void xset_terminal(int fd, int raw, int speed, struct termios *old) in xset_terminal()
|
/external/exoplayer/tree/library/core/src/main/java/com/google/android/exoplayer2/audio/ |
D | Sonic.java | 37 private final float speed; field in Sonic 66 public Sonic(int inputSampleRateHz, int channelCount, float speed, int outputSampleRateHz) { in Sonic() 388 private int skipPitchPeriod(short[] samples, int position, float speed, int period) { in skipPitchPeriod() 411 private int insertPitchPeriod(short[] samples, int position, float speed, int period) { in insertPitchPeriod() 441 private void changeSpeed(float speed) { in changeSpeed()
|
D | SonicAudioProcessor.java | 57 private float speed; field in SonicAudioProcessor 96 public float setSpeed(float speed) { in setSpeed()
|
/external/skia/samplecode/ |
D | SampleCusp.cpp | 33 static SkPath cusp(const SkPoint P[4], SkPoint PP[7], bool& split, int speed, SkScalar phase) { in cusp() 54 static SkScalar linearToLoop(int speed, SkScalar phase, SkScalar scale) { in linearToLoop()
|
/external/lottie/lottie/src/main/java/com/airbnb/lottie/utils/ |
D | LottieValueAnimator.java | 20 private float speed = 1f; field in LottieValueAnimator 184 public void setSpeed(float speed) { in setSpeed()
|
/external/skqp/samplecode/ |
D | SampleCusp.cpp | 33 static SkPath cusp(const SkPoint P[4], SkPoint PP[7], bool& split, int speed, SkScalar phase) { in cusp() 54 static SkScalar linearToLoop(int speed, SkScalar phase, SkScalar scale) { in linearToLoop()
|
/external/skia/tools/viewer/ |
D | TouchGesture.cpp | 18 static SkScalar pin_max_fling(SkScalar speed) { in pin_max_fling() 70 const float speed = fSpeed0 * (sk_float_exp(- K0 * t) - K1); in evaluateMatrix() local 302 SkScalar speed; in isFling() local
|
/external/skqp/tools/viewer/ |
D | TouchGesture.cpp | 18 static SkScalar pin_max_fling(SkScalar speed) { in pin_max_fling() 70 const float speed = fSpeed0 * (sk_float_exp(- K0 * t) - K1); in evaluateMatrix() local 305 SkScalar speed; in isFling() local
|
/external/lottie/LottieSample/src/main/kotlin/com/airbnb/lottie/samples/ |
D | DynamicActivity.kt | 20 private var speed = 1 in <lambda>() variable
|
/external/libaom/libaom/test/ |
D | encode_perf_test.cc | 113 void set_speed(unsigned int speed) { speed_ = speed; } in set_speed() 127 for (int speed : kEncodePerfTestSpeeds) { in TEST_P() local
|
/external/arm-trusted-firmware/drivers/st/gpio/ |
D | stm32_gpio.c | 70 uint32_t speed = GPIO_SPEED_LOW; in dt_set_gpio_config() local 203 void set_gpio(uint32_t bank, uint32_t pin, uint32_t mode, uint32_t speed, in set_gpio()
|
/external/webrtc/test/ |
D | drifting_clock.cc | 19 DriftingClock::DriftingClock(Clock* clock, float speed) in DriftingClock()
|
/external/curl/tests/unit/ |
D | unit1606.c | 48 curl_off_t speed, in runawhile()
|
/external/rust/crates/structopt/examples/ |
D | example.rs | 17 speed: f64, field
|
D | basic.rs | 24 speed: f64, field
|