Home
last modified time | relevance | path

Searched full:associative (Results 1 – 25 of 139) sorted by relevance

123456

/freebsd/sys/x86/x86/
H A Didentcpu.c1823 printf(", fully associative\n"); in print_AMD_assoc()
1825 printf(", %d-way associative\n", i); in print_AMD_assoc()
1834 case 2: printf(", 2-way associative\n"); break; in print_AMD_l2_assoc()
1835 case 4: printf(", 4-way associative\n"); break; in print_AMD_l2_assoc()
1836 case 6: printf(", 8-way associative\n"); break; in print_AMD_l2_assoc()
1837 case 8: printf(", 16-way associative\n"); break; in print_AMD_l2_assoc()
1838 case 15: printf(", fully associative\n"); break; in print_AMD_l2_assoc()
1989 printf("L2 cache: %u kbytes, %u-way associative, %u bytes/line\n", in print_INTEL_info()
2003 printf("Instruction TLB: 4 KB pages, 4-way set associative, 32 entries\n"); in print_INTEL_TLB()
2006 printf("Instruction TLB: 4 MB pages, fully associative, 2 entries\n"); in print_INTEL_TLB()
[all …]
/freebsd/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/assocs/
H A Dtst.misc.d31 * Test the different kinds of associative scalar references.
33 * SECTION: Variables/Associative Arrays
36 * In particular, we test accessing a DTrace associative array
38 * and TLS), and DTrace associative array scalar subsequent references
H A Derr.D_PROTO_LEN.toofew.d31 * Test an associative array reference that is invalid because of too few
34 * SECTION: Variables/Associative Arrays
H A Derr.D_PROTO_ARG.badsig.d31 * Test an associative array reference that is invalid because of a type
34 * SECTION: Variables/Associative Arrays
H A Derr.D_PROTO_LEN.toomany.d31 * Test an associative array reference that is invalid because of too many
34 * SECTION: Variables/Associative Arrays
H A Derr.tupoflow.d31 * Generates an associative array reference that should overflow the tuple
34 * SECTION: Variables/Associative Arrays
H A Dtst.cpyarray.d32 * Copy value from associative arrays to local variables.
34 * SECTION: Variables/Associative Arrays
H A Derr.D_OP_INCOMPAT.dupgtype.d34 * SECTION: Variables/Associative Arrays
H A Derr.D_OP_INCOMPAT.this.d35 * SECTION: Variables/Associative Arrays
H A Derr.D_SYNTAX.errassign.d34 * SECTION: Variables/Associative Arrays
H A Dtst.initialize.d34 * SECTION: Variables/Associative Arrays
H A Dtst.this.d34 * SECTION: Variables/Associative Arrays
H A Derr.D_OP_INCOMPAT.dupttype.d34 * SECTION: Variables/Associative Arrays
/freebsd/share/doc/psd/15.yacc/
H A Dss680 Plus and minus are left associative, and have lower precedence than
81 star and slash, which are also left associative.
82 The keyword %right is used to describe right associative operators,
166 associative implies reduce, right associative implies shift, and nonassociating
/freebsd/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/sizeof/
H A Derr.D_IDENT_BADREF.SizeofAssoc.d31 * type. For an associative array, the D compiler should throw an error since
32 * an associative array does not have a fixed size.
/freebsd/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/inline/
H A Dtst.InlineKinds.d32 * associative array inlines, and inlines using translators.
50 inline int i4[int x, int y] = x + y; /* associative array */
/freebsd/contrib/llvm-project/llvm/lib/MC/
H A DMCAsmInfoCOFF.cpp42 // If this is a COFF target, assume that it supports associative comdats. It's in MCAsmInfoCOFF()
59 // If this is a GNU environment (mingw or cygwin), don't use associative in MCAsmInfoGNUCOFF()
/freebsd/usr.bin/m4/tests/
H A Dgnueval.m42 dnl exponentiation is right associative
/freebsd/contrib/bc/include/
H A Dbc.h223 * associativity @a l (true if left associative, false otherwise). This is used
226 * @param l True if the operator is left associative, false otherwise.
239 * Returns non-zero if operator @a op is left associative, zero otherwise.
241 * @return Non-zero if the operator is left associative, zero otherwise.
/freebsd/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/arrays/
H A Derr.D_ARR_BADREF.bad.d32 * Tuples can not be used in non-associative arrays.
/freebsd/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/decls/
H A Derr.D_DECL_PROTO_TYPE.Dyn.d31 * DTrace type such as an associative array type.
H A Derr.D_DECL_LOCASSC.NonLocalAssoc.d31 * associative arrays may not be declared as local variables
H A Derr.D_DECL_PARMCLASS.BadStorageClass.d31 * inappropriate storage class for function or associative array parameter
/freebsd/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/scalars/
H A Derr.D_ARR_LOCAL.thisarray.d31 * Use 'this' variables in associative array.
/freebsd/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/pointers/
H A Dtst.basic2.d30 * ASSERTION: Pointers can be stored in associative arrays.

123456