/dflybsd-src/contrib/gdb-7/gdb/common/ |
H A D | vec.h | 203 #define VEC_embedded_init(T,O,N) (VEC_OP(T,embedded_init)(VEC_BASE(O),N)) argument 254 #define VEC_quick_push(T,V,O) (VEC_OP(T,quick_push)(V,O VEC_ASSERT_INFO)) argument 265 #define VEC_safe_push(T,V,O) (VEC_OP(T,safe_push)(&(V),O VEC_ASSERT_INFO)) argument 307 #define VEC_replace(T,V,I,O) (VEC_OP(T,replace)(V,I,O VEC_ASSERT_INFO)) argument 319 #define VEC_quick_insert(T,V,I,O) \ argument 332 #define VEC_safe_insert(T,V,I,O) \ argument 388 #define VEC_lower_bound(T,V,O,LT) \ argument
|
/dflybsd-src/contrib/gcc-4.7/include/ |
H A D | libiberty.h | 375 #define XOBNEW(O, T) ((T *) obstack_alloc ((O), sizeof (T))) argument 376 #define XOBNEWVEC(O, T, N) ((T *) obstack_alloc ((O), sizeof (T) * (N))) argument 377 #define XOBNEWVAR(O, T, S) ((T *) obstack_alloc ((O), (S))) argument 378 #define XOBFINISH(O, T) ((T) obstack_finish ((O))) argument
|
/dflybsd-src/contrib/binutils-2.27/include/ |
H A D | libiberty.h | 373 #define XOBNEW(O, T) ((T *) obstack_alloc ((O), sizeof (T))) argument 374 #define XOBNEWVEC(O, T, N) ((T *) obstack_alloc ((O), sizeof (T) * (N))) argument 375 #define XOBNEWVAR(O, T, S) ((T *) obstack_alloc ((O), (S))) argument 376 #define XOBFINISH(O, T) ((T) obstack_finish ((O))) argument
|
/dflybsd-src/contrib/gdb-7/include/ |
H A D | libiberty.h | 366 #define XOBNEW(O, T) ((T *) obstack_alloc ((O), sizeof (T))) argument 367 #define XOBNEWVEC(O, T, N) ((T *) obstack_alloc ((O), sizeof (T) * (N))) argument 368 #define XOBNEWVAR(O, T, S) ((T *) obstack_alloc ((O), (S))) argument 369 #define XOBFINISH(O, T) ((T) obstack_finish ((O))) argument
|
/dflybsd-src/contrib/gcc-4.7/gcc/ |
H A D | ira-int.h | 490 #define OBJECT_ALLOCNO(O) ((O)->allocno) argument 491 #define OBJECT_SUBWORD(O) ((O)->subword) argument 492 #define OBJECT_CONFLICT_ARRAY(O) ((O)->conflicts_array) argument 493 #define OBJECT_CONFLICT_VEC(O) ((ira_object_t *)(O)->conflicts_array) argument 494 #define OBJECT_CONFLICT_BITVEC(O) ((IRA_INT_TYPE *)(O)->conflicts_array) argument 495 #define OBJECT_CONFLICT_ARRAY_SIZE(O) ((O)->conflicts_array_size) argument 496 #define OBJECT_CONFLICT_VEC_P(O) ((O)->conflict_vec_p) argument 497 #define OBJECT_NUM_CONFLICTS(O) ((O)->num_accumulated_conflicts) argument 498 #define OBJECT_CONFLICT_HARD_REGS(O) ((O)->conflict_hard_regs) argument 499 #define OBJECT_TOTAL_CONFLICT_HARD_REGS(O) ((O)->total_conflict_hard_regs) argument [all …]
|
H A D | vec.h | 234 #define VEC_embedded_init(T,O,N) (VEC_OP(T,base,embedded_init)(VEC_BASE(O),N)) argument 315 #define VEC_quick_push(T,V,O) \ argument 327 #define VEC_safe_push(T,A,V,O) \ argument 380 #define VEC_replace(T,V,I,O) \ argument 393 #define VEC_quick_insert(T,V,I,O) \ argument 406 #define VEC_safe_insert(T,A,V,I,O) \ argument 468 #define VEC_lower_bound(T,V,O,LT) \ argument
|
/dflybsd-src/contrib/binutils-2.34/include/ |
H A D | libiberty.h | 382 #define XOBNEW(O, T) ((T *) obstack_alloc ((O), sizeof (T))) argument 383 #define XOBNEWVEC(O, T, N) ((T *) obstack_alloc ((O), sizeof (T) * (N))) argument 384 #define XOBNEWVAR(O, T, S) ((T *) obstack_alloc ((O), (S))) argument 385 #define XOBFINISH(O, T) ((T) obstack_finish ((O))) argument
|
/dflybsd-src/contrib/gcc-8.0/include/ |
H A D | libiberty.h | 373 #define XOBNEW(O, T) ((T *) obstack_alloc ((O), sizeof (T))) argument 374 #define XOBNEWVEC(O, T, N) ((T *) obstack_alloc ((O), sizeof (T) * (N))) argument 375 #define XOBNEWVAR(O, T, S) ((T *) obstack_alloc ((O), (S))) argument 376 #define XOBFINISH(O, T) ((T) obstack_finish ((O))) argument
|
/dflybsd-src/contrib/gcc-8.0/gcc/ |
H A D | ira-int.h | 499 #define OBJECT_ALLOCNO(O) ((O)->allocno) argument 500 #define OBJECT_SUBWORD(O) ((O)->subword) argument 501 #define OBJECT_CONFLICT_ARRAY(O) ((O)->conflicts_array) argument 502 #define OBJECT_CONFLICT_VEC(O) ((ira_object_t *)(O)->conflicts_array) argument 503 #define OBJECT_CONFLICT_BITVEC(O) ((IRA_INT_TYPE *)(O)->conflicts_array) argument 504 #define OBJECT_CONFLICT_ARRAY_SIZE(O) ((O)->conflicts_array_size) argument 505 #define OBJECT_CONFLICT_VEC_P(O) ((O)->conflict_vec_p) argument 506 #define OBJECT_NUM_CONFLICTS(O) ((O)->num_accumulated_conflicts) argument 507 #define OBJECT_CONFLICT_HARD_REGS(O) ((O)->conflict_hard_regs) argument 508 #define OBJECT_TOTAL_CONFLICT_HARD_REGS(O) ((O)->total_conflict_hard_regs) argument [all …]
|
/dflybsd-src/contrib/elftoolchain/libelf/ |
H A D | _libelf.h | 61 #define LIBELF_ERROR(E, O) (((E) & LIBELF_ELF_ERROR_MASK) | \ argument 64 #define LIBELF_SET_ERROR(E, O) do { \ argument
|
/dflybsd-src/contrib/binutils-2.27/gas/ |
H A D | stabs.c | 132 #define OBJ_PROCESS_STAB(SEG,W,S,T,O,D) aout_process_stab(W,S,T,O,D) argument
|
/dflybsd-src/contrib/binutils-2.34/gas/ |
H A D | stabs.c | 132 #define OBJ_PROCESS_STAB(SEG,W,S,T,O,D) aout_process_stab(W,S,T,O,D) argument
|
/dflybsd-src/games/gomoku/ |
H A D | gomoku.h | 91 #define O 14 macro
|
/dflybsd-src/lib/libc/db/hash/ |
H A D | hash.h | 168 #define OADDR_OF(S,O) ((uint32_t)((uint32_t)(S) << SPLITSHIFT) + (O)) argument
|
/dflybsd-src/sys/cpu/x86_64/misc/ |
H A D | db_disasm.c | 117 #define O 25 /* direct address */ macro
|
/dflybsd-src/contrib/gcc-4.7/gcc/config/i386/ |
H A D | avxintrin.h | 770 #define _mm256_insertf128_pd(X, Y, O) \ argument 775 #define _mm256_insertf128_ps(X, Y, O) \ argument 780 #define _mm256_insertf128_si256(X, Y, O) \ argument
|
H A D | i386.c | 4108 #define IX86_ATTR_ISA(S,O) { S, sizeof (S)-1, ix86_opt_isa, O, 0 } in ix86_valid_target_attribute_inner_p() argument 4109 #define IX86_ATTR_STR(S,O) { S, sizeof (S)-1, ix86_opt_str, O, 0 } in ix86_valid_target_attribute_inner_p() argument 4110 #define IX86_ATTR_ENUM(S,O) { S, sizeof (S)-1, ix86_opt_enum, O, 0 } in ix86_valid_target_attribute_inner_p() argument 4111 #define IX86_ATTR_YES(S,O,M) { S, sizeof (S)-1, ix86_opt_yes, O, M } in ix86_valid_target_attribute_inner_p() argument 4112 #define IX86_ATTR_NO(S,O,M) { S, sizeof (S)-1, ix86_opt_no, O, M } in ix86_valid_target_attribute_inner_p() argument
|
/dflybsd-src/contrib/gcc-8.0/gcc/config/i386/ |
H A D | avxintrin.h | 808 #define _mm256_insertf128_pd(X, Y, O) \ argument 813 #define _mm256_insertf128_ps(X, Y, O) \ argument 818 #define _mm256_insertf128_si256(X, Y, O) \ argument
|
H A D | i386.c | 5198 #define IX86_ATTR_ISA(S,O) { S, sizeof (S)-1, ix86_opt_isa, O, 0 } in ix86_valid_target_attribute_inner_p() argument 5199 #define IX86_ATTR_STR(S,O) { S, sizeof (S)-1, ix86_opt_str, O, 0 } in ix86_valid_target_attribute_inner_p() argument 5200 #define IX86_ATTR_ENUM(S,O) { S, sizeof (S)-1, ix86_opt_enum, O, 0 } in ix86_valid_target_attribute_inner_p() argument 5201 #define IX86_ATTR_YES(S,O,M) { S, sizeof (S)-1, ix86_opt_yes, O, M } in ix86_valid_target_attribute_inner_p() argument 5202 #define IX86_ATTR_NO(S,O,M) { S, sizeof (S)-1, ix86_opt_no, O, M } in ix86_valid_target_attribute_inner_p() argument
|
/dflybsd-src/sys/kern/ |
H A D | tty.c | 130 #define O 0x80 /* Odd parity. */ macro
|
/dflybsd-src/contrib/elftoolchain/common/ |
H A D | elfdefinitions.h | 2554 #define ELF32_ST_VISIBILITY(O) ((O) & 0x3) argument 2555 #define ELF64_ST_VISIBILITY(O) ((O) & 0x3) argument
|
/dflybsd-src/sys/bus/cam/scsi/ |
H A D | scsi_all.c | 119 #define O (1 << T_OPTICAL) macro
|
/dflybsd-src/lib/libexecinfo/ |
H A D | private_libelf.h | 790 #define LIBELF_ERROR(E, O) (((E) & LIBELF_ELF_ERROR_MASK) | \ argument 793 #define LIBELF_SET_ERROR(E, O) do { \ argument
|
/dflybsd-src/sys/dev/disk/iscsi/initiator/ |
H A D | iscsi.h | 243 u_char O:1; member
|
/dflybsd-src/sys/dev/raid/asr/ |
H A D | asr.c | 1396 } O; in ASR_getParams() member
|