Searched refs:oe (Results 1 - 24 of 24) sorted by relevance

/freebsd-11-stable/usr.bin/sed/
H A Dmisc.c61 static char *oe; local
64 if (oe != NULL)
65 free(oe);
67 if ((oe = malloc(s)) == NULL)
69 (void)regerror(errcode, preg, oe, s);
70 return (oe);
/freebsd-11-stable/contrib/gcc/
H A Dtree-ssa-reassoc.c367 operand_entry_t oe = pool_alloc (operand_entry_pool); local
369 oe->op = op;
370 oe->rank = get_rank (op);
371 VEC_safe_push (operand_entry_t, heap, *ops, oe);
497 operand_entry_t oe; local
511 VEC_iterate (operand_entry_t, *ops, i, oe)
512 && oe->rank >= curr->rank - 1 ;
515 if (oe->op == negateop)
523 print_generic_expr (dump_file, oe->op, 0);
528 add_to_ops_vec (ops, fold_convert(TREE_TYPE (oe
554 operand_entry_t oe; local
740 operand_entry_t oe; local
843 operand_entry_t oe; local
1387 operand_entry_t oe; local
[all...]
/freebsd-11-stable/contrib/tcsh/
H A Ded.refresh.c588 Char *ofd, *ols, *oe, *nfd, *nls, *ne; local
616 oe = o;
617 *oe = (Char) 0;
723 if ((oe - ols) < MIN_END_KEEP) {
724 ols = oe;
752 ols = oe;
756 ols = oe;
768 ols = oe;
772 ols = oe;
798 reprintf("ofd %d, osb %d, ose %d, ols %d, oe
[all...]
/freebsd-11-stable/lib/libedit/
H A Drefresh.c508 Char *ofd, *ols, *oe, *nfd, *nls, *ne; local
535 oe = o;
536 *oe = '\0';
625 if ((oe - ols) < MIN_END_KEEP) {
626 ols = oe;
653 ols = oe;
657 ols = oe;
669 ols = oe;
673 ols = oe;
696 ELRE_DEBUG(1, (__F, "ofd %td, osb %td, ose %td, ols %td, oe
[all...]
/freebsd-11-stable/sys/mips/atheros/
H A Dar71xx_gpio.c391 uint32_t oe; local
457 oe = GPIO_READ(sc, AR71XX_GPIO_OE);
467 if (oe & (1 << j))
519 oe = GPIO_READ(sc, AR71XX_GPIO_OE);
520 oe &= ~ (1 << i);
521 GPIO_WRITE(sc, AR71XX_GPIO_OE, oe);
524 oe = GPIO_READ(sc, AR71XX_GPIO_OUT);
525 oe &= ~ (1 << i);
526 GPIO_WRITE(sc, AR71XX_GPIO_OUT, oe);
/freebsd-11-stable/sys/arm/ti/
H A Dti_gpio.c424 uint32_t oe; local
438 oe = ti_gpio_read_4(sc, TI_GPIO_OE);
440 oe |= TI_GPIO_MASK(pin);
442 oe &= ~TI_GPIO_MASK(pin);
443 ti_gpio_write_4(sc, TI_GPIO_OE, oe);
503 uint32_t oe, reg, val; local
514 oe = ti_gpio_read_4(sc, TI_GPIO_OE);
515 if (oe & TI_GPIO_MASK(pin))
/freebsd-11-stable/contrib/nvi/ex/
H A Dex_subst.c1289 char *oe; local
1292 MALLOC(sp, oe, char *, s);
1293 if (oe != NULL) {
1294 (void)regerror(errcode, preg, oe, s);
1295 msgq(sp, M_ERR, "RE error: %s", oe);
1296 free(oe);
/freebsd-11-stable/contrib/libreadline/
H A Ddisplay.c1217 register char *ofd, *ols, *oe, *nfd, *nls, *ne; local
1352 of the distance between ne and new and oe and old, respectively, to
1354 for (od = ofd - old, oe = ofd; od < omax && *oe; oe++, od++);
1358 if (ofd == oe && nfd == ne)
1366 ols = old + _rl_find_prev_mbchar (old, oe - old, MB_FIND_ANY);
1392 ols = oe - 1; /* find last same */
1407 ols = oe;
1679 lendiff = (oe
[all...]
/freebsd-11-stable/sys/contrib/octeon-sdk/
H A Dcvmx-compactflash.c426 mio_boot_reg_tim.s.oe = t2; /* How long read enable is asserted */
H A Dcvmx-mio-defs.h2647 uint64_t oe : 6; /**< Region X output enable count */ member in struct:cvmx_mio_boot_reg_timx::cvmx_mio_boot_reg_timx_s
2653 uint64_t oe : 6;
2680 uint64_t oe : 6; /**< Region X output enable count */ member in struct:cvmx_mio_boot_reg_timx::cvmx_mio_boot_reg_timx_cn38xx
2686 uint64_t oe : 6;
8097 uint64_t oe : 1; /**< Overrun Error bit */ member in struct:cvmx_mio_uartx_lsr::cvmx_mio_uartx_lsr_s
8101 uint64_t oe : 1;
9162 uint64_t oe : 1; /**< Overrun Error bit */ member in struct:cvmx_mio_uart2_lsr::cvmx_mio_uart2_lsr_s
9166 uint64_t oe : 1;
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64ConditionalCompares.cpp222 for (unsigned oi = 1, oe = I.getNumOperands(); oi != oe; oi += 2) {
/freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/
H A DTargetInstrInfo.cpp356 oe = MI.memoperands_end();
357 o != oe; ++o) {
370 oe = MI.memoperands_end();
371 o != oe; ++o) {
/freebsd-11-stable/crypto/openssl/util/
H A Dpod2man.pl619 .ds oe o\h'-(\w'o'u*4/10)'e
640 . ds oe oe
/freebsd-11-stable/gnu/usr.bin/rcs/lib/
H A Drcsedit.c673 register long e, oe;
690 oe = e;
713 insertline(oe, optr);
/freebsd-11-stable/contrib/llvm-project/llvm/utils/TableGen/
H A DRegisterInfoEmitter.cpp1371 for (unsigned oi = 1 , oe = RC.getNumOrders(); oi != oe; ++oi) {
1384 for (unsigned oi = 1, oe = RC.getNumOrders(); oi != oe; ++oi)
/freebsd-11-stable/contrib/llvm-project/lldb/source/Expression/
H A DIRInterpreter.cpp593 for (unsigned oi = 0, oe = ii.getNumOperands(); oi != oe; ++oi) {
/freebsd-11-stable/contrib/llvm-project/clang/lib/Sema/
H A DSemaCast.cpp1061 OverloadExpr* oe = OverloadExpr::find(SrcExpr.get()).Expression; local
1063 << oe->getName() << DestType << OpRange
1064 << oe->getQualifierLoc().getSourceRange();
H A DSemaDeclObjC.cpp203 oe = Overridden->param_end(); local
206 ni != ne && oi != oe; ++ni, ++oi) {
H A DSemaDecl.cpp3831 oe = oldMethod->param_end(); local
3834 ni != ne && oi != oe; ++ni, ++oi)
/freebsd-11-stable/contrib/netbsd-tests/usr.bin/grep/
H A Dt_grep.sh705 atf_check -s exit:0 -o inline:"B\n" grep --mmap -oe "B" test1
/freebsd-11-stable/contrib/amd/doc/
H A Dtexinfo.tex4469 \definedummyword\oe
4651 \def\oe{oe}%
9028 \gdef^^bd{\oe}
9406 \DeclareUnicodeCharacter{0153}{\oe}
/freebsd-11-stable/contrib/gcc/doc/include/
H A Dtexinfo.tex3302 \definedummyword{oe}%
3450 \def\oe{oe}%
/freebsd-11-stable/contrib/groff/doc/
H A Dtexinfo.tex3200 \definedummyword{oe}%
3348 \def\oe{oe}%
/freebsd-11-stable/contrib/binutils/opcodes/
H A Dppc-opc.c1518 #define XO(op, xop, oe, rc) \
1519 (OP (op) | ((((unsigned long)(xop)) & 0x1ff) << 1) | ((((unsigned long)(oe)) & 1) << 10) | (((unsigned long)(rc)) & 1))

Completed in 488 milliseconds