Home
last modified time | relevance | path

Searched refs:od (Results 1 – 25 of 71) sorted by relevance

123

/openbsd-src/usr.bin/ssh/
H A Dsftp-glob.c62 fudge_readdir(struct SFTP_OPENDIR *od) in fudge_readdir() argument
66 if (od->dir[od->offset] == NULL) in fudge_readdir()
70 strlcpy(ret.d_name, od->dir[od->offset++]->filename, in fudge_readdir()
77 fudge_closedir(struct SFTP_OPENDIR *od) in fudge_closedir() argument
79 sftp_free_dirents(od->dir); in fudge_closedir()
80 free(od); in fudge_closedir()
/openbsd-src/regress/sys/kern/signal/sigfpe/
H A Dsigfpe.c51 double d, od; in check_oflow() local
53 od = 0; in check_oflow()
56 od = d; in check_oflow()
60 } while (d != od); in check_oflow()
/openbsd-src/gnu/usr.bin/binutils-2.17/opcodes/
H A Dopenrisc-opc.h99 #define CGEN_INIT_PARSE(od) \ argument
102 #define CGEN_INIT_INSERT(od) \ argument
105 #define CGEN_INIT_EXTRACT(od) \ argument
108 #define CGEN_INIT_PRINT(od) \ argument
H A Dip2k-opc.h104 #define CGEN_INIT_PARSE(od) \ argument
107 #define CGEN_INIT_INSERT(od) \ argument
110 #define CGEN_INIT_EXTRACT(od) \ argument
113 #define CGEN_INIT_PRINT(od) \ argument
H A Dmt-opc.h165 #define CGEN_INIT_PARSE(od) \ argument
168 #define CGEN_INIT_INSERT(od) \ argument
171 #define CGEN_INIT_EXTRACT(od) \ argument
174 #define CGEN_INIT_PRINT(od) \ argument
H A Dxstormy16-opc.h124 #define CGEN_INIT_PARSE(od) \ argument
127 #define CGEN_INIT_INSERT(od) \ argument
130 #define CGEN_INIT_EXTRACT(od) \ argument
133 #define CGEN_INIT_PRINT(od) \ argument
H A Dm32r-opc.h130 #define CGEN_INIT_PARSE(od) \ argument
133 #define CGEN_INIT_INSERT(od) \ argument
136 #define CGEN_INIT_EXTRACT(od) \ argument
139 #define CGEN_INIT_PRINT(od) \ argument
H A Dfr30-opc.h137 #define CGEN_INIT_PARSE(od) \ argument
140 #define CGEN_INIT_INSERT(od) \ argument
143 #define CGEN_INIT_EXTRACT(od) \ argument
146 #define CGEN_INIT_PRINT(od) \ argument
H A Diq2000-opc.h167 #define CGEN_INIT_PARSE(od) \ argument
170 #define CGEN_INIT_INSERT(od) \ argument
173 #define CGEN_INIT_EXTRACT(od) \ argument
176 #define CGEN_INIT_PRINT(od) \ argument
H A Dxc16x-opc.h211 #define CGEN_INIT_PARSE(od) \ argument
214 #define CGEN_INIT_INSERT(od) \ argument
217 #define CGEN_INIT_EXTRACT(od) \ argument
220 #define CGEN_INIT_PRINT(od) \ argument
H A Dfrv-opc.h373 #define CGEN_INIT_PARSE(od) \ argument
376 #define CGEN_INIT_INSERT(od) \ argument
379 #define CGEN_INIT_EXTRACT(od) \ argument
382 #define CGEN_INIT_PRINT(od) \ argument
/openbsd-src/gnu/usr.bin/binutils/opcodes/
H A Dopenrisc-opc.h99 #define CGEN_INIT_PARSE(od) \ argument
102 #define CGEN_INIT_INSERT(od) \ argument
105 #define CGEN_INIT_EXTRACT(od) \ argument
108 #define CGEN_INIT_PRINT(od) \ argument
H A Dip2k-opc.h104 #define CGEN_INIT_PARSE(od) \ argument
107 #define CGEN_INIT_INSERT(od) \ argument
110 #define CGEN_INIT_EXTRACT(od) \ argument
113 #define CGEN_INIT_PRINT(od) \ argument
H A Dxstormy16-opc.h124 #define CGEN_INIT_PARSE(od) \ argument
127 #define CGEN_INIT_INSERT(od) \ argument
130 #define CGEN_INIT_EXTRACT(od) \ argument
133 #define CGEN_INIT_PRINT(od) \ argument
H A Dm32r-opc.h130 #define CGEN_INIT_PARSE(od) \ argument
133 #define CGEN_INIT_INSERT(od) \ argument
136 #define CGEN_INIT_EXTRACT(od) \ argument
139 #define CGEN_INIT_PRINT(od) \ argument
H A Dfr30-opc.h137 #define CGEN_INIT_PARSE(od) \ argument
140 #define CGEN_INIT_INSERT(od) \ argument
143 #define CGEN_INIT_EXTRACT(od) \ argument
146 #define CGEN_INIT_PRINT(od) \ argument
H A Diq2000-opc.h167 #define CGEN_INIT_PARSE(od) \ argument
170 #define CGEN_INIT_INSERT(od) \ argument
173 #define CGEN_INIT_EXTRACT(od) \ argument
176 #define CGEN_INIT_PRINT(od) \ argument
/openbsd-src/gnu/usr.bin/binutils/gdb/testsuite/gdb.disasm/
H A Dhppa.s254 movb,od %r4,%r26,movb_tests
263 movb,od,n %r4,%r26,movb_tests
273 movib,od 5,%r26,movib_tests
282 movib,od,n 5,%r26,movib_tests
296 comb,od %r0,%r4,comb_tests_1
316 comb,od,n %r0,%r4,comb_tests_1
336 comib,od 0,%r4,comib_tests_1
356 comib,od,n 0,%r4,comib_tests_1
376 addb,od %r1,%r4,addb_tests_1
396 addb,od,n %r1,%r4,addb_tests_1
[all …]
/openbsd-src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.mike/
H A Ddyncast3.C12 } od; variable
15 B *b=&od; in main()
H A Ddyncast2.C14 } od; variable
/openbsd-src/usr.bin/hexdump/
H A DMakefile5 MAN= hexdump.1 od.1
6 LINKS= ${BINDIR}/hexdump ${BINDIR}/od
/openbsd-src/gnu/usr.bin/binutils/include/opcode/
H A Di960.h127 #define SFR_OK(od) (od & SFR) /* TRUE if sfr operand allowed */ argument
128 #define LIT_OK(od) (od & LIT) /* TRUE if literal operand allowed */ argument
129 #define FP_OK(od) (od & FP) /* TRUE if floating-point op allowed */ argument
130 #define REG_ALIGN(od,n) ((od & 0x3 & n) == 0) argument
132 #define MEMOP(od) (od == M) /* TRUE if operand is a memory operand*/ argument
/openbsd-src/gnu/usr.bin/binutils-2.17/include/opcode/
H A Di960.h127 #define SFR_OK(od) (od & SFR) /* TRUE if sfr operand allowed */ argument
128 #define LIT_OK(od) (od & LIT) /* TRUE if literal operand allowed */ argument
129 #define FP_OK(od) (od & FP) /* TRUE if floating-point op allowed */ argument
130 #define REG_ALIGN(od,n) ((od & 0x3 & n) == 0) argument
132 #define MEMOP(od) (od == M) /* TRUE if operand is a memory operand*/ argument
/openbsd-src/gnu/usr.bin/gcc/gcc/
H A Dgenoutput.c614 struct operand_data *od, *od2; local
624 for (od = odata, i = 0; od; od = od->next, i = 0)
625 if (compare_operands (od, &d->operand[0]))
627 od2 = od->next;
656 d->operand_number = od->index;
/openbsd-src/gnu/gcc/gcc/
H A Dgenoutput.c608 struct operand_data *od, *od2; in place_operands() local
618 for (od = odata, i = 0; od; od = od->next, i = 0) in place_operands()
619 if (compare_operands (od, &d->operand[0])) in place_operands()
621 od2 = od->next; in place_operands()
650 d->operand_number = od->index; in place_operands()

123