| /third_party/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant/dbus/ |
| H A D | dbus_new_handlers.c | 886 int idx = wpa_debug_level; in wpas_dbus_getter_debug_level() local 888 if (idx < 0) in wpas_dbus_getter_debug_level() 889 idx = 0; in wpas_dbus_getter_debug_level() 890 if (idx > 5) in wpas_dbus_getter_debug_level() 891 idx = 5; in wpas_dbus_getter_debug_level() 892 str = debug_strings[idx]; in wpas_dbus_getter_debug_level()
|
| /third_party/mesa3d/src/freedreno/vulkan/ |
| H A D | tu_cmd_buffer.c | 1981 unsigned idx = i + firstSet; in tu_CmdBindDescriptorSets() local 1984 descriptors_state->sets[idx] = set; in tu_CmdBindDescriptorSets() 1991 layout->set[idx].dynamic_offset_start / 4; in tu_CmdBindDescriptorSets() 2206 uint32_t idx = i + firstBinding; in tu_CmdBindTransformFeedbackBuffersEXT() local 2215 tu_cs_emit_pkt4(cs, REG_A6XX_VPC_SO_BUFFER_BASE(idx), 3); in tu_CmdBindTransformFeedbackBuffersEXT() 2219 cmd->state.streamout_offset[idx] = offset; in tu_CmdBindTransformFeedbackBuffersEXT() 2246 uint32_t idx = firstCounterBuffer + i; in tu_CmdBeginTransformFeedbackEXT() local 2247 uint32_t offset = cmd->state.streamout_offset[idx]; in tu_CmdBeginTransformFeedbackEXT() 2256 tu_cs_emit(cs, CP_MEM_TO_REG_0_REG(REG_A6XX_VPC_SO_BUFFER_OFFSET(idx)) | in tu_CmdBeginTransformFeedbackEXT() 2263 tu_cs_emit(cs, CP_REG_RMW_0_DST_REG(REG_A6XX_VPC_SO_BUFFER_OFFSET(idx)) | in tu_CmdBeginTransformFeedbackEXT() 2298 uint32_t idx = firstCounterBuffer + i; tu_CmdEndTransformFeedbackEXT() local [all...] |
| H A D | tu_pipeline.c | 818 unsigned idx; in tu6_setup_streamout() local 827 for (idx = 0; idx < l->cnt; idx++) in tu6_setup_streamout() 828 if (l->var[idx].slot == v->outputs[k].slot) in tu6_setup_streamout() 831 assert(idx < l->cnt); in tu6_setup_streamout() 835 unsigned loc = l->var[idx].loc + c; in tu6_setup_streamout() 1884 .idx = attr->binding, in tu6_emit_vertex_input()
|
| /device/soc/hisilicon/common/platform/wifi/hi3881v100/driver/oal/ |
| H A D | wlan_types.h | 842 hi_u8 idx; member
|
| /device/soc/rockchip/common/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd_wifi6/include/ |
| H A D | bcmpcie.h | 277 uint16 idx; /* ring id */ member
|
| /device/soc/rockchip/common/kernel/drivers/gpu/arm/bifrost/backend/gpu/ |
| H A D | mali_kbase_pm_metrics.c | 100 perf_counter.idx = GPU_ACTIVE_CNT_IDX; in kbasep_pm_metrics_init()
|
| /third_party/ffmpeg/libavcodec/ |
| H A D | nvdec_av1.c | 69 .CurrPicIdx = cf->idx, in nvdec_av1_start_frame()
|
| /third_party/node/deps/cares/src/lib/ |
| H A D | ares_private.h | 166 size_t idx; /* index for server in system configuration */ member
|
| /third_party/ltp/tools/sparse/sparse-src/ |
| H A D | ptrlist.h | 47 extern void *ptr_list_nth_entry(struct ptr_list *, unsigned int idx);
|
| /third_party/openssl/test/ |
| H A D | tls13secretstest.c | 196 const EVP_MD *ssl_md(SSL_CTX *ctx, int idx) in ssl_md() argument
|
| /third_party/openssl/ohos_lite/include/openssl/ |
| H A D | pkcs7.h | 271 PKCS7_ISSUER_AND_SERIAL *PKCS7_get_issuer_and_serial(PKCS7 *p7, int idx);
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/NVPTX/ |
| H A D | NVPTXISelLowering.h | 556 SDValue getParamSymbol(SelectionDAG &DAG, int idx, EVT) const;
|
| H A D | NVPTXISelLowering.cpp | 2427 NVPTXTargetLowering::getParamSymbol(SelectionDAG &DAG, int idx, EVT v) const { in getParamSymbol() argument 2431 ParamStr << DAG.getMachineFunction().getName() << "_param_" << idx; in getParamSymbol() 2500 int idx = 0; in LowerFormalArguments() local 2501 for (unsigned i = 0, e = theArgs.size(); i != e; ++i, ++idx, ++InsIdx) { in LowerFormalArguments() 2548 // In the following cases, assign a node order of "idx+1" in LowerFormalArguments() 2551 // in the original function. "idx+1" holds that order. in LowerFormalArguments() 2564 SDValue Arg = getParamSymbol(DAG, idx, PtrVT); in LowerFormalArguments() 2598 P.getNode()->setIROrder(idx + 1); in LowerFormalArguments() 2639 SDValue Arg = getParamSymbol(DAG, idx, PtrVT); in LowerFormalArguments() 2642 p.getNode()->setIROrder(idx in LowerFormalArguments() [all...] |
| /third_party/skia/third_party/externals/tint/src/writer/spirv/ |
| H A D | builder.h | 505 /// @param idx the index of the member 509 uint32_t idx,
|
| /third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/common/ |
| H A D | ieee802_11_common.h | 320 int center_idx_to_bw_6ghz(u8 idx);
|
| /third_party/wpa_supplicant/wpa_supplicant-2.9/src/ap/ |
| H A D | ap_drv_ops.h | 62 const u8 *addr, int idx, u8 *seq);
|
| /third_party/astc-encoder/Source/ |
| H A D | tinyexr.h | 11576 const int idx = ii + jj * exr_image.width; in LoadEXRWithLayer() 11587 (*out_rgba)[4 * idx + 0] = in LoadEXRWithLayer() 11589 (*out_rgba)[4 * idx + 1] = in LoadEXRWithLayer() 11591 (*out_rgba)[4 * idx + 2] = in LoadEXRWithLayer() 11593 (*out_rgba)[4 * idx + 3] = in LoadEXRWithLayer() 11643 const int idx = ii + jj * exr_image.width; in LoadEXRWithLayer() 11654 (*out_rgba)[4 * idx + 0] = in LoadEXRWithLayer() 11656 (*out_rgba)[4 * idx + 1] = in LoadEXRWithLayer() 11658 (*out_rgba)[4 * idx + 2] = in LoadEXRWithLayer() 11661 (*out_rgba)[4 * idx in LoadEXRWithLayer() [all...] |
| /third_party/libbpf/src/ |
| H A D | btf.c | 1087 static Elf64_Shdr *elf_sec_hdr_by_idx(pelfio_t elf, size_t idx, Elf64_Shdr *sheader) in elf_sec_hdr_by_idx() argument 1089 psection_t psection = elfio_get_section_by_index(elf, idx); in elf_sec_hdr_by_idx() 1110 int err = 0, fd = -1, idx = 0; local 1200 idx++; 1207 idx, path); 1217 idx, path); 1231 idx, name, path); 1246 idx, name, path);
|
| /device/soc/rockchip/common/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd_wifi6/ |
| H A D | dhd_sdio.c | 3459 uint32 n, idx, addr; in dhdsdio_readconsole() local 3481 idx = ltoh32(c->log.idx); in dhdsdio_readconsole() 3484 if (idx > c->bufsize) in dhdsdio_readconsole() 3488 if (idx == c->last) in dhdsdio_readconsole() 3496 while (c->last != idx) { in dhdsdio_readconsole() 3498 if (c->last == idx) { in dhdsdio_readconsole() 3645 addr = l_sdpcm_shared.console_addr + OFFSETOF(hnd_cons_t, log.idx); in dhdsdio_checkdied() 5386 uint8 idx; in dhdsdio_rxglom() local 5776 for (idx in dhdsdio_rxglom() [all...] |
| /device/soc/hisilicon/hi3516dv300/sdk_linux/usr/sensor/omnivision_ov2775/ |
| H A D | ov2775_sensor_ctl.c | 88 HI_U32 idx = 0; in ov2775_read_register() local 94 buf[idx] = (addr >> 8) & 0xff; /* shift 8 */ in ov2775_read_register() 95 idx++; in ov2775_read_register() 96 buf[idx] = addr & 0xff; in ov2775_read_register() 97 idx++; in ov2775_read_register() 139 HI_U32 idx = 0; in ov2775_write_register() local 144 buf[idx] = (addr >> 8) & 0xff; /* shift 8 */ in ov2775_write_register() 145 idx++; in ov2775_write_register() 146 buf[idx] = addr & 0xff; in ov2775_write_register() 147 idx in ov2775_write_register() [all...] |
| /third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/ap/ |
| H A D | ieee802_11.c | 732 u8 *idx) in comeback_token_hash() 739 *idx = hash[0]; in comeback_token_hash() 751 u8 idx; in check_comeback_token() local 754 comeback_token_hash(hapd, addr, &idx) < 0) in check_comeback_token() 756 token_idx = hapd->comeback_pending_idx[idx]; in check_comeback_token() 774 hapd->comeback_pending_idx[idx] = 0; /* invalidate used token */ in check_comeback_token() 786 u8 idx[2]; in auth_build_token_req() local 832 WPA_PUT_BE16(idx, token_idx); in auth_build_token_req() 836 addrs[1] = idx; in auth_build_token_req() 837 len[1] = sizeof(idx); in auth_build_token_req() 731 comeback_token_hash(struct hostapd_data *hapd, const u8 *addr, u8 *idx) comeback_token_hash() argument [all...] |
| /third_party/curl/lib/vtls/ |
| H A D | sectransp.c | 2845 int idx) 2857 result = Curl_extract_certinfo(data, idx, beg, end); 2865 CFIndex idx) 2880 result = add_cert_to_certinfo(data, server_cert, (int)idx); 2843 add_cert_to_certinfo(struct Curl_easy *data, SecCertificateRef server_cert, int idx) global() argument 2863 collect_server_cert_single(struct Curl_cfilter *cf, struct Curl_easy *data, SecCertificateRef server_cert, CFIndex idx) global() argument
|
| /third_party/icu/icu4c/source/common/ |
| H A D | ucurr.cpp | 2048 for (int32_t idx = 0; gCurrencyList[idx].currency != NULL; idx++) { in ucurr_countCurrencyList() 2049 if (UCURR_MATCHES_BITMASK(gCurrencyList[idx].currType, currType)) { in ucurr_countCurrencyList()
|
| /third_party/mbedtls/programs/ssl/ |
| H A D | ssl_server2.c | 1362 size_t idx = 0; in report_cid_usage() local 1368 while (idx < peer_cid_len) { in report_cid_usage() 1369 mbedtls_printf("%02x ", peer_cid[idx]); in report_cid_usage() 1370 idx++; in report_cid_usage()
|
| /third_party/mesa3d/src/compiler/glsl/ |
| H A D | linker.cpp | 1659 validate_xfb_buffer_stride(const struct gl_constants *consts, unsigned idx, in validate_xfb_buffer_stride() argument 1663 if (prog->TransformFeedback.BufferStride[idx] % 4) { in validate_xfb_buffer_stride() 1667 prog->TransformFeedback.BufferStride[idx]); in validate_xfb_buffer_stride() 1671 if (prog->TransformFeedback.BufferStride[idx] / 4 > in validate_xfb_buffer_stride()
|