HomeSort by relevance Sort by last modified time
    Searched full:tlen (Results 76 - 100 of 117) sorted by null

1 2 34 5

  /external/libnfc-nci/src/nfc/ndef/
ndef_utils.c 463 UINT8 *NDEF_MsgGetFirstRecByType (UINT8 *p_msg, UINT8 tnf, UINT8 *p_type, UINT8 tlen)
494 && (type_len == tlen)
495 && (!memcmp (p_rec, p_type, tlen)) )
520 UINT8 *NDEF_MsgGetNextRecByType (UINT8 *p_cur_rec, UINT8 tnf, UINT8 *p_type, UINT8 tlen)
555 && (type_len == tlen)
556 && (!memcmp (p_rec, p_type, tlen)) )
    [all...]
  /external/libnfc-nci/src/nfc/include/
ndef_utils.h 173 EXPORT_NDEF_API extern UINT8 *NDEF_MsgGetFirstRecByType (UINT8 *p_msg, UINT8 tnf, UINT8 *p_type, UINT8 tlen);
185 EXPORT_NDEF_API extern UINT8 *NDEF_MsgGetNextRecByType (UINT8 *p_cur_rec, UINT8 tnf, UINT8 *p_type, UINT8 tlen);
  /external/zlib/src/examples/
gzlog.c 301 ulong tlen; /* length (modulo 2^32) of total data */ member in struct:log
425 log->tlen = PULL4(buf + HEAD + 28);
447 PUT4(ext + 28, log->tlen);
525 log->tlen += put;
551 PUT4(buf + 4, log->tlen);
691 log->clen = log->tlen;
696 log->tlen = log->clen;
703 PUT4(buf + 4, log->tlen);
    [all...]
  /external/bluetooth/bluedroid/stack/include/
smp_api.h 167 typedef void (tCMAC_CMPL_CBACK)(UINT8 *p_mac, UINT16 tlen, UINT32 sign_counter);
  /hardware/ti/omap4xxx/test/CameraHal/
camera_test_script.cpp 107 int tLen = 0;
174 tLen = strlen(cycle_cmd);
175 temp_cmd = new char[tLen+1];
200 ctx += tLen + 1;
    [all...]
  /external/ipsec-tools/src/racoon/
racoonctl.c 1214 dump_internal(buf, tlen)
1216 int tlen;
1240 while (tlen > 0) {
1249 tlen -= sysdep_sa_len(addr);
1256 tlen -= sysdep_sa_len(addr);
    [all...]
  /external/libppp/src/
route.c 667 int tlen = strlen(tag); local
669 if (tlen + 2 > indent)
672 prompt_Printf(p, "%s:%*s", tag, indent - tlen - 1, "");
675 prompt_Printf(p, "%*sadd ", tlen ? 0 : indent, "");
676 tlen = 0;
command.c 1063 int f, tlen, len; local
    [all...]
  /external/tcpdump/
print-fr.c 391 u_int tlen,idx,hdr_len = 0; local
418 tlen = length -3;
424 while (tlen>sizeof(struct ie_tlv_header_t)) {
442 tlen-=sizeof(struct ie_tlv_header_t);
485 tlen-=ie_len;
print-isoclns.c 716 u_int li,tlen,nsap_offset,source_address_length,dest_address_length, clnp_pdu_type, clnp_flags; local
822 tlen = opli;
843 if (nsap_offset > tlen) {
848 tlen-=nsap_offset;
849 while (tlen > 0) {
851 if (tlen < source_address_length+1) {
862 tlen-=source_address_length+1;
    [all...]
print-lspping.c 467 int tlen,lspping_tlv_len,lspping_tlv_type,tlv_tlen; local
517 tlen=len;
566 tlen-=sizeof(const struct lspping_common_header);
568 while(tlen>(int)sizeof(struct lspping_tlv_header)) {
    [all...]
  /external/icu4c/i18n/
ucol.cpp     [all...]
bmsearch.cpp 662 int32_t tlen = target->stringLength(); local
672 while (tOffset <= tlen) {
677 if (tOffset < tlen) {
  /system/core/libdiskconfig/
diskconfig.c 493 printf("\t\tlen = rest of disk\n");
495 printf("\t\tlen = %uKB\n", part->len_kb);
  /external/jmonkeyengine/engine/src/blender/com/jme3/scene/plugins/blender/file/
DnaBlockData.java 48 private static final int TLEN_ID = 'T' << 24 | 'L' << 16 | 'E' << 8 | 'N'; //TLEN
  /external/wpa_supplicant_8/src/common/
sae.c 719 size_t tlen = end - (*pos + (sae->tmp->ec ? 3 : 2) * local
721 wpa_hexdump(MSG_DEBUG, "SAE: Anti-Clogging Token", *pos, tlen);
725 *token_len = tlen;
726 *pos += tlen;
  /system/bluetooth/tools/
sock_shutdown_test.c 201 printf("\tlen = %d\n", len);
  /external/qemu/slirp/
tcp_input.c 239 int len, tlen, off; local
297 tlen = ((struct ip *)ti)->ip_len;
301 ti->ti_len = htons((u_int16_t)tlen);
302 len = sizeof(struct ip ) + tlen;
316 if (off < sizeof (struct tcphdr) || off > tlen) {
320 tlen -= off;
321 ti->ti_len = tlen;
    [all...]
  /external/qemu/slirp-android/
tcp_input.c 239 int len, tlen, off; local
297 tlen = ((struct ip *)ti)->ip_len;
301 ti->ti_len = htons((u_int16_t)tlen);
302 len = sizeof(struct ip ) + tlen;
316 if (off < sizeof (struct tcphdr) || off > tlen) {
320 tlen -= off;
321 ti->ti_len = tlen;
    [all...]
  /external/wpa_supplicant_8/src/eap_peer/
ikev2.c 304 int tlen = ikev2_parse_transform(prop, ppos, pend); local
305 if (tlen < 0)
307 ppos += tlen;
    [all...]
eap_fast.c 1336 int tlen; local
    [all...]
  /external/wpa_supplicant_8/src/eap_server/
ikev2.c 286 int tlen = ikev2_parse_transform(data, prop, ppos, pend); local
287 if (tlen < 0)
289 ppos += tlen;
  /external/svox/pico/lib/
picokdt.c 1309 picoos_uint8 tlen; local
    [all...]
  /external/openssl/apps/
apps.c 411 int tlen = arg->count + 20; local
413 sizeof(char *)*tlen);
417 arg->count = tlen;
2795 size_t i,flen=strlen(from)+1,tlen=strlen(to)+1; local
    [all...]
  /external/openssl/ssl/
t1_lib.c     [all...]

Completed in 663 milliseconds

1 2 34 5