Home
last modified time | relevance | path

Searched defs:L (Results 1 – 25 of 64477) sorted by path

12345678910>>...2580

/dports/accessibility/wl-gammarelay-rs/wl-gammarelay-rs-0.2.1/cargo-crates/derivative-2.2.0/tests/
H A Dderive-debug-packed.rs48 struct L { struct
73 assert_eq!(L{ foo: NoDebug }.to_show(), "L".to_string()); in main() argument
/dports/accessibility/wl-gammarelay-rs/wl-gammarelay-rs-0.2.1/cargo-crates/regex-syntax-0.6.25/src/unicode_tables/
H A Dgrapheme_cluster_break.rs397 pub const L: &'static [(char, char)] = &[('ᄀ', 'ᅟ'), ('ꥠ', 'ꥼ')]; const
/dports/arabic/libitl/ITL-f8f41cc/new_method/src/
H A Dprayer.c155 double L; /* Geocentric apparent ecliptic longitude of the Sun in get_approx_sun_coord() local
/dports/arabic/libitl/ITL-f8f41cc/prayertime/
H A Dastro.c691 double tL, L; in computeAstroDay() local
871 static double limitAngle(double L) in limitAngle()
884 static double limitAngle180(double L) in limitAngle180()
897 static double limitAngle1(double L) in limitAngle1()
906 static double limitAngle180between(double L) in limitAngle180between()
/dports/archivers/7-zip/7-zip-21.07/CPP/7zip/Compress/
H A DLzfseDecoder.cpp111 UInt32 L; in DecodeLzvn() local
779 unsigned L = (unsigned)FseDecodeExtra(&l_state, l_decoder, &in); in DecodeLzfse() local
/dports/archivers/brotli/brotli-1.0.9/c/dec/
H A Dstate.h354 #define BROTLI_DECODER_ALLOC(S, L) S->alloc_func(S->memory_manager_opaque, L) argument
/dports/archivers/cabextract/cabextract-1.9.1/mspack/
H A Dqtm.h43 unsigned short H, L, C; /* high/low/current: arith coding state */ member
H A Dqtmd.c260 unsigned short H, L, C, symf; in qtmd_decompress() local
/dports/archivers/deutex/deutex-5.2.2/src/
H A Dlists.c223 static void LISadd(struct ELIST *L, struct WADDIR *dir) in LISadd()
237 static bool LISfindRplc(struct ELIST *L, struct WADDIR *dir) in LISfindRplc()
253 static void LISsubstit(struct ELIST *L, struct WADDIR *dir) in LISsubstit()
266 static void LISmove(struct ELIST *L, struct WADDIR *dir) in LISmove()
/dports/archivers/dpkg/dpkg-1.19.7/lib/dpkg/
H A Dc-ctype.c35 #define L C_CTYPE_LOWER macro
/dports/archivers/gcpio/cpio-2.13/gnu/
H A Dstrftime.c265 # define TOUPPER(Ch, L) __towupper_l (Ch, L) argument
266 # define TOLOWER(Ch, L) __towlower_l (Ch, L) argument
268 # define TOUPPER(Ch, L) towupper (Ch) argument
269 # define TOLOWER(Ch, L) towlower (Ch) argument
273 # define TOUPPER(Ch, L) __toupper_l (Ch, L) argument
274 # define TOLOWER(Ch, L) __tolower_l (Ch, L) argument
276 # define TOUPPER(Ch, L) toupper (Ch) argument
277 # define TOLOWER(Ch, L) tolower (Ch) argument
/dports/archivers/grzip/grzip-0.3.0/
H A DBWT.c47 #define BWT_SPush(L,H,D) {Stack[sp]=L;Stack[sp+1]=H;Stack[sp+2]=D;sp+=3;} argument
48 #define BWT_SPop(L,H,D) {sp-=3;L=Stack[sp];H=Stack[sp+1];D=Stack[sp+2];} argument
/dports/archivers/gtar/tar-1.34/gnu/
H A Dnstrftime.c268 # define TOUPPER(Ch, L) __towupper_l (Ch, L) argument
269 # define TOLOWER(Ch, L) __towlower_l (Ch, L) argument
271 # define TOUPPER(Ch, L) towupper (Ch) argument
272 # define TOLOWER(Ch, L) towlower (Ch) argument
276 # define TOUPPER(Ch, L) __toupper_l (Ch, L) argument
277 # define TOLOWER(Ch, L) __tolower_l (Ch, L) argument
279 # define TOUPPER(Ch, L) toupper (Ch) argument
280 # define TOLOWER(Ch, L) tolower (Ch) argument
/dports/archivers/lbzip2/lbzip2-2.5/src/
H A Ddecode.c194 const uint8_t *L; /* code lengths */ in make_tree() local
352 static const uint8_t L[64] = { variable
H A Dencode.c1221 const uint32_t *L; /* symbol-to-code lookup table */ in transmit() local
/dports/archivers/libarchive/libarchive-3.5.2/libarchive/
H A Darchive_string.c3331 int L = HC_LBASE + SIndex / HC_NCOUNT; in archive_string_normalize_D() local
/dports/archivers/libmspack/libmspack-0.10.1alpha/mspack/
H A Dchmd.c699 unsigned int L, R, M, fname_len, entries_off, is_pmgl; in search_chunk() local
H A Dqtm.h43 unsigned short H, L, C; /* high/low/current: arith coding state */ member
H A Dqtmd.c260 unsigned short H, L, C, symf; in qtmd_decompress() local
/dports/archivers/libpar2/libpar2-0.4/
H A Dreedsolomon.cpp124 unsigned int L[256]; in Process() local
294 unsigned int L[256]; in Process() local
/dports/archivers/libunrar6/unrar/
H A Drs16.cpp38 for (uint L=0,E=1;L<gfSize;L++) in gfInit() local
/dports/archivers/lua-lzlib/lzlib-0.4.3/
H A Dlzlib.c184 static int lzstream_gc(lua_State *L) { in lzstream_gc()
192 static int lzstream_close(lua_State *L) { in lzstream_close()
208 static int lzstream_adler(lua_State *L) { in lzstream_adler()
227 static int lzlib_deflate(lua_State *L) { in lzlib_deflate()
277 static int lzlib_inflate(lua_State *L) in lzlib_inflate()
614 static int lzstream_lines(lua_State *L) { in lzstream_lines()
681 static int lzstream_flush(lua_State *L) { in lzstream_flush()
699 static int lzlib_version(lua_State *L) in lzlib_version()
706 static int lzlib_adler32(lua_State *L) in lzlib_adler32()
726 static int lzlib_crc32(lua_State *L) in lzlib_crc32()
[all …]
/dports/archivers/lua-zlib/lua-zlib-1.2/
H A Dlua_zlib.c13 #define luaL_register(L,n,f) \ argument
203 static int lzstream_gc(lua_State *L) { in lzstream_gc()
211 static int lzstream_close(lua_State *L) { in lzstream_close()
246 static int lzlib_deflate(lua_State *L) { in lzlib_deflate()
296 static int lzlib_inflate(lua_State *L) in lzlib_inflate()
857 static int lz_version(lua_State *L) { in lz_version()
1073 static int lz_deflate(lua_State *L) { in lz_deflate()
1128 static int lz_inflate(lua_State *L) { in lz_inflate()
1141 static int lz_checksum(lua_State *L) { in lz_checksum()
1202 static int lz_adler32(lua_State *L) { in lz_adler32()
[all …]
/dports/archivers/lzfse/lzfse-4591228/src/
H A Dlzfse_decode_base.c167 int32_t L = bs->l_value; in lzfse_decode_lmd() local
H A Dlzfse_encode_base.c425 static inline int lzfse_push_lmd(lzfse_encoder_state *s, uint32_t L, in lzfse_push_lmd()
477 uint32_t L = (uint32_t)(match->pos - s->src_literal); // literal count in lzfse_push_match() local
549 static int lzfse_backend_literals(lzfse_encoder_state *s, lzfse_offset L) { in lzfse_backend_literals()
819 lzfse_offset L = s->src_end - s->src_literal; in lzfse_encode_finish() local

12345678910>>...2580