Home
last modified time | relevance | path

Searched refs:binary (Results 626 - 650 of 1366) sorted by relevance

1...<<21222324252627282930>>...55

/foundation/communication/bluetooth_service/services/bluetooth/service/src/common/
H A Dadapter_device_info.cpp64 std::ifstream fin(pimpl->fileBasePath_, std::ios::in | std::ios::binary); in Reload()
/kernel/linux/linux-5.10/arch/xtensa/boot/
H A DMakefile37 OBJCOPYFLAGS = --strip-all -R .comment -R .notes -O binary
/kernel/linux/linux-5.10/arch/arc/boot/
H A DMakefile8 OBJCOPYFLAGS= -O binary -R .note -R .note.gnu.build-id -R .comment -S
/kernel/linux/linux-5.10/arch/loongarch/boot/
H A DMakefile25 cmd_bin = $(OBJCOPY) -O binary $(strip-flags) $(VMLINUX) $@
/kernel/linux/linux-5.10/arch/riscv/boot/
H A DMakefile19 OBJCOPYFLAGS_Image :=-O binary -R .note -R .note.gnu.build-id -R .comment -S
/kernel/linux/linux-5.10/arch/arm/boot/compressed/
H A Dhead-xscale.S18 @ Be sure to flush kernel binary out of the cache,
/kernel/linux/linux-6.6/arch/arm/boot/
H A DMakefile13 OBJCOPYFLAGS :=-O binary -R .comment -S
/kernel/linux/linux-6.6/arch/alpha/lib/
H A Dstrncat.S44 and $2, 0xf0, $3 # binary search for that set bit
/kernel/linux/linux-6.6/arch/arm/boot/compressed/
H A Dhead-sa1100.S28 @ Be sure to flush kernel binary out of the cache,
H A Dhead-xscale.S18 @ Be sure to flush kernel binary out of the cache,
/kernel/linux/linux-6.6/arch/arm64/boot/
H A DMakefile17 OBJCOPYFLAGS_Image :=-O binary -R .note -R .note.gnu.build-id -R .comment -S
/kernel/linux/linux-6.6/arch/openrisc/
H A DMakefile20 OBJCOPYFLAGS := -O binary -R .note -R .comment -S
/kernel/linux/linux-6.6/arch/xtensa/boot/
H A DMakefile33 OBJCOPYFLAGS = --strip-all -R .comment -R .notes -O binary
/third_party/elfio/examples/anonymizer/
H A Danonymizer.cpp57 std::ios::in | std::ios::out | std::ios::binary ); in overwrite_data()
/third_party/glslang/glslang/HLSL/
H A DhlslOpMap.cpp6 // Redistribution and use in source and binary forms, with or without
13 // Redistributions in binary form must reproduce the above
37 // form (e.g., binary subtract or unary negate).
64 // Map parsing tokens that could be binary operations into binary operators.
65 TOperator HlslOpMap::binary(EHlslTokenClass op) in binary() function in glslang::HlslOpMap
/third_party/json/docs/examples/
H A Dsax_parse__binary.cpp82 bool binary(json::binary_t& val) override
84 events.push_back("binary(val=[...])");
H A Dsax_parse.cpp82 bool binary(json::binary_t& val) override
84 events.push_back("binary(val=[...])");
/third_party/mesa3d/src/asahi/compiler/
H A Dagx_compile.h196 struct util_dynarray *binary,
/third_party/mesa3d/src/imagination/rogue/
H A Drogue_build_data.h151 struct rogue_shader_binary *binary[MESA_SHADER_FRAGMENT + 1]; member
/third_party/node/tools/snapshot/
H A Dnode_mksnapshot.cc81 std::ofstream out(out_path, std::ios::out | std::ios::binary);
/third_party/mesa3d/src/microsoft/clc/
H A Dclc_compiler.h103 } binary; member
/third_party/mesa3d/src/microsoft/spirv_to_dxil/
H A Dspirv_to_dxil.h81 } binary; member
/third_party/mesa3d/src/panfrost/lib/
H A Dpan_blend.h88 struct util_dynarray binary; member
/third_party/mesa3d/src/gallium/drivers/panfrost/
H A Dpan_screen.h94 struct util_dynarray *binary,
/third_party/skia/third_party/externals/angle2/src/libANGLE/
H A DMemoryProgramCache.h35 // Check if the cache contains a binary matching the specified program.
46 // Evict a program from the binary cache.
57 // Store a binary directly. TODO(syoussefi): deprecated. Will be removed once Chrome supports
60 const uint8_t *binary,

Completed in 7 milliseconds

1...<<21222324252627282930>>...55