Searched refs:BINARY (Results 1 - 15 of 15) sorted by relevance

/netbsd-current/external/mpl/bind/dist/tests/
H A Dunit-test-driver.sh.in45 BINARY=$(gdb --batch --core="${CORE_DUMP}" 2>/dev/null | sed -n "s/^Core was generated by \`\(.*\)'\.\$/\1/p")
46 if ! echo "${BINARY}" | grep -q "${TEST_PROGRAM_NAME}\$"; then
56 "${BINARY}"
/netbsd-current/external/gpl3/gdb.old/dist/gdb/compile/
H A Dcompile-loc2c.c1007 #define BINARY(OP) \
1013 BINARY (&);
1015 BINARY (-);
1017 BINARY (%);
1019 BINARY (*);
1021 BINARY (|);
1023 BINARY (+);
1025 BINARY (<<);
1027 BINARY (>>);
1029 BINARY (
1005 #define BINARY macro
1028 #undef BINARY macro
[all...]
/netbsd-current/external/gpl3/gdb/dist/gdb/compile/
H A Dcompile-loc2c.c1029 #define BINARY(OP) \
1035 BINARY (&);
1037 BINARY (-);
1039 BINARY (%);
1041 BINARY (*);
1043 BINARY (|);
1045 BINARY (+);
1047 BINARY (<<);
1049 BINARY (>>);
1051 BINARY (
1027 #define BINARY macro
1050 #undef BINARY macro
[all...]
/netbsd-current/external/apache2/llvm/dist/llvm/tools/llvm-xray/
H A Dxray-converter.cpp36 enum class ConvertFormats { BINARY, YAML, CHROME_TRACE_EVENT }; member in class:ConvertFormats
39 cl::values(clEnumValN(ConvertFormats::BINARY, "raw", "output in binary"),
362 // FIXME: Support conversion to BINARY when upgrading XRay trace versions.
382 ConvertOutputFormat == ConvertFormats::BINARY
402 case ConvertFormats::BINARY:
/netbsd-current/external/bsd/pcc/dist/pcc/f77/fcom/
H A Ddefines.h53 #define BINARY 2 macro
/netbsd-current/external/gpl3/gcc.old/dist/gcc/config/frv/
H A Dfrv.c8317 #define BINARY(RET, T1, T2) \
8329 tree void_ftype_uw4_uw1 = BINARY (voidt, uword4, uword1);
8330 tree void_ftype_uw4_uw2 = BINARY (voidt, uword4, uword2);
8331 tree void_ftype_acc_uw1 = BINARY (voidt, accumulator, uword1);
8332 tree void_ftype_acc_acc = BINARY (voidt, accumulator, accumulator);
8342 tree uw1_ftype_uh_uh = BINARY (uword1, uhalf, uhalf);
8343 tree uw1_ftype_uw1_uw1 = BINARY (uword1, uword1, uword1);
8344 tree uw1_ftype_uw1_int = BINARY (uword1, uword1, integer);
8345 tree uw1_ftype_acc_uw1 = BINARY (uword1, accumulator, uword1);
8346 tree uw1_ftype_acc_sw1 = BINARY (uword
8237 #define BINARY macro
8414 #undef BINARY macro
[all...]
/netbsd-current/external/gpl3/gcc/dist/gcc/config/frv/
H A Dfrv.cc8305 #define BINARY(RET, T1, T2) \
8317 tree void_ftype_uw4_uw1 = BINARY (voidt, uword4, uword1);
8318 tree void_ftype_uw4_uw2 = BINARY (voidt, uword4, uword2);
8319 tree void_ftype_acc_uw1 = BINARY (voidt, accumulator, uword1);
8320 tree void_ftype_acc_acc = BINARY (voidt, accumulator, accumulator);
8330 tree uw1_ftype_uh_uh = BINARY (uword1, uhalf, uhalf);
8331 tree uw1_ftype_uw1_uw1 = BINARY (uword1, uword1, uword1);
8332 tree uw1_ftype_uw1_int = BINARY (uword1, uword1, integer);
8333 tree uw1_ftype_acc_uw1 = BINARY (uword1, accumulator, uword1);
8334 tree uw1_ftype_acc_sw1 = BINARY (uword
8226 #define BINARY macro
8403 #undef BINARY macro
[all...]
/netbsd-current/external/bsd/ekermit/dist/
H A Dkermit.h216 #define BINARY 0 macro
H A Dmain.c239 ftype = BINARY;
/netbsd-current/external/gpl2/xcvs/dist/src/
H A Dupdate.c1739 # define BINARY "Binary" macro
1740 char buf[sizeof BINARY];
1748 c = fread (buf, 1, sizeof BINARY - 1, e);
1750 if (strcmp (buf, BINARY) == 0)
/netbsd-current/external/gpl3/binutils/dist/gprofng/src/
H A Dvec.h48 BINARY, enumerator in enum:Search_type
/netbsd-current/sys/external/bsd/libnv/dist/
H A Dnvlist.c1469 NVLIST_EXISTS(binary, BINARY)
2069 NVLIST_FREE(binary, BINARY)
/netbsd-current/sys/arch/m68k/060sp/dist/
H A Dfplsp.s8248 #--X = 2^(K) * Y, 1 <= Y < 2. THUS, Y = 1.XXXXXXXX....XX IN BINARY.
H A Dfpsp.s8354 #--X = 2^(K) * Y, 1 <= Y < 2. THUS, Y = 1.XXXXXXXX....XX IN BINARY.
/netbsd-current/external/public-domain/sqlite/dist/
H A Dsqlite3.c7419 ** collation sequence: "BINARY"
10196 ** <li><p> Otherwise, "BINARY" is returned.
17587 CollSeq *pDfltColl; /* BINARY collseq for the database encoding */
[all...]

Completed in 722 milliseconds