grpc
third_party
cares
cares
src
lib
bitncmp.h
Go to the documentation of this file.
1
#ifndef __ARES_BITNCMP_H
2
#define __ARES_BITNCMP_H
3
4
5
/* Copyright (C) 2005, 2013 by Dominick Meglio
6
*
7
* Permission to use, copy, modify, and distribute this
8
* software and its documentation for any purpose and without
9
* fee is hereby granted, provided that the above copyright
10
* notice appear in all copies and that both that copyright
11
* notice and this permission notice appear in supporting
12
* documentation, and that the name of M.I.T. not be used in
13
* advertising or publicity pertaining to distribution of the
14
* software without specific, written prior permission.
15
* M.I.T. makes no representations about the suitability of
16
* this software for any purpose. It is provided "as is"
17
* without express or implied warranty.
18
*/
19
20
#ifndef HAVE_BITNCMP
21
int
ares__bitncmp
(
const
void
*
l
,
const
void
*
r
,
int
n
);
22
#else
23
#define ares__bitncmp(x,y,z) bitncmp(x,y,z)
24
#endif
25
26
#endif
/* __ARES_BITNCMP_H */
ares__bitncmp
int ares__bitncmp(const void *l, const void *r, int n)
Definition:
bitncmp.c:36
n
int n
Definition:
abseil-cpp/absl/container/btree_test.cc:1080
fix_build_deps.r
r
Definition:
fix_build_deps.py:491
run_grpclb_interop_tests.l
dictionary l
Definition:
run_grpclb_interop_tests.py:410
grpc
Author(s):
autogenerated on Fri May 16 2025 02:57:48