| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/util/ |
| H A D | mat4.cpp | 31 void identity(mat4& out) { in identity() argument 32 out[0] = 1.0f; in identity() 33 out[1] = 0.0f; in identity() 34 out[2] = 0.0f; in identity() 35 out[3] = 0.0f; in identity() 36 out[4] = 0.0f; in identity() 37 out[5] = 1.0f; in identity() 38 out[6] = 0.0f; in identity() 39 out[7] = 0.0f; in identity() 40 out[8] = 0.0f; in identity() [all …]
|
| H A D | mat3.cpp | 30 void identity(mat3& out) { in identity() argument 31 out[0] = 1.0f; in identity() 32 out[1] = 0.0f; in identity() 33 out[2] = 0.0f; in identity() 34 out[3] = 0.0f; in identity() 35 out[4] = 1.0f; in identity() 36 out[5] = 0.0f; in identity() 37 out[6] = 0.0f; in identity() 38 out[7] = 0.0f; in identity() 39 out[8] = 1.0f; in identity() [all …]
|
| /OK3568_Linux_fs/kernel/drivers/usb/host/ |
| H A D | uhci-debug.c | 46 char *out = buf; in uhci_show_td() local 51 out += sprintf(out, "%*s[%p] link (%08x) ", space, "", td, in uhci_show_td() 53 out += sprintf(out, "e%d %s%s%s%s%s%s%s%s%s%sLength=%x ", in uhci_show_td() 66 if (out - buf > len) in uhci_show_td() 75 spid = "OUT"; in uhci_show_td() 85 out += sprintf(out, "MaxLen=%x DT%d EndPt=%x Dev=%x, PID=%x(%s) ", in uhci_show_td() 92 out += sprintf(out, "(buf=%08x)\n", hc32_to_cpu(uhci, td->buffer)); in uhci_show_td() 95 if (out - buf > len) in uhci_show_td() 96 out += sprintf(out, " ...\n"); in uhci_show_td() 97 return out - buf; in uhci_show_td() [all …]
|
| /OK3568_Linux_fs/buildroot/dl/tcpdump/ |
| HD | tcpdump-4.99.1.tar.gz | ... tcpdump-4.99.1/tests/ip_printroute_asan.out
tcpdump-4.99.1/tests/unsupported- ... |
| /OK3568_Linux_fs/kernel/fs/ocfs2/dlm/ |
| H A D | dlmdebug.c | 173 [DLM_DENIED_NOLOCKS] = "request denied, out of system resources", 239 int out = 0; in stringify_lockname() local 247 out += scnprintf(buf + out, len - out, "%.*s%08x", in stringify_lockname() 251 out += scnprintf(buf + out, len - out, "%.*s", in stringify_lockname() 253 return out; in stringify_lockname() 259 int out = 0; in stringify_nodemap() local 263 out += scnprintf(buf + out, len - out, "%d ", i); in stringify_nodemap() 265 return out; in stringify_nodemap() 270 int out = 0; in dump_mle() local 280 out += stringify_lockname(mle->mname, mle->mnamelen, buf + out, len - out); in dump_mle() [all …]
|
| /OK3568_Linux_fs/kernel/sound/soc/meson/ |
| H A D | axg-frddr.c | 105 "OUT 0", "OUT 1", "OUT 2", "OUT 3", "OUT 4", "OUT 5", "OUT 6", "OUT 7", 117 SND_SOC_DAPM_AIF_OUT("OUT 0", NULL, 0, SND_SOC_NOPM, 0, 0), 118 SND_SOC_DAPM_AIF_OUT("OUT 1", NULL, 0, SND_SOC_NOPM, 0, 0), 119 SND_SOC_DAPM_AIF_OUT("OUT 2", NULL, 0, SND_SOC_NOPM, 0, 0), 120 SND_SOC_DAPM_AIF_OUT("OUT 3", NULL, 0, SND_SOC_NOPM, 0, 0), 121 SND_SOC_DAPM_AIF_OUT("OUT 4", NULL, 0, SND_SOC_NOPM, 0, 0), 122 SND_SOC_DAPM_AIF_OUT("OUT 5", NULL, 0, SND_SOC_NOPM, 0, 0), 123 SND_SOC_DAPM_AIF_OUT("OUT 6", NULL, 0, SND_SOC_NOPM, 0, 0), 124 SND_SOC_DAPM_AIF_OUT("OUT 7", NULL, 0, SND_SOC_NOPM, 0, 0), 129 { "OUT 0", "OUT 0", "SINK SEL" }, [all …]
|
| /OK3568_Linux_fs/kernel/drivers/net/ethernet/mellanox/mlx5/core/ |
| H A D | port.c | 28 * ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN 43 u32 *out = NULL; in mlx5_core_access_reg() local 48 out = kvzalloc(outlen, GFP_KERNEL); in mlx5_core_access_reg() 49 if (!in || !out) in mlx5_core_access_reg() 50 goto out; in mlx5_core_access_reg() 60 err = mlx5_cmd_exec(dev, in, inlen, out, outlen); in mlx5_core_access_reg() 62 goto out; in mlx5_core_access_reg() 64 data = MLX5_ADDR_OF(access_register_out, out, register_data); in mlx5_core_access_reg() 67 out: in mlx5_core_access_reg() 68 kvfree(out); in mlx5_core_access_reg() [all …]
|
| H A D | vport.c | 28 * ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN 45 u32 out[MLX5_ST_SZ_DW(query_vport_state_out)] = {}; in mlx5_query_vport_state() local 56 err = mlx5_cmd_exec_inout(mdev, query_vport_state, in, out); in mlx5_query_vport_state() 60 return MLX5_GET(query_vport_state_out, out, state); in mlx5_query_vport_state() 79 u32 *out) in mlx5_query_nic_vport_context() argument 89 return mlx5_cmd_exec_inout(mdev, query_nic_vport_context, in, out); in mlx5_query_nic_vport_context() 95 u32 out[MLX5_ST_SZ_DW(query_nic_vport_context_out)] = {}; in mlx5_query_nic_vport_min_inline() local 98 err = mlx5_query_nic_vport_context(mdev, vport, out); in mlx5_query_nic_vport_min_inline() 100 *min_inline = MLX5_GET(query_nic_vport_context_out, out, in mlx5_query_nic_vport_min_inline() 148 u32 out[MLX5_ST_SZ_DW(query_nic_vport_context_out)] = {}; in mlx5_query_nic_vport_mac_address() local [all …]
|
| /OK3568_Linux_fs/kernel/drivers/staging/media/atomisp/pci/camera/pipe/interface/ |
| H A D | ia_css_pipe_binarydesc.h | 26 * @param[out] copy_desc 27 * @param[in/out] in_info 28 * @param[in/out] out_info 29 * @param[in/out] vf_info 43 * @param[out] vfpp_descr 44 * @param[in/out] in_info 45 * @param[in/out] out_info 59 * @param[out] bds_factor_numerator: The numerator of the bayer downscaling factor. 61 * @param[out] bds_factor_denominator: The denominator of the bayer downscaling factor. 74 * @param[out] preview_descr [all …]
|
| /OK3568_Linux_fs/external/xserver/test/xi2/ |
| H A D | protocol-eventconvert.c | 19 * FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER 39 test_values_XIRawEvent(RawDeviceEvent *in, xXIRawEvent * out, BOOL swap) in test_values_XIRawEvent() argument 50 swaps(&out->sequenceNumber); in test_values_XIRawEvent() 51 swapl(&out->length); in test_values_XIRawEvent() 52 swaps(&out->evtype); in test_values_XIRawEvent() 53 swaps(&out->deviceid); in test_values_XIRawEvent() 54 swapl(&out->time); in test_values_XIRawEvent() 55 swapl(&out->detail); in test_values_XIRawEvent() 56 swaps(&out->valuators_len); in test_values_XIRawEvent() 57 swapl(&out->flags); in test_values_XIRawEvent() [all …]
|
| /OK3568_Linux_fs/kernel/drivers/gpu/drm/amd/display/modules/hdcp/ |
| H A D | hdcp2_execution.c | 19 * ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR 111 goto out; in check_h_prime_available() 124 out: in check_h_prime_available() 135 goto out; in check_pairing_info_available() 148 out: in check_pairing_info_available() 191 goto out; in check_stream_ready_available() 198 out: in check_stream_ready_available() 224 goto out; in process_rxstatus() 228 goto out; in process_rxstatus() 233 goto out; in process_rxstatus() [all …]
|
| H A D | hdcp1_execution.c | 19 * ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR 147 goto out; in wait_for_active_rx() 153 goto out; in wait_for_active_rx() 157 goto out; in wait_for_active_rx() 158 out: in wait_for_active_rx() 170 goto out; in exchange_ksvs() 176 goto out; in exchange_ksvs() 180 goto out; in exchange_ksvs() 184 goto out; in exchange_ksvs() 188 goto out; in exchange_ksvs() [all …]
|
| /OK3568_Linux_fs/u-boot/arch/arm/dts/ |
| H A D | stih407-pinctrl.dtsi | 133 tx = <&pio4 2 ALT2 OUT>; 139 tx_od = <&pio4 3 ALT2 OUT>; 148 tx = <&pio3 4 ALT1 OUT>; 157 tx = <&pio2 6 ALT3 OUT>; 189 keyout0 = <&pio4 6 ALT4 OUT>; 190 keyout1 = <&pio1 7 ALT2 OUT>; 191 keyout2 = <&pio0 6 ALT2 OUT>; 192 keyout3 = <&pio2 7 ALT2 OUT>; 208 txd0 = <&pio0 0 ALT1 OUT DE_IO 0 CLK_A>; 209 txd1 = <&pio0 1 ALT1 OUT DE_IO 0 CLK_A>; [all …]
|
| /OK3568_Linux_fs/kernel/fs/udf/ |
| H A D | udfend.h | 10 struct kernel_lb_addr out; in lelb_to_cpu() local 12 out.logicalBlockNum = le32_to_cpu(in.logicalBlockNum); in lelb_to_cpu() 13 out.partitionReferenceNum = le16_to_cpu(in.partitionReferenceNum); in lelb_to_cpu() 15 return out; in lelb_to_cpu() 20 struct lb_addr out; in cpu_to_lelb() local 22 out.logicalBlockNum = cpu_to_le32(in.logicalBlockNum); in cpu_to_lelb() 23 out.partitionReferenceNum = cpu_to_le16(in.partitionReferenceNum); in cpu_to_lelb() 25 return out; in cpu_to_lelb() 30 struct short_ad out; in lesa_to_cpu() local 32 out.extLength = le32_to_cpu(in.extLength); in lesa_to_cpu() [all …]
|
| /OK3568_Linux_fs/kernel/drivers/media/platform/mtk-vcodec/ |
| H A D | venc_vpu_if.c | 111 struct venc_ap_ipi_msg_init out; in vpu_enc_init() local 127 memset(&out, 0, sizeof(out)); in vpu_enc_init() 128 out.msg_id = AP_IPIMSG_ENC_INIT; in vpu_enc_init() 129 out.venc_inst = (unsigned long)vpu; in vpu_enc_init() 130 if (vpu_enc_send_msg(vpu, &out, sizeof(out))) { in vpu_enc_init() 167 struct venc_ap_ipi_msg_set_param_ext out; in vpu_enc_set_param() local 171 memset(&out, 0, sizeof(out)); in vpu_enc_set_param() 172 out.base.msg_id = AP_IPIMSG_ENC_SET_PARAM; in vpu_enc_set_param() 173 out.base.vpu_inst_addr = vpu->inst_addr; in vpu_enc_set_param() 174 out.base.param_id = id; in vpu_enc_set_param() [all …]
|
| /OK3568_Linux_fs/kernel/arch/arm/boot/dts/ |
| H A D | stih407-pinctrl.dtsi | 130 tx = <&pio4 2 ALT2 OUT>; 136 tx_od = <&pio4 3 ALT2 OUT>; 145 tx = <&pio3 4 ALT1 OUT>; 154 tx = <&pio2 6 ALT3 OUT>; 186 keyout0 = <&pio4 6 ALT4 OUT>; 187 keyout1 = <&pio1 7 ALT2 OUT>; 188 keyout2 = <&pio0 6 ALT2 OUT>; 189 keyout3 = <&pio2 7 ALT2 OUT>; 205 txd0 = <&pio0 0 ALT1 OUT DE_IO 0 CLK_A>; 206 txd1 = <&pio0 1 ALT1 OUT DE_IO 0 CLK_A>; [all …]
|
| /OK3568_Linux_fs/external/security/librkcrypto/test/ |
| H A D | cmode_adapter.c | 10 uint8_t *in, uint32_t in_len, uint8_t *out) in soft_cipher() argument 18 ret = rk_des_ecb_encrypt(in, out, in_len, key, key_len, is_enc); in soft_cipher() 21 ret = rk_des_cbc_encrypt(in, out, in_len, key, key_len, iv, is_enc); in soft_cipher() 24 ret = rk_des_cfb_encrypt(in, out, in_len, key, key_len, iv, is_enc); in soft_cipher() 27 ret = rk_des_ofb_encrypt(in, out, in_len, key, key_len, iv, is_enc); in soft_cipher() 35 ret = rk_aes_ecb_encrypt(in, out, in_len, key, key_len, is_enc); in soft_cipher() 38 ret = rk_aes_cbc_encrypt(in, out, in_len, key, key_len, iv, is_enc); in soft_cipher() 41 ret = rk_aes_cfb_encrypt(in, out, in_len, key, key_len, iv, is_enc); in soft_cipher() 44 ret = rk_aes_ofb_encrypt(in, out, in_len, key, key_len, iv, is_enc); in soft_cipher() 47 ret = rk_aes_cts_encrypt(in, out, in_len, key, key_len, iv, is_enc); in soft_cipher() [all …]
|
| /OK3568_Linux_fs/kernel/drivers/gpu/drm/omapdrm/dss/ |
| H A D | output.c | 20 int omapdss_device_init_output(struct omap_dss_device *out, in omapdss_device_init_output() argument 26 remote_node = of_graph_get_remote_node(out->dev->of_node, in omapdss_device_init_output() 27 out->of_port, 0); in omapdss_device_init_output() 29 dev_dbg(out->dev, "failed to find video sink\n"); in omapdss_device_init_output() 33 out->next = omapdss_find_device_by_node(remote_node); in omapdss_device_init_output() 34 out->bridge = of_drm_find_bridge(remote_node); in omapdss_device_init_output() 35 out->panel = of_drm_find_panel(remote_node); in omapdss_device_init_output() 36 if (IS_ERR(out->panel)) in omapdss_device_init_output() 37 out->panel = NULL; in omapdss_device_init_output() 41 if (out->next && out->type != out->next->type) { in omapdss_device_init_output() [all …]
|
| /OK3568_Linux_fs/kernel/drivers/video/fbdev/omap2/omapfb/dss/ |
| H A D | output.c | 20 int omapdss_output_set_device(struct omap_dss_device *out, in omapdss_output_set_device() argument 27 if (out->dst) { in omapdss_output_set_device() 29 out->dst->name); in omapdss_output_set_device() 34 if (out->output_type != dssdev->type) { in omapdss_output_set_device() 40 out->dst = dssdev; in omapdss_output_set_device() 41 dssdev->src = out; in omapdss_output_set_device() 53 int omapdss_output_unset_device(struct omap_dss_device *out) in omapdss_output_unset_device() argument 59 if (!out->dst) { in omapdss_output_unset_device() 65 if (out->dst->state != OMAP_DSS_DISPLAY_DISABLED) { in omapdss_output_unset_device() 67 out->dst->name); in omapdss_output_unset_device() [all …]
|
| /OK3568_Linux_fs/kernel/tools/testing/selftests/bpf/prog_tests/ |
| H A D | tailcalls.c | 26 goto out; in test_tailcall_1() 30 goto out; in test_tailcall_1() 34 goto out; in test_tailcall_1() 38 goto out; in test_tailcall_1() 45 goto out; in test_tailcall_1() 49 goto out; in test_tailcall_1() 53 goto out; in test_tailcall_1() 64 goto out; in test_tailcall_1() 77 goto out; in test_tailcall_1() 81 goto out; in test_tailcall_1() [all …]
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/ti/wlcore/ |
| H A D | acx.c | 34 goto out; in wl1271_acx_wake_up_conditions() 45 goto out; in wl1271_acx_wake_up_conditions() 48 out: in wl1271_acx_wake_up_conditions() 63 goto out; in wl1271_acx_sleep_auth() 72 goto out; in wl1271_acx_sleep_auth() 76 out: in wl1271_acx_sleep_auth() 96 goto out; in wl1271_acx_tx_power() 105 goto out; in wl1271_acx_tx_power() 108 out: in wl1271_acx_tx_power() 123 goto out; in wl1271_acx_feature_cfg() [all …]
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852bs/phl/hal_g6/phy/bb/ |
| H A D | halbb_plcp_gen.c | 29 void halbb_set_bit(u8 strt, u8 len, u32 in, u32 *out) in halbb_set_bit() argument 37 *out |= (in << strt); in halbb_set_bit() 47 u32 out = 0; in halbb_ceil() local 51 out = (numerator / denominator) + (numerator > (numerator / denominator)*denominator); in halbb_ceil() 52 return out; in halbb_ceil() 57 u32 out; in halbb_mod() local 61 out = numerator - (numerator / denominator) * denominator; in halbb_mod() 62 return out; in halbb_mod() 67 u32 out = val_1 > val_2 ? val_2 : val_1; in halbb_min() local 68 return out; in halbb_min() [all …]
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852be/phl/hal_g6/phy/bb/ |
| H A D | halbb_plcp_gen.c | 29 void halbb_set_bit(u8 strt, u8 len, u32 in, u32 *out) in halbb_set_bit() argument 37 *out |= (in << strt); in halbb_set_bit() 47 u32 out = 0; in halbb_ceil() local 51 out = (numerator / denominator) + (numerator > (numerator / denominator)*denominator); in halbb_ceil() 52 return out; in halbb_ceil() 57 u32 out; in halbb_mod() local 61 out = numerator - (numerator / denominator) * denominator; in halbb_mod() 62 return out; in halbb_mod() 67 u32 out = val_1 > val_2 ? val_2 : val_1; in halbb_min() local 68 return out; in halbb_min() [all …]
|
| /OK3568_Linux_fs/kernel/drivers/md/bcache/ |
| H A D | features.c | 35 out += snprintf(out, buf + size - out, \ 38 out += snprintf(out, buf + size - out, \ 42 out += snprintf(out, buf + size - out, " "); \ 45 out += snprintf(out, buf + size - out, "%s", f->string);\ 48 out += snprintf(out, buf + size - out, "]"); \ 53 out += snprintf(out, buf + size - out, "\n"); \ 58 char *out = buf; in bch_print_cache_set_feature_compat() local 60 return out - buf; in bch_print_cache_set_feature_compat() 65 char *out = buf; in bch_print_cache_set_feature_ro_compat() local 67 return out - buf; in bch_print_cache_set_feature_ro_compat() [all …]
|
| /OK3568_Linux_fs/kernel/tools/testing/selftests/bpf/progs/ |
| H A D | test_core_reloc_type_based.c | 14 char out[256]; member 81 struct core_reloc_type_based_output *out = (void *)&data.out; in test_core_type_based() local 83 out->struct_exists = bpf_core_type_exists(struct a_struct); in test_core_type_based() 84 out->union_exists = bpf_core_type_exists(union a_union); in test_core_type_based() 85 out->enum_exists = bpf_core_type_exists(enum an_enum); in test_core_type_based() 86 out->typedef_named_struct_exists = bpf_core_type_exists(named_struct_typedef); in test_core_type_based() 87 out->typedef_anon_struct_exists = bpf_core_type_exists(anon_struct_typedef); in test_core_type_based() 88 out->typedef_struct_ptr_exists = bpf_core_type_exists(struct_ptr_typedef); in test_core_type_based() 89 out->typedef_int_exists = bpf_core_type_exists(int_typedef); in test_core_type_based() 90 out->typedef_enum_exists = bpf_core_type_exists(enum_typedef); in test_core_type_based() [all …]
|