Home
last modified time | relevance | path

Searched defs:tlen (Results 1 – 25 of 155) sorted by relevance

1234567

/aosp_15_r20/external/openthread/third_party/tcplp/bsdtcp/
H A Dtcp_input.c317 #define DELAY_ACK(tp, tlen) \ argument
402 int tlen, int rstreason) in tcp_dropwithreset()
461 int tlen = 0, off; in tcp_input() local
1024 struct tcpcb *tp, int drop_hdrlen, int tlen, uint8_t iptos, in tcp_do_segment()
H A Dtcp_reass.c60 int tlen; in tcp_reass() local
H A Dtcp_timewait.c309 tcp_twcheck(struct tcpcb* tp, struct tcphdr *th, int tlen) in tcp_twcheck()
/aosp_15_r20/libcore/ojluni/src/test/java/text/Collator/
H A DMonkeyTest.java84 int tlen = checkValue((r.nextInt() - source.length()) % source.length()); in TestCollationKey() local
127 int tlen = checkValue((r.nextInt() - source.length()) % source.length()); in TestCompare() local
/aosp_15_r20/external/icu/icu4c/source/test/intltest/
H A Dmnkytst.cpp85 int32_t tlen = checkValue((rand() - source.length()) % source.length()); in TestCollationKey() local
160 int32_t tlen = checkValue((rand() - source.length()) % source.length()); in TestCompare() local
/aosp_15_r20/external/cronet/third_party/icu/source/test/intltest/
H A Dmnkytst.cpp85 int32_t tlen = checkValue((rand() - source.length()) % source.length()); in TestCollationKey() local
160 int32_t tlen = checkValue((rand() - source.length()) % source.length()); in TestCompare() local
/aosp_15_r20/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/collator/
H A DCollationMonkeyTest.java62 … int tlen = Math.abs(rand.nextInt(0x7fff) % source.length() - source.length()) % source.length(); in TestCollationKey() local
140 … int tlen = Math.abs(rand.nextInt(0x7fff) % source.length() - source.length()) % source.length(); in TestCompare() local
H A DCollationFrozenMonkeyTest.java77 … int tlen = Math.abs(rand.nextInt(0x7fff) % source.length() - source.length()) % source.length(); in TestCollationKey() local
168 … int tlen = Math.abs(rand.nextInt(0x7fff) % source.length() - source.length()) % source.length(); in TestCompare() local
/aosp_15_r20/external/icu/icu4j/main/collate/src/test/java/com/ibm/icu/dev/test/collator/
H A DCollationMonkeyTest.java59 … int tlen = Math.abs(rand.nextInt(0x7fff) % source.length() - source.length()) % source.length(); in TestCollationKey() local
137 … int tlen = Math.abs(rand.nextInt(0x7fff) % source.length() - source.length()) % source.length(); in TestCompare() local
H A DCollationFrozenMonkeyTest.java74 … int tlen = Math.abs(rand.nextInt(0x7fff) % source.length() - source.length()) % source.length(); in TestCollationKey() local
165 … int tlen = Math.abs(rand.nextInt(0x7fff) % source.length() - source.length()) % source.length(); in TestCompare() local
/aosp_15_r20/external/tcpdump/
H A Dprint-lwapp.c173 u_int tlen; in lwapp_control_print() local
306 u_int tlen; in lwapp_data_print() local
H A Dprint-lldp.c1181 u_int tlen, tlv_type; in lldp_private_dcbx_print() local
1389 u_int tlen; in lldp_mgmt_addr_tlv_print() local
1452 u_int oui, tlen, hexdump, tlv_type, tlv_len; in lldp_print() local
H A Dprint-slow.c344 const u_char *tptr, u_int tlen, in slow_marker_lacp_print()
481 const u_char *tptr, u_int tlen) in slow_oam_print()
H A Dprint-sflow.c487 u_int tlen; in sflow_print_counter_records() local
676 u_int tlen; in sflow_print_flow_records() local
823 u_int tlen; in sflow_print() local
H A Dprint-rsvp.c679 const char *indent, u_int tlen, in rsvp_obj_print()
1926 u_short plen, tlen; in rsvp_print() local
H A Dprint-vqp.c109 u_int tlen; in vqp_print() local
/aosp_15_r20/packages/modules/Bluetooth/system/gd/crypto_toolbox/
Dcrypto_toolbox.h54 uint16_t tlen, uint8_t* p_signature) { in aes_cmac()
/aosp_15_r20/external/libsrtp2/crypto/cipher/
H A Dnull_cipher.c59 int tlen) in srtp_null_cipher_alloc()
H A Daes_icm_ossl.c111 int tlen) in srtp_aes_icm_openssl_alloc()
H A Daes_icm.c97 int tlen) in srtp_aes_icm_alloc()
/aosp_15_r20/system/nfc/src/nfc/ndef/
H A Dndef_utils.cc464 uint8_t tlen) { in NDEF_MsgGetFirstRecByType()
518 uint8_t* p_type, uint8_t tlen) { in NDEF_MsgGetNextRecByType()
/aosp_15_r20/external/blktrace/btt/
H A Dlatency.c34 size_t tlen = strlen(name) + strlen(dip->dip_name) in latency_open() local
H A Dunplug_hist.c69 size_t tlen = strlen(unplug_hist_name) in unplug_hist_free() local
/aosp_15_r20/external/libwebsockets/lib/tls/openssl/
H A Dlws-genaes.c264 lws_genaes_destroy(struct lws_genaes_ctx *ctx, unsigned char *tag, size_t tlen) in lws_genaes_destroy()
/aosp_15_r20/packages/modules/Connectivity/clatd/
Dclatd_test.cpp90 #define IPV4_PSEUDOHEADER(ip, tlen) \ argument
96 #define IPV6_PSEUDOHEADER(ip6, protocol, tlen) \ argument

1234567