/netbsd-src/external/bsd/libevent/dist/ |
H A D | evbuffer-internal.h | 295 #define EVBUFFER_LOCK2(buffer1, buffer2) \ argument 297 EVLOCK_LOCK2((buffer1)->lock, (buffer2)->lock, 0, 0); \ 299 #define EVBUFFER_UNLOCK2(buffer1, buffer2) \ argument 301 EVLOCK_UNLOCK2((buffer1)->lock, (buffer2)->lock, 0, 0); \
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/fortran/ |
H A D | misc.c | 128 static char buffer2[GFC_MAX_SYMBOL_LEN + 7]; in gfc_typename() local 134 buffer = flag ? buffer1 : buffer2; in gfc_typename() 218 static char buffer2[34]; in gfc_typename() local 222 buffer = flag ? buffer1 : buffer2; in gfc_typename() 269 static char buffer2[15]; in gfc_dummy_typename() local 273 buffer = flag ? buffer1 : buffer2; in gfc_dummy_typename()
|
/netbsd-src/external/gpl3/gcc/dist/gcc/fortran/ |
H A D | misc.cc | 130 static char buffer2[GFC_MAX_SYMBOL_LEN + 8]; in gfc_typename() local 135 buffer = flag ? buffer1 : buffer2; in gfc_typename() 220 static char buffer2[34]; in gfc_typename() local 224 buffer = flag ? buffer1 : buffer2; in gfc_typename() 271 static char buffer2[15]; in gfc_dummy_typename() local 275 buffer = flag ? buffer1 : buffer2; in gfc_dummy_typename()
|
/netbsd-src/external/gpl3/gcc.old/dist/libphobos/src/std/experimental/allocator/ |
H A D | gc_allocator.d | 159 auto buffer2 = GCAllocator.instance.allocate(s - (s / 2) + 1); variable 160 scope(exit) GCAllocator.instance.deallocate(buffer2); 162 assert(GC.sizeOf(buffer2.ptr) == s);
|
/netbsd-src/external/gpl3/gcc/dist/libphobos/src/std/experimental/allocator/ |
H A D | gc_allocator.d | 176 auto buffer2 = GCAllocator.instance.allocate(s - (s / 2) + 1); in version() local 177 scope(exit) () nothrow @nogc { GCAllocator.instance.deallocate(buffer2); }(); in version() 179 assert(GC.sizeOf(buffer2.ptr) == s); in version()
|
/netbsd-src/sys/fs/hfs/ |
H A D | libhfs.c | 172 void* buffer2; /* used as temporary pointer for realloc() */ in hfslib_open_volume() local 242 buffer2 = hfslib_realloc(buffer, 512, cbargs); in hfslib_open_volume() 243 if (buffer2 == NULL) in hfslib_open_volume() 245 buffer = buffer2; in hfslib_open_volume() 305 buffer2 = hfslib_realloc(buffer, sizeof(hfs_journal_info_t), cbargs); in hfslib_open_volume() 306 if (buffer2 == NULL) in hfslib_open_volume() 308 buffer = buffer2; in hfslib_open_volume() 319 buffer2 = hfslib_realloc(buffer, sizeof(hfs_journal_header_t), cbargs); in hfslib_open_volume() 320 if (buffer2 == NULL) in hfslib_open_volume() 322 buffer = buffer2; in hfslib_open_volume()
|
/netbsd-src/external/gpl3/binutils.old/dist/gas/config/ |
H A D | tc-s12z.c | 1263 uint8_t buffer2[4]; in mul_reg_opr_opr() local 1266 if (!lex_opr (buffer2, &n_bytes2, &exp2, false)) in mul_reg_opr_opr() 1297 f = emit_opr (f, buffer2, n_bytes2, &exp2); in mul_reg_opr_opr() 1779 uint8_t buffer2[4]; in opr_opr() local 1782 if (!lex_opr (buffer2, &n_bytes2, &exp2, false)) in opr_opr() 1789 f = emit_opr (f, buffer2, n_bytes2, &exp2); in opr_opr() 2109 uint8_t buffer2[4]; in shift_opr_imm() local 2118 else if (!lex_opr (buffer2, &n_opr_bytes2, &exp2, false)) in shift_opr_imm() 2165 f = emit_opr (f, buffer2, n_opr_bytes2, &exp2); in shift_opr_imm()
|
/netbsd-src/external/gpl3/binutils/dist/gas/config/ |
H A D | tc-s12z.c | 1263 uint8_t buffer2[4]; in mul_reg_opr_opr() local 1266 if (!lex_opr (buffer2, &n_bytes2, &exp2, false)) in mul_reg_opr_opr() 1297 f = emit_opr (f, buffer2, n_bytes2, &exp2); in mul_reg_opr_opr() 1779 uint8_t buffer2[4]; in opr_opr() local 1782 if (!lex_opr (buffer2, &n_bytes2, &exp2, false)) in opr_opr() 1789 f = emit_opr (f, buffer2, n_bytes2, &exp2); in opr_opr() 2109 uint8_t buffer2[4]; in shift_opr_imm() local 2118 else if (!lex_opr (buffer2, &n_opr_bytes2, &exp2, false)) in shift_opr_imm() 2165 f = emit_opr (f, buffer2, n_opr_bytes2, &exp2); in shift_opr_imm()
|
/netbsd-src/external/gpl3/binutils.old/dist/gas/doc/ |
H A D | c-mmix.texi | 388 buffer2 BYTE 0,0,0,0,0 391 LDOU $42,buffer2 396 5, the offset from @samp{buffer1} to @samp{buffer2}. The result is 400 buffer2 BYTE 0,0,0,0,0 403 LDOU $42,tmpreg,(buffer2-buffer1)
|
H A D | as.info | 16968 buffer2 BYTE 0,0,0,0,0 16971 LDOU $42,buffer2 16975 the offset from `buffer1' to `buffer2'. The result is equivalent 16978 buffer2 BYTE 0,0,0,0,0 16981 LDOU $42,tmpreg,(buffer2-buffer1)
|
/netbsd-src/external/gpl3/binutils/dist/gas/doc/ |
H A D | c-mmix.texi | 388 buffer2 BYTE 0,0,0,0,0 391 LDOU $42,buffer2 396 5, the offset from @samp{buffer1} to @samp{buffer2}. The result is 400 buffer2 BYTE 0,0,0,0,0 403 LDOU $42,tmpreg,(buffer2-buffer1)
|
H A D | as.info | 17451 buffer2 BYTE 0,0,0,0,0 17454 LDOU $42,buffer2 17458 the offset from ‘buffer1’ to ‘buffer2’. The result is equivalent 17461 buffer2 BYTE 0,0,0,0,0 17464 LDOU $42,tmpreg,(buffer2-buffer1)
|
/netbsd-src/external/gpl3/gcc/dist/gcc/ |
H A D | simplify-rtx.cc | 7329 auto_vec<target_unit, 128> buffer2 (buffer_bytes); in simplify_immed_subreg() local 7330 if (!native_encode_rtx (outermode, ret, buffer2, 0, buffer_bytes)) in simplify_immed_subreg() 7333 if (buffer[i] != buffer2[i]) in simplify_immed_subreg()
|
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Basic/ |
H A D | AttrDocs.td | 2814 struct my_int_pair *buffer2; 2815 MPI_Send(buffer2, 1, MPI_DOUBLE_INT /*, ... */); // warning because the
|
/netbsd-src/external/gpl3/binutils.old/dist/bfd/ |
H A D | ChangeLog-2020 | 35 than using static buffer2. Delete dead code. Remove unnecessary
|
/netbsd-src/external/gpl3/binutils/dist/bfd/ |
H A D | ChangeLog-2020 | 35 than using static buffer2. Delete dead code. Remove unnecessary
|
/netbsd-src/external/gpl3/gdb/dist/bfd/ |
H A D | ChangeLog-2020 | 35 than using static buffer2. Delete dead code. Remove unnecessary
|