HomeSort by: relevance | last modified time | path
    Searched defs:binary (Results 1 - 25 of 41) sorted by relevancy

1 2

  /src/external/apache2/llvm/dist/clang/tools/clang-format/
clang-format-sublime.py 2 # - Change 'binary' if clang-format is not on the path (see below).
21 binary = 'clang-format' variable
35 command = [binary]
clang-format.py 2 # - Change 'binary' if clang-format is not on the path (see below).
51 binary = 'clang-format' variable
53 binary = vim.eval('g:clang_format_path') variable
112 command = [binary, '-cursor', str(cursor_byte)]
  /src/tests/usr.bin/indent/
opt_pcs.c 118 int binary = 1 + call(); variable
126 int binary = 1 + call (); variable
  /src/usr.bin/xlint/lint1/
ckbool.c 10 * Redistribution and use in source and binary forms, with or without
15 * 2. Redistributions in binary form must reproduce the above copyright
137 bool binary = mp->m_binary; local
141 if (!binary && !lbool) {
146 if (binary && !lbool) {
151 if (binary && op != QUEST &&
161 bool binary = mp->m_binary; local
165 if (!binary && lbool) {
170 if (binary && lbool) {
175 if (binary && rt == BOOL)
    [all...]
  /src/external/apache2/llvm/dist/clang/tools/clang-rename/
clang-rename.el 20 (defcustom clang-rename-binary "clang-rename"
35 clang-rename-binary nil output-buffer nil
  /src/external/mit/isl/dist/
isl_test2.cc 33 /* A binary isl function that appears in the C++ bindings
51 * as a binary method in a class T, taking extra arguments
57 /* A function for selecting an overload of a pointer to a binary C++ method
74 /* A description of the inputs and the output of a binary operation.
76 struct binary { struct
146 const std::vector<binary> &tests)
  /src/crypto/external/bsd/netpgp/dist/bindings/lua/
glue.c 8 * Redistribution and use in source and binary forms, with or without
13 * 2. Redistributions in binary form must reproduce the above copyright
204 const int binary = 0; local
220 f, __UNCONST(output), armour, binary,
  /src/external/bsd/kyua-cli/dist/engine/
test_program.cpp 4 // Redistribution and use in source and binary forms, with or without
10 // * Redistributions in binary form must reproduce the above copyright
209 /// Name of the test program binary relative to root.
210 fs::path binary; member in struct:engine::test_program::impl
227 /// \param binary_ The name of the test program binary relative to root_.
236 binary(binary_),
241 PRE_MSG(!binary.is_absolute(),
243 "suite '%s'") % binary % root);
255 binary == other.binary &
    [all...]
  /src/usr.bin/grep/
grep.h 10 * Redistribution and use in source and binary forms, with or without
15 * 2. Redistributions in binary form must reproduce the above copyright
86 bool binary; member in struct:file
  /src/usr.sbin/pf/pfs/
pfs.c 7 * Redistribution and use in source and binary forms, with or without
12 * 2. Redistributions in binary form must reproduce the above copyright
462 bool binary = false; local
482 binary = true;
549 if (binary)
562 if (binary)
  /src/external/gpl3/gcc/dist/gcc/
tree-ssa-scopedtables.h 43 struct { enum tree_code op; tree opnd0, opnd1; } binary; member in union:hashable_expr::__anon13974
159 /* For some assignments where the RHS is a binary operator, if we know
  /src/external/gpl3/gcc/dist/libstdc++-v3/config/io/
basic_file_stdio.cc 87 binary = std::ios_base::binary, enumerator in enum:__anon14646::__anon14647
93 switch (mode & (in|out|trunc|app|binary|noreplace))
108 case ( out |binary ): return "wb";
109 case ( out |binary|noreplace): return "wbx";
110 case ( out |app|binary ): return "ab";
111 case ( app|binary ): return "ab";
112 case ( out|trunc |binary ): return "wb";
113 case (in |binary ): return "rb";
114 case (in|out |binary ): return "r+b"
    [all...]
  /src/external/gpl3/gcc/dist/libstdc++-v3/src/c++11/
ios.cc 63 const ios_base::openmode ios_base::binary; member in class:ios_base
  /src/external/gpl3/gcc.old/dist/gcc/
tree-ssa-scopedtables.h 43 struct { enum tree_code op; tree opnd0, opnd1; } binary; member in union:hashable_expr::__anon16395
159 /* For some assignments where the RHS is a binary operator, if we know
  /src/external/gpl3/gcc.old/dist/libstdc++-v3/config/io/
basic_file_stdio.cc 81 binary = std::ios_base::binary, enumerator in enum:__anon17044::__anon17045
87 switch (mode & (in|out|trunc|app|binary|noreplace))
102 case ( out |binary ): return "wb";
103 case ( out |binary|noreplace): return "wbx";
104 case ( out |app|binary ): return "ab";
105 case ( app|binary ): return "ab";
106 case ( out|trunc |binary ): return "wb";
107 case (in |binary ): return "rb";
108 case (in|out |binary ): return "r+b"
    [all...]
  /src/external/gpl3/gcc.old/dist/libstdc++-v3/src/c++11/
ios.cc 63 const ios_base::openmode ios_base::binary; member in class:ios_base
  /src/external/mit/isl/dist/interface/
extract_interface.cc 4 * Redistribution and use in source and binary forms, with or without
11 * 2. Redistributions in binary form must reproduce the above
184 static Driver *construct_driver(const char *binary, DiagnosticsEngine &Diags)
186 return new Driver(binary, llvm::sys::getDefaultTargetTriple(),
190 static Driver *construct_driver(const char *binary, DiagnosticsEngine &Diags)
192 return new Driver(binary, llvm::sys::getDefaultTargetTriple(),
196 static Driver *construct_driver(const char *binary, DiagnosticsEngine &Diags)
198 return new Driver(binary, llvm::sys::getDefaultTargetTriple(),
202 static Driver *construct_driver(const char *binary, DiagnosticsEngine &Diags)
204 return new Driver(binary, llvm::sys::getDefaultTargetTriple(), Diags)
273 const char *binary = CLANG_PREFIX"\/bin\/clang"; local
    [all...]
  /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/apache2/llvm/dist/libcxx/src/
ios.cpp 103 const ios_base::openmode ios_base::binary; member in class:ios_base
  /src/share/examples/puffs/pgfs/
pgfs_db.c 7 * Redistribution and use in source and binary forms, with or without
12 * 2. Redistributions in binary form must reproduce the above copyright
339 * 0 for text and 1 for binary.
369 bool binary = false; local
375 binary = true;
410 if (binary) {
424 if (binary) {
425 DPRINTF("\t[%u]=<BINARY>\n", i);
566 "<BINARY>");
  /src/external/gpl2/diffutils/dist/src/
diff.c 83 /* Use binary I/O when reading and writing data (--binary).
85 static bool binary; variable
195 {"binary", 0, 0, BINARY_OPTION},
513 binary = 1;
848 N_("--binary Read and write data in binary mode."),
1321 if (binary)
  /src/external/gpl3/binutils/dist/ld/
ldexp.h 58 } binary; member in union:etree_union
  /src/external/gpl3/binutils.old/dist/ld/
ldexp.h 58 } binary; member in union:etree_union
  /src/external/lgpl3/mpfr/dist/tests/
tsprintf.c 832 binary (void) function
1834 binary ();

Completed in 29 milliseconds

1 2