Searched refs:op (Results 76 - 100 of 1141) sorted by relevance

1234567891011>>

/freebsd-current/contrib/opencsd/decoder/include/opencsd/c_api/
H A Docsd_c_api_types.h82 const ocsd_datapath_op_t op,
88 const ocsd_datapath_op_t op,
/freebsd-current/contrib/llvm-project/llvm/lib/CodeGen/
H A DXRayInstrumentation.cpp90 InstrumentationOptions op) {
98 (op.HandleAllReturns || T.getOpcode() == TII->getReturnOpcode())) {
103 if (TII->isTailCall(T) && op.HandleTailcall) {
126 InstrumentationOptions op) {
131 (op.HandleAllReturns || T.getOpcode() == TII->getReturnOpcode())) {
134 if (TII->isTailCall(T) && op.HandleTailcall) {
235 InstrumentationOptions op;
236 op.HandleTailcall = false;
237 op.HandleAllReturns = true;
238 prependRetWithPatchableExit(MF, TII, op);
88 replaceRetWithPatchableRet( MachineFunction &MF, const TargetInstrInfo *TII, InstrumentationOptions op) argument
124 prependRetWithPatchableExit( MachineFunction &MF, const TargetInstrInfo *TII, InstrumentationOptions op) argument
[all...]
/freebsd-current/sys/contrib/zstd/lib/compress/
H A Dzstd_compress_superblock.c51 BYTE* op = ostart + lhSize; local
73 ZSTD_memcpy(op, hufMetadata->hufDesBuffer, hufMetadata->hufDesSize);
74 op += hufMetadata->hufDesSize;
80 { const size_t cSize = singleStream ? HUF_compress1X_usingCTable(op, oend-op, literals, litSize, hufTable)
81 : HUF_compress4X_usingCTable(op, oend-op, literals, litSize, hufTable);
82 op += cSize;
125 DEBUGLOG(5, "Compressed literals: %u -> %u", (U32)litSize, (U32)(op-ostart));
126 return op
170 BYTE* op = ostart; local
273 BYTE* op = ostart + ZSTD_blockHeaderSize; local
445 BYTE* op = ostart; local
[all...]
/freebsd-current/sys/cddl/contrib/opensolaris/common/lz4/
H A Dlz4.c491 BYTE *op = (BYTE *) dest; local
540 token = op++;
543 if unlikely(op + length + (2 + 1 + LASTLITERALS) +
551 *op++ = 255;
552 *op++ = (BYTE)len;
557 LZ4_BLINDCOPY(anchor, op, length);
561 LZ4_WRITE_LITTLEENDIAN_16(op, ip - ref);
594 if unlikely(op + (1 + LASTLITERALS) + (len >> 8) > oend)
600 *op++ = 255;
601 *op
686 BYTE *op = (BYTE *) dest; local
906 BYTE *op = (BYTE *) dest; local
[all...]
/freebsd-current/contrib/nvi/common/
H A Doptions.c305 OPTLIST const *op; local
420 for (op = optlist, cnt = 0; op->name != NULL; ++op, ++cnt) {
421 if (F_ISSET(op, OPT_GLOBAL))
423 switch (op->type) {
470 OPTLIST const *op; local
509 op = NULL;
514 if ((op = opts_search(name)) == NULL &&
518 op
760 OPTION *op; local
819 OPTLIST const *op; local
949 opts_print(SCR *sp, OPTLIST const *op) argument
987 OPTLIST const *op; local
1043 OPTLIST const *op, *found; local
[all...]
/freebsd-current/contrib/libedit/
H A Deln.c105 el_set(EditLine *el, int op, ...) argument
112 va_start(ap, op);
114 switch (op) {
118 ret = prompt_set(el, p, 0, op, 0);
141 ret = prompt_set(el, p, c, op, 0);
146 ret = el_wset(el, op, va_arg(ap, char *));
150 ret = el_wset(el, op, ct_decode_string(va_arg(ap, char *),
159 ret = el_wset(el, op, va_arg(ap, int));
184 switch (op) {
242 ret = el_wset(el, op, va_ar
275 el_get(EditLine *el, int op, ...) argument
[all...]
/freebsd-current/sys/contrib/openzfs/module/zfs/
H A Dlz4_zfs.c488 BYTE *op = (BYTE *) dest; local
537 token = op++;
540 if (unlikely(op + length + (2 + 1 + LASTLITERALS) +
548 *op++ = 255;
549 *op++ = (BYTE)len;
554 LZ4_BLINDCOPY(anchor, op, length);
558 LZ4_WRITE_LITTLEENDIAN_16(op, ip - ref);
591 if (unlikely(op + (1 + LASTLITERALS) + (len >> 8) > oend))
597 *op++ = 255;
598 *op
678 BYTE *op = (BYTE *) dest; local
[all...]
/freebsd-current/contrib/ntp/sntp/libopts/
H A Dintprops.h126 The INT_<op>_RANGE_OVERFLOW macros return 1 if the corresponding C
131 INT_<op>_OVERFLOW macros described below.
280 The INT_<op>_OVERFLOW macros return 1 if the corresponding C operators
282 The INT_<op>_WRAPV macros also store the low-order bits of the answer.
337 /* Return 1 if the expression A <op> B would overflow,
367 /* Store the low-order bits of A <op> B into *R, where OP specifies
372 # define _GL_INT_OP_WRAPV(a, b, r, op, builtin, overflow) builtin (a, b, r)
374 # define _GL_INT_OP_WRAPV(a, b, r, op, builtin, overflow) \
378 _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned int, \
381 _GL_INT_OP_CALC (a, b, r, op, overflo
[all...]
/freebsd-current/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/nfs/
H A Dtst.call.d50 nfsv4:::op-putrootfh-start
55 nfsv4:::op-putrootfh-done
/freebsd-current/contrib/netbsd-tests/fs/ffs/
H A Dffs_common.sh8 local op;
10 op="-q user -q group"
12 op="-q ${type}"
14 atf_check -o ignore -e ignore newfs ${op} \
/freebsd-current/contrib/opencsd/decoder/include/interfaces/
H A Dtrc_data_raw_in_i.h65 * @param op : Data path operation.
73 virtual ocsd_datapath_resp_t TraceDataIn( const ocsd_datapath_op_t op,
H A Dtrc_data_rawframe_in_i.h61 * @param op : Data path operation.
70 virtual ocsd_err_t TraceRawFrameIn( const ocsd_datapath_op_t op,
H A Dtrc_pkt_in_i.h65 * @param op : Datapath operation.
71 virtual ocsd_datapath_resp_t PacketDataIn( const ocsd_datapath_op_t op,
H A Dtrc_pkt_raw_in_i.h67 * @param op : Datapath operation
74 virtual void RawPacketDataMon( const ocsd_datapath_op_t op,
/freebsd-current/sys/contrib/openzfs/tests/zfs-tests/tests/functional/tmpfile/
H A Dtmpfile_002_pos.c29 run(const char *op) argument
33 sprintf(buf, "sudo -E zpool %s $TESTPOOL", op);
36 err(4, "system \"zpool %s\"", op);
39 op, WEXITSTATUS(ret));
/freebsd-current/sys/contrib/openzfs/module/zstd/lib/common/
H A Dfse_decompress.c172 BYTE* op = ostart; local
173 BYTE* const omax = op + maxDstSize;
189 for ( ; (BIT_reloadDStream(&bitD)==BIT_DStream_unfinished) & (op<olimit) ; op+=4) {
190 op[0] = FSE_GETSYMBOL(&state1);
195 op[1] = FSE_GETSYMBOL(&state2);
198 { if (BIT_reloadDStream(&bitD) > BIT_DStream_unfinished) { op+=2; break; } }
200 op[2] = FSE_GETSYMBOL(&state1);
205 op[3] = FSE_GETSYMBOL(&state2);
211 if (op>(oma
[all...]
/freebsd-current/sys/dev/etherswitch/ar40xx/
H A Dar40xx_hw_vtu.h30 extern int ar40xx_hw_vtu_op(struct ar40xx_softc *sc, uint32_t op,
/freebsd-current/sys/dev/ath/ath_hal/
H A Dah_decode.h33 uint32_t op : 8, member in struct:athregrec
/freebsd-current/usr.sbin/bsnmpd/modules/snmp_bridge/
H A Dbridge_pf.c75 uint sub, uint iidx __unused, enum snmp_op op)
82 switch (op) {
87 op, &(ctx->scratch->int1));
108 op, &k_val) < 0)
74 op_begemot_bridge_pf(struct snmp_context *ctx, struct snmp_value *val, uint sub, uint iidx __unused, enum snmp_op op) argument
/freebsd-current/tools/tools/wtap/vis_map/
H A Dvis_map.c42 toggle_medium(int op) argument
44 if (ioctl(dev, VISIOCTLOPEN, &op) < 0) {
95 l.op = 1;
105 l.op = 0;
/freebsd-current/sys/amd64/include/
H A Dvmm_snapshot.h94 enum vm_snapshot_op op; member in struct:vm_snapshot_meta
97 void vm_snapshot_buf_err(const char *bufname, const enum vm_snapshot_op op);
106 vm_snapshot_buf_err(#DATA, (META)->op); \
123 vm_snapshot_buf_err(#DATA, (META)->op); \
/freebsd-current/sys/contrib/zlib/
H A Dinftrees.h14 table that indexes more bits of the code. op indicates whether
17 pointer, the low four bits of op is the number of index bits of
18 that table. For a length or distance, the low four bits of op
25 unsigned char op; /* operation, extra bits, table bits */ member in struct:__anon41
30 /* op values as set by inflate_table():
/freebsd-current/contrib/llvm-project/libcxx/include/__functional/
H A Dbinder2nd.h28 _Operation op; member in class:binder2nd
33 : op(__x), value(__y) {}
36 return op(__x, value);
40 return op(__x, value);
H A Dbinder1st.h28 _Operation op; member in class:binder1st
33 : op(__x), value(__y) {}
36 return op(value, __x);
40 return op(value, __x);
/freebsd-current/sys/contrib/zstd/lib/decompress/
H A Dzstd_decompress_block.c753 * Copies 8 bytes from ip to op and updates op and ip where ip <= op.
756 * Precondition: *ip <= *op
757 * Postcondition: *op - *op >= 8
759 HINT_INLINE void ZSTD_overlapCopy8(BYTE** op, BYTE const** ip, size_t offset) { argument
760 assert(*ip <= *op);
766 (*op)[0] = (*ip)[0];
767 (*op)[
792 ZSTD_safecopy(BYTE* op, const BYTE* const oend_w, BYTE const* ip, ptrdiff_t length, ZSTD_overlap_e ovtype) argument
832 ZSTD_safecopyDstBeforeSrc(BYTE* op, BYTE const* ip, ptrdiff_t length) argument
861 ZSTD_execSequenceEnd(BYTE* op, BYTE* const oend, seq_t sequence, const BYTE** litPtr, const BYTE* const litLimit, const BYTE* const prefixStart, const BYTE* const virtualStart, const BYTE* const dictEnd) argument
908 ZSTD_execSequenceEndSplitLitBuffer(BYTE* op, BYTE* const oend, const BYTE* const oend_w, seq_t sequence, const BYTE** litPtr, const BYTE* const litLimit, const BYTE* const prefixStart, const BYTE* const virtualStart, const BYTE* const dictEnd) argument
953 ZSTD_execSequence(BYTE* op, BYTE* const oend, seq_t sequence, const BYTE** litPtr, const BYTE* const litLimit, const BYTE* const prefixStart, const BYTE* const virtualStart, const BYTE* const dictEnd) argument
1046 ZSTD_execSequenceSplitLitBuffer(BYTE* op, BYTE* const oend, const BYTE* const oend_w, seq_t sequence, const BYTE** litPtr, const BYTE* const litLimit, const BYTE* const prefixStart, const BYTE* const virtualStart, const BYTE* const dictEnd) argument
1287 ZSTD_assertValidSequence( ZSTD_DCtx const* dctx, BYTE const* op, BYTE const* oend, seq_t const seq, BYTE const* prefixStart, BYTE const* virtualStart) argument
1332 BYTE* op = ostart; local
1549 BYTE* op = ostart; local
1678 BYTE* op = ostart; local
[all...]

Completed in 425 milliseconds

1234567891011>>