Home
last modified time | relevance | path

Searched refs:tsBytes (Results 1 – 7 of 7) sorted by relevance

/dports/misc/libxdf/libxdf-0.991/
H A Dxdf.cpp191 auto tsBytes = readBin<uint8_t>(file); in load_xdf() local
195 if (tsBytes == 8) in load_xdf()
227 auto tsBytes = readBin<uint8_t>(file); in load_xdf() local
231 if (tsBytes == 8) in load_xdf()
263 auto tsBytes = readBin<uint8_t>(file); in load_xdf() local
267 if (tsBytes == 8) in load_xdf()
299 auto tsBytes = readBin<uint8_t>(file); in load_xdf() local
303 if (tsBytes == 8) in load_xdf()
339 if (tsBytes == 8) in load_xdf()
375 if (tsBytes == 8) in load_xdf()
[all …]
/dports/net/rclone/rclone-1.57.0/vendor/storj.io/common/peertls/extensions/
H A Drevocations.go142 var tsBytes [binary.MaxVarintLen64]byte
143 binary.PutVarint(tsBytes[:], r.Timestamp)
144 toHash := append(append([]byte{}, r.KeyHash...), tsBytes[:]...)
/dports/net/storj/storj-1.45.3/vendor/storj.io/common/peertls/extensions/
H A Drevocations.go142 var tsBytes [binary.MaxVarintLen64]byte
143 binary.PutVarint(tsBytes[:], r.Timestamp)
144 toHash := append(append([]byte{}, r.KeyHash...), tsBytes[:]...)
/dports/x11-toolkits/p5-Prima/Prima-1.63/src/
H A DDrawable_text.c1356 if ( level < tsNone || level > tsBytes ) level = tsFull; in Drawable_text_shape()
1360 if ( level == tsBytes || level == tsNone ) in Drawable_text_shape()
1395 if ( level == tsBytes ) { in Drawable_text_shape()
1412 if ( level != tsBytes ) { in Drawable_text_shape()
1445 if ( level == tsBytes ) { in Drawable_text_shape()
1483 if ( level != tsBytes ) { in Drawable_text_shape()
/dports/x11-toolkits/p5-Prima/Prima-1.63/unix/
H A Dapc_text.c569 return ( t == tsBytes ) ? in apc_gp_get_text_shaper()
/dports/x11-toolkits/p5-Prima/Prima-1.63/win32/
H A Dtext.c1119 if ( *type == tsBytes ) { in apc_gp_get_text_shaper()
/dports/x11-toolkits/p5-Prima/Prima-1.63/include/
H A Dapricot.h3791 #define tsBytes 3 macro