Searched refs:accepts (Results 1 - 9 of 9) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/utils/TableGen/
H A DX86ModRMFilters.h41 /// accepts - Indicates whether the filter accepts a particular ModR/M
44 /// @result - True if the filter accepts the ModR/M byte; false if not.
45 virtual bool accepts(uint8_t modRM) const = 0;
58 bool accepts(uint8_t modRM) const override {
81 bool accepts(uint8_t modRM) const override {
104 bool accepts(uint8_t modRM) const override {
129 bool accepts(uint8_t modRM) const override {
148 bool accepts(uint8_t modRM) const override {
H A DX86DisassemblerTables.cpp1034 if (filter.accepts(index)) {
/freebsd-13-stable/tools/test/netfibs/
H A Dreflect.c50 static int accepts; variable
81 if (accepts == 0 && nostart == 0) {
121 accepts++;
/freebsd-13-stable/lib/libc/isc/
H A Deventlib_p.h228 LIST(evAccept) accepts; member in struct:__anon7476
/freebsd-13-stable/tools/pkgbase/
H A Dmetalog_reader.lua118 reports about the installed system and issues. It accepts an mtree file in a
/freebsd-13-stable/contrib/libxo/xohtml/external/
H A Djquery.js7216 accepts: {
7591 s.dataTypes[ 0 ] && s.accepts[ s.dataTypes[0] ] ?
7592 s.accepts[ s.dataTypes[0] ] + ( s.dataTypes[ 0 ] !== "*" ? ", " + allTypes + "; q=0.01" : "" ) :
7593 s.accepts[ "*" ]
7968 accepts: {
/freebsd-13-stable/contrib/opie/
H A Dconfigure868 echo $ac_n "checking whether ${CC-cc} accepts -g""... $ac_c" 1>&6
869 echo "configure:870: checking whether ${CC-cc} accepts -g" >&5
/freebsd-13-stable/crypto/openssl/crypto/poly1305/asm/
H A Dpoly1305-armv4.pl570 @ instruction accepts 2x32-bit input and writes 2x64-bit result.
/freebsd-13-stable/contrib/openbsm/
H A Dconfigure3102 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC accepts -g" >&5
3103 $as_echo_n "checking whether $CC accepts -g... " >&6; }
4186 # Check to see if the nm accepts a BSD-compat flag.
9533 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the $host_os linker accepts -exported_symbol" >&5
9534 $as_echo_n "checking whether the $host_os linker accepts -exported_symbol... " >&6; }
13879 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether stat accepts an empty string" >&5
13880 $as_echo_n "checking whether stat accepts an empty string... " >&6; }

Completed in 262 milliseconds