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

  /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/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);
  /external/kernel-headers/original/uapi/linux/
tipc_config.h 57 * the payload consists of zero or more type/length/value (TLV) items
63 * of an "error string" TLV in the reply message instead of the TLV(s) the
135 * TLV types defined for TIPC
138 #define TIPC_TLV_NONE 0 /* no TLV present */
139 #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 * A TLV consists of a descriptor, followed by the TLV value
    [all...]
  /external/libpcap/
pcap-common.c 1226 nflog_tlv_t *tlv; local
    [all...]
  /bionic/libc/kernel/uapi/linux/
tipc_config.h 164 #define TLV_DATA(tlv) ((void *)((char *)(tlv) + TLV_LENGTH(0)))
  /development/ndk/platforms/android-L/include/linux/
tipc_config.h 164 #define TLV_DATA(tlv) ((void *)((char *)(tlv) + TLV_LENGTH(0)))
  /external/iproute2/tc/
em_meta.c 148 static inline void dump_value(struct nlmsghdr *n, int tlv, unsigned long val,
156 addattr_l(n, MAX_MSG, tlv, &t, sizeof(t));
162 addattr_l(n, MAX_MSG, tlv, a->data, a->len);
440 fprintf(stderr, "Missing value TLV\n");
447 fprintf(stderr, "meta int type value TLV " \
496 fprintf(stderr, "meta int type mask TLV size mismatch\n");
  /external/libnfc-nci/src/nfa/rw/
nfa_rw_act.c 306 ** Description Handler for TLV detection reader/writer event
315 /* Set TLV detection state */
339 /* Check if TLV detection succeeded */
340 if (p_rw_data->tlv.status == NFC_STATUS_OK)
342 NFA_TRACE_DEBUG1("TLV Detection succeeded: num_bytes=%i",p_rw_data->tlv.num_bytes);
344 /* Store tlv properties */
346 conn_evt_data.tlv_detect.protocol = p_rw_data->tlv.protocol;
347 conn_evt_data.tlv_detect.num_bytes = p_rw_data->tlv.num_bytes;
350 /* Determine what operation triggered the TLV detection procedure *
    [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...]
  /bionic/libc/kernel/uapi/sound/
emu10k1.h 299 const unsigned int *tlv; member in struct:snd_emu10k1_fx8010_control_gpr
asound.h 919 unsigned int tlv[0]; member in struct:snd_ctl_tlv
    [all...]
  /external/kernel-headers/original/uapi/sound/
emu10k1.h 286 const unsigned int *tlv; member in struct:snd_emu10k1_fx8010_control_gpr
289 /* old ABI without TLV support */
asound.h 903 unsigned int tlv[0]; \/* first TLV *\/ member in struct:snd_ctl_tlv
    [all...]
  /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 */
189 tNFC_PROTOCOL protocol; /* protocol used to detect TLV */
190 UINT8 num_bytes; /* number of reserved/lock bytes based on the type of tlv */
250 tRW_DETECT_TLV_DATA tlv; /* The information of detected TLV data */ member in union:__anon3897
367 ** Description This function is called to find the start of the given TLV
470 ** Description This function is called to find the start of the given TLV
472 ** Returns Pointer to the TLV, if successful. Otherwise, NULL.
    [all...]
  /external/chromium_org/third_party/usrsctp/usrsctplib/netinet/
sctp_asconf.c 111 uint8_t *tlv; local
140 tlv = (uint8_t *) (error + 1);
141 memcpy(tlv, error_tlv, tlv_length);
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.apache.jasper_5.5.17.v201004212143.jar 

Completed in 849 milliseconds