Searched defs:low (Results 1 – 4 of 4) sorted by relevance
/spdk/include/spdk_internal/ |
H A D | utf.h | 233 uint16_t high, low; in utf16le_valid() local 268 utf16_decode_surrogate_pair(uint32_t high, uint32_t low) in utf16_decode_surrogate_pair() 284 utf16_encode_surrogate_pair(uint32_t codepoint, uint16_t *high, uint16_t *low) in utf16_encode_surrogate_pair()
|
/spdk/test/unit/lib/json/json_write.c/ |
H A D | json_write_ut.c | 96 #define VAL_UINT128(low, high) \ argument 98 #define VAL_NAME_UINT128(name, low, high) \ argument 345 test_generate_string_uint128(char *buf, int buf_size, uint64_t low, uint64_t high) in test_generate_string_uint128() 371 test_generate_string_name_uint128(char *name, char *buf, int buf_size, uint64_t low, uint64_t high) in test_generate_string_name_uint128()
|
/spdk/lib/json/ |
H A D | json_write.c | 268 uint64_t low = low_val, high = high_val; in spdk_json_write_uint128() local 357 uint16_t high, low; in write_codepoint() local
|
/spdk/include/spdk/ |
H A D | nvmf_spec.h | 278 uint32_t low; member 306 uint32_t low; member
|