Home
last modified time | relevance | path

Searched refs:header_fmt (Results 1 – 25 of 100) sorted by relevance

1234

/dports/devel/py-pyvisa/PyVISA-1.11.3/pyvisa/resources/
H A Dmessagebased.py267 header_fmt: util.BINARY_HEADERS = "ieee",
307 if header_fmt == "ieee":
309 elif header_fmt == "hp":
311 elif header_fmt == "empty":
538 header_fmt: util.BINARY_HEADERS = "ieee",
577 if header_fmt == "ieee":
580 elif header_fmt == "hp":
582 elif header_fmt == "empty":
694 header_fmt: util.BINARY_HEADERS = "ieee",
736 if header_fmt not in ("ieee", "empty", "hp"):
[all …]
/dports/science/py-ase/ase-3.22.0/ase/cli/
H A Ddiff.py165 def header_fmt(c): function
192 def header_fmt(c): function
195 def header_fmt(c): function
203 def header_fmt(c): function
219 table.title = header_fmt(counter)
/dports/net/py-pypacker/pypacker-268e27c813545bf7995dd0a80abdb4da24d64722/pypacker/
H A Dpypacker_meta.py140 def configure_packet_header(t, hdrs, header_fmt): argument
204 header_fmt.append(fmt)
249 header_fmt.append("0s")
318 header_fmt = [">"]
326 configure_packet_header(t, hdrs, header_fmt)
349 t._header_format = struct.Struct("".join(header_fmt))
/dports/devel/py-pyvisa/PyVISA-1.11.3/pyvisa/testsuite/keysight_assisted_tests/
H A Dmessagebased_resource_utils.py395 "", data, "h", header_fmt=hfmt, termination="\r\n"
401 header_fmt=hfmt,
416 header_fmt=hfmt,
440 header_fmt="invalid",
454 header_fmt="invalid",
484 header_fmt=hfmt,
500 header_fmt=hfmt,
524 header_fmt=hfmt,
576 header_fmt="ieee",
600 header_fmt="ieee",
[all …]
/dports/shells/ksh93-devel/ast-cc1bca27/src/lib/libcmd/
H A Dhead.c73 static const char header_fmt[] = "\n==> %s <==\n"; in b_head() local
81 char* format = (char*)header_fmt+1; in b_head()
139 format = (char*)header_fmt; in b_head()
/dports/shells/ksh93/ast-93u/src/lib/libcmd/
H A Dhead.c73 static const char header_fmt[] = "\n==> %s <==\n"; in b_head() local
81 char* format = (char*)header_fmt+1; in b_head()
139 format = (char*)header_fmt; in b_head()
/dports/java/java-subversion/subversion-1.14.1/subversion/libsvn_subr/
H A Ddebug.c126 const char *header_fmt, in svn_dbg__print_props() argument
135 va_start(ap, header_fmt); in svn_dbg__print_props()
136 debug_vprintf(header_fmt, ap); in svn_dbg__print_props()
/dports/devel/py-subversion/subversion-1.14.1/subversion/libsvn_subr/
H A Ddebug.c126 const char *header_fmt, in svn_dbg__print_props() argument
135 va_start(ap, header_fmt); in svn_dbg__print_props()
136 debug_vprintf(header_fmt, ap); in svn_dbg__print_props()
/dports/security/subversion-gnome-keyring/subversion-1.14.1/subversion/libsvn_subr/
H A Ddebug.c126 const char *header_fmt, in svn_dbg__print_props() argument
135 va_start(ap, header_fmt); in svn_dbg__print_props()
136 debug_vprintf(header_fmt, ap); in svn_dbg__print_props()
/dports/devel/p5-subversion/subversion-1.14.1/subversion/libsvn_subr/
H A Ddebug.c126 const char *header_fmt, in svn_dbg__print_props() argument
135 va_start(ap, header_fmt); in svn_dbg__print_props()
136 debug_vprintf(header_fmt, ap); in svn_dbg__print_props()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/clang/utils/hmaptool/
H A Dhmaptool38 header_fmt = endian_code + 'HHIIII'
39 header_size = struct.calcsize(header_fmt)
46 num_buckets, max_value_len) = struct.unpack(header_fmt, data)
213 header_fmt = endian_code + 'HHIIII'
214 header_size = struct.calcsize(header_fmt)
224 f.write(struct.pack(header_fmt, *header))
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/clang/utils/hmaptool/
H A Dhmaptool38 header_fmt = endian_code + 'HHIIII'
39 header_size = struct.calcsize(header_fmt)
46 num_buckets, max_value_len) = struct.unpack(header_fmt, data)
213 header_fmt = endian_code + 'HHIIII'
214 header_size = struct.calcsize(header_fmt)
224 f.write(struct.pack(header_fmt, *header))
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/clang/utils/hmaptool/
H A Dhmaptool38 header_fmt = endian_code + 'HHIIII'
39 header_size = struct.calcsize(header_fmt)
46 num_buckets, max_value_len) = struct.unpack(header_fmt, data)
213 header_fmt = endian_code + 'HHIIII'
214 header_size = struct.calcsize(header_fmt)
224 f.write(struct.pack(header_fmt, *header))
/dports/devel/llvm12/llvm-project-12.0.1.src/clang/utils/hmaptool/
H A Dhmaptool38 header_fmt = endian_code + 'HHIIII'
39 header_size = struct.calcsize(header_fmt)
46 num_buckets, max_value_len) = struct.unpack(header_fmt, data)
213 header_fmt = endian_code + 'HHIIII'
214 header_size = struct.calcsize(header_fmt)
224 f.write(struct.pack(header_fmt, *header))
/dports/devel/llvm11/llvm-11.0.1.src/tools/clang/utils/hmaptool/
H A Dhmaptool38 header_fmt = endian_code + 'HHIIII'
39 header_size = struct.calcsize(header_fmt)
46 num_buckets, max_value_len) = struct.unpack(header_fmt, data)
213 header_fmt = endian_code + 'HHIIII'
214 header_size = struct.calcsize(header_fmt)
224 f.write(struct.pack(header_fmt, *header))
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/clang/utils/hmaptool/
H A Dhmaptool38 header_fmt = endian_code + 'HHIIII'
39 header_size = struct.calcsize(header_fmt)
46 num_buckets, max_value_len) = struct.unpack(header_fmt, data)
213 header_fmt = endian_code + 'HHIIII'
214 header_size = struct.calcsize(header_fmt)
224 f.write(struct.pack(header_fmt, *header))
/dports/devel/llvm90/llvm-9.0.1.src/tools/clang/utils/hmaptool/
H A Dhmaptool38 header_fmt = endian_code + 'HHIIII'
39 header_size = struct.calcsize(header_fmt)
46 num_buckets, max_value_len) = struct.unpack(header_fmt, data)
213 header_fmt = endian_code + 'HHIIII'
214 header_size = struct.calcsize(header_fmt)
224 f.write(struct.pack(header_fmt, *header))
/dports/devel/llvm10/llvm-10.0.1.src/tools/clang/utils/hmaptool/
H A Dhmaptool38 header_fmt = endian_code + 'HHIIII'
39 header_size = struct.calcsize(header_fmt)
46 num_buckets, max_value_len) = struct.unpack(header_fmt, data)
213 header_fmt = endian_code + 'HHIIII'
214 header_size = struct.calcsize(header_fmt)
224 f.write(struct.pack(header_fmt, *header))
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/clang/utils/hmaptool/
H A Dhmaptool38 header_fmt = endian_code + 'HHIIII'
39 header_size = struct.calcsize(header_fmt)
46 num_buckets, max_value_len) = struct.unpack(header_fmt, data)
213 header_fmt = endian_code + 'HHIIII'
214 header_size = struct.calcsize(header_fmt)
224 f.write(struct.pack(header_fmt, *header))
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/clang/utils/hmaptool/
H A Dhmaptool38 header_fmt = endian_code + 'HHIIII'
39 header_size = struct.calcsize(header_fmt)
46 num_buckets, max_value_len) = struct.unpack(header_fmt, data)
213 header_fmt = endian_code + 'HHIIII'
214 header_size = struct.calcsize(header_fmt)
224 f.write(struct.pack(header_fmt, *header))
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/clang/utils/hmaptool/
H A Dhmaptool38 header_fmt = endian_code + 'HHIIII'
39 header_size = struct.calcsize(header_fmt)
46 num_buckets, max_value_len) = struct.unpack(header_fmt, data)
213 header_fmt = endian_code + 'HHIIII'
214 header_size = struct.calcsize(header_fmt)
224 f.write(struct.pack(header_fmt, *header))
/dports/lang/clang-mesa/clang-13.0.1.src/utils/hmaptool/
H A Dhmaptool38 header_fmt = endian_code + 'HHIIII'
39 header_size = struct.calcsize(header_fmt)
46 num_buckets, max_value_len) = struct.unpack(header_fmt, data)
213 header_fmt = endian_code + 'HHIIII'
214 header_size = struct.calcsize(header_fmt)
224 f.write(struct.pack(header_fmt, *header))
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/clang/utils/hmaptool/
H A Dhmaptool38 header_fmt = endian_code + 'HHIIII'
39 header_size = struct.calcsize(header_fmt)
46 num_buckets, max_value_len) = struct.unpack(header_fmt, data)
213 header_fmt = endian_code + 'HHIIII'
214 header_size = struct.calcsize(header_fmt)
224 f.write(struct.pack(header_fmt, *header))
/dports/devel/llvm13/llvm-project-13.0.1.src/clang/utils/hmaptool/
H A Dhmaptool38 header_fmt = endian_code + 'HHIIII'
39 header_size = struct.calcsize(header_fmt)
46 num_buckets, max_value_len) = struct.unpack(header_fmt, data)
213 header_fmt = endian_code + 'HHIIII'
214 header_size = struct.calcsize(header_fmt)
224 f.write(struct.pack(header_fmt, *header))
/dports/devel/llvm80/llvm-8.0.1.src/tools/clang/utils/hmaptool/
H A Dhmaptool38 header_fmt = endian_code + 'HHIIII'
39 header_size = struct.calcsize(header_fmt)
46 num_buckets, max_value_len) = struct.unpack(header_fmt, data)
213 header_fmt = endian_code + 'HHIIII'
214 header_size = struct.calcsize(header_fmt)
224 f.write(struct.pack(header_fmt, *header))

1234