| /OK3568_Linux_fs/kernel/drivers/scsi/ |
| H A D | script_asm.pl | 403 $rest = $2; 404 foreach $rest (split (/\s*,\s*/, $rest)) { 405 if ($rest =~ /^($identifier)\s*=\s*($constant)\s*$/) { 456 $rest = $1; 457 if ($rest =~ /^FROM\s+($value)\s*,\s*(WITH|WHEN)\s+($phase)\s*$/i) { 466 } elsif ($rest =~ /^($value)\s*,\s*(PTR\s+|)($value)\s*,\s*(WITH|WHEN)\s+($phase)\s*$/i) { 478 } elsif ($rest =~ /^MEMORY\s+(.*)/i) { 479 $rest = $1; 481 if ($rest =~ /^($value)\s*,\s*($value)\s*,\s*($value)\s*$/) { 504 $rest = $3; [all …]
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-gnome/recipes-gnome/rest/files/ |
| H A D | 0001-Use-GUri-instead-of-SoupURI.patch | 9 rest-extras/flickr-proxy.c | 19 ++++++++++++++----- 10 rest/oauth-proxy-call.c | 19 ++++++++++++++----- 11 rest/oauth2-proxy.c | 22 +++++++++++----------- 27 diff --git a/rest-extras/flickr-proxy.c b/rest-extras/flickr-proxy.c 29 --- a/rest-extras/flickr-proxy.c 30 +++ b/rest-extras/flickr-proxy.c 74 diff --git a/rest/oauth-proxy-call.c b/rest/oauth-proxy-call.c 76 --- a/rest/oauth-proxy-call.c 77 +++ b/rest/oauth-proxy-call.c 116 diff --git a/rest/oauth2-proxy.c b/rest/oauth2-proxy.c [all …]
|
| H A D | 0002-Port-to-libsoup3.patch | 9 rest-extras.pc.in | 2 +- 10 rest-extras/youtube-proxy.c | 110 +++++++++++--- 11 rest.pc.in | 2 +- 12 rest/rest-private.h | 22 ++- 13 rest/rest-proxy-auth.c | 16 ++ 14 rest/rest-proxy-call.c | 296 +++++++++++++++++++++++++++++------- 15 rest/rest-proxy.c | 209 ++++++++++++++++++++++--- 93 diff --git a/rest-extras.pc.in b/rest-extras.pc.in 95 --- a/rest-extras.pc.in 96 +++ b/rest-extras.pc.in [all …]
|
| /OK3568_Linux_fs/u-boot/board/keymile/common/ |
| H A D | common.c | 260 char *rest = bidhwklist; in do_checkboardidhwk() local 274 while (*rest && !isxdigit(*rest)) in do_checkboardidhwk() 275 rest++; in do_checkboardidhwk() 280 bid = simple_strtoul(rest, &endp, 16); in do_checkboardidhwk() 283 rest = endp + 1; in do_checkboardidhwk() 288 hwkey = simple_strtoul(rest, &endp, 16); in do_checkboardidhwk() 289 rest = endp; in do_checkboardidhwk() 290 while (*rest && !isxdigit(*rest)) in do_checkboardidhwk() 291 rest++; in do_checkboardidhwk()
|
| /OK3568_Linux_fs/kernel/drivers/media/pci/ttpci/ |
| H A D | dvb_filter.c | 87 int ret=0, rest; in dvb_filter_pes2ts() local 106 rest=183-len; in dvb_filter_pes2ts() 107 if (rest) { in dvb_filter_pes2ts() 109 if (rest-1) in dvb_filter_pes2ts() 110 memset(buf+6, 0xff, rest-1); in dvb_filter_pes2ts() 112 buf[4]=rest; in dvb_filter_pes2ts() 113 memcpy(buf+5+rest, pes, len); in dvb_filter_pes2ts()
|
| /OK3568_Linux_fs/kernel/scripts/ |
| H A D | show_delta | 49 (time_str, rest) = string.split(line[1:],']',1) 53 return (time, rest) 65 (time, rest) = get_time(line) 78 return ("[%5.6f < %5.6f >]" % (time, delta)) + rest 111 (time, rest) = get_time(line) 114 if string.find(rest, base_str)==1:
|
| /OK3568_Linux_fs/kernel/drivers/media/radio/ |
| H A D | radio-terratec.c | 87 long rest; in terratec_s_frequency() local 93 rest = freq * 10 + 10700; /* I once had understood what is going on here */ in terratec_s_frequency() 98 while (rest != 0) { in terratec_s_frequency() 99 if (rest % temp == rest) in terratec_s_frequency() 103 rest = rest - temp; in terratec_s_frequency()
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-gnome/recipes-gnome/gfbgraph/gfbgraph/ |
| H A D | 0001-Update-rest-requirement-to-rest-1.0.patch | 4 Subject: [PATCH] Update rest requirement to rest-1.0 6 librest 0.8.1 declares rest-1.0 and was released four years ago. 29 -PKG_CHECK_MODULES(LIBGFBGRAPH, [glib-2.0 gio-2.0 gobject-2.0 rest-0.7 json-glib-1.0]) 30 +PKG_CHECK_MODULES(LIBGFBGRAPH, [glib-2.0 gio-2.0 gobject-2.0 rest-1.0 json-glib-1.0]) 55 -Requires: gio-2.0 glib-2.0 goa-1.0 json-glib-1.0 libsoup-2.4 rest-0.7 56 +Requires: gio-2.0 glib-2.0 goa-1.0 json-glib-1.0 libsoup-2.4 rest-1.0
|
| /OK3568_Linux_fs/kernel/drivers/staging/media/atomisp/pci/isp/kernels/sc/sc_1.0/ |
| H A D | ia_css_sc.host.c | 85 u32 slice, rest, i; in ia_css_sc_config() local 90 rest = internal_org_x_bqs; in ia_css_sc_config() 92 slice = min(rest, ((uint32_t)ISP_SLICE_NELEMS)); in ia_css_sc_config() 93 rest = rest - slice; in ia_css_sc_config()
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/rapidjson/1.1.0/include/rapidjson/internal/ |
| H A D | dtoa.h | 35 inline void GrisuRound(char* buffer, int len, uint64_t delta, uint64_t rest, uint64_t ten_kappa, ui… in GrisuRound() argument 36 while (rest < wp_w && delta - rest >= ten_kappa && in GrisuRound() 37 (rest + ten_kappa < wp_w || /// closer in GrisuRound() 38 wp_w - rest > rest + ten_kappa - wp_w)) { in GrisuRound() 40 rest += ten_kappa; in GrisuRound()
|
| /OK3568_Linux_fs/kernel/arch/hexagon/lib/ |
| H A D | memcpy.S | 159 #define rest R8 /* length - prolog bytes */ macro 321 rest = sub(len, star3); /* whats left after the loop */ define 324 if(p0) rest = add(rest, #16); 329 p0 = cmp.gt(rest, #16); 334 rest = add(rest, #-8); define 357 rest = kernel; define 367 p3 = cmp.eq(kernel, rest); 401 rest = add(kernel, #-1); define
|
| /OK3568_Linux_fs/external/rockit/mpi/example/common/ |
| H A D | test_comm_argparse.cpp | 157 const char *rest; in argparse_long_opt() local 162 rest = prefix_skip(self->argv[0] + 2, options->long_name); in argparse_long_opt() 163 if (!rest) { in argparse_long_opt() 177 rest = prefix_skip(self->argv[0] + 2 + 3, options->long_name); in argparse_long_opt() 178 if (!rest) in argparse_long_opt() 182 if (*rest) { in argparse_long_opt() 183 if (*rest != '=') in argparse_long_opt() 185 self->optvalue = rest + 1; in argparse_long_opt()
|
| /OK3568_Linux_fs/external/rockit/tgi/sdk/include/ |
| H A D | RTTaskGraph.h | 117 RT_RET linkNode(T src, T dst, Args... rest) { in linkNode() argument 118 return linkMultiNode(src, dst, rest...); in linkNode() 125 RT_RET selectLinkMode(T arg1, T arg2, Args... rest) { in selectLinkMode() argument 126 return selectMultiMode(arg1, arg2, rest...); in selectLinkMode() 144 RT_RET linkMultiNode(T src, T dst, Args... rest) { in linkMultiNode() argument 149 linkMultiNode(dst, rest...); in linkMultiNode() 160 RT_RET selectMultiMode(T arg1, T arg2, Args... rest) { in selectMultiMode() argument 165 selectMultiMode(arg2, rest...); in selectMultiMode()
|
| /OK3568_Linux_fs/kernel/fs/proc/ |
| H A D | bootconfig.c | 23 #define rest(dst, end) ((end) > (dst) ? (end) - (dst) : 0) macro 42 ret = snprintf(dst, rest(dst, end), "%s = ", key); in copy_xbc_key_value_list() 53 ret = snprintf(dst, rest(dst, end), "%c%s%c%s", in copy_xbc_key_value_list() 60 ret = snprintf(dst, rest(dst, end), "\"\"\n"); in copy_xbc_key_value_list()
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-gnome/recipes-gnome/gfbgraph/ |
| H A D | gfbgraph_0.2.5.bb | 9 rest \ 18 SRC_URI += " file://0001-Update-rest-requirement-to-rest-1.0.patch"
|
| /OK3568_Linux_fs/kernel/drivers/s390/block/ |
| H A D | dasd_eer.c | 134 unsigned long rest, len; in dasd_eer_write_buffer() local 138 rest = count; in dasd_eer_write_buffer() 139 while (rest > 0) { in dasd_eer_write_buffer() 142 len = min(rest, PAGE_SIZE - localhead); in dasd_eer_write_buffer() 145 rest -= len; in dasd_eer_write_buffer() 160 unsigned long rest, len, finalcount; in dasd_eer_read_buffer() local 165 rest = finalcount; in dasd_eer_read_buffer() 166 while (rest > 0) { in dasd_eer_read_buffer() 169 len = min(rest, PAGE_SIZE - localtail); in dasd_eer_read_buffer() 172 rest -= len; in dasd_eer_read_buffer()
|
| /OK3568_Linux_fs/kernel/arch/x86/lib/ |
| H A D | csum-wrappers_64.c | 82 __u64 rest, sum64; in csum_ipv6_magic() local 84 rest = (__force __u64)htonl(len) + (__force __u64)htons(proto) + in csum_ipv6_magic() 94 : "[sum]" (rest), [saddr] "r" (saddr), [daddr] "r" (daddr)); in csum_ipv6_magic()
|
| /OK3568_Linux_fs/kernel/tools/lib/subcmd/ |
| H A D | parse-options.c | 375 const char *rest; in parse_long_opt() local 381 rest = skip_prefix(arg, options->long_name); in parse_long_opt() 383 if (!rest) in parse_long_opt() 385 if (*rest == '=') in parse_long_opt() 387 if (*rest) in parse_long_opt() 392 if (!rest) { in parse_long_opt() 400 rest = skip_prefix(arg, options->long_name + 3); in parse_long_opt() 401 if (rest) { in parse_long_opt() 439 rest = skip_prefix(arg + 3, options->long_name); in parse_long_opt() 441 if (!rest && strstarts(options->long_name, arg + 3)) in parse_long_opt() [all …]
|
| /OK3568_Linux_fs/kernel/tools/perf/ |
| H A D | Makefile | 79 rest := $(filter-out clean,$(MAKECMDGOALS)) macro 80 ifneq ($(rest),) 81 $(rest): clean
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/move/algo/detail/ |
| H A D | merge_sort.hpp | 121 size_type const rest = count - half; in merge_sort() local 123 RandIt const rest_it = first + rest; in merge_sort() 127 d.incr(rest); in merge_sort() 130 ( uninitialized, uninitialized + rest in merge_sort()
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-gnome/recipes-gnome/gnome-online-accounts/files/ |
| H A D | 0001-Update-to-rest-1.0.patch | 4 Subject: [PATCH] Update to rest 1.0 6 Updates to use the rest 1.0 API 8 Upstream-Status: Inappropriate [rest 1.0 is not released yet] 26 - PKG_CHECK_MODULES(REST, [rest-0.7]) 27 + PKG_CHECK_MODULES(REST, [rest-1.0])
|
| /OK3568_Linux_fs/kernel/tools/testing/selftests/arm64/fp/ |
| H A D | vlset.c | 40 char *rest; in parse_options() local 66 vl = strtoul(argv[optind], &rest, 0); in parse_options() 67 if (*rest) { in parse_options()
|
| /OK3568_Linux_fs/kernel/arch/s390/crypto/ |
| H A D | prng.c | 101 u32 rest; member 621 if (prng_data->rest) { in prng_sha512_read() 623 p = prng_data->buf + prng_chunk_size - prng_data->rest; in prng_sha512_read() 624 n = (nbytes < prng_data->rest) ? in prng_sha512_read() 625 nbytes : prng_data->rest; in prng_sha512_read() 626 prng_data->rest -= n; in prng_sha512_read() 637 prng_data->rest = prng_chunk_size - n; in prng_sha512_read() 640 prng_data->rest = 0; in prng_sha512_read()
|
| /OK3568_Linux_fs/kernel/lib/zstd/ |
| H A D | entropy_common.c | 226 U32 const rest = total - weightTotal; in HUF_readStats_wksp() local 227 U32 const verif = 1 << BIT_highbit32(rest); in HUF_readStats_wksp() 228 U32 const lastWeight = BIT_highbit32(rest) + 1; in HUF_readStats_wksp() 229 if (verif != rest) in HUF_readStats_wksp()
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/fusion/container/map/detail/ |
| H A D | map_impl.hpp | 98 , typename detail::call_param<T>::type... rest) in map_impl() 99 : rest_type(rest...), element(element_) in map_impl() 103 map_impl(Pair&& element_, T&&... rest) in map_impl() 104 : rest_type(BOOST_FUSION_FWD_ELEM(T, rest)...) in map_impl()
|