Home
last modified time | relevance | path

Searched refs:binary (Results 551 - 575 of 1176) sorted by relevance

1...<<21222324252627282930>>...48

/kernel/linux/linux-5.10/arch/x86/boot/
H A DMakefile87 OBJCOPYFLAGS_vmlinux.bin := -O binary -R .note -R .comment -S
110 OBJCOPYFLAGS_setup.bin := -O binary
/kernel/linux/linux-6.6/arch/x86/boot/
H A DMakefile86 OBJCOPYFLAGS_vmlinux.bin := -O binary -R .note -R .comment -S
109 OBJCOPYFLAGS_setup.bin := -O binary
/kernel/linux/linux-5.10/lib/
H A Dseq_buf.c98 * seq_buf_bprintf - Write the printf string from binary arguments
100 * @fmt: The format string for the @binary arguments
101 * @binary: The binary arguments for @fmt.
109 * This function will take the format and the binary array and finish
114 int seq_buf_bprintf(struct seq_buf *s, const char *fmt, const u32 *binary) in seq_buf_bprintf() argument
122 ret = bstr_printf(s->buffer + s->len, len, fmt, binary); in seq_buf_bprintf()
/kernel/linux/linux-5.10/kernel/trace/
H A Dtrace_seq.c161 * trace_seq_bprintf - Write the printf string from binary arguments
163 * @fmt: The format string for the @binary arguments
164 * @binary: The binary arguments for @fmt.
172 * This function will take the format and the binary array and finish
175 void trace_seq_bprintf(struct trace_seq *s, const char *fmt, const u32 *binary) in trace_seq_bprintf() argument
184 seq_buf_bprintf(&s->seq, fmt, binary); in trace_seq_bprintf()
/kernel/linux/linux-6.6/lib/
H A Dseq_buf.c130 * seq_buf_bprintf - Write the printf string from binary arguments
132 * @fmt: The format string for the @binary arguments
133 * @binary: The binary arguments for @fmt.
141 * This function will take the format and the binary array and finish
146 int seq_buf_bprintf(struct seq_buf *s, const char *fmt, const u32 *binary) in seq_buf_bprintf() argument
154 ret = bstr_printf(s->buffer + s->len, len, fmt, binary); in seq_buf_bprintf()
/kernel/linux/linux-6.6/kernel/trace/
H A Dtrace_seq.c162 * trace_seq_bprintf - Write the printf string from binary arguments
164 * @fmt: The format string for the @binary arguments
165 * @binary: The binary arguments for @fmt.
173 * This function will take the format and the binary array and finish
176 void trace_seq_bprintf(struct trace_seq *s, const char *fmt, const u32 *binary) in trace_seq_bprintf() argument
185 seq_buf_bprintf(&s->seq, fmt, binary); in trace_seq_bprintf()
/kernel/liteos_m/arch/arm/cortex-m3/keil/
H A Dlos_dispatch.S5 ; Redistribution and use in source and binary forms, with or without modification,
11 ; 2. Redistributions in binary form must reproduce the above copyright notice, this list
H A Dlos_atomic.S4 ; Redistribution and use in source and binary forms, with or without modification,
10 ; 2. Redistributions in binary form must reproduce the above copyright notice, this list
/third_party/gn/src/base/files/
H A Dfile_util.cc46 // We open the file in binary format even if they are text files because in ContentsEqual()
50 std::ios::in | std::ios::binary); in ContentsEqual()
52 std::ios::in | std::ios::binary); in ContentsEqual()
/third_party/icu/icu4j/main/classes/collate/src/com/ibm/icu/impl/coll/
H A DCollationLoader.java202 UResourceBundle binary = data.get("%%CollationBin"); in loadTailoring()
203 ByteBuffer inBytes = binary.getBinary(); in loadTailoring()
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/coll/
H A DCollationLoader.java204 UResourceBundle binary = data.get("%%CollationBin"); in loadTailoring()
205 ByteBuffer inBytes = binary.getBinary(); in loadTailoring()
/third_party/vk-gl-cts/executor/tools/
H A DxeExtractShaderPrograms.cpp90 std::ofstream out(shaderPath.c_str(), std::ifstream::binary|std::ifstream::out); in writeShaderProgram()
185 std::ifstream in (cmdLine.filename.c_str(), std::ifstream::binary|std::ifstream::in); in extractShaderProgramsFromLogFile()
/third_party/skia/third_party/externals/spirv-tools/test/link/
H A Dlinker_fixture.h189 // Disassembles |binary| and outputs the result in |text|. If |text| is a
191 spv_result_t Disassemble(const spvtest::Binary& binary, std::string* text) { in Disassemble() argument
193 return tools_.Disassemble(binary, text, disassemble_options_) in Disassemble()
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/test/link/
H A Dlinker_fixture.h189 // Disassembles |binary| and outputs the result in |text|. If |text| is a
191 spv_result_t Disassemble(const spvtest::Binary& binary, std::string* text) { in Disassemble() argument
193 return tools_.Disassemble(binary, text, disassemble_options_) in Disassemble()
/third_party/typescript/tests/baselines/reference/
H A DplainJSGrammarErrors.js38 set binary(fst, snd) { }
247 set binary(fst, snd) { }
/third_party/spirv-tools/test/opt/loop_optimizations/
H A Dlcssa.cpp34 spv_const_binary_t binary = {bin.data(), bin.size()}; in Validate() local
35 spv_result_t error = spvValidate(spvContext, &binary, &diagnostic); in Validate()
/third_party/spirv-tools/tools/objdump/
H A Dextract_source.cpp136 const std::vector<uint32_t>& binary, in ExtractSourceFromModule()
188 if (!context.Parse(binary, headerParser, instructionParser)) { in ExtractSourceFromModule()
135 ExtractSourceFromModule( const std::vector<uint32_t>& binary, std::unordered_map<std::string, std::string>* output) ExtractSourceFromModule() argument
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/compiler/
H A DOutputASM.cpp2544 TIntermBinary *binary = dst->getAsBinaryNode(); in assignLvalue() local
2546 if(binary && binary->getOp() == EOpIndexIndirect && binary->getLeft()->isVector() && dst->isScalar()) in assignLvalue()
2556 source(insert->src[2], binary->getRight()); in assignLvalue()
2588 TIntermBinary *binary = node->getAsBinaryNode(); in evaluateRvalue() local
2590 if(binary && binary->getOp() == EOpIndexIndirect && binary->getLeft()->isVector() && node->isScalar()) in evaluateRvalue()
2605 source(insert->src[1], binary in evaluateRvalue()
2652 TIntermBinary *binary = node->getAsBinaryNode(); lvalue() local
3025 TIntermBinary *binary = expression->getAsBinaryNode(); cost() local
3411 TIntermBinary *binary = sampler->getAsBinaryNode(); samplerRegister() local
[all...]
/arkcompiler/runtime_core/verifier/tests/
H A Dutils.cpp25 std::ofstream abc_file(filename, std::ios::out | std::ios::binary); in GenerateModifiedAbc()
/kernel/linux/linux-5.10/arch/microblaze/boot/
H A DMakefile8 OBJCOPYFLAGS := -R .note -R .comment -R .note.gnu.build-id -O binary
/kernel/linux/linux-5.10/arch/xtensa/boot/boot-redboot/
H A DMakefile33 $(Q)$(OBJCOPY) -S -O binary $< $@
/kernel/linux/linux-5.10/arch/alpha/lib/
H A Dstrncat.S44 and $2, 0xf0, $3 # binary search for that set bit
/kernel/linux/linux-5.10/arch/h8300/boot/
H A DMakefile9 OBJCOPYFLAGS_zImage := -O binary -R .note -R .comment -R .stab -R .stabstr -S
/kernel/linux/linux-5.10/arch/openrisc/
H A DMakefile22 OBJCOPYFLAGS := -O binary -R .note -R .comment -S
/kernel/linux/linux-5.10/arch/sh/boot/romimage/
H A DMakefile27 LDFLAGS_piggy.o := -r --format binary --oformat $(ld-bfd) -T

Completed in 13 milliseconds

1...<<21222324252627282930>>...48