Home
last modified time | relevance | path

Searched refs:uint16 (Results 1 – 25 of 33993) sorted by path

12345678910>>...1360

/dports/accessibility/sctd/sctd-0.2.0/cargo-crates/winapi-0.3.8/src/um/
H A Dbluetoothapis.rs335 uint16 uint16_mut: USHORT,
/dports/accessibility/wl-gammarelay-rs/wl-gammarelay-rs-0.2.1/cargo-crates/winapi-0.3.9/src/um/
H A Dbluetoothapis.rs335 uint16 uint16_mut: USHORT,
/dports/archivers/advancecomp/advancecomp-2.1-6-g7b08f7a/lib/
H A Dendianrw.h117 return *(const uint16*)ptr; in cpu_uint16_read()
227 uint16* ptr16 = (uint16*)ptr; in cpu_uint16_write()
228 ptr16[0] = (uint16)v; in cpu_uint16_write()
H A Dextra.h67 typedef uint16_t uint16; /**< Unsigned 16 bit integer. */ typedef
/dports/archivers/c-blosc2/c-blosc2-2.0.4/
H A DREADME_CFRAME_FORMAT.rst93 | +-- [msgpack] uint16
/dports/archivers/erlang-snappy/snappy-erlang-nif-1.1.2/c_src/snappy/
H A Dsnappy-internal.h49 uint16* GetHashTable(size_t fragment_size, int* table_size) const;
56 uint16* table_; // the pointer to the hashtable
79 uint16* table,
193 static const uint16 char_table[256] = {
H A Dsnappy-stubs-internal.h178 uint16 value;
221 inline uint16 UNALIGNED_LOAD16(const void *p) { in UNALIGNED_LOAD16()
222 uint16 t; in UNALIGNED_LOAD16()
239 inline void UNALIGNED_STORE16(void *p, uint16 v) { in UNALIGNED_STORE16()
294 inline uint16 bswap_16(uint16 x) { in bswap_16()
327 static uint16 FromHost16(uint16 x) { return bswap_16(x); } in FromHost16()
328 static uint16 ToHost16(uint16 x) { return bswap_16(x); } in ToHost16()
337 static uint16 FromHost16(uint16 x) { return x; }
338 static uint16 ToHost16(uint16 x) { return x; }
348 static uint16 Load16(const void *p) { in Load16()
[all …]
H A Dsnappy-stubs-public.h65 typedef uint16_t uint16; typedef
74 typedef unsigned short uint16;
H A Dsnappy.cc465 table_ = reinterpret_cast<uint16*>(mem_); in WorkingMemory()
474 uint16* WorkingMemory::GetHashTable(size_t fragment_size, in GetHashTable()
541 uint16* table, in CompressFragment()
1043 uint16* table = wmem.GetHashTable(num_to_read, &table_size); in Compress()
/dports/archivers/grzip/grzip-0.3.0/
H A DRec_Flt.c96 uint16 * Inp=(uint16 *)SInput; in GRZip_Rec_Test()
97 uint16 * InpEnd=Inp+(Size>>1); in GRZip_Rec_Test()
100 uint16 Code=*Inp++; in GRZip_Rec_Test()
141 uint16 Delta,PredCode=0; in GRZip_Rec_Encode()
142 uint16 * Inp=(uint16 *)Input; in GRZip_Rec_Encode()
143 uint16 * InpEnd=Inp+NumRecords; in GRZip_Rec_Encode()
146 uint16 Code=*Inp++; in GRZip_Rec_Encode()
210 uint16 Code,PredCode=0; in GRZip_Rec_Decode()
211 uint16 * Outp=(uint16 *)Output; in GRZip_Rec_Decode()
212 uint16 * OutpEnd=Outp+NumRecords; in GRZip_Rec_Decode()
[all …]
H A DlibGRZip.h47 typedef unsigned short int uint16; typedef
/dports/archivers/libarc/libarc-2.0.2/
H A Dconfig.h96 typedef unsigned short uint16; typedef
H A Dstrtab.h33 uint16 nstring;
/dports/archivers/lrzip/lrzip-0.631/
H A Dlrzip_private.h122 #ifndef uint16
123 #define uint16 unsigned int16 macro
/dports/archivers/rvm/rvm-1.11/
H A Darchiver.cc608 uint16 c; in mf_do_chores()
945 uint16 a_timeout, in mf_process_rsync_io()
H A Darchiver.h79 uint16 a_timeout,
H A Derror.cc45 const uint16 a_line in error_instance()
79 const uint16 a_line in set()
121 const uint16 error_instance::line(void) const in line()
H A Derror.h28 const uint16 a_line
40 const uint16 a_line
48 const uint16 line(void) const;
60 uint16 m_line;
H A Dexec.cc417 uint16 c; in exec()
H A Dlogger.cc98 const uint16 a_indention, in write()
H A Dlogger.h27 const uint16 a_indention = 0,
H A Drconfig.cc444 uint16 code; in assign()
1849 uint16& a_line, in global_parser()
2387 uint16 num; in parse_rsync_parallel()
2402 uint16 num; in parse_io_poll_interval()
2539 uint16 num; in parse_vault_overflow_blocks()
2554 uint16 num; in parse_vault_overflow_inodes()
3156 uint16 num; in parse_rsync_multi_hardlink_max()
3300 uint16 num; in parse_rsync_remote_port()
3321 uint16 num; in parse_rsync_retry_count()
3336 uint16 num; in parse_rsync_retry_delay()
[all …]
H A Drconfig.h107 static const uint16 default_behavior = ((uint16)-1);
166 uint16 config_line;
184 uint16 rsync_remote_port;
185 uint16 rsync_retry_count;
187 uint16 rsync_timeout;
273 uint16 m_configs_read;
284 uint16 m_rsync_parallel;
320 uint16& a_line,
327 uint16* m_line;
367 uint16& a_line,
[all …]
H A Dreporter.cc350 const uint16 a_exit_code, in job_path_report()
351 const uint16 a_signal_num, in job_path_report()
400 const uint16 a_exit_code, in assign()
401 const uint16 a_signal_num, in assign()
899 uint16 jobs_good = 0; in format_synopsis()
900 uint16 jobs_bad = 0; in format_synopsis()
901 uint16 jobs_total = 0; in format_synopsis()
H A Dreporter.h94 const uint16 a_exit_code,
95 const uint16 a_signal_num,
107 const uint16 a_exit_code,
108 const uint16 a_signal_num,

12345678910>>...1360