Home
last modified time | relevance | path

Searched defs:b (Results 326 – 350 of 750417) sorted by path

1...<<11121314151617181920>>...30017

/dports/archivers/c-blosc2/c-blosc2-2.0.4/internal-complibs/zstd-1.5.0/legacy/
H A Dzstd_v07.c2687 #define MIN(a,b) ((a)<(b) ? (a) : (b)) argument
2688 #define MAX(a,b) ((a)>(b) ? (a) : (b)) argument
/dports/archivers/c-blosc2/c-blosc2-2.0.4/plugins/codecs/ndlz/
H A Dxxhash.h3003 XXH_FORCE_INLINE xxh_u64x2 XXH_vec_mulo(xxh_u32x4 a, xxh_u32x4 b) in XXH_vec_mulo()
3009 XXH_FORCE_INLINE xxh_u64x2 XXH_vec_mule(xxh_u32x4 a, xxh_u32x4 b) in XXH_vec_mule()
/dports/archivers/c-blosc2/c-blosc2-2.0.4/tests/
H A Dtest_delete_chunk.c117 int32_t b = data_dest[j]; in test_delete_chunk() local
H A Dtest_insert_chunk.c113 int32_t b = a + 1; in test_insert_chunk() local
/dports/archivers/cabextract/cabextract-1.9.1/
H A Dmd5.c292 #define FF(b, c, d) (d ^ (b & (c ^ d))) argument
293 #define FG(b, c, d) FF (d, b, c) argument
294 #define FH(b, c, d) (b ^ c ^ d) argument
295 #define FI(b, c, d) (c ^ (b | ~d)) argument
336 #define OP(a, b, c, d, s, T) \ in md5_process_block() argument
375 #define OP(f, a, b, c, d, k, s, T) \ in md5_process_block() argument
/dports/archivers/cabextract/cabextract-1.9.1/src/
H A Dcabextract.c63 # define mkdir(a, b) mkdir(a) argument
67 # define mkdir(a, b) _mkdir(a) argument
H A Dcabinfo.c72 #define MIN(a,b) ((a)<(b)?(a):(b)) argument
/dports/archivers/cmdpack/cmdpack-1.06/
H A Dbin2ecm.c521 uint32_t b = count; in write_sectors() local
940 uint32_t b = num; in unecmify() local
H A Dbyteshuf.c160 static int checkboth(int a, int b, const char* ab) { in checkboth()
168 static int checkeither(int a, int b, const char* ab) { in checkeither()
H A Dcdpatch.c971 struct utimbuf b; in extract_file() local
1783 static int arenamesequal(const char* a, const char* b) { in arenamesequal()
2024 static int checkboth(int a, int b, const char* opa, const char* opb) { in checkboth()
2032 static int checkeither(int a, int b, const char* opa, const char* opb) { in checkeither()
H A Dcommon.h631 unsigned long __umodsi3(unsigned long a, unsigned long b) { return a - (a / b) * b; } in __umodsi3()
632 signed long __modsi3(signed long a, signed long b) { return a - (a / b) * b; } in __modsi3()
H A Dhax65816.c49 int b; in fetchbyte() local
56 static void unfetchbyte(int b) { in unfetchbyte()
H A Dvb2rip.c178 static int cmpcase(const char* a, const char* b) { in cmpcase()
315 off_t b; in rip() local
/dports/archivers/deco/deco-1.6.4/
H A Ddeco.c34 #define BOOL_TO_ENV(b, e) ((b) ? put_env(e "=") : (unsetenv(e), true)) argument
H A Dmath.h1 #define MIN(a, b) ((a) < (b) ? (a) : (b)) argument
2 #define MAX(a, b) ((a) > (b) ? (a) : (b)) argument
/dports/archivers/deutex/deutex-5.2.2/src/
H A Dcolor.c103 int16_t Hash(uint8_t r, uint8_t g, uint8_t b) in Hash()
H A Dtexture.c541 int16_t bit, C, b; /*bit test */ in TXUcheckTex() local
733 int16_t t, bit, C, b; /*to check Xsize */ in TXUreadTexFile() local
H A Dtools.c350 char *b = buf; in short_dump() local
/dports/archivers/dpkg/dpkg-1.19.7/dselect/
H A Dbindings.cc37 const orgbinding *b= orgbindings; in keybindings() local
58 binding *b = bindings; in bind() local
75 binding *b = bindings; in find() local
87 binding *b = bindings; in operator ()() local
H A Dpkglist.cc40 const struct perpackagestate *b) { in compareentries()
91 int a,b; in discardheadings() local
153 int qsort_compareentries(const void *a, const void *b) { in qsort_compareentries()
/dports/archivers/dpkg/dpkg-1.19.7/lib/compat/
H A Dalphasort.c28 alphasort(const void *a, const void *b) in alphasort()
H A Dmd5.c161 uint32_t a, b, c, d, in[MD5_BLOCK_LENGTH / 4]; in MD5Transform() local
/dports/archivers/dpkg/dpkg-1.19.7/lib/dpkg/
H A Ddb-fsys-files.c156 pkg_sorter_by_files_list_phys_offs(const void *a, const void *b) in pkg_sorter_by_files_list_phys_offs()
H A Dperf.h36 perf_ts_sub(struct timespec *a, struct timespec *b, struct timespec *res) in perf_ts_sub()
H A Dpkg-show.c332 pkg_sorter_by_nonambig_name_arch(const void *a, const void *b) in pkg_sorter_by_nonambig_name_arch()

1...<<11121314151617181920>>...30017