HomeSort by relevance Sort by last modified time
    Searched defs:tlv (Results 1 - 25 of 54) sorted by null

1 2 3

  /external/llvm/test/MC/AsmParser/
directive_tdata.s 4 # CHECK: _a$tlv$init:
8 _a$tlv$init:
  /external/llvm/test/MC/MachO/
tdata.s 3 _a$tlv$init:
67 // CHECK: Name: _a$tlv$init (1)
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$ini
    [all...]
tlv-reloc.s 4 _a$tlv$init:
8 .tlv
13 .quad _a$tlv$init
109 // CHECK: 0x10 0 3 1 X86_64_RELOC_UNSIGNED 0 _a$tlv$init
115 // CHECK: Name: _a$tlv$init (1)
  /external/tcpdump/
print-nflog.c 73 const nflog_tlv_t *tlv; local
97 /* We have some data. Do we have enough for the TLV header? */
104 tlv = (const nflog_tlv_t *) p;
105 size = tlv->tlv_length;
109 /* Is the TLV's length less than the minimum? */
116 /* Do we have enough data for the full TLV? */
123 if (tlv->tlv_type == NFULA_PAYLOAD) {
125 * This TLV's data is the packet payload.
126 * Skip past the TLV header, and break out
print-slow.c 99 { SLOW_OAM_INFO_TYPE_END_OF_TLV, "End of TLV marker" },
142 { SLOW_OAM_LINK_EVENT_END_OF_TLV, "End of TLV marker" },
349 /* did we capture enough for fully decoding the tlv header ? */
354 ND_PRINT((ndo, "\n\t%s TLV (0x%02x), length %u",
373 /* did we capture enough for fully decoding the tlv ? */
478 } tlv; local
510 tlv.slow_oam_info = (const struct slow_oam_info_t *)tptr;
512 if (tlv.slow_oam_info->info_length !=
520 tlv.slow_oam_info->oam_version,
521 EXTRACT_16BITS(&tlv.slow_oam_info->revision)))
    [all...]
  /external/libnfc-nci/halimpl/bcm2079x/adaptation/
StartupConfig.cpp 116 ** Description: Adjust a TLV to disable secure element(s). The TLV's type is 0xC2.
138 if (tlvType == 0xC2) //this TLV controls secure elements
140 index++; //index of second byte in TLV's value
150 UINT8 tlv [] = {0x04, 0xC2, 0x02, 0x61, 0x00}; local
151 tlv [4] = tlv [4] | bitmask;
152 found0xC2 = append (tlv, 5);
  /frameworks/base/wifi/java/android/net/wifi/nan/
TlvBufferUtils.java 26 * Utility class to construct and parse byte arrays using the TLV format -
39 * Utility class to construct byte arrays using the TLV format -
65 * Define a TLV constructor with the specified size of the Type (T) and
71 * format rather than the TLV format.
85 * Set the byte array to be used to construct the TLV.
98 * Allocates a new byte array to be used ot construct a TLV.
111 * Copies a byte into the TLV with the indicated type. For an LV
128 * Copies a byte array into the TLV with the indicated type. For an LV
133 * @param array The array to be copied into the TLV structure.
149 * Copies a byte array into the TLV with the indicated type. For an L
478 TlvElement tlv = new TlvElement(type, length, mArray, mOffset); local
    [all...]
  /external/libnfc-nci/src/nfa/ce/
nfa_ce_act.c 291 UINT8 tlv[32], *p_params; local
296 /* Point to start of tlv buffer */
297 p_params = tlv;
324 tlv_size = (UINT8) (p_params-tlv);
325 nfa_dm_check_set_config (tlv_size, (UINT8 *)tlv, FALSE);
    [all...]
  /external/tinyalsa/
mixer.c 359 /* check if this is new bytes TLV */
361 struct snd_ctl_tlv *tlv; local
364 if (count > SIZE_MAX - sizeof(*tlv))
366 tlv = calloc(1, sizeof(*tlv) + count);
367 if (!tlv)
369 tlv->numid = ctl->info->id.numid;
370 tlv->length = count;
371 ret = ioctl(ctl->mixer->fd, SNDRV_CTL_IOCTL_TLV_READ, tlv);
373 source = tlv->tlv
462 struct snd_ctl_tlv *tlv; local
    [all...]
  /hardware/qcom/audio/legacy/libalsa-intf/
alsa_mixer.c 33 #include <sound/tlv.h>
312 unsigned int *tlv,
321 tlv[0] = -1;
322 tlv[1] = 0;
328 memcpy(xtlv->tlv, tlv, tlv_size);
334 if (xtlv->tlv[1] + 2 * sizeof(unsigned int) > tlv_size) {
338 memcpy(tlv, xtlv->tlv, xtlv->tlv[1] + 2 * sizeof(unsigned int))
398 unsigned int *tlv = NULL; local
527 unsigned int *tlv = NULL; local
696 unsigned int *tlv = NULL; local
    [all...]
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/uicc/
IsimUiccRecords.java 274 SimTlv tlv = new SimTlv(record, 0, record.length); local
276 if (tlv.getTag() == TAG_ISIM_VALUE) {
277 return new String(tlv.getData(), Charset.forName("UTF-8"));
279 } while (tlv.nextObject());
282 Rlog.d(LOG_TAG, "[ISIM] can't find TLV. record = " + IccUtils.bytesToHexString(record));
SIMRecords.java 1021 SimTlv tlv = new SimTlv(data, 0, data.length); local
1878 SimTlv tlv = new SimTlv(data, 0, data.length); local
    [all...]
  /bionic/libc/kernel/uapi/sound/
asoc.h 152 struct snd_soc_tplg_ctl_tlv tlv; member in struct:snd_soc_tplg_ctl_hdr
  /external/kernel-headers/original/uapi/sound/
asoc.h 88 /* Max size of TLV data */
146 * Kcontrol TLV data.
156 __le32 type; /* SNDRV_CTL_TLVT_*, type of TLV */
193 struct snd_soc_tplg_ctl_tlv tlv; member in struct:snd_soc_tplg_ctl_hdr
  /external/libnfc-nci/src/nfc/include/
rw_api.h 53 RW_T1T_TLV_DETECT_EVT, /* Lock/Mem/Prop tlv detection complete */
69 RW_T2T_TLV_DETECT_EVT, /* Lock/Mem/Prop tlv detection complete */
190 tNFC_PROTOCOL protocol; /* protocol used to detect TLV */
191 UINT8 num_bytes; /* number of reserved/lock bytes based on the type of tlv */
251 tRW_DETECT_TLV_DATA tlv; /* The information of detected TLV data */ member in union:__anon15894
368 ** Description This function is called to find the start of the given TLV
471 ** Description This function is called to find the start of the given TLV
473 ** Returns Pointer to the TLV, if successful. Otherwise, NULL.
    [all...]
  /external/wpa_supplicant_8/src/crypto/
crypto_module_tests.c 920 u8 tlv[] = { local
989 os_memset(tlv + sizeof(tlv) - 20, 0, 20);
990 if (hmac_sha1(cmk, 20, tlv, sizeof(tlv), tlv + sizeof(tlv) - 20) < 0 ||
991 os_memcmp(tlv + sizeof(tlv) - 20, compound_mac,
    [all...]
  /external/wpa_supplicant_8/src/eap_peer/
eap_fast.c 521 wpa_printf(MSG_DEBUG, "EAP-FAST: Add %sResult TLV(status=%d)",
544 wpa_printf(MSG_DEBUG, "EAP-FAST: Add PAC TLV (ack)");
567 "Payload TLV (len=%lu)",
575 "EAP Payload TLV");
598 wpa_printf(MSG_DEBUG, "EAP-FAST: Crypto-Binding TLV: Version %d "
610 "Crypto-Binding TLV: Version %d "
637 wpa_printf(MSG_DEBUG, "EAP-FAST: Reply Crypto-Binding TLV: Version %d "
772 wpa_hexdump(MSG_MSGDUMP, "EAP-FAST: Crypto-Binding TLV for Compound "
880 wpa_printf(MSG_DEBUG, "EAP-FAST: PAC TLV overrun "
894 wpa_printf(MSG_DEBUG, "EAP-FAST: PAC TLV does not include
1184 struct eap_fast_tlv_parse tlv; local
1401 u8 *tlv; local
    [all...]
  /external/wpa_supplicant_8/src/eap_server/
eap_server_fast.c 25 /* Private PAC-Opaque TLV types */
114 /* TODO: send Result TLV(FAILURE) */
617 wpa_printf(MSG_DEBUG, "EAP-FAST: Add Intermediate-Result TLV "
628 /* Result TLV */
629 wpa_printf(MSG_DEBUG, "EAP-FAST: Add Result TLV "
638 /* Crypto-Binding TLV */
664 * Compound-MAC = HMAC-SHA1( CMK, Crypto-Binding TLV )
671 wpa_printf(MSG_DEBUG, "EAP-FAST: Add Crypto-Binding TLV: Version %d "
762 /* Result TLV */
763 wpa_printf(MSG_DEBUG, "EAP-FAST: Add Result TLV (status=SUCCESS)")
1240 struct eap_tlv_pac_type_tlv *tlv; local
1257 struct eap_fast_tlv_parse tlv; local
    [all...]
  /external/libpcap/
pcap-common.c 1314 nflog_tlv_t *tlv; local
    [all...]
  /external/wpa_supplicant_8/wpa_supplicant/dbus/
dbus_new_handlers_p2p.c 2698 struct wpabuf *tlv = NULL; local
2790 struct wpabuf *tlv = NULL; local
    [all...]
  /hardware/qcom/bt/msm8909/libbt-vendor/include/
hw_rome.h 156 #define ROME_RAMPATCH_TLV_1_0_3_PATH "/system/etc/firmware/rampatch_tlv_1.3.tlv"
158 #define ROME_RAMPATCH_TLV_2_0_1_PATH "/system/etc/firmware/rampatch_tlv_2.1.tlv"
160 #define ROME_RAMPATCH_TLV_3_0_0_PATH "/bt_firmware/image/btfw30.tlv"
162 #define ROME_RAMPATCH_TLV_3_0_2_PATH "/bt_firmware/image/btfw32.tlv"
164 //#define ROME_RAMPATCH_TLV_3_0_0_PATH "/system/etc/firmware/rampatch_tlv_3.0.tlv"
166 //#define ROME_RAMPATCH_TLV_3_0_2_PATH "/system/etc/firmware/rampatch_tlv_3.2.tlv"
234 }tlv; member in struct:__anon31207
  /hardware/qcom/bt/msm8992/libbt-vendor/include/
hw_rome.h 157 #define ROME_RAMPATCH_TLV_1_0_3_PATH "/system/etc/firmware/rampatch_tlv_1.3.tlv"
159 #define ROME_RAMPATCH_TLV_2_0_1_PATH "/system/etc/firmware/rampatch_tlv_2.1.tlv"
161 #define ROME_RAMPATCH_TLV_3_0_0_PATH "/vendor/firmware/btfw30.tlv"
163 //#define ROME_RAMPATCH_TLV_3_0_0_PATH "/system/etc/firmware/rampatch_tlv_3.0.tlv"
165 #define ROME_RAMPATCH_TLV_3_0_2_PATH "/vendor/firmware/btfw32.tlv"
167 //#define ROME_RAMPATCH_TLV_3_0_2_PATH "/system/etc/firmware/rampatch_tlv_3.2.tlv"
235 }tlv; member in struct:__anon31230
  /hardware/qcom/bt/msm8996/libbt-vendor/include/
hw_rome.h 158 #define ROME_RAMPATCH_TLV_1_0_3_PATH "/system/etc/firmware/rampatch_tlv_1.3.tlv"
160 #define ROME_RAMPATCH_TLV_2_0_1_PATH "/system/etc/firmware/rampatch_tlv_2.1.tlv"
162 #define ROME_RAMPATCH_TLV_3_0_0_PATH "/vendor/firmware/btfw30.tlv"
164 //#define ROME_RAMPATCH_TLV_3_0_0_PATH "/system/etc/firmware/rampatch_tlv_3.0.tlv"
166 #define ROME_RAMPATCH_TLV_3_0_2_PATH "/vendor/firmware/btfw32.tlv"
168 //#define ROME_RAMPATCH_TLV_3_0_2_PATH "/system/etc/firmware/rampatch_tlv_3.2.tlv"
236 }tlv; member in struct:__anon31252
  /hardware/qcom/bt/msmcobalt/libbt-vendor/include/
hw_rome.h 157 #define ROME_RAMPATCH_TLV_1_0_3_PATH "/system/etc/firmware/rampatch_tlv_1.3.tlv"
159 #define ROME_RAMPATCH_TLV_2_0_1_PATH "/system/etc/firmware/rampatch_tlv_2.1.tlv"
161 #define ROME_RAMPATCH_TLV_3_0_0_PATH "/bt_firmware/image/btfw30.tlv"
163 #define ROME_RAMPATCH_TLV_3_0_2_PATH "/bt_firmware/image/btfw32.tlv"
231 }tlv; member in struct:__anon31275

Completed in 576 milliseconds

1 2 3