Home
last modified time | relevance | path

Searched defs:step (Results 1151 - 1175 of 1211) sorted by relevance

1...<<414243444546474849

/kernel/linux/linux-6.6/security/tomoyo/
H A Dcommon.h807 unsigned int step; member
/kernel/linux/linux-6.6/sound/pci/hda/
H A Dhda_generic.c3842 unsigned int step; in check_boost_vol() local
/kernel/linux/patches/linux-4.19/prebuilts/usr/include/sound/
H A Dasound.h342 unsigned int step; member
737 long step; member
742 long long step; member
/kernel/linux/patches/linux-6.6/prebuilts/usr/include/sound/
H A Dasound.h357 unsigned int step; member
818 long step; member
823 long long step; member
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/sound/
H A Dasound.h357 unsigned int step; member
818 long step; member
823 long long step; member
/third_party/ffmpeg/fftools/
H A Dffplay.c293 int step; member
1499 static void update_volume(VideoState *is, int sign, double step) in update_volume() argument
/third_party/alsa-lib/src/pcm/
H A Dpcm.c3265 unsigned int step = dst_areas->step; in snd_pcm_areas_silence() local
3447 unsigned int step = src_areas->step; snd_pcm_areas_copy() local
[all...]
/third_party/mbedtls/library/
H A Dpsa_crypto.c6720 psa_hkdf_input(psa_hkdf_key_derivation_t *hkdf, psa_algorithm_t kdf_alg, psa_key_derivation_step_t step, const uint8_t *data, size_t data_length) psa_hkdf_input() argument
6922 psa_tls12_prf_input(psa_tls12_prf_key_derivation_t *prf, psa_key_derivation_step_t step, const uint8_t *data, size_t data_length) psa_tls12_prf_input() argument
7032 psa_tls12_prf_psk_to_ms_input( psa_tls12_prf_key_derivation_t *prf, psa_key_derivation_step_t step, const uint8_t *data, size_t data_length) psa_tls12_prf_psk_to_ms_input() argument
7057 psa_tls12_ecjpake_to_pms_input( psa_tls12_ecjpake_to_pms_t *ecjpake, psa_key_derivation_step_t step, const uint8_t *data, size_t data_length) psa_tls12_ecjpake_to_pms_input() argument
7081 psa_pbkdf2_set_input_cost( psa_pbkdf2_key_derivation_t *pbkdf2, psa_key_derivation_step_t step, uint64_t data) psa_pbkdf2_set_input_cost() argument
7226 psa_pbkdf2_input(psa_pbkdf2_key_derivation_t *pbkdf2, psa_algorithm_t kdf_alg, psa_key_derivation_step_t step, const uint8_t *data, size_t data_length) psa_pbkdf2_input() argument
7252 psa_key_derivation_check_input_type( psa_key_derivation_step_t step, psa_key_type_t key_type) psa_key_derivation_check_input_type() argument
7299 psa_key_derivation_input_internal( psa_key_derivation_operation_t *operation, psa_key_derivation_step_t step, psa_key_type_t key_type, const uint8_t *data, size_t data_length) psa_key_derivation_input_internal() argument
7359 psa_key_derivation_input_integer_internal( psa_key_derivation_operation_t *operation, psa_key_derivation_step_t step, uint64_t value) psa_key_derivation_input_integer_internal() argument
7386 psa_key_derivation_input_bytes( psa_key_derivation_operation_t *operation, psa_key_derivation_step_t step, const uint8_t *data_external, size_t data_length) psa_key_derivation_input_bytes() argument
7407 psa_key_derivation_input_integer( psa_key_derivation_operation_t *operation, psa_key_derivation_step_t step, uint64_t value) psa_key_derivation_input_integer() argument
7415 psa_key_derivation_input_key( psa_key_derivation_operation_t *operation, psa_key_derivation_step_t step, mbedtls_svc_key_id_t key) psa_key_derivation_input_key() argument
7530 psa_key_agreement_internal(psa_key_derivation_operation_t *operation, psa_key_derivation_step_t step, psa_key_slot_t *private_key, const uint8_t *peer_key, size_t peer_key_length) psa_key_agreement_internal() argument
7565 psa_key_derivation_key_agreement(psa_key_derivation_operation_t *operation, psa_key_derivation_step_t step, mbedtls_svc_key_id_t private_key, const uint8_t *peer_key_external, size_t peer_key_length) psa_key_derivation_key_agreement() argument
8678 psa_jpake_prologue( psa_pake_operation_t *operation, psa_pake_step_t step, psa_jpake_io_mode_t io_mode) psa_jpake_prologue() argument
8754 psa_pake_output( psa_pake_operation_t *operation, psa_pake_step_t step, uint8_t *output_external, size_t output_size, size_t *output_length) psa_pake_output() argument
8831 psa_pake_input( psa_pake_operation_t *operation, psa_pake_step_t step, const uint8_t *input_external, size_t input_length) psa_pake_input() argument
[all...]
/third_party/mesa3d/src/microsoft/vulkan/
H A Ddzn_cmd_buffer.c790 uint32_t step = DZN_QUERY_REFS_SECTION_SIZE / sizeof(uint64_t); in dzn_cmd_buffer_collect_queries() local
4355 uint32_t step = flags & VK_QUERY_RESULT_64_BIT ? sizeof(uint64_t) : sizeof(uint32_t); in dzn_CmdCopyQueryPoolResults() local
[all...]
/third_party/libinput/src/
H A Dlibinput.c4250 libinput_config_accel_set_points(struct libinput_config_accel *config, enum libinput_config_accel_type accel_type, double step, size_t npoints, double *points) libinput_config_accel_set_points() argument
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/shaderexecutor/
H A DvktShaderBuiltinPrecisionTests.cpp4421 static double step (double edge, double x) in step() function
/third_party/vk-gl-cts/external/openglcts/modules/glesext/texture_cube_map_array/
H A DesextcTextureCubeMapArraySampling.cpp732 const glw::GLfloat step = (float)offset / (float)width; in getRightNeighbour() local
788 glw::GLfloat step = (float)offset / (float)width; in getTopNeighbour() local
[all...]
/third_party/skia/third_party/externals/imgui/
H A Dimgui_demo.cpp6978 static void Step(ImGuiSizeCallbackData* data) { float step = (float)(int)(intptr_t)data->UserData; data->DesiredSize = ImVec2((int)(data->DesiredSize.x / step + 0.5f) * step, (int)(data->DesiredSize.y / step + 0.5f) * step); } local
/third_party/skia/tests/
H A DPathOpsOpTest.cpp4684 float step = 7.62939453e-006f; in loops33iMod() local
/third_party/vixl/src/aarch64/
H A Dassembler-sve-aarch64.cc2201 void Assembler::index(const ZRegister& zd, int start, int step) { in index() argument
/third_party/python/Python/
H A Dceval.c5461 PyObject *start, *stop, *step, *slice; local
/third_party/python/Modules/_decimal/libmpdec/
H A Dmpdecimal.c5567 mpd_size_t x, step; in _mpd_get_transform_len() local
/third_party/sqlite/include/
H A Dsqlite3ext.h138 int (*step)(sqlite3_stmt*); member
/third_party/vk-gl-cts/modules/glshared/
H A DglsBuiltinPrecisionTests.cpp3461 static double step (double edge, double x) in step() function
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/shaderexecutor/
H A DvktShaderBuiltinPrecisionTests.cpp4410 static double step (double edge, double x) in step() function
/third_party/typescript/lib/
H A Dtsserverlibrary.js99 function step(result) { result.done ? resolve(result.value) : adopt(result.value).then(fulfilled, rejected); } function
[all...]
H A Dtsserver.js100 function step(result) { result.done ? resolve(result.value) : adopt(result.value).then(fulfilled, rejected); } function
[all...]
/device/soc/rockchip/common/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd_wifi6/
H A Ddhd_msgbuf.c921 uint32 step = 0; in dhd_prot_d2h_sync_seqnum() local
999 uint32 step = 0; in dhd_prot_d2h_sync_xorcsum() local
1116 uint32 step = 0; dhd_prot_d2h_sync_edl() local
[all...]
/foundation/arkui/ace_engine/frameworks/core/components/web/resource/
H A Dweb_delegate.cpp977 bool WebDelegate::AccessStep(int32_t step) in AccessStep() argument
989 void WebDelegate::BackOrForward(int32_t step) in BackOrForward() argument
/kernel/linux/linux-5.10/drivers/media/dvb-frontends/drx39xyj/
H A Ddrx_driver.h1054 s32 step; member

Completed in 182 milliseconds

1...<<414243444546474849