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

1 2

  /external/llvm/test/MC/MachO/
tbss.s 3 .tbss _a$tlv$init, 4
4 .tbss _b$tlv$init, 4, 3
70 // CHECK: ('_string_data', '\x00_a$tlv$init\x00_b$tlv$init\x00\x00\x00\x00')
78 // CHECK: ('_string', '_a$tlv$init')
86 // CHECK: ('_string', '_b$tlv$init')
tdata.s 3 _a$tlv$init:
70 // CHECK: ('_string_data', '\x00_a$tlv$init\x00\x00\x00\x00')
78 // CHECK: ('_string', '_a$tlv$init')
tlv.s 3 .tlv
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
114 // CHECK: ('_string_data', '\x00_a\x00__tlv_bootstrap\x00_foo\x00_a$tlv$init\x00\x00\x00\x00')
122 // CHECK: ('_string', '_a$tlv$init')
  /external/llvm/test/MC/AsmParser/
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
directive_tdata.s 4 # CHECK: _a$tlv$init:
8 _a$tlv$init:
directive_tlv.s 8 .tlv
  /external/wpa_supplicant_6/wpa_supplicant/src/eap_common/
eap_fast_common.c 57 /* Encapsulate EAP packet in EAP-Payload TLV */
58 wpa_printf(MSG_DEBUG, "EAP-FAST: Add EAP-Payload TLV");
62 "for TLV encapsulation");
182 int eap_fast_parse_tlv(struct eap_fast_tlv_parse *tlv,
187 wpa_hexdump(MSG_MSGDUMP, "EAP-FAST: EAP-Payload TLV",
189 if (tlv->eap_payload_tlv) {
191 "EAP-Payload TLV in the message");
192 tlv->iresult = EAP_TLV_RESULT_FAILURE;
195 tlv->eap_payload_tlv = pos;
196 tlv->eap_payload_tlv_len = len
    [all...]
eap_fast_common.h 27 * RFC 5422: Section 4.2.1 - Formats for PAC TLV Attributes / Type Field
29 * in the general PAC TLV format (Section 4.2).
61 /* RFC 5422: 4.2.6 PAC-Type TLV */
110 int eap_fast_parse_tlv(struct eap_fast_tlv_parse *tlv,
  /external/wpa_supplicant_8/src/eap_common/
eap_fast_common.c 51 /* Encapsulate EAP packet in EAP-Payload TLV */
52 wpa_printf(MSG_DEBUG, "EAP-FAST: Add EAP-Payload TLV");
56 "for TLV encapsulation");
176 int eap_fast_parse_tlv(struct eap_fast_tlv_parse *tlv,
181 wpa_hexdump(MSG_MSGDUMP, "EAP-FAST: EAP-Payload TLV",
183 if (tlv->eap_payload_tlv) {
185 "EAP-Payload TLV in the message");
186 tlv->iresult = EAP_TLV_RESULT_FAILURE;
189 tlv->eap_payload_tlv = pos;
190 tlv->eap_payload_tlv_len = len
    [all...]
eap_fast_common.h 21 * RFC 5422: Section 4.2.1 - Formats for PAC TLV Attributes / Type Field
23 * in the general PAC TLV format (Section 4.2).
55 /* RFC 5422: 4.2.6 PAC-Type TLV */
104 int eap_fast_parse_tlv(struct eap_fast_tlv_parse *tlv,
  /frameworks/base/telephony/java/com/android/internal/telephony/ims/
IsimUiccRecords.java 112 SimTlv tlv = new SimTlv(record, 0, record.length); local
114 if (tlv.getTag() == TAG_ISIM_VALUE) {
115 return new String(tlv.getData(), Charset.forName("UTF-8"));
117 } while (tlv.nextObject());
119 Log.e(LOG_TAG, "[ISIM] can't find TLV tag in ISIM record, returning null");
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/
tipc_config.h 53 * the payload consists of zero or more type/length/value (TLV) items
59 * of an "error string" TLV in the reply message instead of the TLV(s) the
139 * TLV types defined for TIPC
142 #define TIPC_TLV_NONE 0 /* no TLV present */
143 #define TIPC_TLV_VOID 1 /* empty TLV (0 data bytes)*/
228 * The error string TLV is a null-terminated string describing the cause
234 #define TIPC_CFG_TLV_ERROR "\x80" /* request contains incorrect TLV(s) */
242 /* prototypes TLV structures for proposed commands */
256 * A TLV consists of a descriptor, followed by the TLV value
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/linux/
tipc_config.h 53 * the payload consists of zero or more type/length/value (TLV) items
59 * of an "error string" TLV in the reply message instead of the TLV(s) the
139 * TLV types defined for TIPC
142 #define TIPC_TLV_NONE 0 /* no TLV present */
143 #define TIPC_TLV_VOID 1 /* empty TLV (0 data bytes)*/
228 * The error string TLV is a null-terminated string describing the cause
234 #define TIPC_CFG_TLV_ERROR "\x80" /* request contains incorrect TLV(s) */
242 /* prototypes TLV structures for proposed commands */
256 * A TLV consists of a descriptor, followed by the TLV value
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/linux/
tipc_config.h 53 * the payload consists of zero or more type/length/value (TLV) items
59 * of an "error string" TLV in the reply message instead of the TLV(s) the
139 * TLV types defined for TIPC
142 #define TIPC_TLV_NONE 0 /* no TLV present */
143 #define TIPC_TLV_VOID 1 /* empty TLV (0 data bytes)*/
228 * The error string TLV is a null-terminated string describing the cause
234 #define TIPC_CFG_TLV_ERROR "\x80" /* request contains incorrect TLV(s) */
242 /* prototypes TLV structures for proposed commands */
256 * A TLV consists of a descriptor, followed by the TLV value
    [all...]
  /external/wpa_supplicant_6/wpa_supplicant/src/eap_server/
eap_fast.c 30 /* Private PAC-Opaque TLV types */
119 /* TODO: send Result TLV(FAILURE) */
615 wpa_printf(MSG_DEBUG, "EAP-FAST: Add Intermediate-Result TLV "
626 /* Result TLV */
627 wpa_printf(MSG_DEBUG, "EAP-FAST: Add Result TLV "
636 /* Crypto-Binding TLV */
662 * Compound-MAC = HMAC-SHA1( CMK, Crypto-Binding TLV )
669 wpa_printf(MSG_DEBUG, "EAP-FAST: Add Crypto-Binding TLV: Version %d "
760 /* Result TLV */
761 wpa_printf(MSG_DEBUG, "EAP-FAST: Add Result TLV (status=SUCCESS)")
1229 struct eap_tlv_pac_type_tlv *tlv; local
1246 struct eap_fast_tlv_parse 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) */
610 wpa_printf(MSG_DEBUG, "EAP-FAST: Add Intermediate-Result TLV "
621 /* Result TLV */
622 wpa_printf(MSG_DEBUG, "EAP-FAST: Add Result TLV "
631 /* Crypto-Binding TLV */
657 * Compound-MAC = HMAC-SHA1( CMK, Crypto-Binding TLV )
664 wpa_printf(MSG_DEBUG, "EAP-FAST: Add Crypto-Binding TLV: Version %d "
755 /* Result TLV */
756 wpa_printf(MSG_DEBUG, "EAP-FAST: Add Result TLV (status=SUCCESS)")
1228 struct eap_tlv_pac_type_tlv *tlv; local
1245 struct eap_fast_tlv_parse tlv; local
    [all...]
  /external/mesa3d/src/pixelflinger2/
raster.cpp 165 // tlv-trv and blv-brv are parallel and horizontal
166 VertexOutput tlv(*tl), trv(*tr), blv(*bl), brv(*br);
171 if ((int)tlv.position.y < 0) {
172 InterpolateVertex(&tlv, &blv, (0 - tlv.position.y) / (blv.position.y - tlv.position.y),
174 tlv = tmp;
182 InterpolateVertex(&tlv, &blv, (height - 1 - tlv.position.y) / (blv.position.y - tlv.position.y)
    [all...]
  /external/wpa_supplicant_6/wpa_supplicant/src/eap_peer/
eap_fast.c 507 wpa_printf(MSG_DEBUG, "EAP-FAST: Add %sResult TLV(status=%d)",
530 wpa_printf(MSG_DEBUG, "EAP-FAST: Add PAC TLV (ack)");
553 "Payload TLV (len=%lu)",
561 "EAP Payload TLV");
584 wpa_printf(MSG_DEBUG, "EAP-FAST: Crypto-Binding TLV: Version %d "
596 "Crypto-Binding TLV: Version %d "
623 wpa_printf(MSG_DEBUG, "EAP-FAST: Reply Crypto-Binding TLV: Version %d "
758 wpa_hexdump(MSG_MSGDUMP, "EAP-FAST: Crypto-Binding TLV for Compound "
851 wpa_printf(MSG_DEBUG, "EAP-FAST: PAC TLV overrun "
865 wpa_printf(MSG_DEBUG, "EAP-FAST: PAC TLV does not include
1148 struct eap_fast_tlv_parse tlv; local
1365 u8 *tlv; local
    [all...]
  /external/wpa_supplicant_8/src/eap_peer/
eap_fast.c 502 wpa_printf(MSG_DEBUG, "EAP-FAST: Add %sResult TLV(status=%d)",
525 wpa_printf(MSG_DEBUG, "EAP-FAST: Add PAC TLV (ack)");
548 "Payload TLV (len=%lu)",
556 "EAP Payload TLV");
579 wpa_printf(MSG_DEBUG, "EAP-FAST: Crypto-Binding TLV: Version %d "
591 "Crypto-Binding TLV: Version %d "
618 wpa_printf(MSG_DEBUG, "EAP-FAST: Reply Crypto-Binding TLV: Version %d "
753 wpa_hexdump(MSG_MSGDUMP, "EAP-FAST: Crypto-Binding TLV for Compound "
846 wpa_printf(MSG_DEBUG, "EAP-FAST: PAC TLV overrun "
860 wpa_printf(MSG_DEBUG, "EAP-FAST: PAC TLV does not include
1147 struct eap_fast_tlv_parse tlv; local
1364 u8 *tlv; local
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/sound/
ad1848.h 187 const unsigned int *tlv; member in struct:ad1848_mix_elem
201 .tlv = xtlv }
214 .tlv = xtlv }
control.h 36 unsigned int __user *tlv);
53 } tlv; member in struct:snd_kcontrol_new
73 } tlv; member in struct:snd_kcontrol
  /frameworks/base/telephony/java/com/android/internal/telephony/gsm/
UsimPhoneBookManager.java 201 // that appear in the TLV object indicated by Tag 'A9' in the reference file record.
397 void parseTag(SimTlv tlv, int recNum) {
403 tag = tlv.getTag();
408 data = tlv.getData();
413 } while (tlv.nextObject());
417 void parseEf(SimTlv tlv, Map<Integer, Integer> val, int parentTag) {
422 tag = tlv.getTag();
440 data = tlv.getData();
446 } while(tlv.nextObject());
SIMRecords.java 910 SimTlv tlv = new SimTlv(data, 0, data.length); local
912 for ( ; tlv.isValidObject() ; tlv.nextObject()) {
913 if (tlv.getTag() == TAG_FULL_NETWORK_NAME) {
916 tlv.getData(), 0, tlv.getData().length);
1568 SimTlv tlv = new SimTlv(data, 0, data.length); local
    [all...]

Completed in 382 milliseconds

1 2