HomeSort by relevance Sort by last modified time
    Searched defs:_counts (Results 1 - 3 of 3) sorted by null

  /external/python/cpython3/Lib/
statistics.py 250 def _counts(data): function
501 table = _counts(data)
  /device/linaro/bootloader/edk2/StdLib/Include/arpa/
nameser.h 117 uint16_t _id, _flags, _counts[ns_s_max]; member in struct:__ns_msg
138 #define ns_msg_count(handle, section) ((handle)._counts[section] + 0)
  /bionic/libc/include/arpa/
nameser.h 127 uint16_t _id, _flags, _counts[ns_s_max]; member in struct:__ns_msg
150 #define ns_msg_count(handle, section) ((handle)._counts[section] + 0)

Completed in 104 milliseconds