Searched refs:operation (Results 1 - 25 of 162) sorted by path

1234567

/freebsd-11-stable/contrib/amd/doc/
H A Dtexinfo.tex4356 % which makes an entry in a two-level index such as the operation index.
/freebsd-11-stable/contrib/binutils/bfd/
H A Dbfd-in2.h1716 bfd_boolean (*operation) (bfd *abfd, asection *sect, void *obj),
H A Dsection.c869 bfd_boolean (*operation) (bfd *,
884 if ((*operation) (abfd, &sh->section, user_storage))
1221 void (*operation) (bfd *, asection *, void *),
1228 (*operation) (abfd, sect, user_storage);
1241 bfd_boolean (*operation) (bfd *abfd, asection *sect, void *obj),
1245 Call the provided function @var{operation} for each section
1249 | operation (abfd, the_section, obj);
1251 It returns the first section for which @var{operation} returns true.
1257 bfd_boolean (*operation) (bfd *, asection *, void *),
1263 if ((*operation) (abf
[all...]
/freebsd-11-stable/contrib/binutils/binutils/
H A Dar.c348 } operation = none;
489 if (operation != none)
490 fatal (_("two different operation options specified"));
494 operation = delete;
498 operation = move;
502 operation = print_files;
505 operation = quick_append;
509 operation = replace;
513 operation = print_table;
516 operation
345 } operation = none; local
[all...]
/freebsd-11-stable/contrib/gcc/config/arm/
H A Dieee754-sf.S730 @ the operands are unordered and the operation is
733 @ the operands are unordered and the operation is GT
/freebsd-11-stable/contrib/gcc/config/rs6000/
H A Ddarwin-fpsave.asm38 (4 bytes) to do the operation; for Vector regs, 2 instructions are
H A Ddarwin-vecsave.asm41 (4 bytes) to do the operation; for Vector regs, 2 instructions are
/freebsd-11-stable/contrib/gcc/doc/include/
H A Dtexinfo.tex3211 % which makes an entry in a two-level index such as the operation index.
/freebsd-11-stable/contrib/gcc/
H A Dtree-vect-transform.c602 STMT - a stmt that performs a reduction operation in the loop.
608 Return a vector variable, initialized according to the operation that STMT
733 by applying the operation specified by REDUC_CODE if available, or by
795 tree operation = TREE_OPERAND (stmt, 1); local
798 op_type = TREE_CODE_LENGTH (TREE_CODE (operation));
799 reduction_op = TREE_OPERAND (operation, op_type-1);
924 emulating the operation via tree-vect-generic, we don't want
1094 Check if STMT performs a reduction operation that can be vectorized.
1143 tree operation; local
1188 /* 3. Check the operands of the operation
1476 tree operation; local
1979 tree operation; local
[all...]
H A Dtree-vectorizer.c113 expressed using existing tree codes, to verify that an operation is
1716 a reduction operation cannot have uses in the loop. */
1801 a2 = operation (a3, a1)
1804 1. operation is commutative and associative and it is safe to
1807 3. no uses of a1 in the loop besides the reduction operation.
1820 tree operation, op1, op2;
1850 operation = TREE_OPERAND (def_stmt, 1);
1851 code = TREE_CODE (operation);
1857 print_generic_expr (vect_dump, operation, TDF_SLIM);
1867 fprintf (vect_dump, "reduction: not binary operation
1819 tree operation, op1, op2; local
[all...]
H A Dvalue-prof.c175 tree_divmod_fixed_value (tree stmt, tree operation, argument
187 tree optype = TREE_TYPE (operation);
210 build2 (TREE_CODE (operation), optype, op1, tmpv));
217 build2 (TREE_CODE (operation), optype, op1, op2));
339 tree_mod_pow2 (tree stmt, tree operation, tree op1, tree op2, int prob, argument
350 tree optype = TREE_TYPE (operation);
384 build2 (TREE_CODE (operation), optype, op1, op2));
502 tree_mod_subtract (tree stmt, tree operation, tree op1, tree op2, argument
514 tree optype = TREE_TYPE (operation);
553 build2 (TREE_CODE (operation), optyp
[all...]
/freebsd-11-stable/contrib/gdb/gdb/
H A Dgdbarch.sh1499 operation --- once you've created a gdbarch, you keep it around.
/freebsd-11-stable/contrib/groff/doc/
H A Dtexinfo.tex3110 % which makes an entry in a two-level index such as the operation index.
/freebsd-11-stable/contrib/groff/src/roff/troff/
H A Denv.cpp3515 struct operation { struct
3516 operation *next;
3519 operation(int, int, operation *);
3522 operation::operation(int i, int j, operation *op) function in class:operation
3529 operation *op = 0;
3532 op = new operation(num[i], patlen - i, op);
3581 operation *o
[all...]
/freebsd-11-stable/contrib/hyperv/tools/
H A Dhv_kvp_daemon.c97 * The structure for operation handlers.
1224 op = op_msg->hdr.kvp_hdr.operation;
1348 * Initialize the operation hanlders.
1420 KVP_LOG(LOG_ERR, "Failed to initizlize operation handlers\n");
1444 hv_kvp_dev_buf->hdr.kvp_hdr.operation = HV_KVP_OP_REGISTER;
1494 op = hv_msg->hdr.kvp_hdr.operation;
1500 "Unsupported operation OP = %d\n", op);
/freebsd-11-stable/contrib/ncurses/ncurses/base/
H A Dlib_mouse.c314 the_mouse.operation = MOUSE_GETINFO;
348 the_mouse.operation = MOUSE_HIDE;
350 the_mouse.operation = MOUSE_SHOW;
631 the_mouse.operation = MOUSE_MODE;
636 the_mouse.operation = MOUSE_SHOW;
/freebsd-11-stable/contrib/ntp/lib/isc/
H A Drwlock.c51 print_lock(const char *operation, isc_rwlock_t *rwl, isc_rwlocktype_t type) { argument
57 rwl, isc_thread_self(), operation,
218 * and a mutex lock, ordering between the atomic operation and locks can be
231 * operation, not by the mutex, and can be changed just before sleeping.
/freebsd-11-stable/contrib/ntp/sntp/libevent/
H A Depolltable-internal.h136 static const struct operation { struct
/freebsd-11-stable/contrib/openbsm/compat/
H A Dflopen.h40 int fd, operation, serrno, trunc; local
57 operation = LOCK_EX;
59 operation |= LOCK_NB;
68 if (flock(fd, operation) == -1) {
/freebsd-11-stable/contrib/smbfs/
H A DMakefile78 echo This operation is not required with devfs; \
/freebsd-11-stable/contrib/subversion/subversion/libsvn_fs_base/bdb/
H A Dbdb-err.c95 svn_fs_bdb__wrap_db(svn_fs_t *fs, const char *operation, int db_err)
110 fs->path ? fs->path : "(none)", _(operation));
90 svn_fs_bdb__wrap_db(svn_fs_t *fs, const char *operation, int db_err) argument
H A Dbdb-err.h71 /* Check the return status from the Berkeley DB operation. If the
72 operation succeeded, return zero. Otherwise, construct an
78 const char *operation,
/freebsd-11-stable/contrib/subversion/subversion/libsvn_fs_base/
H A Dtrail.h49 - Any Berkeley DB operation you perform as part of a Berkeley DB
51 operation interferes with some other transaction in progress.
89 If a Berkeley DB operation returns DB_LOCK_DEADLOCK, just
176 If a DB operation deadlocks, or if any other kind of error
233 #define svn_fs_base__trail_debug(trail, table, operation)
/freebsd-11-stable/contrib/subversion/subversion/libsvn_wc/
H A Dutil.c231 svn_wc_operation_t operation,
244 conflict->operation = operation;
410 new_conflict->operation = conflict->operation;
227 svn_wc_conflict_description_create_tree2( const char *local_abspath, svn_node_kind_t node_kind, svn_wc_operation_t operation, const svn_wc_conflict_version_t *src_left_version, const svn_wc_conflict_version_t *src_right_version, apr_pool_t *result_pool) argument
H A Dwc-checks.sql184 /* Local-adds are always their own operation (read: they don't have

Completed in 419 milliseconds

1234567