Home
last modified time | relevance | path

Searched defs:num_ (Results 1 – 8 of 8) sorted by relevance

/third_party/iowow/src/utils/
Diwutils.h54 #define IW_SETVNUMBUF(len_, buf_, num_) \ argument
76 #define IW_SETVNUMBUF64(len_, buf_, num_) \ argument
99 #define IW_READVNUMBUF(buf_, num_, step_) \ argument
117 #define IW_READVNUMBUF64(buf_, num_, step_) \ argument
136 #define IW_READVNUMBUF64_2(buf_, num_) \ argument
155 #define IW_VNUMSIZE32(num_) \ argument
/third_party/iowow/src/
Dbasedefs.h249 #define IW_SWAB16(num_) __builtin_bswap16(num_) argument
251 #define IW_SWAB16(num_) \ argument
256 #define IW_SWAB32(num_) __builtin_bswap32(num_) argument
258 #define IW_SWAB32(num_) \ argument
264 #define IW_SWAB64(num_) __builtin_bswap64(num_) argument
266 #define IW_SWAB64(num_) \ argument
278 #define IW_HTOIS(num_) IW_SWAB16(num_) argument
279 #define IW_HTOIL(num_) IW_SWAB32(num_) argument
280 #define IW_HTOILL(num_) IW_SWAB64(num_) argument
281 #define IW_ITOHS(num_) IW_SWAB16(num_) argument
[all …]
/third_party/openssl/crypto/bio/
Dbss_bio.c237 static ossl_ssize_t bio_nread(BIO *bio, char **buf, size_t num_) in bio_nread()
268 static int bio_write(BIO *bio, const char *buf, int num_) in bio_write()
393 static ossl_ssize_t bio_nwrite(BIO *bio, char **buf, size_t num_) in bio_nwrite()
/third_party/node/deps/brotli/c/enc/
Dhash_longest_match_inc.h51 uint16_t* num_; /* uint16_t[bucket_size]; */ member
Dhash_longest_match64_inc.h54 uint16_t* num_; /* uint16_t[bucket_size]; */ member
/third_party/skia/third_party/externals/brotli/c/enc/
Dhash_longest_match_inc.h51 uint16_t* num_; /* uint16_t[bucket_size]; */ member
Dhash_longest_match64_inc.h54 uint16_t* num_; /* uint16_t[bucket_size]; */ member
/third_party/flutter/engine/flutter/fml/memory/
Dref_counted_unittest.cc559 int num_; member in fml::__anon128f7c680111::MyPublicClass