Home
last modified time | relevance | path

Searched defs:kLength (Results 1 – 25 of 43) sorted by relevance

12

/external/openthread/src/core/common/
Dbinary_search.hpp72 static const Entry *Find(const Key &aKey, const Entry (&aTable)[kLength]) in Find()
98 …e <typename Entry, uint16_t kLength> static constexpr bool IsSorted(const Entry (&aTable)[kLength]) in IsSorted()
Dstring.hpp551 …static const char *Lookup(uint16_t aKey, const Entry (&aTable)[kLength], const char *aNotFound = "… in Lookup()
/external/webrtc/modules/rtp_rtcp/source/rtcp_packet/
Dtransport_feedback_unittest.cc184 const size_t kLength = sizeof(kReceived) / sizeof(uint16_t); in TEST() local
206 const size_t kLength = sizeof(kReceived) / sizeof(uint16_t); in TEST() local
219 const size_t kLength = sizeof(kReceived) / sizeof(uint16_t); in TEST() local
232 const size_t kLength = sizeof(kReceived) / sizeof(uint16_t); in TEST() local
244 const size_t kLength = sizeof(kReceived) / sizeof(uint16_t); in TEST() local
257 const size_t kLength = sizeof(kReceived) / sizeof(uint16_t); in TEST() local
302 const size_t kLength = sizeof(kReceived) / sizeof(uint16_t); in TEST() local
321 const size_t kLength = sizeof(kReceived) / sizeof(uint16_t); in TEST() local
Drrtr.h27 static const size_t kLength = 4 * (kBlockLength + 1); // 12 variable
/external/pytorch/c10/benchmark/
Dintrusive_ptr_benchmark.cpp46 const size_t kLength = state.range(0); in BM_IntrusivePtrArray() local
62 const size_t kLength = state.range(0); in BM_SharedPtrArray() local
/external/cronet/tot/net/tools/transport_security_state_generator/
Dspki_hash.h16 enum : size_t { kLength = 32 }; enumerator
/external/cronet/stable/net/tools/transport_security_state_generator/
Dspki_hash.h16 enum : size_t { kLength = 32 }; enumerator
/external/pdfium/constants/
Dstream_dict_common.cpp14 const char kLength[] = "Length"; variable
/external/executorch/examples/mediatek/executor_runner/llama_runner/llm_helper/include/
Drotary_embedding.h73 const size_t kLength; variable
/external/federated-compute/fcp/aggregation/core/
Dfederated_sum_bench.cc36 constexpr static int64_t kLength = 1000000; variable
/external/openscreen/third_party/abseil/src/absl/memory/
Dmemory_exception_safety_test.cc28 constexpr int kLength = 50; variable
/external/libultrahdr/third_party/image_io/src/jpeg/
Djpeg_marker.cc17 const size_t JpegMarker::kLength; // = 2; member in photos_editing_formats::image_io::JpegMarker
/external/image_io/src/jpeg/
Djpeg_marker.cc17 const size_t JpegMarker::kLength; // = 2; member in photos_editing_formats::image_io::JpegMarker
/external/webrtc/modules/audio_coding/neteq/
Daudio_vector_unittest.cc84 static const size_t kLength = 10; in TEST_F() local
113 static const size_t kLength = 10; in TEST_F() local
358 static const size_t kLength = 100; in TEST_F() local
/external/skia/gm/
Dconvexpaths.cpp81 static constexpr int kLength = 100; in makePaths() local
/external/skia/modules/svg/include/
DSkSVGValue.h23 kLength, enumerator
/external/sandboxed-api/contrib/libtiff/test/
Dlong_tag.cc46 constexpr int kLength = 1; variable
Dshort_tag.cc40 constexpr int kLength = 1; variable
/external/dynamic_depth/internal/dynamic_depth/
Ditem.cc15 constexpr char kLength[] = "Length"; variable
/external/vixl/examples/aarch64/
Dneon-matrix-multiply.cc115 const int kLength = kRowSize * kColSize; in main() local
/external/openthread/src/cli/
Dcli_utils.hpp175 const char *const (&aTable)[kLength], in Stringify()
485 …name Cli, uint16_t kLength> void OutputCommandTable(const CommandEntry<Cli> (&aCommandTable)[kLeng… in OutputCommandTable()
/external/openthread/tests/unit/
Dtest_heap_string.cpp200 …plate <uint16_t kLength> void VerifyData(const Heap::Data &aData, const uint8_t (&aArray)[kLength]) in VerifyData()
/external/tensorflow/tensorflow/core/framework/
Dtensor_util_test.cc462 const int kLength = 63; in TEST() local
484 const int kLength = 64; in TEST() local
613 const int kLength = 64; in TEST() local
/external/zstd/contrib/pzstd/test/
DPzstdTest.cpp106 constexpr size_t kLength = 1 << 26; in TEST() local
/external/openthread/src/core/utils/
Dparse_cmdline.hpp610 template <uint8_t kLength> inline otError ParseCmd(char *aCommandString, Arg (&aArgs)[kLength]) in ParseCmd()

12