Home
last modified time | relevance | path

Searched defs:parse_bytes (Results 1 – 3 of 3) sorted by relevance

/third_party/mindspore/mindspore/ccsrc/minddata/dataset/kernels/image/
Dexif_utils.cc31 uint8_t parse_bytes(const uint8_t *buf, bool intel_align) { in parse_bytes() function
36 uint16_t parse_bytes(const uint8_t *buf, bool intel_align) { in parse_bytes() function
51 uint32_t parse_bytes(const uint8_t *buf, bool intel_align) { in parse_bytes() function
/third_party/mesa3d/src/gallium/tools/trace/
Dparse.py307 def parse_bytes(self, pname): member in TraceParser
/third_party/iptables/extensions/
Dlibxt_hashlimit.c340 static bool parse_bytes(const char *rate, void *val, struct hashlimit_mt_udata *ud, int revision) in parse_bytes() function