| /src/external/apache2/llvm/dist/llvm/tools/llvm-xray/ |
| xray-converter.cpp | 36 enum class ConvertFormats { BINARY, YAML, CHROME_TRACE_EVENT }; 39 cl::values(clEnumValN(ConvertFormats::BINARY, "raw", "output in binary"), 63 cl::desc("binary with the instrumentation map, or " 65 cl::value_desc("binary with xray_instr_map"), 362 // FIXME: Support conversion to BINARY when upgrading XRay trace versions. 382 ConvertOutputFormat == ConvertFormats::BINARY 402 case ConvertFormats::BINARY:
|
| /src/external/gpl3/gdb.old/dist/gdb/compile/ |
| compile-loc2c.c | 483 static void binary (int indent, string_file *stream, const char *format, ...) 487 binary (int indent, string_file *stream, const char *format, ...) 1016 binary (indent, stream, ("((" GCC_INTPTR 1022 binary (indent, stream, 1027 #define BINARY(OP) \ 1028 binary (indent, stream, "%s", "__gdb_stack[__gdb_tos-1] " #OP \ 1033 BINARY (&); 1035 BINARY (-); 1037 BINARY (%); 1039 BINARY (*); 485 binary (int indent, string_file *stream, const char *format, ...) function [all...] |
| /src/external/gpl3/gdb/dist/gdb/compile/ |
| compile-loc2c.c | 484 static void binary (int indent, string_file *stream, const char *format, ...) 488 binary (int indent, string_file *stream, const char *format, ...) 1017 binary (indent, stream, ("((" GCC_INTPTR 1023 binary (indent, stream, 1028 #define BINARY(OP) \ 1029 binary (indent, stream, "%s", "__gdb_stack[__gdb_tos-1] " #OP \ 1034 BINARY (&); 1036 BINARY (-); 1038 BINARY (%); 1040 BINARY (*); 486 binary (int indent, string_file *stream, const char *format, ...) function [all...] |
| /src/external/gpl3/binutils/dist/gprofng/src/ |
| vec.h | 49 BINARY, 164 // Binary search, vector must be sorted 356 // This routine performs a binary search across
|
| /src/external/gpl3/binutils.old/dist/gprofng/src/ |
| vec.h | 49 BINARY, 164 // Binary search, vector must be sorted 356 // This routine performs a binary search across
|
| /src/external/bsd/pcc/dist/pcc/f77/fcom/ |
| defines.h | 6 * Redistribution and use in source and binary forms, with or without 12 * Redistributions in binary form must reproduce the above copyright 53 #define BINARY 2
|
| /src/external/gpl2/xcvs/dist/src/ |
| update.c | 1570 /* If this file has been marked as being binary, then never send a 1710 'binary'. Conversely, do they tend to be much larger 1739 # define BINARY "Binary" 1740 char buf[sizeof BINARY]; 1748 c = fread (buf, 1, sizeof BINARY - 1, e); 1750 if (strcmp (buf, BINARY) == 0) 1752 /* These are binary files. We could use diff -a, but 1965 /* For binary files, a merge is always a conflict. Same for 2474 similar to the RCS_merge, but in the binary file case [all...] |
| /src/external/bsd/ekermit/dist/ |
| kermit.h | 19 Redistribution and use in source and binary forms, with or without 25 * Redistributions in binary form must reproduce the above copyright notice, 103 #define F_SCAN /* Scan files for text/binary */ 216 #define BINARY 0 314 short binary; /* 0 = text, 1 = binary */ member in struct:k_data
|
| /src/external/gpl3/gcc/dist/gcc/config/frv/ |
| frv.cc | 5930 /* Check for normal binary operators. */ 8307 #define BINARY(RET, T1, T2) \ 8319 tree void_ftype_uw4_uw1 = BINARY (voidt, uword4, uword1); 8320 tree void_ftype_uw4_uw2 = BINARY (voidt, uword4, uword2); 8321 tree void_ftype_acc_uw1 = BINARY (voidt, accumulator, uword1); 8322 tree void_ftype_acc_acc = BINARY (voidt, accumulator, accumulator); 8332 tree uw1_ftype_uh_uh = BINARY (uword1, uhalf, uhalf); 8333 tree uw1_ftype_uw1_uw1 = BINARY (uword1, uword1, uword1); 8334 tree uw1_ftype_uw1_int = BINARY (uword1, uword1, integer); 8335 tree uw1_ftype_acc_uw1 = BINARY (uword1, accumulator, uword1) [all...] |
| /src/external/gpl3/gcc.old/dist/gcc/config/frv/ |
| frv.cc | 5928 /* Check for normal binary operators. */ 8305 #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) [all...] |