| /OK3568_Linux_fs/kernel/tools/power/cpupower/debug/i386/ |
| H A D | Makefile | 15 $(OUTPUT)centrino-decode: centrino-decode.c 16 $(CC) $(CFLAGS) -o $@ centrino-decode.c 24 $(OUTPUT)powernow-k8-decode: powernow-k8-decode.c 25 $(CC) $(CFLAGS) -o $@ powernow-k8-decode.c 27 all: $(OUTPUT)centrino-decode $(OUTPUT)dump_psb $(OUTPUT)intel_gsic $(OUTPUT)powernow-k8-decode 30 rm -rf $(OUTPUT)centrino-decode 33 rm -rf $(OUTPUT)powernow-k8-decode 37 $(INSTALL) $(OUTPUT)centrino-decode $(DESTDIR)${bindir} 38 $(INSTALL) $(OUTPUT)powernow-k8-decode $(DESTDIR)${bindir}
|
| H A D | centrino-decode.c | 63 static void decode (unsigned int msr) in decode() function 89 decode(lo); in decode_live() 107 decode(cpu); in main()
|
| /OK3568_Linux_fs/buildroot/package/libwebsock/ |
| H A D | 0003-fix-incorrect-inline.patch | 1 utf: do not define decode() to be inline 3 Currently, decode() is prototyped in utf.h, its body is in utf.c and it 6 However, decode() is defined to be inline, which can not work since, 7 when compiling util.c, the body of decode() is out-of-scope for that 10 Furthermore, decode() uses a utf8d, which is a static defined in utf.c . 13 This means that the definition of decode() along with utf8d is basically 17 utf.c:36:12: warning: ‘utf8d’ is static but used in inline function ‘decode’ which is not static 20 utf.c:30:19: warning: ‘utf8d’ is static but used in inline function ‘decode’ which is not static 26 utf.h:25:17: warning: inline function ‘decode’ declared but never defined 27 uint32_t inline decode(uint32_t *state, uint32_t *codep, uint32_t byte); [all …]
|
| /OK3568_Linux_fs/kernel/tools/power/cpupower/debug/x86_64/ |
| H A D | Makefile | 15 $(OUTPUT)centrino-decode: ../i386/centrino-decode.c 18 $(OUTPUT)powernow-k8-decode: ../i386/powernow-k8-decode.c 21 all: $(OUTPUT)centrino-decode $(OUTPUT)powernow-k8-decode 24 rm -rf $(OUTPUT)centrino-decode $(OUTPUT)powernow-k8-decode 28 $(INSTALL) $(OUTPUT)centrino-decode $(DESTDIR)${bindir} 29 $(INSTALL) $(OUTPUT)powernow-k8-decode $(DESTDIR)${bindir}
|
| /OK3568_Linux_fs/kernel/arch/x86/pci/ |
| H A D | intel_mid_pci.c | 106 unsigned long decode; in pci_device_update_fixed() local 113 decode = size - 1; in pci_device_update_fixed() 114 decode |= decode >> 1; in pci_device_update_fixed() 115 decode |= decode >> 2; in pci_device_update_fixed() 116 decode |= decode >> 4; in pci_device_update_fixed() 117 decode |= decode >> 8; in pci_device_update_fixed() 118 decode |= decode >> 16; in pci_device_update_fixed() 119 decode++; in pci_device_update_fixed() 120 decode = ~(decode - 1); in pci_device_update_fixed() 122 decode = 0; in pci_device_update_fixed() [all …]
|
| /OK3568_Linux_fs/kernel/arch/arm/probes/ |
| H A D | Makefile | 2 obj-$(CONFIG_UPROBES) += decode.o decode-arm.o uprobes/ 3 obj-$(CONFIG_KPROBES) += decode.o kprobes/ 5 obj-$(CONFIG_KPROBES) += decode-thumb.o 7 obj-$(CONFIG_KPROBES) += decode-arm.o
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-support/libb64/libb64/ |
| H A D | 0007-initialize-encoder-decoder-state-in-the-constructors.patch | 11 include/b64/decode.h | 4 +++- 15 diff --git a/include/b64/decode.h b/include/b64/decode.h 17 --- a/include/b64/decode.h 18 +++ b/include/b64/decode.h 28 int decode(char value_in)
|
| H A D | 0002-use-BUFSIZ-as-buffer-size.patch | 12 include/b64/decode.h | 3 ++- 16 diff --git a/include/b64/decode.h b/include/b64/decode.h 18 --- a/include/b64/decode.h 19 +++ b/include/b64/decode.h
|
| /OK3568_Linux_fs/yocto/poky/bitbake/lib/toaster/tests/views/ |
| H A D | test_views.py | 64 data = json.loads(response.content.decode('utf-8')) 93 data = json.loads(response.content.decode('utf-8')) 149 data = json.loads(response.content.decode('utf-8')) 163 data = json.loads(response.content.decode('utf-8')) 173 data = json.loads(response.content.decode('utf-8')) 189 data = json.loads(response.content.decode('utf-8')) 198 data = json.loads(response.content.decode('utf-8')) 207 data = json.loads(response.content.decode('utf-8')) 220 self.assertEqual(json.loads(response.content.decode('utf-8')), 237 self.assertEqual(json.loads(response.content.decode('utf-8')), [all …]
|
| /OK3568_Linux_fs/buildroot/package/libb64/ |
| H A D | 0002-Initialize-C++-objects.patch | 9 diff --git a/include/b64/decode.h b/include/b64/decode.h 11 --- a/include/b64/decode.h 12 +++ b/include/b64/decode.h 22 int decode(char value_in)
|
| /OK3568_Linux_fs/buildroot/package/pulseview/ |
| H A D | 0002-Fix-broken-build-due-to-C-template-behind-C-linkage.patch | 13 from /home/abuild/rpmbuild/BUILD/pulseview-0.4.2/pv/data/decode/annotation.cpp:21: 24 pv/data/decode/annotation.cpp | 2 -- 28 diff --git a/pv/data/decode/annotation.cpp b/pv/data/decode/annotation.cpp 30 --- a/pv/data/decode/annotation.cpp 31 +++ b/pv/data/decode/annotation.cpp
|
| /OK3568_Linux_fs/kernel/tools/power/cpupower/ |
| H A D | .gitignore | 24 debug/i386/centrino-decode 27 debug/i386/powernow-k8-decode 28 debug/x86_64/centrino-decode 29 debug/x86_64/powernow-k8-decode
|
| /OK3568_Linux_fs/yocto/poky/bitbake/lib/bs4/tests/ |
| H A D | test_tree.py | 237 self.assertEqual([soup.a], soup.find_all(title=peace.decode("utf8"))) 729 self.assertEqual(soup.decode(), self.document_for('<a id="2"></a>')) 731 self.assertEqual(soup.decode(), self.document_for('<a></a>')) 733 self.assertEqual(soup.decode(), self.document_for('<a id2="foo"></a>')) 761 soup.decode(), self.document_for( 792 self.assertEqual(soup.decode(), self.document_for(text)) 837 soup.decode(), self.document_for( 868 soup.decode(), self.document_for( 893 self.assertEqual(data, soup.decode()) 899 self.assertEqual("<a><d></d><b></b><c></c></a>", soup.decode()) [all …]
|
| /OK3568_Linux_fs/buildroot/package/edid-decode/ |
| H A D | Config.in | 2 bool "edid-decode" 8 https://git.linuxtv.org/edid-decode.git/ 10 comment "edid-decode needs a toolchain w/ C++, gcc >= 4.7"
|
| /OK3568_Linux_fs/yocto/poky/meta/lib/oe/ |
| H A D | buildhistory_analysis.py | 261 alines = [line for line in blob.data_stream.read().decode('utf-8').splitlines()] 522 alines = a_blob.data_stream.read().decode('utf-8').splitlines() 523 blines = b_blob.data_stream.read().decode('utf-8').splitlines() 637 …Record(path, filename, d.a_blob.data_stream.read().decode('utf-8'), d.b_blob.data_stream.read().de… 640 alines = d.a_blob.data_stream.read().decode('utf-8').splitlines() 641 blines = d.b_blob.data_stream.read().decode('utf-8').splitlines() 652 alines = d.a_blob.data_stream.read().decode('utf-8').splitlines() 653 blines = d.b_blob.data_stream.read().decode('utf-8').splitlines() 660 alines = d.a_blob.data_stream.read().decode('utf-8').splitlines() 661 blines = d.b_blob.data_stream.read().decode('utf-8').splitlines() [all …]
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/typeof/ |
| H A D | encode_decode_params.hpp | 14 typedef boost::type_of::decode_type<iter##n> decode##n; \ 15 typedef typename decode##n::type p##n; \ 16 typedef typename decode##n::iter BOOST_PP_CAT(iter, BOOST_PP_INC(n));
|
| /OK3568_Linux_fs/yocto/poky/meta/lib/oe/package_manager/ |
| H A D | __init__.py | 26 … result = subprocess.check_output(index_cmd, stderr=subprocess.STDOUT, shell=True).decode("utf-8") 242 if output: bb.note(output.decode("utf-8")) 244 bb.note("Exit code %d. Output:\n%s" % (e.returncode, e.output.decode("utf-8"))) 248 if "qemuwrapper: qemu usermode is not supported" in e.output.decode("utf-8"): 254 if "qemuwrapper: qemu usermode is not supported" in e.output.decode("utf-8"): 334 if stderr: bb.note(stderr.decode("utf-8")) 335 pkgs = stdout.decode("utf-8") 342 (' '.join(cmd), e.returncode, e.output.decode("utf-8"))) 391 if stderr: bb.note(stderr.decode("utf-8")) 392 complementary_pkgs = stdout.decode("utf-8") [all …]
|
| /OK3568_Linux_fs/kernel/drivers/staging/media/sunxi/cedrus/ |
| H A D | cedrus_h264.c | 97 const struct v4l2_ctrl_h264_decode_params *decode = run->h264.decode_params; in cedrus_write_frame_list() local 111 for (i = 0; i < ARRAY_SIZE(decode->dpb); i++) { in cedrus_write_frame_list() 112 const struct v4l2_h264_dpb_entry *dpb = &decode->dpb[i]; in cedrus_write_frame_list() 149 if (decode->flags & V4L2_H264_DECODE_PARAM_FLAG_FIELD_PIC) in cedrus_write_frame_list() 157 decode->top_field_order_cnt, in cedrus_write_frame_list() 158 decode->bottom_field_order_cnt, in cedrus_write_frame_list() 174 const struct v4l2_ctrl_h264_decode_params *decode = run->h264.decode_params; in _cedrus_write_ref_list() local 193 dpb = &decode->dpb[dpb_idx]; in _cedrus_write_ref_list() 324 const struct v4l2_ctrl_h264_decode_params *decode = run->h264.decode_params; in cedrus_set_params() local 414 mbaff_pic = !(decode->flags & V4L2_H264_DECODE_PARAM_FLAG_FIELD_PIC) && in cedrus_set_params() [all …]
|
| /OK3568_Linux_fs/yocto/poky/meta/lib/oeqa/utils/ |
| H A D | metadata.py | 68 …rocess.check_output(["git", "rev-parse", "--abbrev-ref", "HEAD"], cwd=path).decode('utf-8').strip() 72 …info['commit'] = subprocess.check_output(["git", "rev-parse", "HEAD"], cwd=path).decode('utf-8').s… 76 …(subprocess.check_output(["git", "rev-list", "--count", "HEAD"], cwd=path).decode('utf-8').strip()) 104 xml_doc = parseString(tostring(xml).decode('UTF-8'))
|
| /OK3568_Linux_fs/kernel/tools/perf/arch/x86/util/ |
| H A D | kvm-stat.c | 78 char *decode) in mmio_event_decode_key() argument 80 scnprintf(decode, decode_str_len, "%#lx:%s", in mmio_event_decode_key() 122 char *decode) in ioport_event_decode_key() argument 124 scnprintf(decode, decode_str_len, "%#llx:%s", in ioport_event_decode_key()
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-devtools/qemu/qemu/ |
| H A D | 0017-target-ppc-Implement-Vector-Expand-Mask.patch | 25 target/ppc/insn32.decode | 11 ++++++++++ 29 diff --git a/target/ppc/insn32.decode b/target/ppc/insn32.decode 31 --- a/target/ppc/insn32.decode 32 +++ b/target/ppc/insn32.decode
|
| /OK3568_Linux_fs/yocto/poky/meta/lib/oe/package_manager/deb/ |
| H A D | __init__.py | 105 … cmd_output = subprocess.check_output(cmd, stderr=subprocess.STDOUT).strip().decode("utf-8") 108 "returned %d:\n%s" % (' '.join(cmd), e.returncode, e.output.decode("utf-8"))) 127 … output = subprocess.check_output(cmd, stderr=subprocess.STDOUT, shell=True).decode("utf-8") 130 "returned %d:\n%s" % (cmd, e.returncode, e.output.decode("utf-8"))) 163 … "returned %d:\n%s" % (pkg_path, ' '.join(cmd), e.returncode, e.output.decode("utf-8"))) 269 stderr=subprocess.STDOUT).decode("utf-8") 274 e.output.decode("utf-8"))) 288 "returned %d:\n%s" % (e.cmd, e.returncode, e.output.decode("utf-8"))) 304 bb.note(output.decode("utf-8")) 308 (cmd, e.returncode, e.output.decode("utf-8"))) [all …]
|
| /OK3568_Linux_fs/yocto/poky/bitbake/lib/bs4/ |
| H A D | testing.py | 46 self.assertEqual(obj.decode(), self.document_for(compare_parsed_to)) 76 self.assertEqual(loaded.decode(), tree.decode()) 377 self.assertEqual(soup.decode(), "<b>bold</b>") 392 soup.foo.decode(), 468 unicode_html = shift_jis_html.decode("shift-jis") 485 hebrew_document.decode("iso8859-8").encode("utf-8")) 542 self.assertEqual('<a foo="bar">text</a>', data.a.decode()) 553 self.assertEqual(loaded.decode(), tree.decode())
|
| /OK3568_Linux_fs/u-boot/scripts/ |
| H A D | unpack_bootimg | 181 info.boot_magic = unpack('8s', args.boot_img.read(8))[0].decode() 209 args.boot_img.read(16))[0].decode()) 210 info.cmdline = cstr(unpack('512s', args.boot_img.read(512))[0].decode()) 213 args.boot_img.read(1024))[0].decode()) 216 args.boot_img.read(1536))[0].decode()) 376 info.boot_magic = unpack('8s', args.boot_img.read(8))[0].decode() 382 info.cmdline = cstr(unpack('2048s', args.boot_img.read(2048))[0].decode()) 384 info.product_name = cstr(unpack('16s', args.boot_img.read(16))[0].decode()) 421 args.boot_img.read(VENDOR_RAMDISK_NAME_SIZE))[0].decode()) 471 boot_magic = unpack('8s', args.boot_img.read(8))[0].decode()
|
| /OK3568_Linux_fs/kernel/scripts/ |
| H A D | unpack_bootimg | 187 info.boot_magic = unpack('8s', boot_img.read(8))[0].decode() 215 boot_img.read(16))[0].decode()) 216 info.cmdline = cstr(unpack('512s', boot_img.read(512))[0].decode()) 219 boot_img.read(1024))[0].decode()) 222 boot_img.read(1536))[0].decode()) 383 info.boot_magic = unpack('8s', boot_img.read(8))[0].decode() 389 info.cmdline = cstr(unpack('2048s', boot_img.read(2048))[0].decode()) 391 info.product_name = cstr(unpack('16s', boot_img.read(16))[0].decode()) 428 boot_img.read(VENDOR_RAMDISK_NAME_SIZE))[0].decode()) 481 boot_magic = unpack('8s', image_file.read(8))[0].decode()
|