Home
last modified time | relevance | path

Searched refs:Speed (Results 1 – 25 of 202) sorted by relevance

123456789

/external/llvm-project/lldb/test/API/functionalities/data-formatter/data-formatter-cpp/
Dmain.cpp7 typedef RealNumber Speed; // should show as hex typedef
70 Speed SPILookHex = 5.55; in main()
86 Speed* SPPtrILookHex = new Speed(16); in main()
/external/zstd/contrib/pzstd/
DREADME.md36 Compression Speed vs Ratio with 4 Threads | Decompression Speed with 4 Threads
38 …[Compression Speed vs Ratio](images/Cspeed.png "Compression Speed vs Ratio") | ![Decompression Spe…
/external/zstd/
DREADME.md67 Speed vs Compression trade-off is configurable by small increments.
78 Compression Speed vs Ratio | Decompression Speed
80 …ression Speed vs Ratio](doc/images/CSpeed2.png "Compression Speed vs Ratio") | ![Decompression Spe…
99 Compression Ratio | Compression Speed | Decompression Speed
101 … | ![Compression Speed](doc/images/dict-cs.png "Compression Speed") | ![Decompression Speed](doc/i…
/external/boringssl/src/util/
Dcompare_benchmarks.go36 func (r *Result) Speed() (float64, string) { func
55 newSpeed, unit := result.Speed()
58 oldSpeed, _ := baseline.Speed()
/external/llvm-project/llvm/test/CodeGen/ARM/
Dbuild-attributes-optimization.ll16 ; SPEED-OBJ-NEXT: Description: Speed
18 ; MAXSPEED-OBJ-NEXT: Description: Aggressive Speed
/external/llvm/test/CodeGen/ARM/
Dbuild-attributes-optimization.ll16 ; SPEED-OBJ-NEXT: Description: Speed
18 ; MAXSPEED-OBJ-NEXT: Description: Aggressive Speed
/external/bcc/examples/networking/vlan_learning/
DREADME.txt29 % Total % Received % Xferd Average Speed Time Time Time Current
30 Dload Upload Total Spent Left Speed
/external/libvpx/libvpx/vp8/encoder/
Donyx_if.c770 int Speed = cpi->Speed; in vp8_set_speed_features() local
814 Speed = 0; in vp8_set_speed_features()
816 Speed = RT(Speed); in vp8_set_speed_features()
818 if (Speed > 5) Speed = 5; in vp8_set_speed_features()
819 Speed = GOOD(Speed); in vp8_set_speed_features()
828 speed_map(Speed, thresh_mult_map_znn); in vp8_set_speed_features()
831 speed_map(Speed, thresh_mult_map_vhpred); in vp8_set_speed_features()
832 sf->thresh_mult[THR_B_PRED] = speed_map(Speed, thresh_mult_map_bpred); in vp8_set_speed_features()
833 sf->thresh_mult[THR_TM] = speed_map(Speed, thresh_mult_map_tm); in vp8_set_speed_features()
834 sf->thresh_mult[THR_NEW1] = speed_map(Speed, thresh_mult_map_new1); in vp8_set_speed_features()
[all …]
Drdopt.c275 … cpi->common.current_video_frame, cpi->Speed, milliseconds_for_compress, cpi->avg_pick_mode_time); in vp8_auto_select_speed()
285 cpi->Speed = 4; in vp8_auto_select_speed()
288 cpi->Speed += 2; in vp8_auto_select_speed()
292 if (cpi->Speed > 16) { in vp8_auto_select_speed()
293 cpi->Speed = 16; in vp8_auto_select_speed()
298 cpi->avg_encode_time * auto_speed_thresh[cpi->Speed]) { in vp8_auto_select_speed()
299 cpi->Speed -= 1; in vp8_auto_select_speed()
304 if (cpi->Speed < 4) { in vp8_auto_select_speed()
305 cpi->Speed = 4; in vp8_auto_select_speed()
310 cpi->Speed += 4; in vp8_auto_select_speed()
[all …]
/external/cpuinfo/test/dmesg/
Dblu-r1-hd.log6 [ 5.681566] [I2C]Clk=13650,Id=1,Speed mode=1,St_rs=0,Dma_en=0,Op=1,Poll_en=0,Irq_stat=3
27 [ 5.682165] [I2C]Clk=13650,Id=1,Speed mode=1,St_rs=0,Dma_en=0,Op=1,Poll_en=0,Irq_stat=3
48 [ 5.682763] [I2C]Clk=13650,Id=1,Speed mode=1,St_rs=0,Dma_en=0,Op=1,Poll_en=0,Irq_stat=3
69 [ 5.683358] [I2C]Clk=13650,Id=1,Speed mode=1,St_rs=0,Dma_en=0,Op=1,Poll_en=0,Irq_stat=3
90 [ 5.683974] [I2C]Clk=13650,Id=1,Speed mode=1,St_rs=0,Dma_en=0,Op=1,Poll_en=0,Irq_stat=3
116 [ 5.941755] [I2C]Clk=13650,Id=1,Speed mode=1,St_rs=0,Dma_en=1,Op=1,Poll_en=0,Irq_stat=3
138 [ 5.942477] [I2C]Clk=13650,Id=1,Speed mode=1,St_rs=0,Dma_en=1,Op=1,Poll_en=0,Irq_stat=3
160 [ 5.943188] [I2C]Clk=13650,Id=1,Speed mode=1,St_rs=0,Dma_en=1,Op=1,Poll_en=0,Irq_stat=3
182 [ 5.943895] [I2C]Clk=13650,Id=1,Speed mode=1,St_rs=0,Dma_en=1,Op=1,Poll_en=0,Irq_stat=3
204 [ 5.944601] [I2C]Clk=13650,Id=1,Speed mode=1,St_rs=0,Dma_en=1,Op=1,Poll_en=0,Irq_stat=3
[all …]
/external/perfetto/
DDIR_METADATA2 component: "Speed>Tracing"
/external/ms-tpm-20-ref/Samples/Nucleo-TPM/L476RG/Src/
Dstm32l4xx_hal_msp.c178 GPIO_InitStruct.Speed = GPIO_SPEED_FREQ_VERY_HIGH; in HAL_UART_MspInit()
/external/ms-tpm-20-ref/Samples/Nucleo-TPM/L4A6RG/Src/
Dstm32l4xx_hal_msp.c178 GPIO_InitStruct.Speed = GPIO_SPEED_FREQ_VERY_HIGH; in HAL_UART_MspInit()
/external/e2fsprogs/doc/RelNotes/
Dv1.23.txt33 Speed up the check of an ext3 filesystems by avoiding a needless flush
36 Speed up creating an internal journal using tune2fs in the case where
/external/ms-tpm-20-ref/Samples/Nucleo-TPM/L4A6RG/Drivers/STM32L4xx_HAL_Driver/Src/
Dstm32l4xx_hal_gpio.c235 assert_param(IS_GPIO_SPEED(GPIO_Init->Speed)); in HAL_GPIO_Init()
239 temp |= (GPIO_Init->Speed << (position * 2)); in HAL_GPIO_Init()
/external/ms-tpm-20-ref/Samples/Nucleo-TPM/L476RG/Drivers/STM32L4xx_HAL_Driver/Src/
Dstm32l4xx_hal_gpio.c235 assert_param(IS_GPIO_SPEED(GPIO_Init->Speed)); in HAL_GPIO_Init()
239 temp |= (GPIO_Init->Speed << (position * 2)); in HAL_GPIO_Init()
/external/angle/src/common/third_party/xxhash/
DREADME.md23 | Name | Speed | Quality | Author |
49 | Version | Speed on 64-bit | Speed on 32-bit |
/external/autotest/client/site_tests/platform_MemCheck/
Dcontrol28 Memory Speed
/external/boringssl/src/tool/
Dtool.cc63 { "speed", Speed },
/external/rust/crates/quiche/deps/boringssl/src/tool/
Dtool.cc63 { "speed", Speed },
/external/llvm-project/llvm/test/tools/llvm-readobj/ELF/ARM/
Dattribute-2.s142 @CHECK-OBJ-NEXT: Description: Aggressive Speed
149 @CHECK-OBJ-NEXT: Description: Aggressive Speed
/external/llvm/test/tools/llvm-readobj/ARM/
Dattribute-2.s142 @CHECK-OBJ-NEXT: Description: Aggressive Speed
149 @CHECK-OBJ-NEXT: Description: Aggressive Speed
/external/llvm-project/clang-tools-extra/docs/clang-tidy/checks/
Dmodernize-pass-by-value.rst151 For more information about the pass-by-value idiom, read: `Want Speed? Pass by Value`_.
153 ….. _Want Speed? Pass by Value: https://web.archive.org/web/20140205194657/http://cpp-next.com/arch…
/external/zstd/programs/
DREADME.md254 Compression Speed vs Ratio | Decompression Speed
256Speed vs Ratio](https://raw.githubusercontent.com/facebook/zstd/v1.3.3/doc/images/ldmCspeed.png "C…
/external/ms-tpm-20-ref/Samples/Nucleo-TPM/L4A6RG/
DNucleo-L4A6RG.txt57 Compiler Optimizations : Balanced Size/Speed

123456789