Home
last modified time | relevance | path

Searched refs:binary (Results 1 – 25 of 459) sorted by relevance

12345678910>>...19

/dflybsd-src/contrib/file/magic/Magdir/
H A Dxdelta6 0 string %XDELTA% XDelta binary patch file 0.14
7 0 string %XDZ000% XDelta binary patch file 0.18
8 0 string %XDZ001% XDelta binary patch file 0.20
9 0 string %XDZ002% XDelta binary patch file 1.0
10 0 string %XDZ003% XDelta binary patch file 1.0.4
11 0 string %XDZ004% XDelta binary patch file 1.1
13 0 string \xD6\xC3\xC4\x00 VCDIFF binary diff
H A Dvaried.script10 >3 string >\0 %s script executable (binary data)
18 >3 string >\0 %s script executable (binary data)
26 >2 string >\0 %s script executable (binary data)
34 >3 string >\0 for %s (binary data)
43 >15 string/b >\0 %s script executable (binary data)
51 >16 string/b >\0 %s script executable (binary data)
H A Dlammps12 0 string LammpS\ RestartT LAMMPS binary restart file
18 # Atom style binary dump file for the LAMMPS MD code
21 >0x08 string DUMPATOM LAMMPS atom style binary dump
28 >0x08 string DUMPATOM LAMMPS atom style binary dump
33 # Atom style binary dump file for the LAMMPS MD code
36 >0x08 string DUMPCUSTOM LAMMPS custom style binary dump
43 >0x08 string DUMPCUSTOM LAMMPS custom style binary dump
H A Dhp27 # 0 beshort 200 hp200 (68010) BSD binary
28 # 0 beshort 300 hp300 (68020+68881) BSD binary
29 # 0 beshort 0x20c hp200/300 HP-UX binary
30 # 0 beshort 0x20d hp400 (68030) HP-UX binary
31 # 0 beshort 0x20e hp400 (68040?) HP-UX binary
32 # 0 beshort 0x20b PA-RISC1.0 HP-UX binary
33 # 0 beshort 0x210 PA-RISC1.1 HP-UX binary
34 # 0 beshort 0x211 PA-RISC1.2 HP-UX binary
35 # 0 beshort 0x214 PA-RISC2.0 HP-UX binary
205 >4 string 48 48 binary
[all …]
H A Doctave4 # octave binary data file(1) magic, from Dirk Eddelbuettel <edd@debian.org>
5 0 string Octave-1-L Octave binary data (little endian)
6 0 string Octave-1-B Octave binary data (big endian)
H A Dsmile14 # Bit 2 (mask 0x04): Whether raw binary (unescaped 8-bit) values may be present in content
22 0 string :)\n Smile binary data
28 >3 byte&0x04 0x04 binary raw,
29 >3 byte&0x04 0x00 binary encoded,
H A Defi7 >4 lelong 1 Universal EFI binary with 1 architecture
10 >4 lelong 2 Universal EFI binary with 2 architectures
15 >4 lelong >2 Universal EFI binary with %d architectures
H A Dwebassembly9 # https://webassembly.org/docs/binary-encoding/ is the main
10 # document describing the binary format.
13 0 string \0asm WebAssembly (wasm) binary module
H A Dopenfst6 0 long 0x7eb2fdd6 OpenFst binary FST data
13 0 long 0x56515c OpenFst binary FAR data, far type: stlist
16 0 long 0x7eb2f35c OpenFst binary FAR data, far type: sttable
H A Dcafebabe8 # The long at offset 4 in a Mach-O universal binary tells the number of
27 # for debugging purpose version as hexadecimal to compare with Mach-O universal binary
88 >4 belong 1 Mach-O universal binary with 1 architecture:
89 !:mime application/x-mach-binary
93 >>4 ubelong <20 Mach-O universal binary with %d architectures:
94 !:mime application/x-mach-binary
/dflybsd-src/contrib/gcc-8.0/libstdc++-v3/config/io/
H A Dbasic_file_stdio.cc81 binary = std::ios_base::binary in fopen_mode() enumerator
86 switch (mode & (in|out|trunc|app|binary)) in fopen_mode()
98 case ( out |binary): return "wb"; in fopen_mode()
99 case ( out |app|binary): return "ab"; in fopen_mode()
100 case ( app|binary): return "ab"; in fopen_mode()
101 case ( out|trunc |binary): return "wb"; in fopen_mode()
102 case (in |binary): return "rb"; in fopen_mode()
103 case (in|out |binary): return "r+b"; in fopen_mode()
104 case (in|out|trunc |binary): return "w+b"; in fopen_mode()
105 case (in|out |app|binary): return "a+b"; in fopen_mode()
[all …]
/dflybsd-src/contrib/gcc-4.7/libstdc++-v3/config/io/
H A Dbasic_file_stdio.cc82 binary = std::ios_base::binary in fopen_mode() enumerator
87 switch (mode & (in|out|trunc|app|binary)) in fopen_mode()
99 case ( out |binary): return "wb"; in fopen_mode()
100 case ( out |app|binary): return "ab"; in fopen_mode()
101 case ( app|binary): return "ab"; in fopen_mode()
102 case ( out|trunc |binary): return "wb"; in fopen_mode()
103 case (in |binary): return "rb"; in fopen_mode()
104 case (in|out |binary): return "r+b"; in fopen_mode()
105 case (in|out|trunc |binary): return "w+b"; in fopen_mode()
106 case (in|out |app|binary): return "a+b"; in fopen_mode()
[all …]
/dflybsd-src/contrib/gcc-8.0/gcc/
H A Dtree-ssa-scopedtables.c134 enum tree_code code = expr->ops.binary.op; in simplify_binary_operation()
161 expr.ops.binary.op = EQ_EXPR; in simplify_binary_operation()
162 expr.ops.binary.opnd0 = gimple_assign_rhs1 (stmt); in simplify_binary_operation()
163 expr.ops.binary.opnd1 = gimple_assign_rhs2 (stmt); in simplify_binary_operation()
417 hstate.add_object (expr->ops.binary.op); in add_hashable_expr()
418 if (commutative_tree_code (expr->ops.binary.op)) in add_hashable_expr()
419 inchash::add_expr_commutative (expr->ops.binary.opnd0, in add_hashable_expr()
420 expr->ops.binary.opnd1, hstate); in add_hashable_expr()
423 inchash::add_expr (expr->ops.binary.opnd0, hstate); in add_hashable_expr()
424 inchash::add_expr (expr->ops.binary.opnd1, hstate); in add_hashable_expr()
[all …]
H A Dinternal-fn.def59 - binary: a normal binary optab, such as vec_interleave_lo_<mode>
61 - cond_binary: a conditional binary optab, such as add<mode>cc
139 vec_shl_insert, binary)
208 DEF_INTERNAL_FLT_FN (ATAN2, ECF_CONST, atan2, binary)
209 DEF_INTERNAL_FLT_FLOATN_FN (COPYSIGN, ECF_CONST, copysign, binary)
210 DEF_INTERNAL_FLT_FN (FMOD, ECF_CONST, fmod, binary)
211 DEF_INTERNAL_FLT_FN (POW, ECF_CONST, pow, binary)
212 DEF_INTERNAL_FLT_FN (REMAINDER, ECF_CONST, remainder, binary)
213 DEF_INTERNAL_FLT_FN (SCALB, ECF_CONST, scalb, binary)
214 DEF_INTERNAL_FLT_FLOATN_FN (FMIN, ECF_CONST, fmin, binary)
[all …]
/dflybsd-src/lib/libc/inet/
H A Dnsap_addr.c42 inet_nsap_addr(const char *ascii, u_char *binary, int maxlen) { in inet_nsap_addr() argument
63 *binary++ = (nib << 4) | xtob(c); in inet_nsap_addr()
78 inet_nsap_ntoa(int binlen, const u_char *binary, char *ascii) { in inet_nsap_ntoa() argument
98 nib = *binary >> 4; in inet_nsap_ntoa()
100 nib = *binary++ & 0x0f; in inet_nsap_ntoa()
/dflybsd-src/tools/tools/bus_autoconf/
H A Dbus_autoconf.sh49 ${OBJCOPY} -j bus_autoconf_format -O binary ${F} bus_autoconf.ids 2> /dev/null
53 ${OBJCOPY} -j usb_host_id -O binary ${F} "usb_host_id,${G}" 2> /dev/null
57 ${OBJCOPY} -j usb_device_id -O binary ${F} "usb_device_id,${G}" 2> /dev/null
61 ${OBJCOPY} -j usb_dual_id -O binary ${F} "usb_dual_id,${G}" 2> /dev/null
/dflybsd-src/usr.bin/dfregress/
H A Duserland.c67 run_userland(const char *binary, int argc, const char **argv, const char *interpreter, in run_userland() argument
109 "binary %s: %s\n", binary, strerror(errno)); in run_userland()
240 r = execvp(binary, __DECONST(char **, argv)); in run_userland()
303 run_simple_cmd(const char *binary, const char *arg, char *errbuf, in run_simple_cmd() argument
309 s = strrchr(binary, '/'); in run_simple_cmd()
311 argv[0] = (s == NULL) ? __DECONST(char *, binary) : s+1; in run_simple_cmd()
315 return run_userland(binary, /* executable */ in run_simple_cmd()
/dflybsd-src/lib/libnetgraph7/
H A Dmsg.c94 struct ng_mesg *reply, *binary, *ascii; in NgSendAsciiMsg() local
144 binary = (struct ng_mesg *)reply->data; in NgSendAsciiMsg()
147 binary->header.token = gMsgId; in NgSendAsciiMsg()
148 binary->header.version = NG_VERSION; in NgSendAsciiMsg()
150 path, binary, binary->data, binary->header.arglen) < 0) { in NgSendAsciiMsg()
154 token = binary->header.token; in NgSendAsciiMsg()
/dflybsd-src/lib/libnetgraph/
H A Dmsg.c97 struct ng_mesg *const binary = (struct ng_mesg *)reply->data; in NgSendAsciiMsg() local
145 binary->header.token = gMsgId; in NgSendAsciiMsg()
147 path, binary, binary->data, binary->header.arglen) < 0) in NgSendAsciiMsg()
149 return (binary->header.token); in NgSendAsciiMsg()
/dflybsd-src/sys/contrib/dev/acpica/generate/unix/
H A Dreadme.txt8 Windows binary versions of these tools are available at:
74 acpibin compares AML files, dumps AML binary files to text files,
75 extracts binary AML from text files, and other AML file
95 acpinames loads an ACPI namespace from a binary ACPI table file.
110 6) acpixtract, extract binary ACPI tables from an acpidump
112 acpixtract is used to extract binary ACPI tables from the ASCII text
/dflybsd-src/contrib/gcc-4.7/gcc/
H A Dtree-ssa-dom.c66 struct { enum tree_code op; tree opnd0, opnd1; } binary; member
229 expr->ops.binary.op = subcode; in initialize_hash_element()
230 expr->ops.binary.opnd0 = gimple_assign_rhs1 (stmt); in initialize_hash_element()
231 expr->ops.binary.opnd1 = gimple_assign_rhs2 (stmt); in initialize_hash_element()
249 expr->ops.binary.op = gimple_cond_code (stmt); in initialize_hash_element()
250 expr->ops.binary.opnd0 = gimple_cond_lhs (stmt); in initialize_hash_element()
251 expr->ops.binary.opnd1 = gimple_cond_rhs (stmt); in initialize_hash_element()
321 expr->ops.binary.op = TREE_CODE (cond); in initialize_expr_from_cond()
322 expr->ops.binary.opnd0 = TREE_OPERAND (cond, 0); in initialize_expr_from_cond()
323 expr->ops.binary.opnd1 = TREE_OPERAND (cond, 1); in initialize_expr_from_cond()
[all …]
/dflybsd-src/sys/netgraph/netgraph/
H A Dng_base.c1510 struct ng_mesg *rp, *binary, *ascii; in ng_generic_msg() local
1513 binary = (struct ng_mesg *)msg->data; in ng_generic_msg()
1516 < binary->header.arglen) { in ng_generic_msg()
1530 bcopy(binary, ascii, sizeof(*binary)); in ng_generic_msg()
1535 if (binary->header.typecookie == c->cookie in ng_generic_msg()
1536 && binary->header.cmd == c->cmd) in ng_generic_msg()
1541 if (binary->header.typecookie == c->cookie in ng_generic_msg()
1542 && binary->header.cmd == c->cmd) in ng_generic_msg()
1557 argstype = (binary->header.flags & NGF_RESP) ? in ng_generic_msg()
1563 (u_char *)binary->data, in ng_generic_msg()
[all …]
/dflybsd-src/contrib/gcc-4.7/libiberty/
H A Dpex-common.c415 pex_input_pipe (struct pex_obj *obj, int binary) in pex_input_pipe() argument
435 if (obj->funcs->pipe (obj, p, binary != 0) < 0) in pex_input_pipe()
438 f = obj->funcs->fdopenw (obj, p[WRITE_PORT], binary != 0); in pex_input_pipe()
461 pex_read_output (struct pex_obj *obj, int binary) in pex_read_output() argument
476 obj->read_output = fopen (obj->next_input_name, binary ? "rb" : "r"); in pex_read_output()
492 obj->read_output = obj->funcs->fdopenr (obj, o, binary); in pex_read_output()
500 pex_read_err (struct pex_obj *obj, int binary) in pex_read_err() argument
507 obj->read_err = obj->funcs->fdopenr (obj, o, binary); in pex_read_err()
/dflybsd-src/contrib/binutils-2.27/libiberty/
H A Dpex-common.c417 pex_input_pipe (struct pex_obj *obj, int binary) in pex_input_pipe() argument
437 if (obj->funcs->pipe (obj, p, binary != 0) < 0) in pex_input_pipe()
440 f = obj->funcs->fdopenw (obj, p[WRITE_PORT], binary != 0); in pex_input_pipe()
463 pex_read_output (struct pex_obj *obj, int binary) in pex_read_output() argument
478 obj->read_output = fopen (obj->next_input_name, binary ? "rb" : "r"); in pex_read_output()
494 obj->read_output = obj->funcs->fdopenr (obj, o, binary); in pex_read_output()
502 pex_read_err (struct pex_obj *obj, int binary) in pex_read_err() argument
509 obj->read_err = obj->funcs->fdopenr (obj, o, binary); in pex_read_err()
/dflybsd-src/contrib/gdb-7/libiberty/
H A Dpex-common.c415 pex_input_pipe (struct pex_obj *obj, int binary) in pex_input_pipe() argument
435 if (obj->funcs->pipe (obj, p, binary != 0) < 0) in pex_input_pipe()
438 f = obj->funcs->fdopenw (obj, p[WRITE_PORT], binary != 0); in pex_input_pipe()
461 pex_read_output (struct pex_obj *obj, int binary) in pex_read_output() argument
476 obj->read_output = fopen (obj->next_input_name, binary ? "rb" : "r"); in pex_read_output()
492 obj->read_output = obj->funcs->fdopenr (obj, o, binary); in pex_read_output()
500 pex_read_err (struct pex_obj *obj, int binary) in pex_read_err() argument
507 obj->read_err = obj->funcs->fdopenr (obj, o, binary); in pex_read_err()

12345678910>>...19