HomeSort by relevance Sort by last modified time
    Searched full:proto_len (Results 1 - 14 of 14) sorted by null

  /external/libxaac/decoder/
ixheaacd_struct_def.h 40 #define PROTO_LEN (13)
41 #define BUFFER_LEN_LF (PROTO_LEN - 1 + MAX_TIME_SLOTS)
42 #define BUFFER_LEN_HF ((PROTO_LEN - 1) / 2)
  /external/syslinux/core/lwip/src/include/ipv4/lwip/
inet_chksum.h 77 u8_t proto, u16_t proto_len);
80 u8_t proto, u16_t proto_len, u16_t chksum_len);
  /external/syslinux/core/lwip/src/core/ipv4/
inet_chksum.c 268 * @param proto_len length of the ip data part (used for checksum of pseudo header)
274 u8_t proto, u16_t proto_len)
309 acc += (u32_t)htons(proto_len);
328 * @param proto_len length of the ip data part (used for checksum of pseudo header)
334 u8_t proto, u16_t proto_len, u16_t chksum_len)
375 acc += (u32_t)htons(proto_len);
  /external/tcpdump/
print-arp.c 91 #define PROTO_LEN(ap) ((ap)->ar_pln)
198 else if (PROTO_LEN(ap) != 4)
210 else if (PROTO_LEN(ap) != 4)
388 if (!ND_TTEST2(*TPA(ap), PROTO_LEN(ap))) {
400 PROTO_LEN(ap) != 4 ||
407 PROTO_LEN(ap)));
  /system/bt/stack/pan/
pan_utils.cc 69 uint32_t proto_len = (uint32_t)pan_proto_elem_data[1]; local
84 DATA_ELE_SEQ_DESC_TYPE, proto_len,
  /external/aac/libSACdec/src/
sac_dec.h 162 #define PROTO_LEN (13)
163 #define BUFFER_LEN_LF (PROTO_LEN)
164 #define BUFFER_LEN_HF ((PROTO_LEN - 1) / 2)
  /external/tensorflow/tensorflow/c/
c_api_function.cc 589 TF_Function* TF_FunctionImportFunctionDef(const void* proto, size_t proto_len,
592 if (!func->fdef.ParseFromArray(proto, proto_len)) {
603 const void* proto, size_t proto_len,
606 if (!attr_value.ParseFromArray(proto, proto_len)) {
c_api.cc 304 size_t proto_len, TF_Status* status) {
305 if (!options->options.config.ParseFromArray(proto, proto_len)) {
312 TF_Buffer* TF_NewBufferFromString(const void* proto, size_t proto_len) {
313 void* copy = tensorflow::port::Malloc(proto_len);
314 memcpy(copy, proto, proto_len);
318 buf->length = proto_len;
360 size_t proto_len, TF_Status* status) {
362 if (!tensorflow::ParseProtoUnlimited(&g, proto, proto_len)) {
    [all...]
c_api.h 195 size_t proto_len);
323 const void* proto, size_t proto_len,
539 // `proto` must point to an array of `proto_len` bytes representing a
543 size_t proto_len, TF_Status* status);
562 // `proto` should point to a sequence of bytes of length `proto_len`
568 size_t proto_len,
    [all...]
  /external/tensorflow/tensorflow/python/platform/
base.i 204 %typemap(in) (const void* proto, size_t proto_len) {
  /external/tensorflow/tensorflow/c/eager/
c_api.h 58 TFE_ContextOptions* options, const void* proto, size_t proto_len,
c_api.cc 75 size_t proto_len, TF_Status* status) {
76 TF_SetConfig(&options->session_options, proto, proto_len, status);
    [all...]
  /external/python/cpython2/Modules/_ctypes/
_ctypes.c 1942 Py_ssize_t proto_len; local
    [all...]
  /external/python/cpython3/Modules/_ctypes/
_ctypes.c 1869 Py_ssize_t proto_len; local
    [all...]

Completed in 295 milliseconds