/external/adhd/ucm-config/glados/sklnau8825adi/ |
D | HiFi.conf | 129 cset-tlv "name='hwd_in hwd 0 mdl params' /opt/google/skl-hotword-support/ar_eg.hwd-blob" 139 cset-tlv "name='hwd_in hwd 0 mdl params' /opt/google/skl-hotword-support/cmn_hans_cn.hwd-blob" 149 cset-tlv "name='hwd_in hwd 0 mdl params' /opt/google/skl-hotword-support/cmn_hant_tw.hwd-blob" 159 cset-tlv "name='hwd_in hwd 0 mdl params' /opt/google/skl-hotword-support/cs_cz.hwd-blob" 169 cset-tlv "name='hwd_in hwd 0 mdl params' /opt/google/skl-hotword-support/da_dk.hwd-blob" 179 cset-tlv "name='hwd_in hwd 0 mdl params' /opt/google/skl-hotword-support/de_de.hwd-blob" 189 cset-tlv "name='hwd_in hwd 0 mdl params' /opt/google/skl-hotword-support/en_au.hwd-blob" 199 cset-tlv "name='hwd_in hwd 0 mdl params' /opt/google/skl-hotword-support/en_gb.hwd-blob" 209 cset-tlv "name='hwd_in hwd 0 mdl params' /opt/google/skl-hotword-support/en_ie.hwd-blob" 219 cset-tlv "name='hwd_in hwd 0 mdl params' /opt/google/skl-hotword-support/en_in.hwd-blob" [all …]
|
/external/wpa_supplicant_8/src/eap_common/ |
D | eap_fast_common.c | 148 int eap_fast_parse_tlv(struct eap_fast_tlv_parse *tlv, in eap_fast_parse_tlv() argument 155 if (tlv->eap_payload_tlv) { in eap_fast_parse_tlv() 158 tlv->iresult = EAP_TLV_RESULT_FAILURE; in eap_fast_parse_tlv() 161 tlv->eap_payload_tlv = pos; in eap_fast_parse_tlv() 162 tlv->eap_payload_tlv_len = len; in eap_fast_parse_tlv() 166 if (tlv->result) { in eap_fast_parse_tlv() 169 tlv->result = EAP_TLV_RESULT_FAILURE; in eap_fast_parse_tlv() 175 tlv->result = EAP_TLV_RESULT_FAILURE; in eap_fast_parse_tlv() 178 tlv->result = WPA_GET_BE16(pos); in eap_fast_parse_tlv() 179 if (tlv->result != EAP_TLV_RESULT_SUCCESS && in eap_fast_parse_tlv() [all …]
|
/external/llvm/test/MC/MachO/ |
D | tls.s | 5 .globl _c$tlv$init 7 _c$tlv$init: 15 .quad _c$tlv$init 18 .globl _d$tlv$init 20 _d$tlv$init: 28 .quad _d$tlv$init 30 .tbss _a$tlv$init, 4, 2 36 .quad _a$tlv$init 38 .tbss _b$tlv$init, 4, 2 44 .quad _b$tlv$init
|
D | tlv-reloc.s | 4 _a$tlv$init: 8 .tlv 13 .quad _a$tlv$init
|
/external/swiftshader/third_party/LLVM/test/MC/MachO/ |
D | tls.s | 5 .globl _c$tlv$init 7 _c$tlv$init: 15 .quad _c$tlv$init 18 .globl _d$tlv$init 20 _d$tlv$init: 28 .quad _d$tlv$init 30 .tbss _a$tlv$init, 4, 2 36 .quad _a$tlv$init 38 .tbss _b$tlv$init, 4, 2 44 .quad _b$tlv$init
|
D | tlv-reloc.s | 4 _a$tlv$init: 8 .tlv 13 .quad _a$tlv$init
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/MC/MachO/ |
D | tls.s | 5 .globl _c$tlv$init 7 _c$tlv$init: 15 .quad _c$tlv$init 18 .globl _d$tlv$init 20 _d$tlv$init: 28 .quad _d$tlv$init 30 .tbss _a$tlv$init, 4, 2 36 .quad _a$tlv$init 38 .tbss _b$tlv$init, 4, 2 44 .quad _b$tlv$init
|
D | tlv-reloc.s | 4 _a$tlv$init: 8 .tlv 13 .quad _a$tlv$init
|
/external/kernel-headers/original/uapi/linux/ |
D | tipc_config.h | 258 #define TLV_DATA(tlv) ((void *)((char *)(tlv) + TLV_LENGTH(0))) argument 260 static inline int TLV_OK(const void *tlv, __u16 space) in TLV_OK() argument 272 (ntohs(((struct tlv_desc *)tlv)->tlv_len) <= space); in TLV_OK() 275 static inline int TLV_CHECK(const void *tlv, __u16 space, __u16 exp_type) in TLV_CHECK() argument 277 return TLV_OK(tlv, space) && in TLV_CHECK() 278 (ntohs(((struct tlv_desc *)tlv)->tlv_type) == exp_type); in TLV_CHECK() 281 static inline int TLV_GET_LEN(struct tlv_desc *tlv) in TLV_GET_LEN() argument 283 return ntohs(tlv->tlv_len); in TLV_GET_LEN() 286 static inline void TLV_SET_LEN(struct tlv_desc *tlv, __u16 len) in TLV_SET_LEN() argument 288 tlv->tlv_len = htons(len); in TLV_SET_LEN() [all …]
|
/external/linux-kselftest/tools/testing/selftests/bpf/ |
D | test_lwt_seg6local.c | 147 struct sr6_tlv_t tlv; in is_valid_tlv_boundary() local 155 err = bpf_skb_load_bytes(skb, cur_off, &tlv, sizeof(tlv)); in is_valid_tlv_boundary() 159 if (tlv.type == SR6_TLV_PADDING) { in is_valid_tlv_boundary() 160 *pad_size = tlv.len + sizeof(tlv); in is_valid_tlv_boundary() 169 } else if (tlv.type == SR6_TLV_HMAC) { in is_valid_tlv_boundary() 173 cur_off += sizeof(tlv) + tlv.len; in is_valid_tlv_boundary() 240 struct sr6_tlv_t tlv; in delete_tlv() local 249 err = bpf_skb_load_bytes(skb, tlv_off, &tlv, sizeof(tlv)); in delete_tlv() 253 err = bpf_lwt_seg6_adjust_srh(skb, tlv_off, -(sizeof(tlv) + tlv.len)); in delete_tlv() 257 pad_off -= sizeof(tlv) + tlv.len; in delete_tlv() [all …]
|
/external/tcpdump/ |
D | print-slow.c | 516 } tlv; in slow_oam_print() local 567 tlv.slow_oam_info = (const struct slow_oam_info_t *)tptr; in slow_oam_print() 569 if (tlv.slow_oam_info->info_length != in slow_oam_print() 578 tlv.slow_oam_info->oam_version, in slow_oam_print() 579 EXTRACT_16BITS(&tlv.slow_oam_info->revision))); in slow_oam_print() 583 tlv.slow_oam_info->state & OAM_INFO_TYPE_PARSER_MASK), in slow_oam_print() 585 tlv.slow_oam_info->state & OAM_INFO_TYPE_MUX_MASK))); in slow_oam_print() 588 tlv.slow_oam_info->oam_config), in slow_oam_print() 589 EXTRACT_16BITS(&tlv.slow_oam_info->oam_pdu_config) & in slow_oam_print() 593 EXTRACT_24BITS(&tlv.slow_oam_info->oui)), in slow_oam_print() [all …]
|
D | print-forces.c | 392 #define TLV_RDAT_LEN(tlv) ((int)(EXTRACT_16BITS(&(tlv)->length) - TLV_SET_LEN(0)) argument 394 #define GO_NXT_TLV(tlv,rlen) ((rlen) -= F_ALN_LEN(EXTRACT_16BITS(&(tlv)->length)), \ argument 395 (const struct forces_tlv*)(((const char*)(tlv)) \ 396 + F_ALN_LEN(EXTRACT_16BITS(&(tlv)->length)))) 417 static inline u_int tlv_valid(const struct forces_tlv *tlv, u_int rlen) in tlv_valid() argument 421 if (EXTRACT_16BITS(&tlv->length) < TLV_HDRL) in tlv_valid() 423 if (EXTRACT_16BITS(&tlv->length) > rlen) in tlv_valid() 425 if (rlen < F_ALN_LEN(EXTRACT_16BITS(&tlv->length))) in tlv_valid() 649 const struct forces_tlv *tlv = (const struct forces_tlv *)pptr; in prestlv_print() local 650 register const u_char *tdp = (const u_char *) TLV_DATA(tlv); in prestlv_print() [all …]
|
D | print-hncp.c | 268 const u_char *tlv, *value; in dhcpv4_print() local 275 tlv = cp + i; in dhcpv4_print() 276 type = (uint8_t)tlv[0]; in dhcpv4_print() 277 optlen = (uint8_t)tlv[1]; in dhcpv4_print() 278 value = tlv + 2; in dhcpv4_print() 320 const u_char *tlv, *value; in dhcpv6_print() local 327 tlv = cp + i; in dhcpv6_print() 328 type = EXTRACT_16BITS(tlv); in dhcpv6_print() 329 optlen = EXTRACT_16BITS(tlv + 2); in dhcpv6_print() 330 value = tlv + 4; in dhcpv6_print() [all …]
|
D | print-nflog.c | 74 const nflog_tlv_t *tlv; in nflog_if_print() local 105 tlv = (const nflog_tlv_t *) p; in nflog_if_print() 106 size = tlv->tlv_length; in nflog_if_print() 124 if (tlv->tlv_type == NFULA_PAYLOAD) { in nflog_if_print()
|
/external/scapy/test/ |
D | edns0.uts | 9 tlv = EDNS0TLV() 10 raw(tlv) == b'\x00\x00\x00\x00' 13 tlv = EDNS0TLV(optcode=42, optlen=12, optdata="edns0tlv") 14 raw(tlv) == b'\x00*\x00\x0cedns0tlv' 17 tlv = EDNS0TLV(optdata="edns0tlv") 18 raw(tlv) == b'\x00\x00\x00\x08edns0tlv' 21 tlv = EDNS0TLV(b'\x00*\x00\x08edns0tlv') 22 tlv.optcode == 42 and tlv.optlen == 8 and tlv.optdata == b"edns0tlv" 45 tlv = EDNS0TLV(optcode=5, optdata=b"\x00\x11\x22\x33") 46 raw(tlv) == b'\x00\x05\x00\x04\x00\x11"3' [all …]
|
/external/tinyalsa/ |
D | mixer.c | 410 struct snd_ctl_tlv *tlv; in mixer_ctl_get_array() local 413 if (count > SIZE_MAX - sizeof(*tlv)) in mixer_ctl_get_array() 415 tlv = calloc(1, sizeof(*tlv) + count); in mixer_ctl_get_array() 416 if (!tlv) in mixer_ctl_get_array() 418 tlv->numid = ctl->info->id.numid; in mixer_ctl_get_array() 419 tlv->length = count; in mixer_ctl_get_array() 420 ret = ioctl(ctl->mixer->fd, SNDRV_CTL_IOCTL_TLV_READ, tlv); in mixer_ctl_get_array() 422 source = tlv->tlv; in mixer_ctl_get_array() 425 free(tlv); in mixer_ctl_get_array() 523 struct snd_ctl_tlv *tlv; in mixer_ctl_set_array() local [all …]
|
/external/swiftshader/third_party/LLVM/test/MC/AsmParser/ |
D | directive_tbss.s | 3 # CHECK: .tbss _a$tlv$init, 4 4 # CHECK: .tbss _b$tlv$init, 4, 3 6 .tbss _a$tlv$init, 4 7 .tbss _b$tlv$init, 4, 3
|
/external/llvm/test/MC/AsmParser/ |
D | directive_tbss.s | 3 # CHECK: .tbss _a$tlv$init, 4 4 # CHECK: .tbss _b$tlv$init, 4, 3 6 .tbss _a$tlv$init, 4 7 .tbss _b$tlv$init, 4, 3
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/MC/AsmParser/ |
D | directive_tbss.s | 3 # CHECK: .tbss _a$tlv$init, 4 4 # CHECK: .tbss _b$tlv$init, 4, 3 6 .tbss _a$tlv$init, 4 7 .tbss _b$tlv$init, 4, 3
|
/external/wpa_supplicant_8/src/eap_server/ |
D | eap_server_fast.c | 1132 struct eap_fast_tlv_parse *tlv) in eap_fast_parse_tlvs() argument 1138 os_memset(tlv, 0, sizeof(*tlv)); in eap_fast_parse_tlvs() 1157 res = eap_fast_parse_tlv(tlv, tlv_type, pos, len); in eap_fast_parse_tlvs() 1238 struct eap_tlv_pac_type_tlv *tlv; in eap_fast_pac_type() local 1240 if (pac == NULL || len != sizeof(*tlv)) in eap_fast_pac_type() 1243 tlv = (struct eap_tlv_pac_type_tlv *) pac; in eap_fast_pac_type() 1245 return be_to_host16(tlv->tlv_type) == PAC_TYPE_PAC_TYPE && in eap_fast_pac_type() 1246 be_to_host16(tlv->length) == 2 && in eap_fast_pac_type() 1247 be_to_host16(tlv->pac_type) == type; in eap_fast_pac_type() 1255 struct eap_fast_tlv_parse tlv; in eap_fast_process_phase2_tlvs() local [all …]
|
/external/wpa_supplicant_8/src/eap_peer/ |
D | eap_fast.c | 1087 struct eap_fast_tlv_parse *tlv, in eap_fast_parse_decrypted() argument 1094 os_memset(tlv, 0, sizeof(*tlv)); in eap_fast_parse_decrypted() 1114 res = eap_fast_parse_tlv(tlv, tlv_type, pos, len); in eap_fast_parse_decrypted() 1185 struct eap_fast_tlv_parse tlv; in eap_fast_process_decrypted() local 1188 if (eap_fast_parse_decrypted(decrypted, &tlv, &resp) < 0) in eap_fast_process_decrypted() 1194 if (tlv.result == EAP_TLV_RESULT_FAILURE) { in eap_fast_process_decrypted() 1200 if (tlv.iresult == EAP_TLV_RESULT_FAILURE) { in eap_fast_process_decrypted() 1206 if (tlv.crypto_binding) { in eap_fast_process_decrypted() 1208 tlv.crypto_binding, in eap_fast_process_decrypted() 1209 tlv.crypto_binding_len); in eap_fast_process_decrypted() [all …]
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/MC/ARM/ |
D | tls-directives.s | 27 _b$tlv$init: 35 .long _b$tlv$init 37 .tbss _c$tlv$init, 4, 2 @ @c 43 .long _c$tlv$init
|
/external/llvm/test/MC/ARM/ |
D | tls-directives.s | 27 _b$tlv$init: 35 .long _b$tlv$init 37 .tbss _c$tlv$init, 4, 2 @ @c 43 .long _c$tlv$init
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/X86/ |
D | tlv-1.ll | 39 ; CHECK: .tbss _a$tlv$init, 4, 2 45 ; CHECK: .quad _a$tlv$init 47 ; CHECK: .tbss _b$tlv$init, 4, 2 52 ; CHECK: .quad _b$tlv$init
|
/external/swiftshader/third_party/LLVM/test/CodeGen/X86/ |
D | tlv-1.ll | 39 ; CHECK: .tbss _a$tlv$init, 4, 2 45 ; CHECK: .quad _a$tlv$init 47 ; CHECK: .tbss _b$tlv$init, 4, 2 52 ; CHECK: .quad _b$tlv$init
|