b 151 daemons/based/based_io.c static int cib_archive_sort(const struct dirent ** a, const struct dirent **b) b 161 daemons/based/based_io.c char *b_path = crm_strdup_printf("%s/%s", cib_root, b[0]->d_name); b 181 daemons/based/based_io.c b[0]->d_name, (unsigned long)b_age, rc); b 2859 daemons/fenced/fenced_commands.c sort_device_priority(gconstpointer a, gconstpointer b) b 2862 daemons/fenced/fenced_commands.c const stonith_device_t *dev_b = b; b 149 daemons/fenced/fenced_history.c cmp_op_by_completion(gconstpointer a, gconstpointer b) b 152 daemons/fenced/fenced_history.c const remote_fencing_op_t *op2 = b; b 91 daemons/fenced/fenced_remote.c sort_strings(gconstpointer a, gconstpointer b) b 93 daemons/fenced/fenced_remote.c return strcmp(a, b); b 2096 daemons/fenced/fenced_remote.c sort_peers(gconstpointer a, gconstpointer b) b 2099 daemons/fenced/fenced_remote.c const peer_device_info_t *peer_b = b; b 27 devel/coccinelle/test/ref-passed-variables-inited.input.c int a = 1, b, c = 3; b 30 devel/coccinelle/test/ref-passed-variables-inited.input.c foo(&b); b 31 devel/coccinelle/test/ref-passed-variables-inited.input.c baz(b); b 84 include/crm/common/iso8601.h int crm_time_compare(const crm_time_t *a, const crm_time_t *b); b 59 include/crm/common/util_compat.h gboolean crm_str_eq(const char *a, const char *b, gboolean use_case); b 62 include/crm/common/util_compat.h gboolean safe_str_neq(const char *a, const char *b); b 65 include/crm/common/util_compat.h #define safe_str_eq(a, b) crm_str_eq(a, b, FALSE) b 99 include/crm/common/util_compat.h gboolean crm_strcase_equal(gconstpointer a, gconstpointer b); b 253 include/crm/pengine/internal.h extern gint sort_op_by_callid(gconstpointer a, gconstpointer b); b 283 include/crm/pengine/internal.h gint pe__cmp_node_name(gconstpointer a, gconstpointer b); b 45 lib/cib/cib_client.c ciblib_GCompareFunc(gconstpointer a, gconstpointer b) b 49 lib/cib/cib_client.c const cib_notify_client_t *b_client = b; b 558 lib/cluster/cpg.c *const b = *((const struct cpg_address **) second); b 559 lib/cluster/cpg.c if (a->nodeid < b->nodeid) { b 561 lib/cluster/cpg.c } else if (a->nodeid > b->nodeid) { b 1736 lib/common/iso8601.c crm_time_compare(const crm_time_t *a, const crm_time_t *b) b 1740 lib/common/iso8601.c crm_time_t *t2 = crm_get_utc_time(b); b 319 lib/common/md5.c #define FF(b, c, d) (d ^ (b & (c ^ d))) b 320 lib/common/md5.c #define FG(b, c, d) FF (d, b, c) b 321 lib/common/md5.c #define FH(b, c, d) (b ^ c ^ d) b 322 lib/common/md5.c #define FI(b, c, d) (c ^ (b | ~d)) b 363 lib/common/md5.c #define OP(a, b, c, d, s, T) \ b 366 lib/common/md5.c a += FF (b, c, d) + (*cwp++ = SWAP (*words)) + T; \ b 369 lib/common/md5.c a += b; \ b 409 lib/common/md5.c #define OP(f, a, b, c, d, k, s, T) \ b 412 lib/common/md5.c a += f (b, c, d) + correct_words[k] + T; \ b 414 lib/common/md5.c a += b; \ b 118 lib/common/nvpair.c pcmk__compare_nvpair(gconstpointer a, gconstpointer b) b 122 lib/common/nvpair.c const pcmk_nvpair_t *pair_b = b; b 1109 lib/common/patchset.c sort_change_obj_by_position(gconstpointer a, gconstpointer b) b 1112 lib/common/patchset.c const xml_change_obj_t *change_obj_b = b; b 201 lib/common/schemas.c schema_cmp_directory(const struct dirent **a, const struct dirent **b) b 207 lib/common/schemas.c || !version_from_filename(b[0]->d_name, &b_version)) { b 427 lib/common/schemas.c schema_sort_GCompareFunc(gconstpointer a, gconstpointer b) b 430 lib/common/schemas.c const pcmk__schema_t *schema_b = b; b 722 lib/common/strings.c pcmk__strcase_equal(gconstpointer a, gconstpointer b) b 724 lib/common/strings.c return pcmk__str_eq((const char *)a, (const char *)b, pcmk__str_casei); b 1332 lib/common/strings.c safe_str_neq(const char *a, const char *b) b 1334 lib/common/strings.c if (a == b) { b 1337 lib/common/strings.c } else if (a == NULL || b == NULL) { b 1340 lib/common/strings.c } else if (strcasecmp(a, b) == 0) { b 1347 lib/common/strings.c crm_str_eq(const char *a, const char *b, gboolean use_case) b 1350 lib/common/strings.c return g_strcmp0(a, b) == 0; b 1353 lib/common/strings.c } else if (a == b) { b 1356 lib/common/strings.c } else if (a == NULL || b == NULL) { b 1360 lib/common/strings.c } else if (strcasecmp(a, b) == 0) { b 1382 lib/common/strings.c crm_strcase_equal(gconstpointer a, gconstpointer b) b 1384 lib/common/strings.c return pcmk__strcase_equal(a, b); b 18 lib/common/tests/cmdline/pcmk__cmdline_preproc_test.c #define LISTS_EQ(a, b) { \ b 19 lib/common/tests/cmdline/pcmk__cmdline_preproc_test.c assert_int_equal(g_strv_length((gchar **) (a)), g_strv_length((gchar **) (b))); \ b 21 lib/common/tests/cmdline/pcmk__cmdline_preproc_test.c assert_string_equal((a)[i], (b)[i]); \ b 28 lib/common/tests/nodes/pcmk__find_node_in_list_test.c pcmk_node_t *b = pcmk__assert_alloc(1, sizeof(pcmk_node_t)); b 32 lib/common/tests/nodes/pcmk__find_node_in_list_test.c b->details = pcmk__assert_alloc(1, sizeof(struct pe_node_shared_s)); b 33 lib/common/tests/nodes/pcmk__find_node_in_list_test.c b->details->uname = "cluster2"; b 36 lib/common/tests/nodes/pcmk__find_node_in_list_test.c nodes = g_list_append(nodes, b); b 41 lib/common/tests/nodes/pcmk__find_node_in_list_test.c assert_ptr_equal(b, pcmk__find_node_in_list(nodes, "CLUSTER2")); b 46 lib/common/tests/nodes/pcmk__find_node_in_list_test.c free(b->details); b 47 lib/common/tests/nodes/pcmk__find_node_in_list_test.c free(b); b 25 lib/common/tests/strings/pcmk__scan_double_test.c #define assert_float_equal(a, b, epsilon) assert_true(fabs((a) - (b)) < (epsilon)) b 777 lib/fencing/st_client.c stonithlib_GCompareFunc(gconstpointer a, gconstpointer b) b 781 lib/fencing/st_client.c const stonith_notify_client_t *b_client = b; b 319 lib/gnu/md5.c #define FF(b, c, d) (d ^ (b & (c ^ d))) b 320 lib/gnu/md5.c #define FG(b, c, d) FF (d, b, c) b 321 lib/gnu/md5.c #define FH(b, c, d) (b ^ c ^ d) b 322 lib/gnu/md5.c #define FI(b, c, d) (c ^ (b | ~d)) b 363 lib/gnu/md5.c #define OP(a, b, c, d, s, T) \ b 366 lib/gnu/md5.c a += FF (b, c, d) + (*cwp++ = SWAP (*words)) + T; \ b 369 lib/gnu/md5.c a += b; \ b 409 lib/gnu/md5.c #define OP(f, a, b, c, d, k, s, T) \ b 412 lib/gnu/md5.c a += f (b, c, d) + correct_words[k] + T; \ b 414 lib/gnu/md5.c a += b; \ b 1069 lib/pacemaker/libpacemaker_private.h gint pcmk__cmp_instance(gconstpointer a, gconstpointer b); b 1072 lib/pacemaker/libpacemaker_private.h gint pcmk__cmp_instance_number(gconstpointer a, gconstpointer b); b 1326 lib/pacemaker/pcmk_sched_actions.c sort_action_id(gconstpointer a, gconstpointer b) b 1329 lib/pacemaker/pcmk_sched_actions.c const pcmk__related_action_t *action_wrapper1 = b; b 1334 lib/pacemaker/pcmk_sched_actions.c if (b == NULL) { b 130 lib/pacemaker/pcmk_sched_colocation.c cmp_dependent_priority(gconstpointer a, gconstpointer b) b 132 lib/pacemaker/pcmk_sched_colocation.c return cmp_colocation_priority(a, b, true); b 156 lib/pacemaker/pcmk_sched_colocation.c cmp_primary_priority(gconstpointer a, gconstpointer b) b 158 lib/pacemaker/pcmk_sched_colocation.c return cmp_colocation_priority(a, b, false); b 298 lib/pacemaker/pcmk_sched_instances.c pcmk__cmp_instance_number(gconstpointer a, gconstpointer b) b 301 lib/pacemaker/pcmk_sched_instances.c const pcmk_resource_t *instance2 = (const pcmk_resource_t *) b; b 347 lib/pacemaker/pcmk_sched_instances.c pcmk__cmp_instance(gconstpointer a, gconstpointer b) b 359 lib/pacemaker/pcmk_sched_instances.c const pcmk_resource_t *instance2 = (const pcmk_resource_t *) b; b 202 lib/pacemaker/pcmk_sched_nodes.c compare_nodes(gconstpointer a, gconstpointer b, gpointer data) b 205 lib/pacemaker/pcmk_sched_nodes.c const pcmk_node_t *node2 = (const pcmk_node_t *) b; b 216 lib/pacemaker/pcmk_sched_nodes.c if (b == NULL) { b 253 lib/pacemaker/pcmk_sched_promotable.c cmp_promotable_instance(gconstpointer a, gconstpointer b) b 256 lib/pacemaker/pcmk_sched_promotable.c const pcmk_resource_t *rsc2 = (const pcmk_resource_t *) b; b 296 lib/pacemaker/pcmk_sched_promotable.c return pcmk__cmp_instance(a, b); b 654 lib/pacemaker/pcmk_sched_resource.c cmp_resources(gconstpointer a, gconstpointer b, gpointer data) b 661 lib/pacemaker/pcmk_sched_resource.c pcmk_resource_t *resource2 = (pcmk_resource_t *) b; b 1784 lib/pengine/pe_actions.c sort_op_by_callid(gconstpointer a, gconstpointer b) b 1787 lib/pengine/pe_actions.c const xmlNode *xml_b = b; b 37 lib/pengine/pe_notif.c compare_notify_entries(gconstpointer a, gconstpointer b) b 41 lib/pengine/pe_notif.c const notify_entry_t *entry_b = b; b 38 lib/pengine/pe_output.c compare_attribute(gconstpointer a, gconstpointer b) b 42 lib/pengine/pe_output.c rc = strcmp((const char *)a, (const char *)b); b 89 lib/pengine/pe_status_private.h gint pe__cmp_rsc_priority(gconstpointer a, gconstpointer b); b 66 lib/pengine/rules.c sort_pairs(gconstpointer a, gconstpointer b, gpointer user_data) b 69 lib/pengine/rules.c const xmlNode *pair_b = b; b 76 lib/pengine/rules.c if (a == NULL && b == NULL) { b 80 lib/pengine/rules.c } else if (b == NULL) { b 28 lib/pengine/tests/status/pe_find_node_any_test.c pcmk_node_t *b = pcmk__assert_alloc(1, sizeof(pcmk_node_t)); b 33 lib/pengine/tests/status/pe_find_node_any_test.c b->details = pcmk__assert_alloc(1, sizeof(struct pe_node_shared_s)); b 34 lib/pengine/tests/status/pe_find_node_any_test.c b->details->uname = "cluster2"; b 35 lib/pengine/tests/status/pe_find_node_any_test.c b->details->id = "id2"; b 38 lib/pengine/tests/status/pe_find_node_any_test.c nodes = g_list_append(nodes, b); b 40 lib/pengine/tests/status/pe_find_node_any_test.c assert_ptr_equal(b, pe_find_node_any(nodes, "id2", NULL)); b 41 lib/pengine/tests/status/pe_find_node_any_test.c assert_ptr_equal(b, pe_find_node_any(nodes, "ID2", NULL)); b 55 lib/pengine/tests/status/pe_find_node_any_test.c free(b->details); b 56 lib/pengine/tests/status/pe_find_node_any_test.c free(b); b 26 lib/pengine/tests/status/pe_find_node_id_test.c pcmk_node_t *b = pcmk__assert_alloc(1, sizeof(pcmk_node_t)); b 30 lib/pengine/tests/status/pe_find_node_id_test.c b->details = pcmk__assert_alloc(1, sizeof(struct pe_node_shared_s)); b 31 lib/pengine/tests/status/pe_find_node_id_test.c b->details->id = "id2"; b 34 lib/pengine/tests/status/pe_find_node_id_test.c nodes = g_list_append(nodes, b); b 39 lib/pengine/tests/status/pe_find_node_id_test.c assert_ptr_equal(b, pe_find_node_id(nodes, "ID2")); b 44 lib/pengine/tests/status/pe_find_node_id_test.c free(b->details); b 45 lib/pengine/tests/status/pe_find_node_id_test.c free(b); b 145 lib/pengine/utils.c pe__cmp_node_name(gconstpointer a, gconstpointer b) b 148 lib/pengine/utils.c const pcmk_node_t *node2 = (const pcmk_node_t *) b; b 295 lib/pengine/utils.c pe__cmp_rsc_priority(gconstpointer a, gconstpointer b) b 298 lib/pengine/utils.c const pcmk_resource_t *resource2 = (const pcmk_resource_t *)b; b 300 lib/pengine/utils.c if (a == NULL && b == NULL) { b 306 lib/pengine/utils.c if (b == NULL) { b 529 lib/services/systemd.c sort_str(gconstpointer a, gconstpointer b) b 531 lib/services/systemd.c if (!a && !b) { b 535 lib/services/systemd.c } else if (!b) { b 538 lib/services/systemd.c return strcasecmp(a, b); b 158 libltdl/libltdl/lt_system.h # define LT__CONC(a, b) a##b b 159 libltdl/libltdl/lt_system.h # define LT_CONC(a, b) LT__CONC(a, b) b 162 libltdl/libltdl/lt_system.h # define LT__CONC3(a, b, c) a##b##c b 163 libltdl/libltdl/lt_system.h # define LT_CONC3(a, b, c) LT__CONC3(a, b, c) b 52 maint/gnulib/lib/acl-internal.h # define MIN(a,b) ((a) < (b) ? (a) : (b)) b 25 maint/gnulib/lib/alphasort.c alphasort (const struct dirent **a, const struct dirent **b) b 27 maint/gnulib/lib/alphasort.c return strcoll ((*a)->d_name, (*b)->d_name); b 32 maint/gnulib/lib/alphasort.c alphasort (const void *a, const void *b) b 35 maint/gnulib/lib/alphasort.c (*(const struct dirent **)b)->d_name); b 52 maint/gnulib/lib/bitset.h struct bbitset_struct b; /* Base bitset data. */ b 56 maint/gnulib/lib/bitset.h struct bbitset_struct b; b 62 maint/gnulib/lib/bitset.h struct bbitset_struct b; b 69 maint/gnulib/lib/bitset.h struct bbitset_struct b; b 76 maint/gnulib/lib/bitset.h struct bbitset_struct b; b 82 maint/gnulib/lib/bitset.h struct bbitset_struct b; b 141 maint/gnulib/lib/bitset.h bitset_windex offset = windex - bset->b.cindex; b 143 maint/gnulib/lib/bitset.h if (offset < bset->b.csize) b 144 maint/gnulib/lib/bitset.h bset->b.cdata[offset] |= ((bitset_word) 1 << (bitno % BITSET_WORD_BITS)); b 155 maint/gnulib/lib/bitset.h bitset_windex offset = windex - bset->b.cindex; b 157 maint/gnulib/lib/bitset.h if (offset < bset->b.csize) b 158 maint/gnulib/lib/bitset.h bset->b.cdata[offset] &= ~((bitset_word) 1 << (bitno % BITSET_WORD_BITS)); b 169 maint/gnulib/lib/bitset.h bitset_windex offset = windex - bset->b.cindex; b 171 maint/gnulib/lib/bitset.h if (offset < bset->b.csize) b 172 maint/gnulib/lib/bitset.h return (bset->b.cdata[offset] >> (bitno % BITSET_WORD_BITS)) & 1; b 178 maint/gnulib/lib/bitset/array.c bitset_windex size = src->b.csize; b 259 maint/gnulib/lib/bitset/array.c ABITSET_WORDS (dst)[dst->b.csize - 1] &= b 268 maint/gnulib/lib/bitset/array.c size_t bytes = sizeof (bitset_word) * dst->b.csize; b 279 maint/gnulib/lib/bitset/array.c size_t bytes = sizeof (bitset_word) * dst->b.csize; b 290 maint/gnulib/lib/bitset/array.c for (bitset_windex i = 0; i < dst->b.csize; i++) b 304 maint/gnulib/lib/bitset/array.c bitset_windex size = dst->b.csize; b 314 maint/gnulib/lib/bitset/array.c bitset_windex size = dst->b.csize; b 327 maint/gnulib/lib/bitset/array.c bitset_windex size = dst->b.csize; b 341 maint/gnulib/lib/bitset/array.c bitset_windex size = dst->b.csize; b 355 maint/gnulib/lib/bitset/array.c bitset_windex size = dst->b.csize; b 370 maint/gnulib/lib/bitset/array.c bitset_windex size = dst->b.csize; b 384 maint/gnulib/lib/bitset/array.c bitset_windex size = dst->b.csize; b 405 maint/gnulib/lib/bitset/array.c bitset_windex size = dst->b.csize; b 419 maint/gnulib/lib/bitset/array.c bitset_windex size = dst->b.csize; b 440 maint/gnulib/lib/bitset/array.c bitset_windex size = dst->b.csize; b 454 maint/gnulib/lib/bitset/array.c bitset_windex size = dst->b.csize; b 476 maint/gnulib/lib/bitset/array.c bitset_windex size = dst->b.csize; b 490 maint/gnulib/lib/bitset/array.c bitset_windex size = dst->b.csize; b 513 maint/gnulib/lib/bitset/array.c bitset_windex size = dst->b.csize; b 528 maint/gnulib/lib/bitset/array.c bitset_windex size = dst->b.csize; b 550 maint/gnulib/lib/bitset/array.c bitset_windex size = dst->b.csize; b 565 maint/gnulib/lib/bitset/array.c bitset_windex size = dst->b.csize; b 587 maint/gnulib/lib/bitset/array.c bitset_windex size = dst->b.csize; b 602 maint/gnulib/lib/bitset/array.c bitset_windex size = dst->b.csize; b 707 maint/gnulib/lib/bitset/array.c struct bitset_align_struct { char a; union bitset_union b; }; b 708 maint/gnulib/lib/bitset/array.c size_t bitset_alignment = offsetof (struct bitset_align_struct, b); b 734 maint/gnulib/lib/bitset/array.c bset->b.vtable = size == 1 ? &abitset_small_vtable : &abitset_vtable; b 735 maint/gnulib/lib/bitset/array.c bset->b.cindex = 0; b 736 maint/gnulib/lib/bitset/array.c bset->b.csize = size; b 737 maint/gnulib/lib/bitset/array.c bset->b.cdata = ABITSET_WORDS (bset); b 108 maint/gnulib/lib/bitset/base.h #define BITSET_VTABLE_(SRC) (SRC)->b.vtable b 109 maint/gnulib/lib/bitset/base.h #define BITSET_CINDEX_(SRC) (SRC)->b.cindex b 110 maint/gnulib/lib/bitset/base.h #define BITSET_CDATA_(SRC) (SRC)->b.cdata b 111 maint/gnulib/lib/bitset/base.h #define BITSET_CSIZE_(SRC) (SRC)->b.csize b 112 maint/gnulib/lib/bitset/base.h #define BITSET_NBITS_(SRC) (SRC)->b.n_bits b 161 maint/gnulib/lib/bitset/base.h ((BSET1)->b.vtable == (BSET2)->b.vtable) b 176 maint/gnulib/lib/bitset/base.h #define BITSET_RESIZE_(DST, SIZE) (DST)->b.vtable->resize (DST, SIZE) b 179 maint/gnulib/lib/bitset/base.h #define BITSET_SIZE_(SRC) (SRC)->b.vtable->size (SRC) b 182 maint/gnulib/lib/bitset/base.h #define BITSET_COUNT_(SRC) (SRC)->b.vtable->count (SRC) b 185 maint/gnulib/lib/bitset/base.h #define BITSET_TYPE_(DST) (DST)->b.vtable->type b 188 maint/gnulib/lib/bitset/base.h #define BITSET_SET_(DST, BITNO) (DST)->b.vtable->set (DST, BITNO) b 191 maint/gnulib/lib/bitset/base.h #define BITSET_RESET_(DST, BITNO) (DST)->b.vtable->reset (DST, BITNO) b 194 maint/gnulib/lib/bitset/base.h #define BITSET_TOGGLE_(DST, BITNO) (DST)->b.vtable->toggle (DST, BITNO) b 197 maint/gnulib/lib/bitset/base.h #define BITSET_TEST_(SRC, BITNO) (SRC)->b.vtable->test (SRC, BITNO) b 201 maint/gnulib/lib/bitset/base.h ((SRC)->b.vtable->free ? (SRC)->b.vtable->free (SRC) :(void)0) b 205 maint/gnulib/lib/bitset/base.h #define BITSET_EMPTY_P_(SRC) (SRC)->b.vtable->empty_p (SRC) b 208 maint/gnulib/lib/bitset/base.h #define BITSET_ONES_(DST) (DST)->b.vtable->ones (DST) b 211 maint/gnulib/lib/bitset/base.h #define BITSET_ZERO_(DST) (DST)->b.vtable->zero (DST) b 216 maint/gnulib/lib/bitset/base.h #define BITSET_COPY_(DST, SRC) (SRC)->b.vtable->copy (DST, SRC) b 219 maint/gnulib/lib/bitset/base.h #define BITSET_DISJOINT_P_(DST, SRC) (SRC)->b.vtable->disjoint_p (DST, SRC) b 222 maint/gnulib/lib/bitset/base.h #define BITSET_EQUAL_P_(DST, SRC) (SRC)->b.vtable->equal_p (DST, SRC) b 225 maint/gnulib/lib/bitset/base.h #define BITSET_NOT_(DST, SRC) (SRC)->b.vtable->not_ (DST, SRC) b 228 maint/gnulib/lib/bitset/base.h #define BITSET_SUBSET_P_(DST, SRC) (SRC)->b.vtable->subset_p (DST, SRC) b 232 maint/gnulib/lib/bitset/base.h #define BITSET_AND_(DST, SRC1, SRC2) (SRC1)->b.vtable->and_ (DST, SRC1, SRC2) b 233 maint/gnulib/lib/bitset/base.h #define BITSET_AND_CMP_(DST, SRC1, SRC2) (SRC1)->b.vtable->and_cmp (DST, SRC1, SRC2) b 236 maint/gnulib/lib/bitset/base.h #define BITSET_ANDN_(DST, SRC1, SRC2) (SRC1)->b.vtable->andn (DST, SRC1, SRC2) b 237 maint/gnulib/lib/bitset/base.h #define BITSET_ANDN_CMP_(DST, SRC1, SRC2) (SRC1)->b.vtable->andn_cmp (DST, SRC1, SRC2) b 240 maint/gnulib/lib/bitset/base.h #define BITSET_OR_(DST, SRC1, SRC2) (SRC1)->b.vtable->or_ (DST, SRC1, SRC2) b 241 maint/gnulib/lib/bitset/base.h #define BITSET_OR_CMP_(DST, SRC1, SRC2) (SRC1)->b.vtable->or_cmp (DST, SRC1, SRC2) b 244 maint/gnulib/lib/bitset/base.h #define BITSET_XOR_(DST, SRC1, SRC2) (SRC1)->b.vtable->xor_ (DST, SRC1, SRC2) b 245 maint/gnulib/lib/bitset/base.h #define BITSET_XOR_CMP_(DST, SRC1, SRC2) (SRC1)->b.vtable->xor_cmp (DST, SRC1, SRC2) b 252 maint/gnulib/lib/bitset/base.h (SRC1)->b.vtable->and_or (DST, SRC1, SRC2, SRC3) b 254 maint/gnulib/lib/bitset/base.h (SRC1)->b.vtable->and_or_cmp (DST, SRC1, SRC2, SRC3) b 259 maint/gnulib/lib/bitset/base.h (SRC1)->b.vtable->andn_or (DST, SRC1, SRC2, SRC3) b 261 maint/gnulib/lib/bitset/base.h (SRC1)->b.vtable->andn_or_cmp (DST, SRC1, SRC2, SRC3) b 266 maint/gnulib/lib/bitset/base.h (SRC1)->b.vtable->or_and (DST, SRC1, SRC2, SRC3) b 268 maint/gnulib/lib/bitset/base.h (SRC1)->b.vtable->or_and_cmp (DST, SRC1, SRC2, SRC3) b 275 maint/gnulib/lib/bitset/base.h (BSET)->b.vtable->list (BSET, LIST, NUM, NEXT) b 281 maint/gnulib/lib/bitset/base.h (BSET)->b.vtable->list_reverse (BSET, LIST, NUM, NEXT) b 87 maint/gnulib/lib/bitset/list.c #define LBITSET_CURRENT(X) LBITSET_CURRENT1((X)->b.cdata) b 188 maint/gnulib/lib/bitset/list.c bset->b.cdata = next->words; b 189 maint/gnulib/lib/bitset/list.c bset->b.cindex = next->index; b 193 maint/gnulib/lib/bitset/list.c bset->b.cdata = prev->words; b 194 maint/gnulib/lib/bitset/list.c bset->b.cindex = prev->index; b 198 maint/gnulib/lib/bitset/list.c bset->b.csize = 0; b 199 maint/gnulib/lib/bitset/list.c bset->b.cdata = 0; b 218 maint/gnulib/lib/bitset/list.c bset->b.cdata = elt->prev->words; b 219 maint/gnulib/lib/bitset/list.c bset->b.cindex = elt->prev->index; b 226 maint/gnulib/lib/bitset/list.c bset->b.cdata = 0; b 227 maint/gnulib/lib/bitset/list.c bset->b.csize = 0; b 256 maint/gnulib/lib/bitset/list.c lbitset_elt *current = bset->b.csize ? LBITSET_CURRENT (bset) : LBITSET_HEAD (bset); b 268 maint/gnulib/lib/bitset/list.c else if (windex < bset->b.cindex) b 304 maint/gnulib/lib/bitset/list.c bset->b.cindex = windex; b 305 maint/gnulib/lib/bitset/list.c bset->b.csize = LBITSET_ELT_WORDS; b 306 maint/gnulib/lib/bitset/list.c bset->b.cdata = elt->words; b 316 maint/gnulib/lib/bitset/list.c if (bset->b.csize) b 320 maint/gnulib/lib/bitset/list.c if ((windex - bset->b.cindex) < bset->b.csize) b 331 maint/gnulib/lib/bitset/list.c if (windex < bset->b.cindex) b 349 maint/gnulib/lib/bitset/list.c bset->b.cindex = elt->index; b 350 maint/gnulib/lib/bitset/list.c bset->b.csize = LBITSET_ELT_WORDS; b 351 maint/gnulib/lib/bitset/list.c bset->b.cdata = elt->words; b 460 maint/gnulib/lib/bitset/list.c dst->b.csize = LBITSET_ELT_WORDS; b 461 maint/gnulib/lib/bitset/list.c dst->b.cdata = LBITSET_HEAD (dst)->words; b 462 maint/gnulib/lib/bitset/list.c dst->b.cindex = LBITSET_HEAD (dst)->index; b 514 maint/gnulib/lib/bitset/list.c dst->b.cdata[windex - dst->b.cindex] |= b 528 maint/gnulib/lib/bitset/list.c dst->b.cdata[windex - dst->b.cindex] &= b 542 maint/gnulib/lib/bitset/list.c && ((src->b.cdata[windex - src->b.cindex] b 942 maint/gnulib/lib/bitset/list.c dst->b.csize = 0; b 1243 maint/gnulib/lib/bitset/list.c bset->b.vtable = &lbitset_vtable; b 317 maint/gnulib/lib/bitset/stats.c bitset_windex offset = wordno - bset->b.cindex; b 321 maint/gnulib/lib/bitset/stats.c if (offset < bset->b.csize) b 323 maint/gnulib/lib/bitset/stats.c bset->b.cdata[offset] |= (bitset_word) 1 << (bitno % BITSET_WORD_BITS); b 336 maint/gnulib/lib/bitset/stats.c bitset_windex offset = wordno - bset->b.cindex; b 340 maint/gnulib/lib/bitset/stats.c if (offset < bset->b.csize) b 342 maint/gnulib/lib/bitset/stats.c bset->b.cdata[offset] &= b 363 maint/gnulib/lib/bitset/stats.c bitset_windex offset = wordno - bset->b.cindex; b 367 maint/gnulib/lib/bitset/stats.c if (offset < bset->b.csize) b 370 maint/gnulib/lib/bitset/stats.c return (bset->b.cdata[offset] >> (bitno % BITSET_WORD_BITS)) & 1; b 684 maint/gnulib/lib/bitset/stats.c bset->b.vtable = &bitset_stats_vtable; b 687 maint/gnulib/lib/bitset/stats.c bset->b.cindex = 0; b 688 maint/gnulib/lib/bitset/stats.c bset->b.csize = 0; b 689 maint/gnulib/lib/bitset/stats.c bset->b.cdata = 0; b 100 maint/gnulib/lib/bitset/table.c #define TBITSET_ZERO_SET(BSET) ((BSET)->b.cindex = BITSET_WINDEX_MAX, \ b 101 maint/gnulib/lib/bitset/table.c (BSET)->b.cdata = 0) b 103 maint/gnulib/lib/bitset/table.c #define TBITSET_CACHE_DISABLE(BSET) ((BSET)->b.cindex = BITSET_WINDEX_MAX) b 107 maint/gnulib/lib/bitset/table.c (TBITSET_CACHE_DISABLE (BSET), (BSET)->b.cdata = (bitset_word *)~0) b 111 maint/gnulib/lib/bitset/table.c #define TBITSET_ZERO_P(BSET) ((BSET)->b.cdata == 0) b 116 maint/gnulib/lib/bitset/table.c ((BSET)->b.cindex = (EINDEX) * TBITSET_ELT_WORDS, \ b 117 maint/gnulib/lib/bitset/table.c (BSET)->b.cdata = TBITSET_WORDS (TBITSET_ELTS (BSET) [EINDEX])) b 121 maint/gnulib/lib/bitset/table.c #define min(a, b) ((a) > (b) ? (b) : (a)) b 122 maint/gnulib/lib/bitset/table.c #define max(a, b) ((a) > (b) ? (a) : (b)) b 294 maint/gnulib/lib/bitset/table.c if (TBITSET_WORDS (elt) != bset->b.cdata) b 481 maint/gnulib/lib/bitset/table.c dst->b.cdata[windex - dst->b.cindex] |= b 495 maint/gnulib/lib/bitset/table.c dst->b.cdata[windex - dst->b.cindex] &= b 511 maint/gnulib/lib/bitset/table.c && ((src->b.cdata[windex - src->b.cindex] b 1146 maint/gnulib/lib/bitset/table.c bset->b.vtable = &tbitset_vtable; b 1148 maint/gnulib/lib/bitset/table.c bset->b.csize = TBITSET_ELT_WORDS; b 48 maint/gnulib/lib/bitset/vector.c #define VBITSET_WORDS(X) ((X)->b.cdata) b 49 maint/gnulib/lib/bitset/vector.c #define VBITSET_SIZE(X) ((X)->b.csize) b 54 maint/gnulib/lib/bitset/vector.c #define min(a, b) ((a) > (b) ? (b) : (a)) b 55 maint/gnulib/lib/bitset/vector.c #define max(a, b) ((a) > (b) ? (a) : (b)) b 122 maint/gnulib/lib/bitset/vector.c dst->b.cdata[windex - dst->b.cindex] |= b 976 maint/gnulib/lib/bitset/vector.c bset->b.vtable = &vbitset_vtable; b 977 maint/gnulib/lib/bitset/vector.c bset->b.cindex = 0; b 107 maint/gnulib/lib/careadlinkat.c char *b = alloc->allocate (link_size); b 109 maint/gnulib/lib/careadlinkat.c if (! b) b 111 maint/gnulib/lib/careadlinkat.c return memcpy (b, buf, link_size); b 117 maint/gnulib/lib/careadlinkat.c char *b = alloc->reallocate (buf, link_size); b 118 maint/gnulib/lib/careadlinkat.c if (b) b 119 maint/gnulib/lib/careadlinkat.c return b; b 371 maint/gnulib/lib/cdefs.h # define __attribute_format_strfmon__(a,b) \ b 372 maint/gnulib/lib/cdefs.h __attribute__ ((__format__ (__strfmon__, a, b))) b 374 maint/gnulib/lib/cdefs.h # define __attribute_format_strfmon__(a,b) /* Ignore */ b 351 maint/gnulib/lib/des.c #define DO_PERMUTATION(a, temp, b, offset, mask) \ b 352 maint/gnulib/lib/des.c temp = ((a>>offset) ^ b) & mask; \ b 353 maint/gnulib/lib/des.c b ^= temp; \ b 47 maint/gnulib/lib/dfa.c streq (char const *a, char const *b) b 49 maint/gnulib/lib/dfa.c return strcmp (a, b) == 0; b 77 maint/gnulib/lib/dfa.c # define MIN(a,b) ((a) < (b) ? (a) : (b)) b 123 maint/gnulib/lib/dfa.c #define CHARCLASS_INIT(a, b, c, d, e, f, g, h) \ b 125 maint/gnulib/lib/dfa.c CHARCLASS_PAIR (a, b), CHARCLASS_PAIR (c, d), \ b 739 maint/gnulib/lib/dfa.c tstbit (unsigned int b, charclass const *c) b 741 maint/gnulib/lib/dfa.c return c->w[b / CHARCLASS_WORD_BITS] >> b % CHARCLASS_WORD_BITS & 1; b 745 maint/gnulib/lib/dfa.c setbit (unsigned int b, charclass *c) b 748 maint/gnulib/lib/dfa.c c->w[b / CHARCLASS_WORD_BITS] |= one << b % CHARCLASS_WORD_BITS; b 752 maint/gnulib/lib/dfa.c clrbit (unsigned int b, charclass *c) b 755 maint/gnulib/lib/dfa.c c->w[b / CHARCLASS_WORD_BITS] &= ~(one << b % CHARCLASS_WORD_BITS); b 854 maint/gnulib/lib/dfa.c int b = wctob (wc); b 855 maint/gnulib/lib/dfa.c if (b < 0) b 858 maint/gnulib/lib/dfa.c setbit (b, c); b 865 maint/gnulib/lib/dfa.c setbit_case_fold_c (int b, charclass *c) b 867 maint/gnulib/lib/dfa.c int ub = toupper (b); b 2426 maint/gnulib/lib/dfa.c compare (const void *a, const void *b) b 2428 maint/gnulib/lib/dfa.c position const *p = a, *q = b; b 98 maint/gnulib/lib/di-set.c struct di_ent const *b = y; b 99 maint/gnulib/lib/di-set.c return a->dev == b->dev; b 43 maint/gnulib/lib/error.c # define _GL_ATTRIBUTE_FORMAT_PRINTF_STANDARD(a, b) b 65 maint/gnulib/lib/fma.c #define MAX(a,b) ((a) > (b) ? (a) : (b)) b 68 maint/gnulib/lib/fma.c #define MIN(a,b) ((a) < (b) ? (a) : (b)) b 50 maint/gnulib/lib/fnmatch.c # define CONCAT(a,b) __CONCAT(a,b) b 226 maint/gnulib/lib/fts.c # define MAX(a,b) ((a) > (b) ? (a) : (b)) b 234 maint/gnulib/lib/fts.c #define STREQ(a, b) (strcmp (a, b) == 0) b 264 maint/gnulib/lib/fts.c # define fd_ring_print(a, b, c) b 1191 maint/gnulib/lib/fts.c fts_compare_ino (struct _ftsent const **a, struct _ftsent const **b) b 1193 maint/gnulib/lib/fts.c return _GL_CMP (a[0]->fts_statp->st_ino, b[0]->fts_statp->st_ino); b 1810 maint/gnulib/lib/fts.c fts_compar (void const *a, void const *b) b 1818 maint/gnulib/lib/fts.c FTSENT const **pb = (FTSENT const **) b; b 33 maint/gnulib/lib/gcd.c GCD (WORD_T a, WORD_T b) b 43 maint/gnulib/lib/gcd.c WORD_T c = a | b; b 49 maint/gnulib/lib/gcd.c if (b & c) b 56 maint/gnulib/lib/gcd.c if (b & c) b 65 maint/gnulib/lib/gcd.c if (a == b) b 67 maint/gnulib/lib/gcd.c if (a > b) b 69 maint/gnulib/lib/gcd.c a = a - b; b 77 maint/gnulib/lib/gcd.c b = b - a; b 80 maint/gnulib/lib/gcd.c b = b >> 1; b 81 maint/gnulib/lib/gcd.c while ((b & c) == 0); b 27 maint/gnulib/lib/gcd.h extern unsigned long gcd (unsigned long a, unsigned long b); b 10142 maint/gnulib/lib/gen-uni-tables.c compare_casing_rules (const void *a, const void *b) b 10145 maint/gnulib/lib/gen-uni-tables.c struct special_casing_rule *b_rule = *(struct special_casing_rule **) b; b 68 maint/gnulib/lib/getcwd.c # define MAX(a, b) ((a) < (b) ? (b) : (a)) b 71 maint/gnulib/lib/getcwd.c # define MIN(a, b) ((a) < (b) ? (a) : (b)) b 51 maint/gnulib/lib/getugroups.c # define STREQ(a, b) (strcmp (a, b) == 0) b 226 maint/gnulib/lib/glob.c size_add_wrapv (size_t a, size_t b, size_t *r) b 229 maint/gnulib/lib/glob.c return __builtin_add_overflow (a, b, r); b 231 maint/gnulib/lib/glob.c *r = a + b; b 1206 maint/gnulib/lib/glob.c collated_compare (const void *a, const void *b) b 1209 maint/gnulib/lib/glob.c char *const *ps2 = b; char *s2 = *ps2; b 30 maint/gnulib/lib/hash-triple-simple.c #define STREQ(a, b) (strcmp (a, b) == 0) b 48 maint/gnulib/lib/hash-triple-simple.c struct F_triple const *b = y; b 49 maint/gnulib/lib/hash-triple-simple.c return (SAME_INODE (*a, *b) && STREQ (a->name, b->name)) ? true : false; b 42 maint/gnulib/lib/hash-triple.c struct F_triple const *b = y; b 43 maint/gnulib/lib/hash-triple.c return (SAME_INODE (*a, *b) && same_name (a->name, b->name)) ? true : false; b 451 maint/gnulib/lib/hash.c raw_comparator (const void *a, const void *b) b 453 maint/gnulib/lib/hash.c return a == b; b 36 maint/gnulib/lib/hypot.c double b; b 41 maint/gnulib/lib/hypot.c b = y; b 46 maint/gnulib/lib/hypot.c b = x; b 57 maint/gnulib/lib/hypot.c bn = ldexp (b, - e); b 46 maint/gnulib/lib/hypotl.c long double b; b 51 maint/gnulib/lib/hypotl.c b = y; b 56 maint/gnulib/lib/hypotl.c b = x; b 67 maint/gnulib/lib/hypotl.c bn = ldexpl (b, - e); b 76 maint/gnulib/lib/ino-map.c struct ino_map_ent const *b = y; b 77 maint/gnulib/lib/ino-map.c return a->ino == b->ino; b 28 maint/gnulib/lib/integer_length_l.c #define MIN(a,b) ((a) < (b) ? (a) : (b)) b 109 maint/gnulib/lib/intprops.h #define INT_BITS_STRLEN_BOUND(b) (((b) * 146 + 484) / 485) b 169 maint/gnulib/lib/intprops.h #define INT_ADD_RANGE_OVERFLOW(a, b, min, max) \ b 170 maint/gnulib/lib/intprops.h ((b) < 0 \ b 171 maint/gnulib/lib/intprops.h ? (a) < (min) - (b) \ b 172 maint/gnulib/lib/intprops.h : (max) - (b) < (a)) b 176 maint/gnulib/lib/intprops.h #define INT_SUBTRACT_RANGE_OVERFLOW(a, b, min, max) \ b 177 maint/gnulib/lib/intprops.h ((b) < 0 \ b 178 maint/gnulib/lib/intprops.h ? (max) + (b) < (a) \ b 179 maint/gnulib/lib/intprops.h : (a) < (min) + (b)) b 192 maint/gnulib/lib/intprops.h #define INT_MULTIPLY_RANGE_OVERFLOW(a, b, min, max) \ b 193 maint/gnulib/lib/intprops.h ((b) < 0 \ b 195 maint/gnulib/lib/intprops.h ? (a) < (max) / (b) \ b 196 maint/gnulib/lib/intprops.h : (b) == -1 \ b 198 maint/gnulib/lib/intprops.h : (min) / (b) < (a)) \ b 199 maint/gnulib/lib/intprops.h : (b) == 0 \ b 202 maint/gnulib/lib/intprops.h ? (a) < (min) / (b) \ b 203 maint/gnulib/lib/intprops.h : (max) / (b) < (a))) b 207 maint/gnulib/lib/intprops.h #define INT_DIVIDE_RANGE_OVERFLOW(a, b, min, max) \ b 208 maint/gnulib/lib/intprops.h ((min) < 0 && (b) == -1 && (a) < - (max)) b 215 maint/gnulib/lib/intprops.h #define INT_REMAINDER_RANGE_OVERFLOW(a, b, min, max) \ b 216 maint/gnulib/lib/intprops.h INT_DIVIDE_RANGE_OVERFLOW (a, b, min, max) b 225 maint/gnulib/lib/intprops.h #define INT_LEFT_SHIFT_RANGE_OVERFLOW(a, b, min, max) \ b 227 maint/gnulib/lib/intprops.h ? (a) < (min) >> (b) \ b 228 maint/gnulib/lib/intprops.h : (max) >> (b) < (a)) b 268 maint/gnulib/lib/intprops.h # define _GL_ADD_OVERFLOW(a, b, min, max) \ b 269 maint/gnulib/lib/intprops.h __builtin_add_overflow_p (a, b, (__typeof__ ((a) + (b))) 0) b 270 maint/gnulib/lib/intprops.h # define _GL_SUBTRACT_OVERFLOW(a, b, min, max) \ b 271 maint/gnulib/lib/intprops.h __builtin_sub_overflow_p (a, b, (__typeof__ ((a) - (b))) 0) b 272 maint/gnulib/lib/intprops.h # define _GL_MULTIPLY_OVERFLOW(a, b, min, max) \ b 273 maint/gnulib/lib/intprops.h __builtin_mul_overflow_p (a, b, (__typeof__ ((a) * (b))) 0) b 275 maint/gnulib/lib/intprops.h # define _GL_ADD_OVERFLOW(a, b, min, max) \ b 276 maint/gnulib/lib/intprops.h ((min) < 0 ? INT_ADD_RANGE_OVERFLOW (a, b, min, max) \ b 277 maint/gnulib/lib/intprops.h : (a) < 0 ? (b) <= (a) + (b) \ b 278 maint/gnulib/lib/intprops.h : (b) < 0 ? (a) <= (a) + (b) \ b 279 maint/gnulib/lib/intprops.h : (a) + (b) < (b)) b 280 maint/gnulib/lib/intprops.h # define _GL_SUBTRACT_OVERFLOW(a, b, min, max) \ b 281 maint/gnulib/lib/intprops.h ((min) < 0 ? INT_SUBTRACT_RANGE_OVERFLOW (a, b, min, max) \ b 283 maint/gnulib/lib/intprops.h : (b) < 0 ? (a) - (b) <= (a) \ b 284 maint/gnulib/lib/intprops.h : (a) < (b)) b 285 maint/gnulib/lib/intprops.h # define _GL_MULTIPLY_OVERFLOW(a, b, min, max) \ b 286 maint/gnulib/lib/intprops.h (((min) == 0 && (((a) < 0 && 0 < (b)) || ((b) < 0 && 0 < (a)))) \ b 287 maint/gnulib/lib/intprops.h || INT_MULTIPLY_RANGE_OVERFLOW (a, b, min, max)) b 289 maint/gnulib/lib/intprops.h #define _GL_DIVIDE_OVERFLOW(a, b, min, max) \ b 290 maint/gnulib/lib/intprops.h ((min) < 0 ? (b) == _GL_INT_NEGATE_CONVERT (min, 1) && (a) < - (max) \ b 291 maint/gnulib/lib/intprops.h : (a) < 0 ? (b) <= (a) + (b) - 1 \ b 292 maint/gnulib/lib/intprops.h : (b) < 0 && (a) + (b) <= (a)) b 293 maint/gnulib/lib/intprops.h #define _GL_REMAINDER_OVERFLOW(a, b, min, max) \ b 294 maint/gnulib/lib/intprops.h ((min) < 0 ? (b) == _GL_INT_NEGATE_CONVERT (min, 1) && (a) < - (max) \ b 295 maint/gnulib/lib/intprops.h : (a) < 0 ? (a) % (b) != ((max) - (b) + 1) % (b) \ b 296 maint/gnulib/lib/intprops.h : (b) < 0 && ! _GL_UNSIGNED_NEG_MULTIPLE (a, b, max)) b 302 maint/gnulib/lib/intprops.h #define _GL_UNSIGNED_NEG_MULTIPLE(a, b, max) \ b 303 maint/gnulib/lib/intprops.h (((b) < -_GL_SIGNED_INT_MAXIMUM (b) \ b 304 maint/gnulib/lib/intprops.h ? (_GL_SIGNED_INT_MAXIMUM (b) == (max) \ b 306 maint/gnulib/lib/intprops.h : (a) % (_GL_INT_CONVERT (a, _GL_SIGNED_INT_MAXIMUM (b)) + 1)) \ b 307 maint/gnulib/lib/intprops.h : (a) % - (b)) \ b 359 maint/gnulib/lib/intprops.h #define INT_ADD_OVERFLOW(a, b) \ b 360 maint/gnulib/lib/intprops.h _GL_BINARY_OP_OVERFLOW (a, b, _GL_ADD_OVERFLOW) b 361 maint/gnulib/lib/intprops.h #define INT_SUBTRACT_OVERFLOW(a, b) \ b 362 maint/gnulib/lib/intprops.h _GL_BINARY_OP_OVERFLOW (a, b, _GL_SUBTRACT_OVERFLOW) b 369 maint/gnulib/lib/intprops.h #define INT_MULTIPLY_OVERFLOW(a, b) \ b 370 maint/gnulib/lib/intprops.h _GL_BINARY_OP_OVERFLOW (a, b, _GL_MULTIPLY_OVERFLOW) b 371 maint/gnulib/lib/intprops.h #define INT_DIVIDE_OVERFLOW(a, b) \ b 372 maint/gnulib/lib/intprops.h _GL_BINARY_OP_OVERFLOW (a, b, _GL_DIVIDE_OVERFLOW) b 373 maint/gnulib/lib/intprops.h #define INT_REMAINDER_OVERFLOW(a, b) \ b 374 maint/gnulib/lib/intprops.h _GL_BINARY_OP_OVERFLOW (a, b, _GL_REMAINDER_OVERFLOW) b 375 maint/gnulib/lib/intprops.h #define INT_LEFT_SHIFT_OVERFLOW(a, b) \ b 376 maint/gnulib/lib/intprops.h INT_LEFT_SHIFT_RANGE_OVERFLOW (a, b, \ b 383 maint/gnulib/lib/intprops.h #define _GL_BINARY_OP_OVERFLOW(a, b, op_result_overflow) \ b 384 maint/gnulib/lib/intprops.h op_result_overflow (a, b, \ b 385 maint/gnulib/lib/intprops.h _GL_INT_MINIMUM (_GL_INT_CONVERT (a, b)), \ b 386 maint/gnulib/lib/intprops.h _GL_INT_MAXIMUM (_GL_INT_CONVERT (a, b))) b 391 maint/gnulib/lib/intprops.h # define INT_ADD_WRAPV(a, b, r) __builtin_add_overflow (a, b, r) b 392 maint/gnulib/lib/intprops.h # define INT_SUBTRACT_WRAPV(a, b, r) __builtin_sub_overflow (a, b, r) b 394 maint/gnulib/lib/intprops.h # define INT_ADD_WRAPV(a, b, r) \ b 395 maint/gnulib/lib/intprops.h _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW) b 396 maint/gnulib/lib/intprops.h # define INT_SUBTRACT_WRAPV(a, b, r) \ b 397 maint/gnulib/lib/intprops.h _GL_INT_OP_WRAPV (a, b, r, -, _GL_INT_SUBTRACT_RANGE_OVERFLOW) b 403 maint/gnulib/lib/intprops.h # define INT_MULTIPLY_WRAPV(a, b, r) __builtin_mul_overflow (a, b, r) b 406 maint/gnulib/lib/intprops.h # define INT_MULTIPLY_WRAPV(a, b, r) \ b 407 maint/gnulib/lib/intprops.h ((!_GL_SIGNED_TYPE_OR_EXPR (*(r)) && EXPR_SIGNED (a) && EXPR_SIGNED (b) \ b 408 maint/gnulib/lib/intprops.h && _GL_INT_MULTIPLY_RANGE_OVERFLOW (a, b, 0, (__typeof__ (*(r))) -1)) \ b 409 maint/gnulib/lib/intprops.h ? ((void) __builtin_mul_overflow (a, b, r), 1) \ b 410 maint/gnulib/lib/intprops.h : __builtin_mul_overflow (a, b, r)) b 413 maint/gnulib/lib/intprops.h # define INT_MULTIPLY_WRAPV(a, b, r) \ b 414 maint/gnulib/lib/intprops.h _GL_INT_OP_WRAPV (a, b, r, *, _GL_INT_MULTIPLY_RANGE_OVERFLOW) b 433 maint/gnulib/lib/intprops.h # define _GL_INT_OP_WRAPV(a, b, r, op, overflow) \ b 437 maint/gnulib/lib/intprops.h _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned int, \ b 440 maint/gnulib/lib/intprops.h _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned int, \ b 443 maint/gnulib/lib/intprops.h _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned int, \ b 446 maint/gnulib/lib/intprops.h _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned int, \ b 449 maint/gnulib/lib/intprops.h _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned int, \ b 452 maint/gnulib/lib/intprops.h _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned int, \ b 455 maint/gnulib/lib/intprops.h _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned long int, \ b 458 maint/gnulib/lib/intprops.h _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned long int, \ b 461 maint/gnulib/lib/intprops.h _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned long long int, \ b 464 maint/gnulib/lib/intprops.h _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned long long int, \ b 473 maint/gnulib/lib/intprops.h # define _GL_INT_OP_WRAPV_SMALLISH(a,b,r,op,overflow,st,smin,smax,ut,umax) \ b 475 maint/gnulib/lib/intprops.h ? _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned int, st, smin, smax) \ b 476 maint/gnulib/lib/intprops.h : _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned int, ut, 0, umax)) b 478 maint/gnulib/lib/intprops.h # define _GL_INT_OP_WRAPV_SMALLISH(a,b,r,op,overflow,st,smin,smax,ut,umax) \ b 479 maint/gnulib/lib/intprops.h (overflow (a, b, smin, smax) \ b 480 maint/gnulib/lib/intprops.h ? (overflow (a, b, 0, umax) \ b 481 maint/gnulib/lib/intprops.h ? (*(r) = _GL_INT_OP_WRAPV_VIA_UNSIGNED (a,b,op,unsigned,st), 1) \ b 482 maint/gnulib/lib/intprops.h : (*(r) = _GL_INT_OP_WRAPV_VIA_UNSIGNED (a,b,op,unsigned,st)) < 0) \ b 483 maint/gnulib/lib/intprops.h : (overflow (a, b, 0, umax) \ b 484 maint/gnulib/lib/intprops.h ? (*(r) = _GL_INT_OP_WRAPV_VIA_UNSIGNED (a,b,op,unsigned,st)) >= 0 \ b 485 maint/gnulib/lib/intprops.h : (*(r) = _GL_INT_OP_WRAPV_VIA_UNSIGNED (a,b,op,unsigned,st), 0))) b 488 maint/gnulib/lib/intprops.h # define _GL_INT_OP_WRAPV(a, b, r, op, overflow) \ b 490 maint/gnulib/lib/intprops.h ? _GL_INT_OP_WRAPV_SMALLISH (a, b, r, op, overflow, \ b 494 maint/gnulib/lib/intprops.h ? _GL_INT_OP_WRAPV_SMALLISH (a, b, r, op, overflow, \ b 499 maint/gnulib/lib/intprops.h ? _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned int, \ b 501 maint/gnulib/lib/intprops.h : _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned int, \ b 503 maint/gnulib/lib/intprops.h : _GL_INT_OP_WRAPV_LONGISH(a, b, r, op, overflow)) b 505 maint/gnulib/lib/intprops.h # define _GL_INT_OP_WRAPV_LONGISH(a, b, r, op, overflow) \ b 508 maint/gnulib/lib/intprops.h ? _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned long int, \ b 510 maint/gnulib/lib/intprops.h : _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned long int, \ b 513 maint/gnulib/lib/intprops.h ? _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned long long int, \ b 515 maint/gnulib/lib/intprops.h : _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned long long int, \ b 518 maint/gnulib/lib/intprops.h # define _GL_INT_OP_WRAPV_LONGISH(a, b, r, op, overflow) \ b 520 maint/gnulib/lib/intprops.h ? _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned long int, \ b 522 maint/gnulib/lib/intprops.h : _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned long int, \ b 531 maint/gnulib/lib/intprops.h #define _GL_INT_OP_CALC(a, b, r, op, overflow, ut, t, tmin, tmax) \ b 532 maint/gnulib/lib/intprops.h (overflow (a, b, tmin, tmax) \ b 533 maint/gnulib/lib/intprops.h ? (*(r) = _GL_INT_OP_WRAPV_VIA_UNSIGNED (a, b, op, ut, t), 1) \ b 534 maint/gnulib/lib/intprops.h : (*(r) = _GL_INT_OP_WRAPV_VIA_UNSIGNED (a, b, op, ut, t), 0)) b 553 maint/gnulib/lib/intprops.h #define _GL_INT_OP_WRAPV_VIA_UNSIGNED(a, b, op, ut, t) \ b 554 maint/gnulib/lib/intprops.h ((t) ((ut) (a) op (ut) (b))) b 560 maint/gnulib/lib/intprops.h #define _GL_INT_ADD_RANGE_OVERFLOW(a, b, tmin, tmax) \ b 561 maint/gnulib/lib/intprops.h ((b) < 0 \ b 563 maint/gnulib/lib/intprops.h ? ((EXPR_SIGNED (_GL_INT_CONVERT (a, (tmin) - (b))) || (b) < (tmin)) \ b 564 maint/gnulib/lib/intprops.h && (a) < (tmin) - (b)) \ b 565 maint/gnulib/lib/intprops.h : (a) <= -1 - (b)) \ b 566 maint/gnulib/lib/intprops.h || ((EXPR_SIGNED (a) ? 0 <= (a) : (tmax) < (a)) && (tmax) < (a) + (b))) \ b 569 maint/gnulib/lib/intprops.h ? ((EXPR_SIGNED (_GL_INT_CONVERT (b, (tmin) - (a))) || (a) < (tmin)) \ b 570 maint/gnulib/lib/intprops.h && (b) < (tmin) - (a)) \ b 571 maint/gnulib/lib/intprops.h : (b) <= -1 - (a)) \ b 572 maint/gnulib/lib/intprops.h || ((EXPR_SIGNED (_GL_INT_CONVERT (a, b)) || (tmax) < (b)) \ b 573 maint/gnulib/lib/intprops.h && (tmax) < (a) + (b))) \ b 574 maint/gnulib/lib/intprops.h : (tmax) < (b) || (tmax) - (b) < (a)) b 575 maint/gnulib/lib/intprops.h #define _GL_INT_SUBTRACT_RANGE_OVERFLOW(a, b, tmin, tmax) \ b 576 maint/gnulib/lib/intprops.h (((a) < 0) == ((b) < 0) \ b 577 maint/gnulib/lib/intprops.h ? ((a) < (b) \ b 578 maint/gnulib/lib/intprops.h ? !(tmin) || -1 - (tmin) < (b) - (a) - 1 \ b 579 maint/gnulib/lib/intprops.h : (tmax) < (a) - (b)) \ b 581 maint/gnulib/lib/intprops.h ? ((!EXPR_SIGNED (_GL_INT_CONVERT ((a) - (tmin), b)) && (a) - (tmin) < 0) \ b 582 maint/gnulib/lib/intprops.h || (a) - (tmin) < (b)) \ b 583 maint/gnulib/lib/intprops.h : ((! (EXPR_SIGNED (_GL_INT_CONVERT (tmax, b)) \ b 584 maint/gnulib/lib/intprops.h && EXPR_SIGNED (_GL_INT_CONVERT ((tmax) + (b), a))) \ b 585 maint/gnulib/lib/intprops.h && (tmax) <= -1 - (b)) \ b 586 maint/gnulib/lib/intprops.h || (tmax) + (b) < (a))) b 587 maint/gnulib/lib/intprops.h #define _GL_INT_MULTIPLY_RANGE_OVERFLOW(a, b, tmin, tmax) \ b 588 maint/gnulib/lib/intprops.h ((b) < 0 \ b 590 maint/gnulib/lib/intprops.h ? (EXPR_SIGNED (_GL_INT_CONVERT (tmax, b)) \ b 591 maint/gnulib/lib/intprops.h ? (a) < (tmax) / (b) \ b 592 maint/gnulib/lib/intprops.h : ((INT_NEGATE_OVERFLOW (b) \ b 593 maint/gnulib/lib/intprops.h ? _GL_INT_CONVERT (b, tmax) >> (TYPE_WIDTH (+ (b)) - 1) \ b 594 maint/gnulib/lib/intprops.h : (tmax) / -(b)) \ b 596 maint/gnulib/lib/intprops.h : INT_NEGATE_OVERFLOW (_GL_INT_CONVERT (b, tmin)) && (b) == -1 \ b 600 maint/gnulib/lib/intprops.h : (tmin) / (b) < (a)) \ b 601 maint/gnulib/lib/intprops.h : (b) == 0 \ b 605 maint/gnulib/lib/intprops.h ? (EXPR_SIGNED (b) ? 0 < (b) + (tmin) : -1 - (tmin) < (b) - 1) \ b 606 maint/gnulib/lib/intprops.h : (tmin) / (a) < (b)) \ b 607 maint/gnulib/lib/intprops.h : (tmax) / (b) < (a))) b 634 maint/gnulib/lib/intprops.h #define INT_ADD_OK(a, b, r) ! INT_ADD_WRAPV (a, b, r) b 635 maint/gnulib/lib/intprops.h #define INT_SUBTRACT_OK(a, b, r) ! INT_SUBTRACT_WRAPV (a, b, r) b 636 maint/gnulib/lib/intprops.h #define INT_MULTIPLY_OK(a, b, r) ! INT_MULTIPLY_WRAPV (a, b, r) b 100 maint/gnulib/lib/mbscasestr.c mbchar_t *b = &needle_mbchars[i - 1]; b 107 maint/gnulib/lib/mbscasestr.c if (mb_equal (*b, needle_mbchars[j])) b 234 maint/gnulib/lib/mbscasestr.c mbchar_t b; b 239 maint/gnulib/lib/mbscasestr.c mb_copy (&b, &mbui_cur (iter_needle)); b 240 maint/gnulib/lib/mbscasestr.c if (b.wc_valid) b 241 maint/gnulib/lib/mbscasestr.c b.wc = towlower (b.wc); b 284 maint/gnulib/lib/mbscasestr.c if (mb_equal (c, b)) b 344 maint/gnulib/lib/mbscasestr.c unsigned char b = TOLOWER ((unsigned char) *needle); b 387 maint/gnulib/lib/mbscasestr.c if (TOLOWER ((unsigned char) *haystack) == b) b 95 maint/gnulib/lib/mbsstr.c mbchar_t *b = &needle_mbchars[i - 1]; b 102 maint/gnulib/lib/mbsstr.c if (mb_equal (*b, needle_mbchars[j])) b 318 maint/gnulib/lib/mbsstr.c char b = *needle++; b 360 maint/gnulib/lib/mbsstr.c if (*haystack == b) b 204 maint/gnulib/lib/md4.c #define R1(a,b,c,d,k,s) a=rol(a+F(b,c,d)+x[k],s); b 205 maint/gnulib/lib/md4.c #define R2(a,b,c,d,k,s) a=rol(a+G(b,c,d)+x[k]+K1,s); b 206 maint/gnulib/lib/md4.c #define R3(a,b,c,d,k,s) a=rol(a+H(b,c,d)+x[k]+K2,s); b 221 maint/gnulib/lib/md5.c #define FF(b, c, d) (d ^ (b & (c ^ d))) b 222 maint/gnulib/lib/md5.c #define FG(b, c, d) FF (d, b, c) b 223 maint/gnulib/lib/md5.c #define FH(b, c, d) (b ^ c ^ d) b 224 maint/gnulib/lib/md5.c #define FI(b, c, d) (c ^ (b | ~d)) b 265 maint/gnulib/lib/md5.c #define OP(a, b, c, d, s, T) \ b 268 maint/gnulib/lib/md5.c a += FF (b, c, d) + (*cwp++ = SWAP (*words)) + T; \ b 271 maint/gnulib/lib/md5.c a += b; \ b 311 maint/gnulib/lib/md5.c #define OP(f, a, b, c, d, k, s, T) \ b 314 maint/gnulib/lib/md5.c a += f (b, c, d) + correct_words[k] + T; \ b 316 maint/gnulib/lib/md5.c a += b; \ b 66 maint/gnulib/lib/memcmp.c # define CMP_LT_OR_GT(a, b) ((a) > (b) ? 1 : -1) b 68 maint/gnulib/lib/memcmp.c # define CMP_LT_OR_GT(a, b) memcmp_bytes (a, b) b 93 maint/gnulib/lib/memcmp.c memcmp_bytes (op_t a, op_t b) b 96 maint/gnulib/lib/memcmp.c const byte *srcp2 = (const byte *) &b; b 73 maint/gnulib/lib/mini-gmp.c #define GMP_MIN(a, b) ((a) < (b) ? (a) : (b)) b 74 maint/gnulib/lib/mini-gmp.c #define GMP_MAX(a, b) ((a) > (b) ? (a) : (b)) b 76 maint/gnulib/lib/mini-gmp.c #define GMP_CMP(a,b) (((a) > (b)) - ((a) < (b))) b 438 maint/gnulib/lib/mini-gmp.c mpn_add_1 (mp_ptr rp, mp_srcptr ap, mp_size_t n, mp_limb_t b) b 446 maint/gnulib/lib/mini-gmp.c mp_limb_t r = ap[i] + b; b 448 maint/gnulib/lib/mini-gmp.c b = (r < b); b 453 maint/gnulib/lib/mini-gmp.c return b; b 464 maint/gnulib/lib/mini-gmp.c mp_limb_t a, b, r; b 465 maint/gnulib/lib/mini-gmp.c a = ap[i]; b = bp[i]; b 468 maint/gnulib/lib/mini-gmp.c r += b; b 469 maint/gnulib/lib/mini-gmp.c cy += (r < b); b 489 maint/gnulib/lib/mini-gmp.c mpn_sub_1 (mp_ptr rp, mp_srcptr ap, mp_size_t n, mp_limb_t b) b 500 maint/gnulib/lib/mini-gmp.c mp_limb_t cy = a < b; b 501 maint/gnulib/lib/mini-gmp.c rp[i] = a - b; b 502 maint/gnulib/lib/mini-gmp.c b = cy; b 506 maint/gnulib/lib/mini-gmp.c return b; b 517 maint/gnulib/lib/mini-gmp.c mp_limb_t a, b; b 518 maint/gnulib/lib/mini-gmp.c a = ap[i]; b = bp[i]; b 519 maint/gnulib/lib/mini-gmp.c b += cy; b 520 maint/gnulib/lib/mini-gmp.c cy = (b < cy); b 521 maint/gnulib/lib/mini-gmp.c cy += (a < b); b 522 maint/gnulib/lib/mini-gmp.c rp[i] = a - b; b 1166 maint/gnulib/lib/mini-gmp.c mpn_base_power_of_two_p (unsigned b) b 1168 maint/gnulib/lib/mini-gmp.c switch (b) b 1191 maint/gnulib/lib/mini-gmp.c mpn_get_base_info (struct mpn_base_info *info, mp_limb_t b) b 1197 maint/gnulib/lib/mini-gmp.c m = GMP_LIMB_MAX / b; b 1198 maint/gnulib/lib/mini-gmp.c for (exp = 1, p = b; p <= m; exp++) b 1199 maint/gnulib/lib/mini-gmp.c p *= b; b 1363 maint/gnulib/lib/mini-gmp.c mp_limb_t b, const struct mpn_base_info *info) b 1377 maint/gnulib/lib/mini-gmp.c w = w * b + sp[j++]; b 1387 maint/gnulib/lib/mini-gmp.c w = w * b + sp[j++]; b 1889 maint/gnulib/lib/mini-gmp.c mpz_cmp (const mpz_t a, const mpz_t b) b 1892 maint/gnulib/lib/mini-gmp.c mp_size_t bsize = b->_mp_size; b 1897 maint/gnulib/lib/mini-gmp.c return mpn_cmp (a->_mp_d, b->_mp_d, asize); b 1899 maint/gnulib/lib/mini-gmp.c return mpn_cmp (b->_mp_d, a->_mp_d, -asize); b 1950 maint/gnulib/lib/mini-gmp.c mpz_add_ui (mpz_t r, const mpz_t a, unsigned long b) b 1953 maint/gnulib/lib/mini-gmp.c mpz_init_set_ui (bb, b); b 1959 maint/gnulib/lib/mini-gmp.c mpz_sub_ui (mpz_t r, const mpz_t a, unsigned long b) b 1961 maint/gnulib/lib/mini-gmp.c mpz_ui_sub (r, b, a); b 1966 maint/gnulib/lib/mini-gmp.c mpz_ui_sub (mpz_t r, unsigned long a, const mpz_t b) b 1968 maint/gnulib/lib/mini-gmp.c mpz_neg (r, b); b 1973 maint/gnulib/lib/mini-gmp.c mpz_abs_add (mpz_t r, const mpz_t a, const mpz_t b) b 1976 maint/gnulib/lib/mini-gmp.c mp_size_t bn = GMP_ABS (b->_mp_size); b 1982 maint/gnulib/lib/mini-gmp.c MPZ_SRCPTR_SWAP (a, b); b 1987 maint/gnulib/lib/mini-gmp.c cy = mpn_add (rp, a->_mp_d, an, b->_mp_d, bn); b 1995 maint/gnulib/lib/mini-gmp.c mpz_abs_sub (mpz_t r, const mpz_t a, const mpz_t b) b 1998 maint/gnulib/lib/mini-gmp.c mp_size_t bn = GMP_ABS (b->_mp_size); b 2002 maint/gnulib/lib/mini-gmp.c cmp = mpn_cmp4 (a->_mp_d, an, b->_mp_d, bn); b 2006 maint/gnulib/lib/mini-gmp.c gmp_assert_nocarry (mpn_sub (rp, a->_mp_d, an, b->_mp_d, bn)); b 2012 maint/gnulib/lib/mini-gmp.c gmp_assert_nocarry (mpn_sub (rp, b->_mp_d, bn, a->_mp_d, an)); b 2020 maint/gnulib/lib/mini-gmp.c mpz_add (mpz_t r, const mpz_t a, const mpz_t b) b 2024 maint/gnulib/lib/mini-gmp.c if ( (a->_mp_size ^ b->_mp_size) >= 0) b 2025 maint/gnulib/lib/mini-gmp.c rn = mpz_abs_add (r, a, b); b 2027 maint/gnulib/lib/mini-gmp.c rn = mpz_abs_sub (r, a, b); b 2033 maint/gnulib/lib/mini-gmp.c mpz_sub (mpz_t r, const mpz_t a, const mpz_t b) b 2037 maint/gnulib/lib/mini-gmp.c if ( (a->_mp_size ^ b->_mp_size) >= 0) b 2038 maint/gnulib/lib/mini-gmp.c rn = mpz_abs_sub (r, a, b); b 2040 maint/gnulib/lib/mini-gmp.c rn = mpz_abs_add (r, a, b); b 2531 maint/gnulib/lib/mini-gmp.c mpz_congruent_p (const mpz_t a, const mpz_t b, const mpz_t m) b 2538 maint/gnulib/lib/mini-gmp.c return (mpz_cmp (a, b) == 0); b 2541 maint/gnulib/lib/mini-gmp.c mpz_sub (t, a, b); b 3053 maint/gnulib/lib/mini-gmp.c mpz_pow_ui (mpz_t r, const mpz_t b, unsigned long e) b 3064 maint/gnulib/lib/mini-gmp.c mpz_mul (tr, tr, b); b 3076 maint/gnulib/lib/mini-gmp.c mpz_t b; b 3078 maint/gnulib/lib/mini-gmp.c mpz_init_set_ui (b, blimb); b 3079 maint/gnulib/lib/mini-gmp.c mpz_pow_ui (r, b, e); b 3080 maint/gnulib/lib/mini-gmp.c mpz_clear (b); b 3084 maint/gnulib/lib/mini-gmp.c mpz_powm (mpz_t r, const mpz_t b, const mpz_t e, const mpz_t m) b 3124 maint/gnulib/lib/mini-gmp.c if (!mpz_invert (base, b, m)) b 3130 maint/gnulib/lib/mini-gmp.c mpz_abs (base, b); b 3142 maint/gnulib/lib/mini-gmp.c if (b->_mp_size < 0) b 3189 maint/gnulib/lib/mini-gmp.c mpz_powm_ui (mpz_t r, const mpz_t b, unsigned long elimb, const mpz_t m) b 3194 maint/gnulib/lib/mini-gmp.c mpz_powm (r, b, e, m); b 3379 maint/gnulib/lib/mini-gmp.c gmp_jacobi_coprime (mp_limb_t a, mp_limb_t b) b 3383 maint/gnulib/lib/mini-gmp.c assert (b & 1); b 3389 maint/gnulib/lib/mini-gmp.c b >>= 1; b 3398 maint/gnulib/lib/mini-gmp.c bit ^= c & (b ^ (b >> 1)); b 3399 maint/gnulib/lib/mini-gmp.c if (a < b) b 3403 maint/gnulib/lib/mini-gmp.c bit ^= a & b; b 3404 maint/gnulib/lib/mini-gmp.c a = b - a; b 3405 maint/gnulib/lib/mini-gmp.c b -= a; b 3409 maint/gnulib/lib/mini-gmp.c a -= b; b 52 maint/gnulib/lib/minmax.h # define MAX(a,b) ((a) > (b) ? (a) : (b)) b 57 maint/gnulib/lib/minmax.h # define MIN(a,b) ((a) < (b) ? (a) : (b)) b 139 maint/gnulib/lib/mktime.c shr (long_int a, int b) b 143 maint/gnulib/lib/mktime.c ? a >> b b 144 maint/gnulib/lib/mktime.c : (a + (a < 0)) / (one << b) - (a < 0)); b 189 maint/gnulib/lib/mktime.c isdst_differ (int a, int b) b 191 maint/gnulib/lib/mktime.c return (!a != !b) && (0 <= a) && (0 <= b); b 232 maint/gnulib/lib/mktime.c long_int_avg (long_int a, long_int b) b 234 maint/gnulib/lib/mktime.c return shr (a, 1) + shr (b, 1) + ((a | b) & 1); b 45 maint/gnulib/lib/mpsort.c size_t b = n1; b 54 maint/gnulib/lib/mpsort.c bb = base[b]; b 63 maint/gnulib/lib/mpsort.c a = b; b 72 maint/gnulib/lib/mpsort.c b++; b 73 maint/gnulib/lib/mpsort.c if (b == blim) b 75 maint/gnulib/lib/mpsort.c bb = base[b]; b 110 maint/gnulib/lib/mpsort.c size_t b = n1; b 123 maint/gnulib/lib/mpsort.c bb = base[b]; b 137 maint/gnulib/lib/mpsort.c b++; b 138 maint/gnulib/lib/mpsort.c if (b == blim) b 143 maint/gnulib/lib/mpsort.c bb = base[b]; b 105 maint/gnulib/lib/nstrftime.c #define SHR(a, b) \ b 107 maint/gnulib/lib/nstrftime.c ? (a) >> (b) \ b 108 maint/gnulib/lib/nstrftime.c : ((a) + ((a) < 0)) / (1 << (b)) - ((a) < 0)) b 339 maint/gnulib/lib/nstrftime.c tm_diff (const struct tm *a, const struct tm *b) b 345 maint/gnulib/lib/nstrftime.c int b4 = SHR (b->tm_year, 2) + SHR (TM_YEAR_BASE, 2) - ! (b->tm_year & 3); b 351 maint/gnulib/lib/nstrftime.c int years = a->tm_year - b->tm_year; b 353 maint/gnulib/lib/nstrftime.c + (a->tm_yday - b->tm_yday)); b 354 maint/gnulib/lib/nstrftime.c return (60 * (60 * (24 * days + (a->tm_hour - b->tm_hour)) b 355 maint/gnulib/lib/nstrftime.c + (a->tm_min - b->tm_min)) b 356 maint/gnulib/lib/nstrftime.c + (a->tm_sec - b->tm_sec)); b 61 maint/gnulib/lib/obstack.c # define MAX(a,b) ((a) > (b) ? (a) : (b)) b 95 maint/gnulib/lib/parse-datetime.y #define SHR(a, b) \ b 97 maint/gnulib/lib/parse-datetime.y ? (a) >> (b) \ b 98 maint/gnulib/lib/parse-datetime.y : (a) / (1 << (b)) - ((a) % (1 << (b)) < 0)) b 102 maint/gnulib/lib/parse-datetime.y #define STREQ(a, b) (strcmp (a, b) == 0) b 1324 maint/gnulib/lib/parse-datetime.y tm_diff (const struct tm *a, const struct tm *b) b 1330 maint/gnulib/lib/parse-datetime.y int b4 = SHR (b->tm_year, 2) + SHR (TM_YEAR_BASE, 2) - ! (b->tm_year & 3); b 1336 maint/gnulib/lib/parse-datetime.y int years = a->tm_year - b->tm_year; b 1338 maint/gnulib/lib/parse-datetime.y + (a->tm_yday - b->tm_yday)); b 1339 maint/gnulib/lib/parse-datetime.y return (60 * (60 * (24 * days + (a->tm_hour - b->tm_hour)) b 1340 maint/gnulib/lib/parse-datetime.y + (a->tm_min - b->tm_min)) b 1341 maint/gnulib/lib/parse-datetime.y + (a->tm_sec - b->tm_sec)); b 26 maint/gnulib/lib/pread.c #define __libc_read(f,b,n) read (f, b, n) b 29 maint/gnulib/lib/pwrite.c #define __libc_write(f,b,n) write (f, b, n) b 38 maint/gnulib/lib/qsort.c #define SWAP(a, b, size) \ b 42 maint/gnulib/lib/qsort.c char *__a = (a), *__b = (b); \ b 35 maint/gnulib/lib/qsort_r.c thunk_cmp (void *thunk, void const *a, void const *b) b 38 maint/gnulib/lib/qsort_r.c return th->cmp (a, b, th->arg); b 2625 maint/gnulib/lib/regcomp.c parse_byte (unsigned char b, re_dfa_t const *dfa) b 2627 maint/gnulib/lib/regcomp.c return dfa->mb_cur_max > 1 ? __btowc (b) : b; b 449 maint/gnulib/lib/regex_internal.h # define MAX(a,b) ((a) < (b) ? (b) : (a)) b 452 maint/gnulib/lib/regex_internal.h # define MIN(a,b) ((a) < (b) ? (a) : (b)) b 24 maint/gnulib/lib/same-inode.h # define SAME_INODE(a, b) \ b 25 maint/gnulib/lib/same-inode.h ((a).st_ino[0] == (b).st_ino[0] \ b 26 maint/gnulib/lib/same-inode.h && (a).st_ino[1] == (b).st_ino[1] \ b 27 maint/gnulib/lib/same-inode.h && (a).st_ino[2] == (b).st_ino[2] \ b 28 maint/gnulib/lib/same-inode.h && (a).st_dev == (b).st_dev) b 34 maint/gnulib/lib/same-inode.h # define SAME_INODE(a, b) \ b 36 maint/gnulib/lib/same-inode.h && (a).st_ino == (b).st_ino && (a).st_dev == (b).st_dev) b 39 maint/gnulib/lib/same-inode.h # define SAME_INODE(a, b) 0 b 42 maint/gnulib/lib/same-inode.h # define SAME_INODE(a, b) \ b 43 maint/gnulib/lib/same-inode.h ((a).st_ino == (b).st_ino \ b 44 maint/gnulib/lib/same-inode.h && (a).st_dev == (b).st_dev) b 45 maint/gnulib/lib/same.c # define MIN(a, b) ((a) < (b) ? (a) : (b)) b 51 maint/gnulib/lib/savedir.c direntry_cmp_name (void const *a, void const *b) b 54 maint/gnulib/lib/savedir.c direntry_t const *deb = b; b 63 maint/gnulib/lib/savedir.c direntry_cmp_inode (void const *a, void const *b) b 66 maint/gnulib/lib/savedir.c direntry_t const *deb = b; b 356 maint/gnulib/lib/setenv.c # define STREQ(a, b) (strcmp (a, b) == 0) b 230 maint/gnulib/lib/sha1.c uint32_t b = ctx->B; b 265 maint/gnulib/lib/sha1.c R( a, b, c, d, e, F1, K1, x[ 0] ); b 266 maint/gnulib/lib/sha1.c R( e, a, b, c, d, F1, K1, x[ 1] ); b 267 maint/gnulib/lib/sha1.c R( d, e, a, b, c, F1, K1, x[ 2] ); b 268 maint/gnulib/lib/sha1.c R( c, d, e, a, b, F1, K1, x[ 3] ); b 269 maint/gnulib/lib/sha1.c R( b, c, d, e, a, F1, K1, x[ 4] ); b 270 maint/gnulib/lib/sha1.c R( a, b, c, d, e, F1, K1, x[ 5] ); b 271 maint/gnulib/lib/sha1.c R( e, a, b, c, d, F1, K1, x[ 6] ); b 272 maint/gnulib/lib/sha1.c R( d, e, a, b, c, F1, K1, x[ 7] ); b 273 maint/gnulib/lib/sha1.c R( c, d, e, a, b, F1, K1, x[ 8] ); b 274 maint/gnulib/lib/sha1.c R( b, c, d, e, a, F1, K1, x[ 9] ); b 275 maint/gnulib/lib/sha1.c R( a, b, c, d, e, F1, K1, x[10] ); b 276 maint/gnulib/lib/sha1.c R( e, a, b, c, d, F1, K1, x[11] ); b 277 maint/gnulib/lib/sha1.c R( d, e, a, b, c, F1, K1, x[12] ); b 278 maint/gnulib/lib/sha1.c R( c, d, e, a, b, F1, K1, x[13] ); b 279 maint/gnulib/lib/sha1.c R( b, c, d, e, a, F1, K1, x[14] ); b 280 maint/gnulib/lib/sha1.c R( a, b, c, d, e, F1, K1, x[15] ); b 281 maint/gnulib/lib/sha1.c R( e, a, b, c, d, F1, K1, M(16) ); b 282 maint/gnulib/lib/sha1.c R( d, e, a, b, c, F1, K1, M(17) ); b 283 maint/gnulib/lib/sha1.c R( c, d, e, a, b, F1, K1, M(18) ); b 284 maint/gnulib/lib/sha1.c R( b, c, d, e, a, F1, K1, M(19) ); b 285 maint/gnulib/lib/sha1.c R( a, b, c, d, e, F2, K2, M(20) ); b 286 maint/gnulib/lib/sha1.c R( e, a, b, c, d, F2, K2, M(21) ); b 287 maint/gnulib/lib/sha1.c R( d, e, a, b, c, F2, K2, M(22) ); b 288 maint/gnulib/lib/sha1.c R( c, d, e, a, b, F2, K2, M(23) ); b 289 maint/gnulib/lib/sha1.c R( b, c, d, e, a, F2, K2, M(24) ); b 290 maint/gnulib/lib/sha1.c R( a, b, c, d, e, F2, K2, M(25) ); b 291 maint/gnulib/lib/sha1.c R( e, a, b, c, d, F2, K2, M(26) ); b 292 maint/gnulib/lib/sha1.c R( d, e, a, b, c, F2, K2, M(27) ); b 293 maint/gnulib/lib/sha1.c R( c, d, e, a, b, F2, K2, M(28) ); b 294 maint/gnulib/lib/sha1.c R( b, c, d, e, a, F2, K2, M(29) ); b 295 maint/gnulib/lib/sha1.c R( a, b, c, d, e, F2, K2, M(30) ); b 296 maint/gnulib/lib/sha1.c R( e, a, b, c, d, F2, K2, M(31) ); b 297 maint/gnulib/lib/sha1.c R( d, e, a, b, c, F2, K2, M(32) ); b 298 maint/gnulib/lib/sha1.c R( c, d, e, a, b, F2, K2, M(33) ); b 299 maint/gnulib/lib/sha1.c R( b, c, d, e, a, F2, K2, M(34) ); b 300 maint/gnulib/lib/sha1.c R( a, b, c, d, e, F2, K2, M(35) ); b 301 maint/gnulib/lib/sha1.c R( e, a, b, c, d, F2, K2, M(36) ); b 302 maint/gnulib/lib/sha1.c R( d, e, a, b, c, F2, K2, M(37) ); b 303 maint/gnulib/lib/sha1.c R( c, d, e, a, b, F2, K2, M(38) ); b 304 maint/gnulib/lib/sha1.c R( b, c, d, e, a, F2, K2, M(39) ); b 305 maint/gnulib/lib/sha1.c R( a, b, c, d, e, F3, K3, M(40) ); b 306 maint/gnulib/lib/sha1.c R( e, a, b, c, d, F3, K3, M(41) ); b 307 maint/gnulib/lib/sha1.c R( d, e, a, b, c, F3, K3, M(42) ); b 308 maint/gnulib/lib/sha1.c R( c, d, e, a, b, F3, K3, M(43) ); b 309 maint/gnulib/lib/sha1.c R( b, c, d, e, a, F3, K3, M(44) ); b 310 maint/gnulib/lib/sha1.c R( a, b, c, d, e, F3, K3, M(45) ); b 311 maint/gnulib/lib/sha1.c R( e, a, b, c, d, F3, K3, M(46) ); b 312 maint/gnulib/lib/sha1.c R( d, e, a, b, c, F3, K3, M(47) ); b 313 maint/gnulib/lib/sha1.c R( c, d, e, a, b, F3, K3, M(48) ); b 314 maint/gnulib/lib/sha1.c R( b, c, d, e, a, F3, K3, M(49) ); b 315 maint/gnulib/lib/sha1.c R( a, b, c, d, e, F3, K3, M(50) ); b 316 maint/gnulib/lib/sha1.c R( e, a, b, c, d, F3, K3, M(51) ); b 317 maint/gnulib/lib/sha1.c R( d, e, a, b, c, F3, K3, M(52) ); b 318 maint/gnulib/lib/sha1.c R( c, d, e, a, b, F3, K3, M(53) ); b 319 maint/gnulib/lib/sha1.c R( b, c, d, e, a, F3, K3, M(54) ); b 320 maint/gnulib/lib/sha1.c R( a, b, c, d, e, F3, K3, M(55) ); b 321 maint/gnulib/lib/sha1.c R( e, a, b, c, d, F3, K3, M(56) ); b 322 maint/gnulib/lib/sha1.c R( d, e, a, b, c, F3, K3, M(57) ); b 323 maint/gnulib/lib/sha1.c R( c, d, e, a, b, F3, K3, M(58) ); b 324 maint/gnulib/lib/sha1.c R( b, c, d, e, a, F3, K3, M(59) ); b 325 maint/gnulib/lib/sha1.c R( a, b, c, d, e, F4, K4, M(60) ); b 326 maint/gnulib/lib/sha1.c R( e, a, b, c, d, F4, K4, M(61) ); b 327 maint/gnulib/lib/sha1.c R( d, e, a, b, c, F4, K4, M(62) ); b 328 maint/gnulib/lib/sha1.c R( c, d, e, a, b, F4, K4, M(63) ); b 329 maint/gnulib/lib/sha1.c R( b, c, d, e, a, F4, K4, M(64) ); b 330 maint/gnulib/lib/sha1.c R( a, b, c, d, e, F4, K4, M(65) ); b 331 maint/gnulib/lib/sha1.c R( e, a, b, c, d, F4, K4, M(66) ); b 332 maint/gnulib/lib/sha1.c R( d, e, a, b, c, F4, K4, M(67) ); b 333 maint/gnulib/lib/sha1.c R( c, d, e, a, b, F4, K4, M(68) ); b 334 maint/gnulib/lib/sha1.c R( b, c, d, e, a, F4, K4, M(69) ); b 335 maint/gnulib/lib/sha1.c R( a, b, c, d, e, F4, K4, M(70) ); b 336 maint/gnulib/lib/sha1.c R( e, a, b, c, d, F4, K4, M(71) ); b 337 maint/gnulib/lib/sha1.c R( d, e, a, b, c, F4, K4, M(72) ); b 338 maint/gnulib/lib/sha1.c R( c, d, e, a, b, F4, K4, M(73) ); b 339 maint/gnulib/lib/sha1.c R( b, c, d, e, a, F4, K4, M(74) ); b 340 maint/gnulib/lib/sha1.c R( a, b, c, d, e, F4, K4, M(75) ); b 341 maint/gnulib/lib/sha1.c R( e, a, b, c, d, F4, K4, M(76) ); b 342 maint/gnulib/lib/sha1.c R( d, e, a, b, c, F4, K4, M(77) ); b 343 maint/gnulib/lib/sha1.c R( c, d, e, a, b, F4, K4, M(78) ); b 344 maint/gnulib/lib/sha1.c R( b, c, d, e, a, F4, K4, M(79) ); b 347 maint/gnulib/lib/sha1.c b = ctx->B += b; b 305 maint/gnulib/lib/sha256.c uint32_t b = ctx->state[1]; b 350 maint/gnulib/lib/sha256.c R( a, b, c, d, e, f, g, h, K( 0), x[ 0] ); b 351 maint/gnulib/lib/sha256.c R( h, a, b, c, d, e, f, g, K( 1), x[ 1] ); b 352 maint/gnulib/lib/sha256.c R( g, h, a, b, c, d, e, f, K( 2), x[ 2] ); b 353 maint/gnulib/lib/sha256.c R( f, g, h, a, b, c, d, e, K( 3), x[ 3] ); b 354 maint/gnulib/lib/sha256.c R( e, f, g, h, a, b, c, d, K( 4), x[ 4] ); b 355 maint/gnulib/lib/sha256.c R( d, e, f, g, h, a, b, c, K( 5), x[ 5] ); b 356 maint/gnulib/lib/sha256.c R( c, d, e, f, g, h, a, b, K( 6), x[ 6] ); b 357 maint/gnulib/lib/sha256.c R( b, c, d, e, f, g, h, a, K( 7), x[ 7] ); b 358 maint/gnulib/lib/sha256.c R( a, b, c, d, e, f, g, h, K( 8), x[ 8] ); b 359 maint/gnulib/lib/sha256.c R( h, a, b, c, d, e, f, g, K( 9), x[ 9] ); b 360 maint/gnulib/lib/sha256.c R( g, h, a, b, c, d, e, f, K(10), x[10] ); b 361 maint/gnulib/lib/sha256.c R( f, g, h, a, b, c, d, e, K(11), x[11] ); b 362 maint/gnulib/lib/sha256.c R( e, f, g, h, a, b, c, d, K(12), x[12] ); b 363 maint/gnulib/lib/sha256.c R( d, e, f, g, h, a, b, c, K(13), x[13] ); b 364 maint/gnulib/lib/sha256.c R( c, d, e, f, g, h, a, b, K(14), x[14] ); b 365 maint/gnulib/lib/sha256.c R( b, c, d, e, f, g, h, a, K(15), x[15] ); b 366 maint/gnulib/lib/sha256.c R( a, b, c, d, e, f, g, h, K(16), M(16) ); b 367 maint/gnulib/lib/sha256.c R( h, a, b, c, d, e, f, g, K(17), M(17) ); b 368 maint/gnulib/lib/sha256.c R( g, h, a, b, c, d, e, f, K(18), M(18) ); b 369 maint/gnulib/lib/sha256.c R( f, g, h, a, b, c, d, e, K(19), M(19) ); b 370 maint/gnulib/lib/sha256.c R( e, f, g, h, a, b, c, d, K(20), M(20) ); b 371 maint/gnulib/lib/sha256.c R( d, e, f, g, h, a, b, c, K(21), M(21) ); b 372 maint/gnulib/lib/sha256.c R( c, d, e, f, g, h, a, b, K(22), M(22) ); b 373 maint/gnulib/lib/sha256.c R( b, c, d, e, f, g, h, a, K(23), M(23) ); b 374 maint/gnulib/lib/sha256.c R( a, b, c, d, e, f, g, h, K(24), M(24) ); b 375 maint/gnulib/lib/sha256.c R( h, a, b, c, d, e, f, g, K(25), M(25) ); b 376 maint/gnulib/lib/sha256.c R( g, h, a, b, c, d, e, f, K(26), M(26) ); b 377 maint/gnulib/lib/sha256.c R( f, g, h, a, b, c, d, e, K(27), M(27) ); b 378 maint/gnulib/lib/sha256.c R( e, f, g, h, a, b, c, d, K(28), M(28) ); b 379 maint/gnulib/lib/sha256.c R( d, e, f, g, h, a, b, c, K(29), M(29) ); b 380 maint/gnulib/lib/sha256.c R( c, d, e, f, g, h, a, b, K(30), M(30) ); b 381 maint/gnulib/lib/sha256.c R( b, c, d, e, f, g, h, a, K(31), M(31) ); b 382 maint/gnulib/lib/sha256.c R( a, b, c, d, e, f, g, h, K(32), M(32) ); b 383 maint/gnulib/lib/sha256.c R( h, a, b, c, d, e, f, g, K(33), M(33) ); b 384 maint/gnulib/lib/sha256.c R( g, h, a, b, c, d, e, f, K(34), M(34) ); b 385 maint/gnulib/lib/sha256.c R( f, g, h, a, b, c, d, e, K(35), M(35) ); b 386 maint/gnulib/lib/sha256.c R( e, f, g, h, a, b, c, d, K(36), M(36) ); b 387 maint/gnulib/lib/sha256.c R( d, e, f, g, h, a, b, c, K(37), M(37) ); b 388 maint/gnulib/lib/sha256.c R( c, d, e, f, g, h, a, b, K(38), M(38) ); b 389 maint/gnulib/lib/sha256.c R( b, c, d, e, f, g, h, a, K(39), M(39) ); b 390 maint/gnulib/lib/sha256.c R( a, b, c, d, e, f, g, h, K(40), M(40) ); b 391 maint/gnulib/lib/sha256.c R( h, a, b, c, d, e, f, g, K(41), M(41) ); b 392 maint/gnulib/lib/sha256.c R( g, h, a, b, c, d, e, f, K(42), M(42) ); b 393 maint/gnulib/lib/sha256.c R( f, g, h, a, b, c, d, e, K(43), M(43) ); b 394 maint/gnulib/lib/sha256.c R( e, f, g, h, a, b, c, d, K(44), M(44) ); b 395 maint/gnulib/lib/sha256.c R( d, e, f, g, h, a, b, c, K(45), M(45) ); b 396 maint/gnulib/lib/sha256.c R( c, d, e, f, g, h, a, b, K(46), M(46) ); b 397 maint/gnulib/lib/sha256.c R( b, c, d, e, f, g, h, a, K(47), M(47) ); b 398 maint/gnulib/lib/sha256.c R( a, b, c, d, e, f, g, h, K(48), M(48) ); b 399 maint/gnulib/lib/sha256.c R( h, a, b, c, d, e, f, g, K(49), M(49) ); b 400 maint/gnulib/lib/sha256.c R( g, h, a, b, c, d, e, f, K(50), M(50) ); b 401 maint/gnulib/lib/sha256.c R( f, g, h, a, b, c, d, e, K(51), M(51) ); b 402 maint/gnulib/lib/sha256.c R( e, f, g, h, a, b, c, d, K(52), M(52) ); b 403 maint/gnulib/lib/sha256.c R( d, e, f, g, h, a, b, c, K(53), M(53) ); b 404 maint/gnulib/lib/sha256.c R( c, d, e, f, g, h, a, b, K(54), M(54) ); b 405 maint/gnulib/lib/sha256.c R( b, c, d, e, f, g, h, a, K(55), M(55) ); b 406 maint/gnulib/lib/sha256.c R( a, b, c, d, e, f, g, h, K(56), M(56) ); b 407 maint/gnulib/lib/sha256.c R( h, a, b, c, d, e, f, g, K(57), M(57) ); b 408 maint/gnulib/lib/sha256.c R( g, h, a, b, c, d, e, f, K(58), M(58) ); b 409 maint/gnulib/lib/sha256.c R( f, g, h, a, b, c, d, e, K(59), M(59) ); b 410 maint/gnulib/lib/sha256.c R( e, f, g, h, a, b, c, d, K(60), M(60) ); b 411 maint/gnulib/lib/sha256.c R( d, e, f, g, h, a, b, c, K(61), M(61) ); b 412 maint/gnulib/lib/sha256.c R( c, d, e, f, g, h, a, b, K(62), M(62) ); b 413 maint/gnulib/lib/sha256.c R( b, c, d, e, f, g, h, a, K(63), M(63) ); b 416 maint/gnulib/lib/sha256.c b = ctx->state[1] += b; b 329 maint/gnulib/lib/sha512.c u64 b = ctx->state[1]; b 379 maint/gnulib/lib/sha512.c R( a, b, c, d, e, f, g, h, K( 0), x[ 0] ); b 380 maint/gnulib/lib/sha512.c R( h, a, b, c, d, e, f, g, K( 1), x[ 1] ); b 381 maint/gnulib/lib/sha512.c R( g, h, a, b, c, d, e, f, K( 2), x[ 2] ); b 382 maint/gnulib/lib/sha512.c R( f, g, h, a, b, c, d, e, K( 3), x[ 3] ); b 383 maint/gnulib/lib/sha512.c R( e, f, g, h, a, b, c, d, K( 4), x[ 4] ); b 384 maint/gnulib/lib/sha512.c R( d, e, f, g, h, a, b, c, K( 5), x[ 5] ); b 385 maint/gnulib/lib/sha512.c R( c, d, e, f, g, h, a, b, K( 6), x[ 6] ); b 386 maint/gnulib/lib/sha512.c R( b, c, d, e, f, g, h, a, K( 7), x[ 7] ); b 387 maint/gnulib/lib/sha512.c R( a, b, c, d, e, f, g, h, K( 8), x[ 8] ); b 388 maint/gnulib/lib/sha512.c R( h, a, b, c, d, e, f, g, K( 9), x[ 9] ); b 389 maint/gnulib/lib/sha512.c R( g, h, a, b, c, d, e, f, K(10), x[10] ); b 390 maint/gnulib/lib/sha512.c R( f, g, h, a, b, c, d, e, K(11), x[11] ); b 391 maint/gnulib/lib/sha512.c R( e, f, g, h, a, b, c, d, K(12), x[12] ); b 392 maint/gnulib/lib/sha512.c R( d, e, f, g, h, a, b, c, K(13), x[13] ); b 393 maint/gnulib/lib/sha512.c R( c, d, e, f, g, h, a, b, K(14), x[14] ); b 394 maint/gnulib/lib/sha512.c R( b, c, d, e, f, g, h, a, K(15), x[15] ); b 395 maint/gnulib/lib/sha512.c R( a, b, c, d, e, f, g, h, K(16), M(16) ); b 396 maint/gnulib/lib/sha512.c R( h, a, b, c, d, e, f, g, K(17), M(17) ); b 397 maint/gnulib/lib/sha512.c R( g, h, a, b, c, d, e, f, K(18), M(18) ); b 398 maint/gnulib/lib/sha512.c R( f, g, h, a, b, c, d, e, K(19), M(19) ); b 399 maint/gnulib/lib/sha512.c R( e, f, g, h, a, b, c, d, K(20), M(20) ); b 400 maint/gnulib/lib/sha512.c R( d, e, f, g, h, a, b, c, K(21), M(21) ); b 401 maint/gnulib/lib/sha512.c R( c, d, e, f, g, h, a, b, K(22), M(22) ); b 402 maint/gnulib/lib/sha512.c R( b, c, d, e, f, g, h, a, K(23), M(23) ); b 403 maint/gnulib/lib/sha512.c R( a, b, c, d, e, f, g, h, K(24), M(24) ); b 404 maint/gnulib/lib/sha512.c R( h, a, b, c, d, e, f, g, K(25), M(25) ); b 405 maint/gnulib/lib/sha512.c R( g, h, a, b, c, d, e, f, K(26), M(26) ); b 406 maint/gnulib/lib/sha512.c R( f, g, h, a, b, c, d, e, K(27), M(27) ); b 407 maint/gnulib/lib/sha512.c R( e, f, g, h, a, b, c, d, K(28), M(28) ); b 408 maint/gnulib/lib/sha512.c R( d, e, f, g, h, a, b, c, K(29), M(29) ); b 409 maint/gnulib/lib/sha512.c R( c, d, e, f, g, h, a, b, K(30), M(30) ); b 410 maint/gnulib/lib/sha512.c R( b, c, d, e, f, g, h, a, K(31), M(31) ); b 411 maint/gnulib/lib/sha512.c R( a, b, c, d, e, f, g, h, K(32), M(32) ); b 412 maint/gnulib/lib/sha512.c R( h, a, b, c, d, e, f, g, K(33), M(33) ); b 413 maint/gnulib/lib/sha512.c R( g, h, a, b, c, d, e, f, K(34), M(34) ); b 414 maint/gnulib/lib/sha512.c R( f, g, h, a, b, c, d, e, K(35), M(35) ); b 415 maint/gnulib/lib/sha512.c R( e, f, g, h, a, b, c, d, K(36), M(36) ); b 416 maint/gnulib/lib/sha512.c R( d, e, f, g, h, a, b, c, K(37), M(37) ); b 417 maint/gnulib/lib/sha512.c R( c, d, e, f, g, h, a, b, K(38), M(38) ); b 418 maint/gnulib/lib/sha512.c R( b, c, d, e, f, g, h, a, K(39), M(39) ); b 419 maint/gnulib/lib/sha512.c R( a, b, c, d, e, f, g, h, K(40), M(40) ); b 420 maint/gnulib/lib/sha512.c R( h, a, b, c, d, e, f, g, K(41), M(41) ); b 421 maint/gnulib/lib/sha512.c R( g, h, a, b, c, d, e, f, K(42), M(42) ); b 422 maint/gnulib/lib/sha512.c R( f, g, h, a, b, c, d, e, K(43), M(43) ); b 423 maint/gnulib/lib/sha512.c R( e, f, g, h, a, b, c, d, K(44), M(44) ); b 424 maint/gnulib/lib/sha512.c R( d, e, f, g, h, a, b, c, K(45), M(45) ); b 425 maint/gnulib/lib/sha512.c R( c, d, e, f, g, h, a, b, K(46), M(46) ); b 426 maint/gnulib/lib/sha512.c R( b, c, d, e, f, g, h, a, K(47), M(47) ); b 427 maint/gnulib/lib/sha512.c R( a, b, c, d, e, f, g, h, K(48), M(48) ); b 428 maint/gnulib/lib/sha512.c R( h, a, b, c, d, e, f, g, K(49), M(49) ); b 429 maint/gnulib/lib/sha512.c R( g, h, a, b, c, d, e, f, K(50), M(50) ); b 430 maint/gnulib/lib/sha512.c R( f, g, h, a, b, c, d, e, K(51), M(51) ); b 431 maint/gnulib/lib/sha512.c R( e, f, g, h, a, b, c, d, K(52), M(52) ); b 432 maint/gnulib/lib/sha512.c R( d, e, f, g, h, a, b, c, K(53), M(53) ); b 433 maint/gnulib/lib/sha512.c R( c, d, e, f, g, h, a, b, K(54), M(54) ); b 434 maint/gnulib/lib/sha512.c R( b, c, d, e, f, g, h, a, K(55), M(55) ); b 435 maint/gnulib/lib/sha512.c R( a, b, c, d, e, f, g, h, K(56), M(56) ); b 436 maint/gnulib/lib/sha512.c R( h, a, b, c, d, e, f, g, K(57), M(57) ); b 437 maint/gnulib/lib/sha512.c R( g, h, a, b, c, d, e, f, K(58), M(58) ); b 438 maint/gnulib/lib/sha512.c R( f, g, h, a, b, c, d, e, K(59), M(59) ); b 439 maint/gnulib/lib/sha512.c R( e, f, g, h, a, b, c, d, K(60), M(60) ); b 440 maint/gnulib/lib/sha512.c R( d, e, f, g, h, a, b, c, K(61), M(61) ); b 441 maint/gnulib/lib/sha512.c R( c, d, e, f, g, h, a, b, K(62), M(62) ); b 442 maint/gnulib/lib/sha512.c R( b, c, d, e, f, g, h, a, K(63), M(63) ); b 443 maint/gnulib/lib/sha512.c R( a, b, c, d, e, f, g, h, K(64), M(64) ); b 444 maint/gnulib/lib/sha512.c R( h, a, b, c, d, e, f, g, K(65), M(65) ); b 445 maint/gnulib/lib/sha512.c R( g, h, a, b, c, d, e, f, K(66), M(66) ); b 446 maint/gnulib/lib/sha512.c R( f, g, h, a, b, c, d, e, K(67), M(67) ); b 447 maint/gnulib/lib/sha512.c R( e, f, g, h, a, b, c, d, K(68), M(68) ); b 448 maint/gnulib/lib/sha512.c R( d, e, f, g, h, a, b, c, K(69), M(69) ); b 449 maint/gnulib/lib/sha512.c R( c, d, e, f, g, h, a, b, K(70), M(70) ); b 450 maint/gnulib/lib/sha512.c R( b, c, d, e, f, g, h, a, K(71), M(71) ); b 451 maint/gnulib/lib/sha512.c R( a, b, c, d, e, f, g, h, K(72), M(72) ); b 452 maint/gnulib/lib/sha512.c R( h, a, b, c, d, e, f, g, K(73), M(73) ); b 453 maint/gnulib/lib/sha512.c R( g, h, a, b, c, d, e, f, K(74), M(74) ); b 454 maint/gnulib/lib/sha512.c R( f, g, h, a, b, c, d, e, K(75), M(75) ); b 455 maint/gnulib/lib/sha512.c R( e, f, g, h, a, b, c, d, K(76), M(76) ); b 456 maint/gnulib/lib/sha512.c R( d, e, f, g, h, a, b, c, K(77), M(77) ); b 457 maint/gnulib/lib/sha512.c R( c, d, e, f, g, h, a, b, K(78), M(78) ); b 458 maint/gnulib/lib/sha512.c R( b, c, d, e, f, g, h, a, K(79), M(79) ); b 461 maint/gnulib/lib/sha512.c b = ctx->state[1] = u64plus (ctx->state[1], b); b 270 maint/gnulib/lib/sm3.c uint32_t b = ctx->state[1]; b 328 maint/gnulib/lib/sm3.c a, b, c, d, e, f, g, h); b 330 maint/gnulib/lib/sm3.c R1( a, b, c, d, e, f, g, h, T( 0), W1( 0), W1( 4) ); b 331 maint/gnulib/lib/sm3.c R1( d, a, b, c, h, e, f, g, T( 1), W1( 1), W1( 5) ); b 332 maint/gnulib/lib/sm3.c R1( c, d, a, b, g, h, e, f, T( 2), W1( 2), W1( 6) ); b 333 maint/gnulib/lib/sm3.c R1( b, c, d, a, f, g, h, e, T( 3), W1( 3), W1( 7) ); b 334 maint/gnulib/lib/sm3.c R1( a, b, c, d, e, f, g, h, T( 4), W1( 4), W1( 8) ); b 335 maint/gnulib/lib/sm3.c R1( d, a, b, c, h, e, f, g, T( 5), W1( 5), W1( 9) ); b 336 maint/gnulib/lib/sm3.c R1( c, d, a, b, g, h, e, f, T( 6), W1( 6), W1(10) ); b 337 maint/gnulib/lib/sm3.c R1( b, c, d, a, f, g, h, e, T( 7), W1( 7), W1(11) ); b 338 maint/gnulib/lib/sm3.c R1( a, b, c, d, e, f, g, h, T( 8), W1( 8), W1(12) ); b 339 maint/gnulib/lib/sm3.c R1( d, a, b, c, h, e, f, g, T( 9), W1( 9), W1(13) ); b 340 maint/gnulib/lib/sm3.c R1( c, d, a, b, g, h, e, f, T(10), W1(10), W1(14) ); b 341 maint/gnulib/lib/sm3.c R1( b, c, d, a, f, g, h, e, T(11), W1(11), W1(15) ); b 342 maint/gnulib/lib/sm3.c R1( a, b, c, d, e, f, g, h, T(12), W1(12), W2(16) ); b 343 maint/gnulib/lib/sm3.c R1( d, a, b, c, h, e, f, g, T(13), W1(13), W2(17) ); b 344 maint/gnulib/lib/sm3.c R1( c, d, a, b, g, h, e, f, T(14), W1(14), W2(18) ); b 345 maint/gnulib/lib/sm3.c R1( b, c, d, a, f, g, h, e, T(15), W1(15), W2(19) ); b 346 maint/gnulib/lib/sm3.c R2( a, b, c, d, e, f, g, h, T(16), W1(16), W2(20) ); b 347 maint/gnulib/lib/sm3.c R2( d, a, b, c, h, e, f, g, T(17), W1(17), W2(21) ); b 348 maint/gnulib/lib/sm3.c R2( c, d, a, b, g, h, e, f, T(18), W1(18), W2(22) ); b 349 maint/gnulib/lib/sm3.c R2( b, c, d, a, f, g, h, e, T(19), W1(19), W2(23) ); b 350 maint/gnulib/lib/sm3.c R2( a, b, c, d, e, f, g, h, T(20), W1(20), W2(24) ); b 351 maint/gnulib/lib/sm3.c R2( d, a, b, c, h, e, f, g, T(21), W1(21), W2(25) ); b 352 maint/gnulib/lib/sm3.c R2( c, d, a, b, g, h, e, f, T(22), W1(22), W2(26) ); b 353 maint/gnulib/lib/sm3.c R2( b, c, d, a, f, g, h, e, T(23), W1(23), W2(27) ); b 354 maint/gnulib/lib/sm3.c R2( a, b, c, d, e, f, g, h, T(24), W1(24), W2(28) ); b 355 maint/gnulib/lib/sm3.c R2( d, a, b, c, h, e, f, g, T(25), W1(25), W2(29) ); b 356 maint/gnulib/lib/sm3.c R2( c, d, a, b, g, h, e, f, T(26), W1(26), W2(30) ); b 357 maint/gnulib/lib/sm3.c R2( b, c, d, a, f, g, h, e, T(27), W1(27), W2(31) ); b 358 maint/gnulib/lib/sm3.c R2( a, b, c, d, e, f, g, h, T(28), W1(28), W2(32) ); b 359 maint/gnulib/lib/sm3.c R2( d, a, b, c, h, e, f, g, T(29), W1(29), W2(33) ); b 360 maint/gnulib/lib/sm3.c R2( c, d, a, b, g, h, e, f, T(30), W1(30), W2(34) ); b 361 maint/gnulib/lib/sm3.c R2( b, c, d, a, f, g, h, e, T(31), W1(31), W2(35) ); b 362 maint/gnulib/lib/sm3.c R2( a, b, c, d, e, f, g, h, T(32), W1(32), W2(36) ); b 363 maint/gnulib/lib/sm3.c R2( d, a, b, c, h, e, f, g, T(33), W1(33), W2(37) ); b 364 maint/gnulib/lib/sm3.c R2( c, d, a, b, g, h, e, f, T(34), W1(34), W2(38) ); b 365 maint/gnulib/lib/sm3.c R2( b, c, d, a, f, g, h, e, T(35), W1(35), W2(39) ); b 366 maint/gnulib/lib/sm3.c R2( a, b, c, d, e, f, g, h, T(36), W1(36), W2(40) ); b 367 maint/gnulib/lib/sm3.c R2( d, a, b, c, h, e, f, g, T(37), W1(37), W2(41) ); b 368 maint/gnulib/lib/sm3.c R2( c, d, a, b, g, h, e, f, T(38), W1(38), W2(42) ); b 369 maint/gnulib/lib/sm3.c R2( b, c, d, a, f, g, h, e, T(39), W1(39), W2(43) ); b 370 maint/gnulib/lib/sm3.c R2( a, b, c, d, e, f, g, h, T(40), W1(40), W2(44) ); b 371 maint/gnulib/lib/sm3.c R2( d, a, b, c, h, e, f, g, T(41), W1(41), W2(45) ); b 372 maint/gnulib/lib/sm3.c R2( c, d, a, b, g, h, e, f, T(42), W1(42), W2(46) ); b 373 maint/gnulib/lib/sm3.c R2( b, c, d, a, f, g, h, e, T(43), W1(43), W2(47) ); b 374 maint/gnulib/lib/sm3.c R2( a, b, c, d, e, f, g, h, T(44), W1(44), W2(48) ); b 375 maint/gnulib/lib/sm3.c R2( d, a, b, c, h, e, f, g, T(45), W1(45), W2(49) ); b 376 maint/gnulib/lib/sm3.c R2( c, d, a, b, g, h, e, f, T(46), W1(46), W2(50) ); b 377 maint/gnulib/lib/sm3.c R2( b, c, d, a, f, g, h, e, T(47), W1(47), W2(51) ); b 378 maint/gnulib/lib/sm3.c R2( a, b, c, d, e, f, g, h, T(48), W1(48), W2(52) ); b 379 maint/gnulib/lib/sm3.c R2( d, a, b, c, h, e, f, g, T(49), W1(49), W2(53) ); b 380 maint/gnulib/lib/sm3.c R2( c, d, a, b, g, h, e, f, T(50), W1(50), W2(54) ); b 381 maint/gnulib/lib/sm3.c R2( b, c, d, a, f, g, h, e, T(51), W1(51), W2(55) ); b 382 maint/gnulib/lib/sm3.c R2( a, b, c, d, e, f, g, h, T(52), W1(52), W2(56) ); b 383 maint/gnulib/lib/sm3.c R2( d, a, b, c, h, e, f, g, T(53), W1(53), W2(57) ); b 384 maint/gnulib/lib/sm3.c R2( c, d, a, b, g, h, e, f, T(54), W1(54), W2(58) ); b 385 maint/gnulib/lib/sm3.c R2( b, c, d, a, f, g, h, e, T(55), W1(55), W2(59) ); b 386 maint/gnulib/lib/sm3.c R2( a, b, c, d, e, f, g, h, T(56), W1(56), W2(60) ); b 387 maint/gnulib/lib/sm3.c R2( d, a, b, c, h, e, f, g, T(57), W1(57), W2(61) ); b 388 maint/gnulib/lib/sm3.c R2( c, d, a, b, g, h, e, f, T(58), W1(58), W2(62) ); b 389 maint/gnulib/lib/sm3.c R2( b, c, d, a, f, g, h, e, T(59), W1(59), W2(63) ); b 390 maint/gnulib/lib/sm3.c R2( a, b, c, d, e, f, g, h, T(60), W1(60), W2(64) ); b 391 maint/gnulib/lib/sm3.c R2( d, a, b, c, h, e, f, g, T(61), W1(61), W2(65) ); b 392 maint/gnulib/lib/sm3.c R2( c, d, a, b, g, h, e, f, T(62), W1(62), W2(66) ); b 393 maint/gnulib/lib/sm3.c R2( b, c, d, a, f, g, h, e, T(63), W1(63), W2(67) ); b 396 maint/gnulib/lib/sm3.c j, a, b, c, d, e, f, g, h); b 399 maint/gnulib/lib/sm3.c b = ctx->state[1] ^= b; b 31 maint/gnulib/lib/stdarg.in.h # define va_copy(a,b) ((a) = (b)) b 81 maint/gnulib/lib/str-kmp.h UNIT b = CANON_ELEMENT (needle[i - 1]); b 88 maint/gnulib/lib/str-kmp.h if (b == CANON_ELEMENT (needle[j])) b 71 maint/gnulib/lib/str-two-way.h # define MAX(a, b) ((a < b) ? (b) : (a)) b 116 maint/gnulib/lib/str-two-way.h unsigned char a, b; /* Current comparison bytes. */ b 142 maint/gnulib/lib/str-two-way.h b = CANON_ELEMENT (needle[max_suffix + k]); b 143 maint/gnulib/lib/str-two-way.h if (a < b) b 150 maint/gnulib/lib/str-two-way.h else if (a == b) b 177 maint/gnulib/lib/str-two-way.h b = CANON_ELEMENT (needle[max_suffix_rev + k]); b 178 maint/gnulib/lib/str-two-way.h if (b < a) b 185 maint/gnulib/lib/str-two-way.h else if (a == b) b 29 maint/gnulib/lib/timespec-add.c timespec_add (struct timespec a, struct timespec b) b 32 maint/gnulib/lib/timespec-add.c time_t bs = b.tv_sec; b 33 maint/gnulib/lib/timespec-add.c int ns = a.tv_nsec + b.tv_nsec; b 30 maint/gnulib/lib/timespec-sub.c timespec_sub (struct timespec a, struct timespec b) b 33 maint/gnulib/lib/timespec-sub.c time_t bs = b.tv_sec; b 34 maint/gnulib/lib/timespec-sub.c int ns = a.tv_nsec - b.tv_nsec; b 64 maint/gnulib/lib/timespec.h timespec_cmp (struct timespec a, struct timespec b) b 66 maint/gnulib/lib/timespec.h return 2 * _GL_CMP (a.tv_sec, b.tv_sec) + _GL_CMP (a.tv_nsec, b.tv_nsec); b 44 maint/gnulib/lib/unictype/3level.h #define CONCAT(a,b) CONCAT1(a,b) b 45 maint/gnulib/lib/unictype/3level.h #define CONCAT1(a,b) a##b b 41 maint/gnulib/lib/unictype/3levelbit.h #define CONCAT(a,b) CONCAT1(a,b) b 42 maint/gnulib/lib/unictype/3levelbit.h #define CONCAT1(a,b) a##b b 94 maint/gnulib/lib/unigbrk.in.h uc_is_grapheme_break (ucs4_t a, ucs4_t b) b 119 maint/gnulib/lib/unigbrk/uc-is-grapheme-break.c uc_is_grapheme_break (ucs4_t a, ucs4_t b) b 123 maint/gnulib/lib/unigbrk/uc-is-grapheme-break.c if ((a | b) < 0x300) b 126 maint/gnulib/lib/unigbrk/uc-is-grapheme-break.c return a != '\r' || b != '\n'; b 130 maint/gnulib/lib/unigbrk/uc-is-grapheme-break.c b_gcp = uc_graphemeclusterbreak_property (b); b 24 maint/gnulib/lib/uninorm/decompose-internal.c #define COMPARE(a,b) ((a)->ccc - (b)->ccc) b 75 maint/gnulib/lib/unistr/u-strstr.h UNIT b = *needle++; b 116 maint/gnulib/lib/unistr/u-strstr.h if (*haystack == b) b 40 maint/gnulib/lib/utimecmp.c # define MAX(a, b) ((a) > (b) ? (a) : (b)) b 104 maint/gnulib/lib/utimecmp.c struct fs_res const *b = y; b 105 maint/gnulib/lib/utimecmp.c return a->dev == b->dev; b 500 maint/gnulib/lib/vasnprintf.c divide (mpn_t a, mpn_t b, mpn_t *q) b 555 maint/gnulib/lib/vasnprintf.c const mp_limb_t *b_ptr = b.limbs; b 556 maint/gnulib/lib/vasnprintf.c size_t b_len = b.nlimbs; b 104 maint/gnulib/tests/macros.h #define STREQ(a, b) (strcmp (a, b) == 0) b 44 maint/gnulib/tests/nap.h diff_timespec (struct timespec a, struct timespec b) b 47 maint/gnulib/tests/nap.h time_t bs = b.tv_sec; b 49 maint/gnulib/tests/nap.h int bns = b.tv_nsec; b 29 maint/gnulib/tests/test-argv-iter.c #define STREQ(a, b) (strcmp (a, b) == 0) b 23 maint/gnulib/tests/test-array-mergesort.c #define COMPARE(a,b) ((a)->x < (b)->x ? -1 : (a)->x > (b)->x ? 1 : 0) b 294 maint/gnulib/tests/test-array-mergesort.c cmp_double (const void *a, const void *b) b 296 maint/gnulib/tests/test-array-mergesort.c return (*(const double *)a < *(const double *)b ? -1 : b 297 maint/gnulib/tests/test-array-mergesort.c *(const double *)a > *(const double *)b ? 1 : b 47 maint/gnulib/tests/test-bitset.c compare (enum bitset_attr a, enum bitset_attr b) b 64 maint/gnulib/tests/test-bitset.c const bitset bsrc0 = bitset_create (nbits, b); b 66 maint/gnulib/tests/test-bitset.c const bitset bsrc1 = bitset_create (nbits, b); b 68 maint/gnulib/tests/test-bitset.c const bitset bsrc2 = bitset_create (nbits, b); b 70 maint/gnulib/tests/test-bitset.c const bitset bsrc3 = bitset_create (nbits, b); b 75 maint/gnulib/tests/test-bitset.c bitset bdst = bitset_create (nbits, b); b 104 maint/gnulib/tests/test-expm1.h DOUBLE b = EXPM1 (y); b 106 maint/gnulib/tests/test-expm1.h DOUBLE err = a + (1 + a) * (b + (1 + b) * c); b 24 maint/gnulib/tests/test-getprogname.c # define STREQ(a, b) (strncmp (a, b, 14) == 0) b 26 maint/gnulib/tests/test-getprogname.c # define STREQ(a, b) (strcmp (a, b) == 0) b 32 maint/gnulib/tests/test-hash.c #define STREQ(a, b) (strcmp (a, b) == 0) b 172 maint/gnulib/tests/test-intprops.c #define CHECK_BINOP(op, opname, a, b, t, v, vres) \ b 173 maint/gnulib/tests/test-intprops.c VERIFY (INT_##opname##_RANGE_OVERFLOW (a, b, TYPE_MINIMUM (t), \ b 176 maint/gnulib/tests/test-intprops.c VERIFY (INT_##opname##_OVERFLOW (a, b) == (v)) b 177 maint/gnulib/tests/test-intprops.c #define CHECK_SBINOP(op, opname, a, b, t, v, vres) \ b 178 maint/gnulib/tests/test-intprops.c CHECK_BINOP(op, opname, a, b, t, v, vres); \ b 181 maint/gnulib/tests/test-intprops.c ASSERT (INT_##opname##_WRAPV (a, b, &result) == (v)); \ b 182 maint/gnulib/tests/test-intprops.c ASSERT (result == ((v) ? (vres) : ((a) op (b)))); \ b 244 maint/gnulib/tests/test-intprops.c #define CHECK_SUM(a, b, t, v, vres) \ b 245 maint/gnulib/tests/test-intprops.c CHECK_SUM1 (a, b, t, v, vres); \ b 246 maint/gnulib/tests/test-intprops.c CHECK_SUM1 (b, a, t, v, vres) b 247 maint/gnulib/tests/test-intprops.c #define CHECK_SUM_WRAPV(a, b, t, v, vres, okres) \ b 248 maint/gnulib/tests/test-intprops.c CHECK_SUM_WRAPV1 (a, b, t, v, vres, okres); \ b 249 maint/gnulib/tests/test-intprops.c CHECK_SUM_WRAPV1 (b, a, t, v, vres, okres) b 250 maint/gnulib/tests/test-intprops.c #define CHECK_SUM1(a, b, t, v, vres) \ b 251 maint/gnulib/tests/test-intprops.c VERIFY (INT_ADD_OVERFLOW (a, b) == (v)); \ b 252 maint/gnulib/tests/test-intprops.c CHECK_SUM_WRAPV1 (a, b, t, v, vres, (a) + (b)) b 253 maint/gnulib/tests/test-intprops.c #define CHECK_SUM_WRAPV1(a, b, t, v, vres, okres) \ b 256 maint/gnulib/tests/test-intprops.c ASSERT (INT_ADD_WRAPV (a, b, &result) == (v)); \ b 293 maint/gnulib/tests/test-intprops.c #define CHECK_DIFFERENCE(a, b, t, v, vres) \ b 294 maint/gnulib/tests/test-intprops.c VERIFY (INT_SUBTRACT_OVERFLOW (a, b) == (v)) b 295 maint/gnulib/tests/test-intprops.c #define CHECK_SDIFFERENCE(a, b, t, v, vres) \ b 296 maint/gnulib/tests/test-intprops.c CHECK_DIFFERENCE (a, b, t, v, vres); \ b 297 maint/gnulib/tests/test-intprops.c CHECK_SDIFFERENCE_WRAPV (a, b, t, v, vres) b 298 maint/gnulib/tests/test-intprops.c #define CHECK_SDIFFERENCE_WRAPV(a, b, t, v, vres) \ b 301 maint/gnulib/tests/test-intprops.c ASSERT (INT_SUBTRACT_WRAPV (a, b, &result) == (v)); \ b 302 maint/gnulib/tests/test-intprops.c ASSERT (result == ((v) ? (vres) : ((a) - (b)))); \ b 326 maint/gnulib/tests/test-intprops.c #define CHECK_PRODUCT(a, b, t, v, vres) \ b 327 maint/gnulib/tests/test-intprops.c CHECK_PRODUCT1 (a, b, t, v, vres); \ b 328 maint/gnulib/tests/test-intprops.c CHECK_PRODUCT1 (b, a, t, v, vres) b 329 maint/gnulib/tests/test-intprops.c #define CHECK_SPRODUCT(a, b, t, v, vres) \ b 330 maint/gnulib/tests/test-intprops.c CHECK_SPRODUCT1 (a, b, t, v, vres); \ b 331 maint/gnulib/tests/test-intprops.c CHECK_SPRODUCT1 (b, a, t, v, vres) b 332 maint/gnulib/tests/test-intprops.c #define CHECK_SPRODUCT_WRAPV(a, b, t, v, vres) \ b 333 maint/gnulib/tests/test-intprops.c CHECK_SPRODUCT_WRAPV1 (a, b, t, v, vres); \ b 334 maint/gnulib/tests/test-intprops.c CHECK_SPRODUCT_WRAPV1 (b, a, t, v, vres) b 335 maint/gnulib/tests/test-intprops.c #define CHECK_PRODUCT1(a, b, t, v, vres) \ b 336 maint/gnulib/tests/test-intprops.c VERIFY (INT_MULTIPLY_OVERFLOW (a, b) == (v)) b 337 maint/gnulib/tests/test-intprops.c #define CHECK_SPRODUCT1(a, b, t, v, vres) \ b 338 maint/gnulib/tests/test-intprops.c CHECK_PRODUCT1 (a, b, t, v, vres); \ b 339 maint/gnulib/tests/test-intprops.c CHECK_SPRODUCT_WRAPV1 (a, b, t, v, vres) b 340 maint/gnulib/tests/test-intprops.c #define CHECK_SPRODUCT_WRAPV1(a, b, t, v, vres) \ b 343 maint/gnulib/tests/test-intprops.c ASSERT (INT_MULTIPLY_WRAPV (a, b, &result) == (v)); \ b 344 maint/gnulib/tests/test-intprops.c ASSERT (result == ((v) ? (vres) : ((a) * (b)))); \ b 412 maint/gnulib/tests/test-intprops.c #define CHECK_QUOTIENT(a, b, v) VERIFY (INT_DIVIDE_OVERFLOW (a, b) == (v)) b 425 maint/gnulib/tests/test-intprops.c #define CHECK_REMAINDER(a, b, v) VERIFY (INT_REMAINDER_OVERFLOW (a, b) == (v)) b 30 maint/gnulib/tests/test-inttostr.c #define STREQ(a, b) (strcmp (a, b) == 0) b 73 maint/gnulib/tests/test-inttostr.c char *b = malloc (b_size); b 74 maint/gnulib/tests/test-inttostr.c ASSERT (b); b 79 maint/gnulib/tests/test-inttostr.c if (snprintf (b, b_size, "%ju", (uintmax_t) 3) == 1 b 80 maint/gnulib/tests/test-inttostr.c && b[0] == '3' && b[1] == '\0') b 87 maint/gnulib/tests/test-inttostr.c free (b); b 92 maint/gnulib/tests/test-inttostr.c free (b); b 49 maint/gnulib/tests/test-locale.c locale_t b = LC_GLOBAL_LOCALE; b 50 maint/gnulib/tests/test-locale.c (void) b; b 65 maint/gnulib/tests/test-memcasecmp.c char *b = bar + i; b 67 maint/gnulib/tests/test-memcasecmp.c strcpy (b, "--------10000000"); b 68 maint/gnulib/tests/test-memcasecmp.c ASSERT (memcasecmp (a, b, 16) < 0); b 71 maint/gnulib/tests/test-memcmp.c char *b = bar + i; b 73 maint/gnulib/tests/test-memcmp.c strcpy (b, "--------10000000"); b 74 maint/gnulib/tests/test-memcmp.c ASSERT (memcmp (a, b, 16) < 0); b 33 maint/gnulib/tests/test-nstrftime.c #define STREQ(a, b) (strcmp (a, b) == 0) b 63 maint/gnulib/tests/test-parse-datetime.c #define SHR(a, b) \ b 65 maint/gnulib/tests/test-parse-datetime.c ? (a) >> (b) \ b 66 maint/gnulib/tests/test-parse-datetime.c : (a) / (1 << (b)) - ((a) % (1 << (b)) < 0)) b 75 maint/gnulib/tests/test-parse-datetime.c tm_diff (struct tm const *a, struct tm const *b) b 80 maint/gnulib/tests/test-parse-datetime.c int b4 = SHR (b->tm_year, 2) + SHR (TM_YEAR_BASE, 2) - ! (b->tm_year & 3); b 87 maint/gnulib/tests/test-parse-datetime.c long int years = ayear - b->tm_year; b 89 maint/gnulib/tests/test-parse-datetime.c + (a->tm_yday - b->tm_yday)); b 90 maint/gnulib/tests/test-parse-datetime.c return (60 * (60 * (24 * days + (a->tm_hour - b->tm_hour)) b 91 maint/gnulib/tests/test-parse-datetime.c + (a->tm_min - b->tm_min)) b 92 maint/gnulib/tests/test-parse-datetime.c + (a->tm_sec - b->tm_sec)); b 27 maint/gnulib/tests/test-poll-h.c int b = POLLIN | POLLPRI | POLLOUT | POLLERR | POLLHUP | POLLNVAL b 29 maint/gnulib/tests/test-qsort_r.c char const *b = vb; b 31 maint/gnulib/tests/test-qsort_r.c return (*a < *b ? -1 : *a > *b) * *arg; b 51 maint/gnulib/tests/test-quotearg.h compare (char const *a, size_t la, char const *b, size_t lb) b 54 maint/gnulib/tests/test-quotearg.h ASSERT (memcmp (a, b, la) == 0); b 55 maint/gnulib/tests/test-quotearg.h ASSERT (b[lb] == '\0'); b 34 maint/gnulib/tests/test-safe-alloc.c int b; b 43 maint/gnulib/tests/test-safe-alloc.c ASSERT (p->a == 0 && p->b == 0); b 45 maint/gnulib/tests/test-safe-alloc.c p->a = p->b = 42; b 48 maint/gnulib/tests/test-safe-alloc.c ASSERT (p[0].a == 42 && p[0].b == 42); b 27 maint/gnulib/tests/test-sched.c int b[] = { SCHED_FIFO, SCHED_RR, SCHED_OTHER }; b 27 maint/gnulib/tests/test-signal-h.c uid_t b; b 128 maint/gnulib/tests/test-signal-h.c return s.a + s.b + s.c + s.e; b 27 maint/gnulib/tests/test-spawn.c posix_spawn_file_actions_t b; b 64 maint/gnulib/tests/test-stdbool.c char b[false == 0 ? 1 : -1]; b 28 maint/gnulib/tests/test-stddef.c ptrdiff_t b = 1; b 48 maint/gnulib/tests/test-strverscmp.c static char const b[] = "B007502280067.gbp.corp.com"; b 50 maint/gnulib/tests/test-strverscmp.c ASSERT (strverscmp (a, b) < 0); b 51 maint/gnulib/tests/test-strverscmp.c ASSERT (strverscmp (b, c) < 0); b 53 maint/gnulib/tests/test-strverscmp.c ASSERT (strverscmp (b, a) > 0); b 54 maint/gnulib/tests/test-strverscmp.c ASSERT (strverscmp (c, b) > 0); b 25 maint/gnulib/tests/test-sys_uio.c ssize_t b; b 31 maint/gnulib/tests/test-sys_uio.c return a + b + !!c.iov_base + c.iov_len; b 36 maint/gnulib/tests/test-threads.c int b = TSS_DTOR_ITERATIONS; b 36 maint/gnulib/tests/test-times.c double b = *(double *) q; b 38 maint/gnulib/tests/test-times.c return a < b ? -1 : a > b ? 1 : 0; b 72 maint/gnulib/tests/test-timespec.c cmp (struct timespec a, struct timespec b) b 74 maint/gnulib/tests/test-timespec.c return sign (timespec_cmp (a, b)); b 78 maint/gnulib/tests/test-timespec.c eq (struct timespec a, struct timespec b) b 80 maint/gnulib/tests/test-timespec.c return timespec_cmp (a, b) == 0; b 132 maint/gnulib/tests/test-timespec.c struct timespec b = test[j]; b 133 maint/gnulib/tests/test-timespec.c if (valid (b)) b 135 maint/gnulib/tests/test-timespec.c struct timespec sum = timespec_add (a, b); b 136 maint/gnulib/tests/test-timespec.c struct timespec diff = timespec_sub (a, b); b 137 maint/gnulib/tests/test-timespec.c struct timespec rdiff = timespec_sub (b, a); b 138 maint/gnulib/tests/test-timespec.c ASSERT (cmp (a, b) == sign (i - j)); b 139 maint/gnulib/tests/test-timespec.c ASSERT (eq (sum, timespec_add (b, a))); b 142 maint/gnulib/tests/test-timespec.c ASSERT (eq (a, timespec_sub (sum, b))); b 143 maint/gnulib/tests/test-timespec.c ASSERT (eq (b, timespec_sub (sum, a))); b 150 maint/gnulib/tests/test-timespec.c struct timespec sumbc = timespec_add (b, c); b 158 maint/gnulib/tests/test-timespec.c ASSERT (eq (a, timespec_add (diff, b))); b 160 maint/gnulib/tests/test-timespec.c ASSERT (eq (b, timespec_add (rdiff, a))); b 96 maint/gnulib/tests/test-tsearch.c cmp_fn (const void *a, const void *b) b 98 maint/gnulib/tests/test-tsearch.c return *(const int *) a - *(const int *) b; b 27 maint/gnulib/tests/test-uchar.c size_t b = 5; b 81 maint/gnulib/tests/test-userspec.c #define STREQ(a, b) (strcmp (a, b) == 0) b 24 maint/gnulib/tests/test-utime-h.c struct utimbuf b; b 29 maint/gnulib/tests/test-utime-h.c b.actime = b.modtime = 1493490248; /* 2017-04-29 18:24:08 GMT */ b 68 maint/gnulib/tests/test-utimens-common.h ctime_compare (struct stat const *a, struct stat const *b) b 70 maint/gnulib/tests/test-utimens-common.h if (a->st_ctime < b->st_ctime) b 72 maint/gnulib/tests/test-utimens-common.h else if (b->st_ctime < a->st_ctime) b 74 maint/gnulib/tests/test-utimens-common.h else if (get_stat_ctime_ns (a) < get_stat_ctime_ns (b)) b 76 maint/gnulib/tests/test-utimens-common.h else if (get_stat_ctime_ns (b) < get_stat_ctime_ns (a)) b 27 maint/gnulib/tests/test-wchar.c wint_t b = 'x'; b 28 maint/gnulib/tests/unictype/test-block_test.c uc_block_t b; b 30 maint/gnulib/tests/unictype/test-block_test.c b.start = 0x20000; b 31 maint/gnulib/tests/unictype/test-block_test.c b.end = 0x2A6D6; b 32 maint/gnulib/tests/unictype/test-block_test.c b.name = "CJK Supplemental Area"; b 34 maint/gnulib/tests/unictype/test-block_test.c ASSERT (!uc_is_block (0x5678, &b)); b 35 maint/gnulib/tests/unictype/test-block_test.c ASSERT (!uc_is_block (0x1FFFF, &b)); b 36 maint/gnulib/tests/unictype/test-block_test.c ASSERT (uc_is_block (0x20000, &b)); b 37 maint/gnulib/tests/unictype/test-block_test.c ASSERT (uc_is_block (0x25678, &b)); b 38 maint/gnulib/tests/unictype/test-block_test.c ASSERT (uc_is_block (0x2A6D6, &b)); b 39 maint/gnulib/tests/unictype/test-block_test.c ASSERT (!uc_is_block (0x2A6D7, &b)); b 47 maint/gnulib/tests/uninorm/test-u32-normalize-big.c cmp_ucs4_t (const void *a, const void *b) b 50 maint/gnulib/tests/uninorm/test-u32-normalize-big.c ucs4_t b_value = *(const ucs4_t *)b; b 85 maint/gnulib/tests/unistr/test-cmp.h UNIT *b = bar + i; b 93 maint/gnulib/tests/unistr/test-cmp.h b[j] = '-'; b 94 maint/gnulib/tests/unistr/test-cmp.h b[8] = '1'; b 96 maint/gnulib/tests/unistr/test-cmp.h b[j] = '0'; b 97 maint/gnulib/tests/unistr/test-cmp.h ASSERT (U_CMP (a, b, 16) < 0); b 325 tools/crm_node.c sort_node(gconstpointer a, gconstpointer b) b 328 tools/crm_node.c const pcmk_controld_api_node_t *node_b = b; b 262 tools/crm_resource.c compare_id(gconstpointer a, gconstpointer b) b 264 tools/crm_resource.c return strcmp((const char *)a, (const char *)b);