Home
last modified time | relevance | path

Searched refs:buffer1 (Results 1 – 25 of 38) sorted by relevance

12

/netbsd/external/bsd/ntp/dist/sntp/libevent/
H A Devbuffer-internal.h295 #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/external/bsd/libevent/dist/
H A Devbuffer-internal.h295 #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/external/gpl3/gcc/dist/gcc/fortran/
H A Dmisc.c127 static char buffer1[GFC_MAX_SYMBOL_LEN + 7]; /* 7 for "TYPE()" + '\0'. */ in gfc_typename() local
134 buffer = flag ? buffer1 : buffer2; in gfc_typename()
217 static char buffer1[34]; in gfc_typename() local
222 buffer = flag ? buffer1 : buffer2; in gfc_typename()
268 static char buffer1[15]; /* 15 for "CHARACTER(*,4)" + '\0'. */ in gfc_dummy_typename() local
273 buffer = flag ? buffer1 : buffer2; in gfc_dummy_typename()
H A Dmisc.cc129 static char buffer1[GFC_MAX_SYMBOL_LEN + 8]; in gfc_typename() local
135 buffer = flag ? buffer1 : buffer2; in gfc_typename()
219 static char buffer1[34]; in gfc_typename() local
224 buffer = flag ? buffer1 : buffer2; in gfc_typename()
270 static char buffer1[15]; /* 15 for "CHARACTER(*,4)" + '\0'. */ in gfc_dummy_typename() local
275 buffer = flag ? buffer1 : buffer2; in gfc_dummy_typename()
/netbsd/external/gpl3/gcc.old/dist/gcc/fortran/
H A Dmisc.c127 static char buffer1[GFC_MAX_SYMBOL_LEN + 7]; /* 7 for "TYPE()" + '\0'. */ in gfc_typename() local
134 buffer = flag ? buffer1 : buffer2; in gfc_typename()
217 static char buffer1[34]; in gfc_typename() local
222 buffer = flag ? buffer1 : buffer2; in gfc_typename()
268 static char buffer1[15]; /* 15 for "CHARACTER(*,4)" + '\0'. */ in gfc_dummy_typename() local
273 buffer = flag ? buffer1 : buffer2; in gfc_dummy_typename()
/netbsd/external/gpl2/xcvs/dist/diff/
H A Dio.c417 char *p0, *p1, *buffer0, *buffer1; local
440 p1 = buffer1 = filevec[1].buffer;
478 (buffer1 + n1 - filevec[1].missing_newline < p1))
498 p1 = buffer1 + n1;
525 (buffer1 == p1 || p1[-1] == '\n'));
591 tem = prefix_count ? filevec[1].suffix_begin - buffer1 : n1;
595 + GUESS_LINES (lines, filevec[1].prefix_end - buffer1, tem)
610 linbuf1[i] = linbuf0[i] - buffer0 + buffer1;
/netbsd/external/gpl3/gdb/dist/sim/ppc/
H A Dmon.c225 char buffer1[20]; in mon_print_info() local
353 len_sub_num[1], mon_add_commas(buffer1, in mon_print_info()
354 sizeof(buffer1), in mon_print_info()
373 len_sub_num[1], mon_add_commas(buffer1, in mon_print_info()
374 sizeof(buffer1), in mon_print_info()
/netbsd/external/gpl3/gdb/dist/sim/testsuite/sim/or1k/
H A Dload.S101 buffer1: .word 0x00000000 label
272 LOAD_IMMEDIATE r5, buffer1
309 LOAD_IMMEDIATE r5, buffer1
336 LOAD_IMMEDIATE r5, buffer1
349 TEST_LW l.lwz buffer1, 0
/netbsd/external/gpl3/gdb.old/dist/sim/ppc/
H A Dmon.c225 char buffer1[20]; in mon_print_info() local
353 len_sub_num[1], mon_add_commas(buffer1, in mon_print_info()
354 sizeof(buffer1), in mon_print_info()
373 len_sub_num[1], mon_add_commas(buffer1, in mon_print_info()
374 sizeof(buffer1), in mon_print_info()
/netbsd/external/gpl3/gdb.old/dist/sim/testsuite/sim/or1k/
H A Dload.S101 buffer1: .word 0x00000000 label
272 LOAD_IMMEDIATE r5, buffer1
309 LOAD_IMMEDIATE r5, buffer1
336 LOAD_IMMEDIATE r5, buffer1
349 TEST_LW l.lwz buffer1, 0
/netbsd/external/gpl2/diffutils/dist/src/
H A Dio.c571 char *p0, *p1, *buffer0, *buffer1; in find_identical_ends() local
600 p1 = buffer1 = (char *) w1; in find_identical_ends()
633 (buffer1 + n1 - filevec[1].missing_newline < p1))) in find_identical_ends()
653 p1 = buffer1 + n1; in find_identical_ends()
680 (buffer1 == p1 || p1[-1] == '\n')); in find_identical_ends()
753 suffix_guess = guess_lines (lines, p0 - buffer0, buffer1 + n1 - p1); in find_identical_ends()
771 linbuf1[i] = linbuf0[i] - buffer0 + buffer1; in find_identical_ends()
H A Dcmp.c376 word *buffer1 = buffer[1]; in cmp() local
378 char *buf1 = (char *) buffer1; in cmp()
448 ? block_compare_and_count (buffer0, buffer1, &line_number) in cmp()
449 : block_compare (buffer0, buffer1)); in cmp()
/netbsd/external/gpl3/gdb/dist/gold/testsuite/
H A Dscript_test_11a.c3 static unsigned int buffer1[256] __attribute((used)); variable
/netbsd/external/gpl3/gdb.old/dist/gold/testsuite/
H A Dscript_test_11a.c3 static unsigned int buffer1[256] __attribute((used)); variable
/netbsd/usr.sbin/ndbootd/
H A Dndbootd.c163 void *buffer1; in ndbootd_memdup() local
164 buffer1 = ndbootd_malloc(1, size); in ndbootd_memdup()
165 memcpy(buffer1, buffer0, size); in ndbootd_memdup()
166 return (buffer1); in ndbootd_memdup()
/netbsd/external/gpl3/binutils/dist/gas/config/
H A Dtc-s12z.c1254 uint8_t buffer1[4]; in mul_reg_opr_opr() local
1257 if (!lex_opr (buffer1, &n_bytes1, &exp1, false)) in mul_reg_opr_opr()
1296 f = emit_opr (f, buffer1, n_bytes1, &exp1); in mul_reg_opr_opr()
1769 uint8_t buffer1[4]; in opr_opr() local
1772 if (!lex_opr (buffer1, &n_bytes1, &exp1, false)) in opr_opr()
1788 f = emit_opr (f, buffer1, n_bytes1, &exp1); in opr_opr()
2098 uint8_t buffer1[4]; in shift_opr_imm() local
2102 if (!lex_opr (buffer1, &n_opr_bytes1, &exp1, false)) in shift_opr_imm()
2155 f = emit_opr (f, buffer1, n_opr_bytes1, &exp1); in shift_opr_imm()
/netbsd/external/gpl3/gdb/dist/gas/config/
H A Dtc-s12z.c1256 uint8_t buffer1[4]; in mul_reg_opr_opr() local
1259 if (!lex_opr (buffer1, &n_bytes1, &exp1, false)) in mul_reg_opr_opr()
1298 f = emit_opr (f, buffer1, n_bytes1, &exp1); in mul_reg_opr_opr()
1771 uint8_t buffer1[4]; in opr_opr() local
1774 if (!lex_opr (buffer1, &n_bytes1, &exp1, false)) in opr_opr()
1790 f = emit_opr (f, buffer1, n_bytes1, &exp1); in opr_opr()
2100 uint8_t buffer1[4]; in shift_opr_imm() local
2104 if (!lex_opr (buffer1, &n_opr_bytes1, &exp1, false)) in shift_opr_imm()
2157 f = emit_opr (f, buffer1, n_opr_bytes1, &exp1); in shift_opr_imm()
/netbsd/external/gpl3/binutils.old/dist/gas/config/
H A Dtc-s12z.c1256 uint8_t buffer1[4]; in mul_reg_opr_opr() local
1259 if (!lex_opr (buffer1, &n_bytes1, &exp1, false)) in mul_reg_opr_opr()
1298 f = emit_opr (f, buffer1, n_bytes1, &exp1); in mul_reg_opr_opr()
1771 uint8_t buffer1[4]; in opr_opr() local
1774 if (!lex_opr (buffer1, &n_bytes1, &exp1, false)) in opr_opr()
1790 f = emit_opr (f, buffer1, n_bytes1, &exp1); in opr_opr()
2100 uint8_t buffer1[4]; in shift_opr_imm() local
2104 if (!lex_opr (buffer1, &n_opr_bytes1, &exp1, false)) in shift_opr_imm()
2157 f = emit_opr (f, buffer1, n_opr_bytes1, &exp1); in shift_opr_imm()
/netbsd/external/gpl3/gdb.old/dist/gas/config/
H A Dtc-s12z.c1256 uint8_t buffer1[4]; in mul_reg_opr_opr() local
1259 if (!lex_opr (buffer1, &n_bytes1, &exp1, false)) in mul_reg_opr_opr()
1298 f = emit_opr (f, buffer1, n_bytes1, &exp1); in mul_reg_opr_opr()
1771 uint8_t buffer1[4]; in opr_opr() local
1774 if (!lex_opr (buffer1, &n_bytes1, &exp1, false)) in opr_opr()
1790 f = emit_opr (f, buffer1, n_bytes1, &exp1); in opr_opr()
2100 uint8_t buffer1[4]; in shift_opr_imm() local
2104 if (!lex_opr (buffer1, &n_opr_bytes1, &exp1, false)) in shift_opr_imm()
2157 f = emit_opr (f, buffer1, n_opr_bytes1, &exp1); in shift_opr_imm()
/netbsd/crypto/external/cpl/trousers/dist/src/tspi/daa/daa_verifier/
H A Dverifier_transaction.c247 BYTE *buffer1; in compute_sign_challenge_host() local
303 buffer1 = to_bytes_TSS_DAA_SELECTED_ATTRIB_internal( in compute_sign_challenge_host()
306 EVP_DigestUpdate(mdctx, buffer1, length); in compute_sign_challenge_host()
307 free( buffer1); in compute_sign_challenge_host()
/netbsd/external/gpl3/gdb/dist/gas/doc/
H A Dc-mmix.texi387 buffer1 BYTE 0,0,0,0,0
390 GREG buffer1
395 allocated for @samp{buffer1}, and the @samp{Z} field will have the value
396 5, the offset from @samp{buffer1} to @samp{buffer2}. The result is
399 buffer1 BYTE 0,0,0,0,0
402 tmpreg GREG buffer1
403 LDOU $42,tmpreg,(buffer2-buffer1)
/netbsd/external/gpl3/binutils/dist/gas/doc/
H A Dc-mmix.texi387 buffer1 BYTE 0,0,0,0,0
390 GREG buffer1
395 allocated for @samp{buffer1}, and the @samp{Z} field will have the value
396 5, the offset from @samp{buffer1} to @samp{buffer2}. The result is
399 buffer1 BYTE 0,0,0,0,0
402 tmpreg GREG buffer1
403 LDOU $42,tmpreg,(buffer2-buffer1)
/netbsd/external/gpl3/binutils.old/dist/gas/doc/
H A Dc-mmix.texi387 buffer1 BYTE 0,0,0,0,0
390 GREG buffer1
395 allocated for @samp{buffer1}, and the @samp{Z} field will have the value
396 5, the offset from @samp{buffer1} to @samp{buffer2}. The result is
399 buffer1 BYTE 0,0,0,0,0
402 tmpreg GREG buffer1
403 LDOU $42,tmpreg,(buffer2-buffer1)
/netbsd/external/gpl3/gdb.old/dist/gas/doc/
H A Dc-mmix.texi387 buffer1 BYTE 0,0,0,0,0
390 GREG buffer1
395 allocated for @samp{buffer1}, and the @samp{Z} field will have the value
396 5, the offset from @samp{buffer1} to @samp{buffer2}. The result is
399 buffer1 BYTE 0,0,0,0,0
402 tmpreg GREG buffer1
403 LDOU $42,tmpreg,(buffer2-buffer1)
/netbsd/crypto/external/cpl/trousers/dist/src/tspi/daa/daa_platform/
H A Dplatform.c294 char buffer[1000], buffer1[1000];
379 bi_2_nbin1( &length1, buffer1, pk_internal->modulus);
384 length1, buffer1,
393 length1, buffer1,
402 length1, buffer1,
412 length1, buffer1,
598 bi_2_nbin1( &length1, buffer1, pk_internal->modulus); in Tspi_TPM_DAA_JoinInit_internal()

12