| /third_party/node/deps/v8/third_party/wasm-api/example/ |
| H A D | hostref.cc | 118 // Load binary. in run() 119 std::cout << "Loading binary..." << std::endl; in run() 124 auto binary = wasm::vec<byte_t>::make_uninitialized(file_size); in run() local 125 file.read(binary.get(), file_size); in run() 134 auto module = wasm::Module::make(store, binary); in run()
|
| /third_party/mesa3d/src/nouveau/codegen/ |
| H A D | nv50_ir_target.cpp | 204 INFO("program binary (%u bytes)", codeSize); in printBinary() 390 // the nvc0 driver will print the binary itself together with the header in emitBinary() 450 RelocEntry::apply(uint32_t *binary, const RelocInfo *info) const in apply() argument 465 binary[offset / 4] &= ~mask; in apply() 466 binary[offset / 4] |= value & mask; in apply()
|
| /third_party/ltp/tools/sparse/sparse-src/ |
| H A D | scheck.c | 104 static void binary(Btor *btor, BoolectorSort s, struct instruction *insn) in binary() function 146 binary(btor, s, insn); in binop() 152 binary(btor, s, insn); in icmp()
|
| /third_party/skia/third_party/externals/angle2/src/tests/ |
| H A D | run_perf_tests.py | 63 def get_binary_name(binary): 65 return '.\\%s.exe' % binary 67 return './%s' % binary
|
| /third_party/vk-gl-cts/framework/opengl/ |
| H A D | gluShaderProgram.hpp | 382 ShaderBinaryDataType binary; member 389 ShaderBinary (const ShaderBinaryDataType binary_) : binary(binary_) in ShaderBinary() 393 ShaderBinary (const ShaderBinaryDataType binary_, glu::ShaderType shaderType_) : binary(binary_) in ShaderBinary()
|
| /third_party/mesa3d/src/gallium/drivers/asahi/ |
| H A D | agx_state.c | 929 struct util_dynarray binary; in agx_update_shader() local 930 util_dynarray_init(&binary, NULL); in agx_update_shader() 948 agx_compile_shader_nir(nir, &key->base, &binary, &compiled->info); in agx_update_shader() 961 if (binary.size) { in agx_update_shader() 964 ALIGN_POT(binary.size, 256) + (3 * packed_varying_sz), in agx_update_shader() 966 memcpy(compiled->bo->ptr.cpu, binary.data, binary.size); in agx_update_shader() 970 unsigned offs = ALIGN_POT(binary.size, 256); in agx_update_shader() 976 compiled->varyings = compiled->bo->ptr.gpu + ALIGN_POT(binary.size, 256); in agx_update_shader() 980 util_dynarray_fini(&binary); in agx_update_shader() [all...] |
| /third_party/mesa3d/src/panfrost/lib/ |
| H A D | pan_blitter.c | 395 b->binary.size, in pan_blitter_get_blend_shaders() 397 memcpy(bin.cpu, b->binary.data, b->binary.size); in pan_blitter_get_blend_shaders() 610 struct util_dynarray binary; in pan_blitter_get_blit_shader() local 612 util_dynarray_init(&binary, NULL); in pan_blitter_get_blit_shader() 622 GENX(pan_shader_compile)(b.shader, &inputs, &binary, &shader->info); in pan_blitter_get_blit_shader() 630 binary.data, binary.size, in pan_blitter_get_blit_shader() 633 util_dynarray_fini(&binary); in pan_blitter_get_blit_shader() 1157 cfg.binary in pan_preload_emit_dcd() [all...] |
| /third_party/pcre2/pcre2/ |
| H A D | RunGrepTest.bat | 249 (pushd %srcdir% & %pcre2grep% -A1 "before the binary zero" ./testdata/grepinput & popd) >>testtrygrep
253 (pushd %srcdir% & %pcre2grep% -B1 "after the binary zero" ./testdata/grepinput & popd) >>testtrygrep
257 (pushd %srcdir% & %pcre2grep% -B1 -o "\w+ the binary zero" ./testdata/grepinput & popd) >>testtrygrep
261 (pushd %srcdir% & %pcre2grep% -B1 -onH "\w+ the binary zero" ./testdata/grepinput & popd) >>testtrygrep
273 (pushd %srcdir% & %pcre2grep% -on -f ./testdata/greplist -e binary ./testdata/grepinput & popd) >>testtrygrep
460 (pushd %srcdir% & %pcre2grep% --binary-files=without-match "dog" ./testdata/grepbinary & popd) >>testtrygrep 2>&1
468 (pushd %srcdir% & %pcre2grep% --binary-files=text "dog" ./testdata/grepbinary & popd) >>testtrygrep 2>&1
506 (pushd %srcdir% & %pcre2grep% -Ho2 --only-matching=1 -o3 "(\w+) binary (\w+)(\.)?" ./testdata/grepinput & popd) >>testtrygrep
510 (pushd %srcdir% & %pcre2grep% -o3 -Ho2 -o12 --only-matching=1 -o3 --colour=always --om-separator="|" "(\w+) binary (\w+)(\.)?" ./testdata/grepinput & popd) >>testtrygrep
589 (pushd %srcdir% & %pcre2grep% -HO "$0:$2$1$3" "(\w+) binary (\ [all...] |
| /base/global/i18n/frameworks/intl/test/unittest/mock/src/ |
| H A D | generate_ics_file.cpp | 105 std::ofstream fstream(filePath, std::ios_base::out | std::ios_base::binary); in WriteBinaryFile()
|
| /kernel/linux/linux-5.10/arch/xtensa/boot/ |
| H A D | Makefile | 37 OBJCOPYFLAGS = --strip-all -R .comment -R .notes -O binary
|
| /kernel/linux/linux-5.10/arch/arc/boot/ |
| H A D | Makefile | 8 OBJCOPYFLAGS= -O binary -R .note -R .note.gnu.build-id -R .comment -S
|
| /kernel/linux/linux-5.10/arch/loongarch/boot/ |
| H A D | Makefile | 25 cmd_bin = $(OBJCOPY) -O binary $(strip-flags) $(VMLINUX) $@
|
| /kernel/linux/linux-5.10/arch/riscv/boot/ |
| H A D | Makefile | 19 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 D | head-xscale.S | 18 @ Be sure to flush kernel binary out of the cache,
|
| /kernel/linux/linux-6.6/arch/arm/boot/ |
| H A D | Makefile | 13 OBJCOPYFLAGS :=-O binary -R .comment -S
|
| /kernel/linux/linux-6.6/arch/alpha/lib/ |
| H A D | strncat.S | 44 and $2, 0xf0, $3 # binary search for that set bit
|
| /kernel/linux/linux-6.6/arch/arm/boot/compressed/ |
| H A D | head-sa1100.S | 28 @ Be sure to flush kernel binary out of the cache,
|
| H A D | head-xscale.S | 18 @ Be sure to flush kernel binary out of the cache,
|
| /kernel/linux/linux-6.6/arch/arm64/boot/ |
| H A D | Makefile | 17 OBJCOPYFLAGS_Image :=-O binary -R .note -R .note.gnu.build-id -R .comment -S
|
| /kernel/linux/linux-6.6/arch/openrisc/ |
| H A D | Makefile | 20 OBJCOPYFLAGS := -O binary -R .note -R .comment -S
|
| /kernel/linux/linux-6.6/arch/xtensa/boot/ |
| H A D | Makefile | 33 OBJCOPYFLAGS = --strip-all -R .comment -R .notes -O binary
|
| /third_party/elfio/examples/anonymizer/ |
| H A D | anonymizer.cpp | 57 std::ios::in | std::ios::out | std::ios::binary ); in overwrite_data()
|
| /third_party/glslang/glslang/HLSL/ |
| H A D | hlslOpMap.cpp | 6 // 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 D | sax_parse__binary.cpp | 82 bool binary(json::binary_t& val) override 84 events.push_back("binary(val=[...])");
|
| H A D | sax_parse.cpp | 82 bool binary(json::binary_t& val) override 84 events.push_back("binary(val=[...])");
|