Home
last modified time | relevance | path

Searched refs:b (Results 3576 – 3600 of 7000) sorted by relevance

1...<<141142143144145146147148149150>>...280

/freebsd/contrib/llvm-project/lldb/source/Core/
H A DAddress.cpp931 int Address::CompareFileAddress(const Address &a, const Address &b) { in CompareFileAddress() argument
933 addr_t b_file_addr = b.GetFileAddress(); in CompareFileAddress()
941 int Address::CompareLoadAddress(const Address &a, const Address &b, in CompareLoadAddress() argument
945 addr_t b_load_addr = b.GetLoadAddress(target); in CompareLoadAddress()
953 int Address::CompareModulePointerAndOffset(const Address &a, const Address &b) { in CompareModulePointerAndOffset() argument
955 ModuleSP b_module_sp(b.GetModule()); in CompareModulePointerAndOffset()
965 addr_t b_file_addr = b.GetFileAddress(); in CompareModulePointerAndOffset()
/freebsd/crypto/openssh/regress/unittests/sshsig/testdata/
H A Decdsa_sk.sig4 b/hbO6GVhadyVZjrcmykOnb31GWGrkBPzr+DwAAAAARzc2g6AAAACHVuaXR0ZXN0AAAAAA
/freebsd/bin/sh/tests/expansion/
H A Dcmdsubst18.04 r=${x+$(echo a)}${x-$(echo b)}${n+$(echo c)}${n-$(echo d)}$(echo e)
/freebsd/contrib/tcpdump/
H A Dnetdissect.h306 #define ND_MIN(a,b) ((a)>(b)?(b):(a)) argument
307 #define ND_MAX(a,b) ((b)>(a)?(b):(a)) argument
/freebsd/crypto/openssl/doc/man7/
H A DEVP_PKEY-EC.pod17 used that specify "field-type", "p", "a", "b", "generator" and "order".
45 =item "b" (B<OSSL_PKEY_PARAM_EC_B>) <unsigned integer>
49 I<a> and I<b> represents the coefficients of the curve
50 For Fp: y^2 mod p = x^3 +ax + b mod p OR
51 For F2^m: y^2 + xy = x^3 + ax^2 + b
54 It represents the random number seed used to generate the coefficient I<b> from a
/freebsd/tools/tools/ath/athregs/
H A Ddumpregs.c64 static void ath_hal_dumprange(FILE *fd, u_int a, u_int b);
258 regcompar(const void *a, const void *b) in regcompar() argument
261 const struct dumpreg *rb = *(const struct dumpreg **)b; in regcompar()
479 ath_hal_dumprange(FILE *fd, u_int a, u_int b) in ath_hal_dumprange() argument
483 for (r = a; r+16 <= b; r += 5*4) in ath_hal_dumprange()
492 switch (b-r) { in ath_hal_dumprange()
/freebsd/sys/dev/pms/RefTisa/discovery/dm/
H A Ddmdefs.h87 #define MIN(a,b) ((a) < (b) ? (a) : (b)) argument
96 #define MAX(a,b) ((a) < (b) ? (b) : (a)) argument
/freebsd/sys/dev/drm2/
H A Ddrm_modes.c902 struct drm_display_mode *b = list_entry(lh_b, struct drm_display_mode, head); in drm_mode_compare() local
905 diff = ((b->type & DRM_MODE_TYPE_PREFERRED) != 0) - in drm_mode_compare()
909 diff = b->hdisplay * b->vdisplay - a->hdisplay * a->vdisplay; in drm_mode_compare()
913 diff = b->vrefresh - a->vrefresh; in drm_mode_compare()
917 diff = b->clock - a->clock; in drm_mode_compare()
/freebsd/lib/libmd/
H A Dsha1c.c273 void SHA1_Transform(SHA_CTX *c, unsigned char *b) in SHA1_Transform() argument
282 memcpy(p,b,64); in SHA1_Transform()
299 c2nl(b,l); *(q++)=l; in SHA1_Transform()
300 c2nl(b,l); *(q++)=l; in SHA1_Transform()
301 c2nl(b,l); *(q++)=l; in SHA1_Transform()
302 c2nl(b,l); *(q++)=l; in SHA1_Transform()
/freebsd/contrib/llvm-project/compiler-rt/lib/asan/
H A Dasan_poisoning.cpp519 uptr b = RoundUpTo(old_end, granularity); in __sanitizer_annotate_double_ended_contiguous_container() local
520 PoisonShadow(a, b - a, kAsanContiguousContainerOOBMagic); in __sanitizer_annotate_double_ended_contiguous_container()
526 uptr b = RoundDownTo(new_end, granularity); in __sanitizer_annotate_double_ended_contiguous_container() local
527 PoisonShadow(a, b - a, 0); in __sanitizer_annotate_double_ended_contiguous_container()
529 *(u8 *)MemToShadow(b) = static_cast<u8>(new_end - b); in __sanitizer_annotate_double_ended_contiguous_container()
/freebsd/sbin/nvmecontrol/
H A Dlogpage.c119 logpage_compare(struct logpage_function *a, struct logpage_function *b) in logpage_compare() argument
123 if ((a->vendor == NULL) != (b->vendor == NULL)) in logpage_compare()
126 c = strcmp(a->vendor, b->vendor); in logpage_compare()
130 return ((int)a->log_page - (int)b->log_page); in logpage_compare()
620 #define BIT(b) (1 << (b)) in print_log_self_test_status() argument
/freebsd/sys/net80211/
H A Dieee80211.h245 #define IEEE80211_SEQ_SUB(a, b) \ argument
246 (((a) + IEEE80211_SEQ_RANGE - (b)) & (IEEE80211_SEQ_RANGE-1))
249 #define IEEE80211_SEQ_BA_BEFORE(a, b) \ argument
250 (IEEE80211_SEQ_SUB(b, a+1) < IEEE80211_SEQ_BA_RANGE-1)
1514 #define IEEE80211_AID(b) ((b) &~ 0xc000) argument
/freebsd/contrib/ncurses/ncurses/tinfo/
H A Dalloc_ttype.c54 merge_names(char **dst, char **a, int na, char **b, int nb) in merge_names() argument
58 int cmp = strcmp(*a, *b); in merge_names()
63 dst[n++] = *b++; in merge_names()
67 a++, b++; in merge_names()
75 dst[n++] = *b++; in merge_names()
/freebsd/contrib/pf/libevent/
H A Devent.c134 compare(struct event *a, struct event *b) in compare() argument
136 if (timercmp(&a->ev_timeout, &b->ev_timeout, <)) in compare()
138 else if (timercmp(&a->ev_timeout, &b->ev_timeout, >)) in compare()
140 if (a < b) in compare()
142 else if (a > b) in compare()
/freebsd/contrib/dialog/
H A Dinputstr.c123 #define CMP(a,b) (((a) > (b)) ? 1 : (((a) < (b)) ? -1 : 0)) argument
126 compare_cache(const void *a, const void *b) in compare_cache() argument
129 const CACHE *q = (const CACHE *) b; in compare_cache()
/freebsd/contrib/llvm-project/llvm/lib/Target/XCore/
H A DXCoreInstrFormats.td98 bits<6> b;
102 let Inst{5-0} = b;
108 bits<16> b;
112 let Inst{21-16} = b{5-0};
114 let Inst{9-0} = b{15-6};
/freebsd/contrib/less/
H A Ddecode.c488 int b = getcc() - X11MOUSE_OFFSET; in x11mouse_action() local
493 switch (b) { in x11mouse_action()
513 int b = getcc_int(&ch); in x116mouse_action() local
514 if (b < 0 || ch != ';') return (A_NOACTION); in x116mouse_action()
521 switch (b) { in x116mouse_action()
/freebsd/sys/crypto/openssl/arm/
H A Darmv4-mont.S46 b bn_mul8x_mont_neon
635 vld1.32 {d28},[r10,:64]! @ pull smashed b[8*i+1]
679 vld1.32 {d28},[r10,:64]! @ pull smashed b[8*i+3]
723 vld1.32 {d28},[r10,:64]! @ pull smashed b[8*i+5]
767 vld1.32 {d28},[r10,:64]! @ pull smashed b[8*i+7]
/freebsd/lib/libc/net/
H A Dnsdispatch.c260 string_compare(const void *a, const void *b) in string_compare() argument
262 return (strcasecmp(*(const char * const *)a, *(const char * const *)b)); in string_compare()
267 mtab_compare(const void *a, const void *b) in mtab_compare() argument
271 cmp = strcmp(((const ns_mtab *)a)->name, ((const ns_mtab *)b)->name); in mtab_compare()
276 ((const ns_mtab *)b)->database)); in mtab_compare()
/freebsd/contrib/llvm-project/lldb/include/lldb/Utility/
H A DStructuredData.h148 Boolean *b = GetAsBoolean();
149 return ((b != nullptr) ? b->GetValue() : fail_value);
349 Boolean(bool b = false)
350 : Object(lldb::eStructuredDataTypeBoolean), m_value(b) {} in Object()
/freebsd/usr.sbin/kldxref/
H A Dkldxref.c749 compare(const FTSENT **a, const FTSENT **b) in compare() argument
751 compare(const FTSENT *const *a, const FTSENT *const *b) in compare()
755 if ((*a)->fts_info == FTS_D && (*b)->fts_info != FTS_D) in compare()
757 if ((*a)->fts_info != FTS_D && (*b)->fts_info == FTS_D) in compare()
759 return (strcmp((*a)->fts_name, (*b)->fts_name)); in compare()
/freebsd/contrib/ee/
H A Dee.msg48 37 "^b bottom of text ^j newline ^t top of text "
70 59 "^b bottom of text ^g begin of line ^w delete word ^l left "
158 147 "^b back 1 char ^j undel char ^t top of text "
167 156 "^u end of file ^a begin of line ^w delete word ^b back 1 char "
/freebsd/contrib/diff/src/
H A Dutil.c611 lin a, lin b, in translate_range() argument
615 *bptr = translate_line_number (file, b + 1) - 1; in translate_range()
625 print_number_range (char sepchar, struct file_data *file, lin a, lin b) in print_number_range() argument
628 translate_range (file, a, b, &trans_a, &trans_b); in print_number_range()
/freebsd/contrib/libpcap/pcap/
H A Dpcap.h548 #define pcap_fopen_offline_with_tstamp_precision(f,p,b) \ argument
549 pcap_hopen_offline_with_tstamp_precision(_get_osfhandle(_fileno(f)), p, b)
550 #define pcap_fopen_offline(f,b) \ argument
551 pcap_hopen_offline(_get_osfhandle(_fileno(f)), b)
/freebsd/sys/contrib/openzfs/tests/zfs-tests/cmd/
H A Dbtree_test.c74 uint64_t b = n2->data; in avl_compare() local
76 return (TREE_CMP(a, b)); in avl_compare()
83 const uint64_t *b = v2; in zfs_btree_compare() local
85 return (TREE_CMP(*a, *b)); in zfs_btree_compare()

1...<<141142143144145146147148149150>>...280