Searched defs:bytes (Results 1 – 14 of 14) sorted by relevance
/system/netd/server/ |
D | BandwidthController.cpp | 776 int BandwidthController::getInterfaceSharedQuota(int64_t *bytes) { in getInterfaceSharedQuota() 780 int BandwidthController::getInterfaceQuota(const char *costName, int64_t *bytes) { in getInterfaceQuota() 836 int BandwidthController::updateQuota(const char *quotaName, int64_t bytes) { in updateQuota() 857 int BandwidthController::runIptablesAlertCmd(IptOp op, const char *alertName, int64_t bytes) { in runIptablesAlertCmd() 889 int BandwidthController::runIptablesAlertFwdCmd(IptOp op, const char *alertName, int64_t bytes) { in runIptablesAlertFwdCmd() 917 int BandwidthController::setGlobalAlert(int64_t bytes) { in setGlobalAlert() 1000 int BandwidthController::setSharedAlert(int64_t bytes) { in setSharedAlert() 1016 int BandwidthController::setInterfaceAlert(const char *iface, int64_t bytes) { in setInterfaceAlert() 1062 int BandwidthController::setCostlyAlert(const char *costName, int64_t bytes, int64_t *alertBytes) { in setCostlyAlert() 1141 int64_t packets, bytes; in parseForwardChainStats() local
|
D | CommandListener.cpp | 870 int64_t bytes; in runCommand() local 889 int64_t bytes; in runCommand() local
|
/system/core/libutils/ |
D | JenkinsHash.cpp | 33 uint32_t JenkinsHashMixBytes(uint32_t hash, const uint8_t* bytes, size_t size) { in JenkinsHashMixBytes()
|
D | BasicHashtable.cpp | 246 size_t bytes = count * mBucketSize; in allocateBuckets() local
|
D | String8.cpp | 99 const ssize_t bytes = utf16_to_utf8_length(in, len); in allocFromUTF16() local 121 const ssize_t bytes = utf32_to_utf8_length(in, len); in allocFromUTF32() local
|
D | Unicode.cpp | 105 static inline void utf32_codepoint_to_utf8(uint8_t* dstP, char32_t srcChar, size_t bytes) in utf32_codepoint_to_utf8()
|
/system/keymaster/include/keymaster/ |
D | authorization_set.h | 222 bool push_back(TypedTag<KM_BYTES, Tag> tag, const void* bytes, size_t bytes_len) { in push_back() 227 bool push_back(TypedTag<KM_BIGNUM, Tag> tag, const void* bytes, size_t bytes_len) { in push_back() 237 bool push_back(TypedTag<Type, Tag> tag, const void* bytes, size_t bytes_len) { in push_back()
|
D | keymaster_defs.h | 430 inline keymaster_key_param_t keymaster_param_blob(keymaster_tag_t tag, const uint8_t* bytes, in keymaster_param_blob()
|
/system/extras/memtrack/ |
D | memtrack.cpp | 70 ssize_t bytes; in isAvail() local 137 ssize_t bytes = read(fd, cmd_name_, sizeof(cmd_name_)); in getInformation() local
|
/system/core/toolbox/upstream-netbsd/lib/libc/gen/ |
D | humanize_number.c | 47 humanize_number(char *buf, size_t len, int64_t bytes, in humanize_number()
|
/system/extras/tests/suspend_stress/ |
D | suspend_stress.cpp | 144 ssize_t bytes = read(fd, &fired, sizeof(fired)); in main() local
|
/system/core/include/utils/ |
D | String8.h | 281 inline size_t String8::bytes() const in bytes() function
|
/system/core/libcutils/ |
D | debugger.c | 42 ssize_t bytes = read(fd, &ehdr, sizeof(ehdr)); in is32bit() local
|
/system/core/toolbox/upstream-netbsd/bin/dd/ |
D | dd.h | 101 uint64_t bytes; /* # of bytes written */ member
|