Home
last modified time | relevance | path

Searched +defs:d +defs:l (Results 1 – 25 of 56237) sorted by path

12345678910>>...2250

/dports/accessibility/at-spi2-core/at-spi2-core-2.36.0/atspi/
H A Datspi-event-listener.c338 gchar *d = g_strdup (s); in strdup_and_adjust_for_dbus() local
708 GList *l; in _atspi_reregister_event_listeners() local
798 GList *l; in atspi_event_listener_deregister_from_callback() local
918 GList *l; in _atspi_send_event() local
/dports/accessibility/at-spi2-core/at-spi2-core-2.36.0/registryd/
H A Ddeviceeventcontroller.c496 GSList *d = NULL; in keylist_clone() local
497 GSList *l; in keylist_clone() local
536 GSList *l; in keylist_free() local
587 GList *l; in _register_keygrab() local
613 GList *l; in _deregister_keygrab() local
867 GSList *l; in reset_hung_process() local
895 GSList *l; in reset_hung_process_from_ping() local
967 GSList *l; in Accessibility_DeviceEventListener_NotifyEvent() local
1071 GSList *l; in key_set_contains_key() local
1635 GList *l; in impl_get_keystroke_listeners() local
[all …]
/dports/accessibility/gammy/gammy-0.9.64/include/
H A Djson.hpp3004 void from_json(const BasicJsonType& j, std::forward_list<T, Allocator>& l) in from_json()
3021 void from_json(const BasicJsonType& j, std::valarray<T>& l) in from_json()
3997 input_buffer_adapter(const char* b, const std::size_t l) noexcept in input_buffer_adapter()
4228 input_adapter(CharT b, std::size_t l) in input_adapter()
13301 const std::uint32_t d = p1 / pow10; // d = p1 div 10^(n-1) in grisu2_digit_gen() local
13407 const std::uint64_t d = p2 >> -one.e; // d = (10 * p2) div 2^-e in grisu2_digit_gen() local
14460 static constexpr auto d = std::numeric_limits<number_float_t>::max_digits10; in dump_float() local
/dports/accessibility/sctd/sctd-0.2.0/cargo-crates/time-0.1.42/src/
H A Dlib.rs1122 let d = &Timespec::new(2, 1); in test_timespec_eq_ord() localVariable
1155 let d = &Timespec::new(2, 1); in test_timespec_hash() localVariable
1204 let l = Duration::nanoseconds(-1); in test_timespec_add() localVariable
H A Dsys.rs64 let d = tm.tm_mday as i64; in tm_to_time() localVariable
712 let mut l = i64_to_large_integer(0); in frequency() localVariable
892 let mut l = i64_to_large_integer(0); in now() localVariable
/dports/archivers/R-cran-zip/zip/src/
H A Dminiz.c826 int i, j, l, num_codes[1 + TDEFL_MAX_SUPPORTED_HUFF_CODESIZE]; in tdefl_optimize_huffman_table() local
877 #define TDEFL_PUT_BITS(b, l) \ argument
1030 static void tdefl_start_static_block(tdefl_compressor *d) in tdefl_start_static_block()
1064 #define TDEFL_PUT_BITS_FAST(b, l) \ in tdefl_compress_lz_codes() argument
1458 static mz_bool tdefl_compress_fast(tdefl_compressor *d) in tdefl_compress_fast()
1951 mz_uint32 tdefl_get_adler32(tdefl_compressor *d) in tdefl_get_adler32()
2200 #define TINFL_MEMCPY(d, s, l) memcpy(d, s, l) argument
2201 #define TINFL_MEMSET(p, c, l) memset(p, c, l) argument
3374 mz_uint8 l = 0, r = 0; in mz_zip_reader_filename_less() local
4178 mz_uint8 l = 0, r = 0; in mz_zip_filename_compare() local
[all …]
/dports/archivers/advancecomp/advancecomp-2.1-6-g7b08f7a/libdeflate/
H A Ddeflate_decompress.c136 } l; member
731 build_precode_decode_table(struct libdeflate_decompressor *d) in build_precode_decode_table()
747 build_litlen_decode_table(struct libdeflate_decompressor *d, in build_litlen_decode_table()
764 build_offset_decode_table(struct libdeflate_decompressor *d, in build_offset_decode_table()
838 dispatch(struct libdeflate_decompressor * restrict d, in dispatch()
864 libdeflate_deflate_decompress(struct libdeflate_decompressor * restrict d, in libdeflate_deflate_decompress()
886 libdeflate_free_decompressor(struct libdeflate_decompressor *d) in libdeflate_free_decompressor()
/dports/archivers/arj/arj-3.10.22/
H A Darj_proc.c194 int l, lim; in append_curtime_proc() local
786 int y, m, d, hh, mm, ss; /* Timestamp components */ in convert_strtime() local
2935 void mput_dword(uint32_t d, char FAR *p) in mput_dword()
H A Dregister.c47 static int _fput_dword(unsigned long l, FILE *stream) in _fput_dword()
59 static void _mput_dword(unsigned long d, char *p) in _mput_dword()
/dports/archivers/bzip2/bzip2-1.0.8/
H A Dblocksort.c220 Int32 H, i, j, k, l, r, cc, cc1; in fallbackSort() local
491 Int32 d, in mainSimpleSort()
631 Int32 sp, lo, hi, d; in mainQSort3() local
/dports/archivers/c-blosc/c-blosc-1.21.0/internal-complibs/lz4-1.9.3/
H A Dlz4.c254 # define DEBUGLOG(l, ...) { \ argument
261 # define DEBUGLOG(l, ...) {} /* disabled */ argument
410 BYTE* d = (BYTE*)dstPtr; in LZ4_wildCopy8() local
465 BYTE* d = (BYTE*)dstPtr; in LZ4_wildCopy32() local
/dports/archivers/c-blosc/c-blosc-1.21.0/internal-complibs/zstd-1.4.8/common/
H A Dzstd_deps.h32 # define ZSTD_memcpy(d,s,l) __builtin_memcpy((d),(s),(l)) argument
33 # define ZSTD_memmove(d,s,l) __builtin_memmove((d),(s),(l)) argument
34 # define ZSTD_memset(p,v,l) __builtin_memset((p),(v),(l)) argument
36 # define ZSTD_memcpy(d,s,l) memcpy((d),(s),(l)) argument
37 # define ZSTD_memmove(d,s,l) memmove((d),(s),(l)) argument
38 # define ZSTD_memset(p,v,l) memset((p),(v),(l)) argument
/dports/archivers/c-blosc/c-blosc-1.21.0/internal-complibs/zstd-1.4.8/dictBuilder/
H A Dcover.c58 #define LOCALDISPLAYLEVEL(displayLevel, l, ...) \ argument
63 #define DISPLAYLEVEL(l, ...) LOCALDISPLAYLEVEL(g_displayLevel, l, __VA_ARGS__) argument
70 #define LOCALDISPLAYUPDATE(displayLevel, l, ...) \ argument
78 #define DISPLAYUPDATE(l, ...) LOCALDISPLAYUPDATE(g_displayLevel, l, __VA_ARGS__) argument
223 unsigned d; member
411 const U32 d = parameters.d; in COVER_selectSegment() local
543 unsigned d, double splitPoint) { in COVER_ctx_init()
1131 unsigned d; in ZDICT_optimizeTrainFromBuffer_cover() local
H A Ddivsufsort.c286 int c, d, e; in ss_fixdown() local
404 struct { int *a, *b, c; int d; } stack[STACK_SIZE]; in ss_mintrosort() member
406 int *a, *b, *c, *d, *e, *f; in ss_mintrosort() local
553 int l, r; in ss_rotate() local
759 struct { int *a, *b, *c; int d; } stack[STACK_SIZE]; in ss_swapmerge() member
760 int *l, *r, *lm, *rm; in ss_swapmerge() local
949 int c, d, e; in tr_fixdown() local
1073 int *a, *b, *c, *d, *e, *f; in tr_partition() local
1117 int *c, *d, *e; in tr_copy() local
1140 int *c, *d, *e; in tr_partialcopy() local
[all …]
H A Dfastcover.c55 #define LOCALDISPLAYLEVEL(displayLevel, l, ...) \ argument
60 #define DISPLAYLEVEL(l, ...) LOCALDISPLAYLEVEL(g_displayLevel, l, __VA_ARGS__) argument
67 #define LOCALDISPLAYUPDATE(displayLevel, l, ...) \ argument
75 #define DISPLAYUPDATE(l, ...) LOCALDISPLAYUPDATE(g_displayLevel, l, __VA_ARGS__) argument
84 static size_t FASTCOVER_hashPtrToIndex(const void* p, U32 f, unsigned d) { in FASTCOVER_hashPtrToIndex()
128 unsigned d; member
154 const U32 d = parameters.d; in FASTCOVER_selectSegment() local
279 const unsigned d = ctx->d; in FASTCOVER_computeFrequency() local
308 unsigned d, double splitPoint, unsigned f, in FASTCOVER_ctx_init()
636 unsigned d; in ZDICT_optimizeTrainFromBuffer_fastCover() local
H A Dzdict.c74 #define DISPLAYLEVEL(l, ...) if (notificationLevel>=l) { DISPLAY(__VA_ARGS__); } /* 0 : no displ… argument
213 static void ZDICT_initDictItem(dictItem* d) in ZDICT_initDictItem()
354 { U32 l = (U32)maxLength; in ZDICT_analyzePos() local
534 # define DISPLAYUPDATE(l, ...) if (notificationLevel>=l) { \ in ZDICT_trainBuffer_legacy() argument
1065 U32 l = dictList[u].length; in ZDICT_trainFromBuffer_unsafe_legacy() local
/dports/archivers/c-blosc/c-blosc-1.21.0/internal-complibs/zstd-1.4.8/legacy/
H A Dzstd_v01.c984 static int l[14] = { 1, 2, 3, 4, 7, 8, 15, 16, 31, 32, 63, 64, 127, 128 }; in HUF_readDTable() local
1369 #define COPY8(d,s) { ZSTD_copy8(d,s); d+=8; s+=8; } argument
H A Dzstd_v02.c1565 static int l[14] = { 1, 2, 3, 4, 7, 8, 15, 16, 31, 32, 63, 64, 127, 128 }; in HUF_readStats() local
2753 #define COPY8(d,s) { ZSTD_copy8(d,s); d+=8; s+=8; } argument
H A Dzstd_v03.c1562 static int l[14] = { 1, 2, 3, 4, 7, 8, 15, 16, 31, 32, 63, 64, 127, 128 }; in HUF_readStats() local
2394 #define COPY8(d,s) { ZSTD_copy8(d,s); d+=8; s+=8; } argument
H A Dzstd_v04.c395 #define COPY8(d,s) { ZSTD_copy8(d,s); d+=8; s+=8; } argument
1715 static int l[14] = { 1, 2, 3, 4, 7, 8, 15, 16, 31, 32, 63, 64, 127, 128 }; in HUF_readStats() local
H A Dzstd_v05.c508 #define COPY8(d,s) { ZSTDv05_copy8(d,s); d+=8; s+=8; } argument
1815 static int l[14] = { 1, 2, 3, 4, 7, 8, 15, 16, 31, 32, 63, 64, 127, 128 }; in HUFv05_readStats() local
H A Dzstd_v06.c542 #define COPY8(d,s) { ZSTDv06_copy8(d,s); d+=8; s+=8; } argument
1873 static U32 l[14] = { 1, 2, 3, 4, 7, 8, 15, 16, 31, 32, 63, 64, 127, 128 }; in HUFv06_readStats() local
H A Dzstd_v07.c1325 static U32 l[14] = { 1, 2, 3, 4, 7, 8, 15, 16, 31, 32, 63, 64, 127, 128 }; in HUFv07_readStats() local
2776 #define COPY8(d,s) { ZSTDv07_copy8(d,s); d+=8; s+=8; } argument
/dports/archivers/c-blosc2/c-blosc2-2.0.4/internal-complibs/lz4-1.9.3/
H A Dlz4.c254 # define DEBUGLOG(l, ...) { \ argument
261 # define DEBUGLOG(l, ...) {} /* disabled */ argument
410 BYTE* d = (BYTE*)dstPtr; in LZ4_wildCopy8() local
465 BYTE* d = (BYTE*)dstPtr; in LZ4_wildCopy32() local
/dports/archivers/c-blosc2/c-blosc2-2.0.4/internal-complibs/zstd-1.5.0/common/
H A Dzstd_deps.h32 # define ZSTD_memcpy(d,s,l) __builtin_memcpy((d),(s),(l)) argument
33 # define ZSTD_memmove(d,s,l) __builtin_memmove((d),(s),(l)) argument
34 # define ZSTD_memset(p,v,l) __builtin_memset((p),(v),(l)) argument
36 # define ZSTD_memcpy(d,s,l) memcpy((d),(s),(l)) argument
37 # define ZSTD_memmove(d,s,l) memmove((d),(s),(l)) argument
38 # define ZSTD_memset(p,v,l) memset((p),(v),(l)) argument

12345678910>>...2250