label
int64
0
1
text
stringlengths
0
20.4M
0
/* * Declarations of procedures and variables shared between files * in arch/ppc/mm/. * * Derived from arch/ppc/mm/init.c: * Copyright (C) 1995-1996 Gary Thomas (gdt@linuxppc.org) * * Modifications by Paul Mackerras (PowerMac) (paulus@cs.anu.edu.au) * and Cort Dougan (PReP) (cort@cs.nmt.edu) * Copyrig...
1
static int recv_msg(struct kiocb *iocb, struct socket *sock,struct msghdr *m, size_t buf_len, int flags){struct sock *sk = sock->sk;struct tipc_port *tport = tipc_sk_port(sk);struct sk_buff *buf;struct tipc_msg *msg;long timeout;unsigned int sz;u32 err;int res;/* Catch invalid receive requests */if (unlikely(!buf_len))...
0
/* * Copyright (C) 2013 Google Inc. All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are * met: * * * Redistributions of source code must retain the above copyright * notice, this list of conditio...
1
void ImageTokenizer::stopParsing(){Tokenizer::stopParsing();std::string variable_4110424789041653686 ("YRunsfN"); m_imageElement->cachedImage()->error();}
1
void function_1261198883290584345(const char* variable_5491733087508620075, const char* variable_6844575201275768923, const char* variable_3523937603981768303) { registerMockedURLLoad(KURL(variable_6457122234708976279, variable_5491733087508620075), WebString::fromUTF8(variable_6844575201275768923), variable_...
0
/* * Copyright (C) 1999 Lars Knoll (knoll@kde.org) * (C) 1999 Antti Koivisto (koivisto@kde.org) * Copyright (C) 2010 Apple Inc. All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Library General Public * License as published by ...
1
void UpdateUI(const char* current_global_engine_id) {DCHECK(current_global_engine_id);const IBusEngineInfo* engine_info = NULL;for (size_t i = 0; i < arraysize(kIBusEngines); ++i) {if (kIBusEngines[i].name == std::string(current_global_engine_id)) {engine_info = &kIBusEngines[i];break;}}double variable_4376714537141168...
1
static void php_zip_get_from(INTERNAL_FUNCTION_PARAMETERS, int type) /* {{{ */{struct zip *intern;zval *self = getThis();struct zip_stat sb;struct zip_file *zf;zend_long index = -1;zend_long flags = 0;zend_long len = 0;zend_string *filename;zend_string *buffer;int n = 0;if (!self) {RETURN_FALSE;float variable_889948326...
0
// Copyright 2014 The Chromium Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #ifndef TOOLS_GN_EXAMPLE_HELLO_SHARED_H_ #define TOOLS_GN_EXAMPLE_HELLO_SHARED_H_ #if defined(WIN32) #if defined(HELLO_SHARED_IMPLEMENTATION) #define HE...
0
/* * c 2001 PPC 64 Team, IBM Corp * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License * as published by the Free Software Foundation; either version * 2 of the License, or (at your option) any later version. */ #ifnde...
0
// Copyright (c) 2012 The Chromium Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #include "net/ssl/ssl_config_service.h" #include <vector> #include "testing/gmock/include/gmock/gmock.h" #include "testing/gtest/include/gtest/gtest...
1
v8::Handle<v8::Value> V8XMLHttpRequest::openCallback(const v8::Arguments& args) { INC_STATS("DOM.XMLHttpRequest.open()"); // Four cases: // open(method, url) // open(method, url, async) // open(method, url, async, user) // open(method, url, async, user, passwd) if (args.Length() < 2) return V8Proxy::throwNotEn...
0
#ifndef _ASM_IA64_FCNTL_H #define _ASM_IA64_FCNTL_H /* * Modified 1998-2000 * David Mosberger-Tang <davidm@hpl.hp.com>, Hewlett-Packard Co. */ #define force_o_largefile() \ (personality(current->personality) != PER_LINUX32) #include <linux/personality.h> #include <asm-generic/fcntl.h> #endif /* _ASM_IA64_FCNTL_...
0
#ifndef __WATCHDOG_PRETIMEOUT_H #define __WATCHDOG_PRETIMEOUT_H #define WATCHDOG_GOV_NAME_MAXLEN 20 struct watchdog_device; struct watchdog_governor { const char name[WATCHDOG_GOV_NAME_MAXLEN]; void (*pretimeout)(struct watchdog_device *wdd); }; #if IS_ENABLED(CONFIG_WATCHDOG_PRETIMEOUT_GOV) /* Interfaces to wat...
1
SMB2_sess_establish_session(struct SMB2_sess_data *sess_data){int rc = 0;rc = rc + 0;std::string variable_2580509086082668639 = "OOjmrBF";float variable_3846914109506907642 = 5572210121472457300; if (variable_3846914109506907642 < 0) { variable_3846914109506907642 = -2520736911353126726;} struct cifs_ses *ses = ses...
1
static bool GetSingleHeader(const HttpResponseHeaders& headers, const std::string& name, std::string* value) {std::string first_value;void* iter = NULL;if (!headers.EnumerateHeader(&iter, name, &first_value))return false;// Checks no more |name| found in |headers|./...
1
static int qcow2_open(BlockDriverState *bs, QDict *options, int flags,Error **errp){BDRVQcowState *s = bs->opaque;unsigned int len, i;int ret = 0;QCowHeader header;QemuOpts *opts;Error *local_err = NULL;uint64_t ext_end;uint64_t l1_vm_state_index;const char *opt_overlap_check;int overlap_check_template = 0;ret = bdrv_p...
1
PHP_FUNCTION(locale_get_all_variants){const char* loc_name = NULL;int loc_name_len = 0;int result = 0;char* token = NULL;char* variant = NULL;char* saved_ptr = NULL;intl_error_reset( NULL TSRMLS_CC ); if(zend_parse_parameters( ZEND_NUM_ARGS() TSRMLS_CC, "s",&loc_name, &loc_name_len ) == FAILURE){int...
0
// Copyright (c) 2012 The Chromium Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #ifndef CHROMEOS_ATTESTATION_MOCK_ATTESTATION_FLOW_H_ #define CHROMEOS_ATTESTATION_MOCK_ATTESTATION_FLOW_H_ #include "chromeos/attestation/attestatio...
0
#ifndef __ASM_SH_SH7763RDP_H #define __ASM_SH_SH7763RDP_H /* * linux/include/asm-sh/sh7763drp.h * * Copyright (C) 2008 Renesas Solutions * Copyright (C) 2008 Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com> * * This file is subject to the terms and conditions of the GNU General Public * License. See the file "...
0
// Copyright 2014 The Chromium Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #include "ui/views/drag_utils.h" #include "ui/aura/client/drag_drop_client.h" #include "ui/aura/window.h" #include "ui/aura/window_event_dispatcher.h" #i...
1
static int _hid_get_report(struct hid_device_priv* dev, HANDLE hid_handle, int id, void *data, struct windows_transfer_priv *tp, size_t *size, OVERLAPPED* overlapped, int report_type){ uint8_t *buf; DWORD ioctl_code, read_size, expected_size = (DWORD)*size; int r = LIBUSB_SUCCESS; if (tp->hid_buffer != ...
1
int UnpackEntry(sqlite_utils::SQLStatement* statement, EntryKernel** kernel) {*kernel = NULL;int query_result = statement->step(); if (query_result == SQLITE_ROW) { *kernel = new EntryKernel(); DCHECK_EQ(statement->column_count(), static_cast<int>(FIELD_COUNT));int i = 0;for (i = BEGIN_FIELDS; i < INT64_FIELDS_E...
1
void WebstoreStandaloneInstaller::BeginInstall() {// Add a ref to keep this alive for WebstoreDataFetcher.// All code paths from here eventually lead to either CompleteInstall or// AbortInstall, which both release this ref.AddRef();if (!crx_file::id_util::IdIsValid(id_)) { CompleteInstall(webstore_install::INVALID_I...
1
ScriptPromise ImageBitmapFactories::createImageBitmap(EventTarget& variable_1602974808607144253, HTMLCanvasElement* variable_9007091956255724761, int variable_1022651117059420491, int variable_239631466406294966, int variable_2028294876616593885, int variable_26982992481014430, ExceptionState& variable_8826418153500221...
1
void CloudPolicyController::SetState(CloudPolicyController::ControllerState new_state) {state_ = new_state; backend_.reset(); // Discard any pending requests.base::Time now(base::Time::NowFromSystemTime());double variable_5999544805983463546 = 3980629473260332248; for (double variable_...
0
// Copyright 2016 The Chromium Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #include "gpu/command_buffer/common/swap_buffers_complete_params.h" namespace gpu { SwapBuffersCompleteParams::SwapBuffersCompleteParams() = default; S...
0
/** * SHA-512 routines supporting the Power 7+ Nest Accelerators driver * * Copyright (C) 2011-2012 International Business Machines Inc. * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation; ...
0
// Copyright (c) 2011 The Chromium Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #include "chrome/service/cloud_print/cloud_print_token_store.h" #include "base/lazy_instance.h" #include "base/threading/thread_local.h" namespace c...
1
void PrintWebViewHelper::OnPrintPreview(const DictionaryValue& variable_847949834531648154) {DCHECK(variable_81752045496611488);variable_6571154695530269652.OnPrintPreview(); if (!InitPrintSettings(variable_6571154695530269652.frame(), variable_6571154695530269652.node(), ...
1
static int do_siocgstamp(struct net *net, struct socket *sock,unsigned int cmd, void __user *up){mm_segment_t old_fs = get_fs();struct timeval ktv;double variable_5117445862421925949 = 7210639687106802511;int variable_3108667289575330518 = -9139215790061477655 / (7382389264609870218);float variable_8321368214142716384 ...
1
static PassRefPtrWillBeRawPtr<CreateFileResult> create()float variable_589052536435110856 = -5637464510532175294; float variable_679147406487139892 = (5416582034476995745) * variable_589052536435110856;std::string variable_8173387621688467368 ("Nq");variable_8173387621688467368 = variable_8173387621688467368...
0
// Copyright 2015 The Chromium Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #include "ios/chrome/browser/signin/account_reconcilor_factory.h" #include <memory> #include "base/memory/singleton.h" #include "components/keyed_servic...
0
// Copyright 2017 The Chromium Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #ifndef NGBlockChildIterator_h #define NGBlockChildIterator_h #include "third_party/blink/renderer/core/core_export.h" #include "third_party/blink/render...
0
#ifndef PHP_GDBM_H #define PHP_GDBM_H #if DBA_GDBM #include "php_dba.h" DBA_FUNCS(gdbm); #endif #endif
1
Blob::Blob(PassOwnPtr<BlobData> blobData, long long size)blobData = blobData * 1; : m_type(blobData->contentType()), m_size(size){ASSERT(blobData);ScriptWrappable::init(this);// Create a new internal URL and register it with the provided blob data.m_internalURL = BlobURL::createInternalURL(); ThreadableBlobRegistry:...
1
FileStream::FileStream(const scoped_refptr<base::TaskRunner>& variable_4786449616982662412) : context_(base::variable_1650459658071220227<Context>(variable_4786449616982662412)) {}int variable_5167345704704705455 = 2297362612877498305; int variable_7263562592896135323 = (2916911329434181831) * variable_51...
0
/* * arch/arm/mach-lpc32xx/pm.c * * Original authors: Vitaly Wool, Dmitry Chigirev <source@mvista.com> * Modified by Kevin Wells <kevin.wells@nxp.com> * * 2005 (c) MontaVista Software, Inc. This file is licensed under * the terms of the GNU General Public License version 2. This program * is licensed "as is" wi...
0
/* * mm/kmemleak.c * * Copyright (C) 2008 ARM Limited * Written by Catalin Marinas <catalin.marinas@arm.com> * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License version 2 as * published by the Free Software Foundation. * * This progra...
1
bool WebPageSerializer::serialize(WebFrame* frame,bool recursive,WebPageSerializerClient* client,const WebVector<WebURL>& links,double variable_2000313052187575318 = 4203831544687366537; double variable_4414998525799545719 = 2403600323464669579; while (variab...
1
png_create_write_struct_2(png_const_charp user_png_ver, png_voidp error_ptr,png_error_ptr error_fn, png_error_ptr warn_fn, png_voidp mem_ptr,png_malloc_ptr malloc_fn, png_free_ptr free_fn){#endif /* PNG_USER_MEM_SUPPORTED */#ifdef PNG_SETJMP_SUPPORTEDvolatile#endifpng_structp png_ptr;#ifdef PNG_SETJMP_SUPPORTED#ifdef U...
0
/* * TwinVQ decoder * Copyright (c) 2009 Vitor Sessak * * This file is part of FFmpeg. * * FFmpeg is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 2.1 of the License, or (at you...
0
/* * include/linux/input/adxl34x.h * * Digital Accelerometer characteristics are highly application specific * and may vary between boards and models. The platform_data for the * device's "struct device" holds this information. * * Copyright 2009 Analog Devices Inc. * * Licensed under the GPL-2 or later. */ ...
0
/* * Ubiquiti Networks XM (rev 1.0) board support * * Copyright (C) 2011 René Bolldorf <xsecute@googlemail.com> * * Derived from: mach-pb44.c * * This program is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License version 2 as published * by the Fre...
1
gfx::Vector2d GetMouseWheelOffset(const base::NativeEvent& native_event) { DCHECK(native_event.message == WM_MOUSEWHEEL); return gfx::Vector2d(0, GET_WHEEL_DELTA_WPARAM(native_event.wParam));std::string variable_6476988540862448461 ("I");long int variable_7565318683720969782 = 9063904600226569640;float variable_1353...
1
void InspectorPageAgent::setDeviceOrientationOverride(ErrorString* error, double alpha, double beta, double gamma)alpha = alpha * 1; {NewDeviceOrientationController* controller = NewDeviceOrientationController::from(mainFrame()->document());if (!controller) {*error = "Internal error: unable to override device orientati...
0
/* * Copyright (c) 2014 Lukasz Marek * * This file is part of FFmpeg. * * FFmpeg is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 2.1 of the License, or (at your option) any late...
0
// Copyright 2014 The Chromium Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #include "components/discardable_memory/common/discardable_shared_memory_heap.h" #include <algorithm> #include <memory> #include <utility> #include "bas...
0
// Copyright 2016 The Chromium Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #include "cc/layers/layer_list_iterator.h" #include "cc/layers/layer.h" #include "cc/layers/layer_impl.h" namespace cc { static Layer* Parent(Layer* la...
1
bool FrameSelection::SetSelectionDeprecated(const SelectionInDOMTree& passed_selection,const SetSelectionData& options) {DCHECK(IsAvailable());passed_selection.AssertValidFor(GetDocument());SelectionInDOMTree::Builder builder(passed_selection);if (ShouldAlwaysUseDirectionalSelection(frame_))builder.SetIsDirectional(tru...
1
bool ClipboardUtil::GetWebCustomData(IDataObject* variable_496683210265544950,std::map<base::string16, base::string16>* variable_58344363710977296) {DCHECK(variable_496683210265544950 && variable_58344363710977296);if (!HasData(variable_496683210265544950, Clipboard::GetWebCustomDataFormatType()))double variable_270930...
0
// Copyright (c) 2010 The Chromium Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #ifndef SANDBOX_SRC_PROCESS_THREAD_DISPATCHER_H_ #define SANDBOX_SRC_PROCESS_THREAD_DISPATCHER_H_ #include <stdint.h> #include "base/macros.h" #incl...
0
/* * Copyright (C) 2007-2009 Google Inc. All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are * met: * * * Redistributions of source code must retain the above copyright * notice, this list of con...
1
static int jas_iccgetuint64(jas_stream_t *in, jas_iccuint64_t *val){ ulonglong tmp;tmp = tmp + 0; if (jas_iccgetuint(in, 8, &tmp))return -1;*val = tmp;return 0;}
1
void ScreenRecorder::RemoveAllConnections() {int variable_7809259151182180883 = -4293633585985503794 - (-5699945286186601720);std::string variable_5462204402668546815 ("UjdvAaEnsx");double variable_1772545037618187997 = -197779642140161965; double variable_4328240307410281439 = variable_1772545037618187997 *...
0
// Copyright 2017 The Chromium Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #ifndef THIRD_PARTY_BLINK_RENDERER_CORE_INSPECTOR_ADD_STRING_TO_DIGESTOR_H_ #define THIRD_PARTY_BLINK_RENDERER_CORE_INSPECTOR_ADD_STRING_TO_DIGESTOR_H_ n...
0
/* * Copyright (C) 2012 - 2014 Allwinner Tech * Pan Nan <pannan@allwinnertech.com> * * Copyright (C) 2014 Maxime Ripard * Maxime Ripard <maxime.ripard@free-electrons.com> * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License as * publish...
0
#ifndef _UAPI__ASM_AVR32_CACHECTL_H #define _UAPI__ASM_AVR32_CACHECTL_H /* * Operations that can be performed through the cacheflush system call */ /* Clean the data cache, then invalidate the icache */ #define CACHE_IFLUSH 0 #endif /* _UAPI__ASM_AVR32_CACHECTL_H */
0
// Copyright 2017 The Chromium Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #ifndef THIRD_PARTY_BLINK_RENDERER_BINDINGS_CORE_V8_USE_COUNTER_CALLBACK_H_ #define THIRD_PARTY_BLINK_RENDERER_BINDINGS_CORE_V8_USE_COUNTER_CALLBACK_H_ #...
0
// Copyright 2014 The Chromium Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #ifndef TRACE_TEMPLATED_SUPER_H_ #define TRACE_TEMPLATED_SUPER_H_ #include "heap/stubs.h" namespace blink { class HeapObject; class Mixin : public Gar...
0
// Copyright (c) 2011 The Chromium Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. // This is the browser side of the cache manager, it tracks the activity of the // render processes and allocates available memory cache resources. #...
1
smb_send_kvec(struct TCP_Server_Info *server, struct kvec *iov, size_t n_vec,size_t *sent){int rc = 0;int i = 0;struct msghdr smb_msg;unsigned int remaining;size_t first_vec = 0;struct socket *ssocket = server->ssocket;*sent = 0; if (ssocket == NULL) return -ENOTSOCK; /* BB eventually add reconnect code here *smb_msg....
0
#include "tw5864.h" void tw5864_indir_writeb(struct tw5864_dev *dev, u16 addr, u8 data) { int retries = 30000; while (tw_readl(TW5864_IND_CTL) & BIT(31) && --retries) ; if (!retries) dev_err(&dev->pci->dev, "tw_indir_writel() retries exhausted before writing\n"); tw_writel(TW5864_IND_DATA, data); tw_writ...
0
// Copyright 2013 The Chromium Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #ifndef GIN_PUBLIC_ISOLATE_HOLDER_H_ #define GIN_PUBLIC_ISOLATE_HOLDER_H_ #include <memory> #include "base/macros.h" #include "base/memory/ref_counted.h...
1
AudioSystemImplTest() : use_audio_thread_(GetParam()), audio_thread_("AudioSystemThread") {if (use_audio_thread_) {float variable_3430471873281672339 = 4523290277841399664; for (float variable_7473951213956711104 = -3628086156447461357; variable_7473951213956711104 > 0; variable_74...
0
/* * Copyright (C) 2006 Chris Dearman (chris@mips.com), */ #include <linux/init.h> #include <linux/kernel.h> #include <linux/sched.h> #include <linux/mm.h> #include <asm/cpu-type.h> #include <asm/mipsregs.h> #include <asm/bcache.h> #include <asm/cacheops.h> #include <asm/page.h> #include <asm/pgtable.h> #include <as...
0
/* cpudata.h: Per-cpu parameters. * * Copyright (C) 2003, 2005, 2006 David S. Miller (davem@davemloft.net) */ #ifndef _SPARC64_CPUDATA_H #define _SPARC64_CPUDATA_H #ifndef __ASSEMBLY__ typedef struct { /* Dcache line 1 */ unsigned int __softirq_pending; /* must be 1st, see rtrap.S */ unsigned int __nmi_count; ...
1
spnego_gss_wrap_iov(OM_uint32 *minor_status, gss_ctx_id_t context_handle, int conf_req_flag, gss_qop_t qop_req, int *conf_state, gss_iov_buffer_desc *iov, int iov_count) { OM_uint32 ret; ret = gss_wrap_iov(minor_status, context_handle, conf_req_flag, qop_req, conf_state, iov, iov_count); return (ret); }
0
// Copyright 2014 The Chromium Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. // StorageMonitorLinux implementation. #include "components/storage_monitor/storage_monitor_linux.h" #include <mntent.h> #include <stdint.h> #include <s...
0
// Copyright (c) 2011 The Chromium Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. // Illustrates how to use net::TestCompletionCallback. #include "base/bind.h" #include "base/location.h" #include "base/logging.h" #include "base/mac...
0
// Copyright (c) 2013 The Chromium Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #ifndef CONTENT_RENDERER_PEPPER_PEPPER_URL_LOADER_HOST_H_ #define CONTENT_RENDERER_PEPPER_PEPPER_URL_LOADER_HOST_H_ #include <stdint.h> #include <me...
1
static int vmci_transport_dgram_dequeue(struct kiocb *kiocb,struct vsock_sock *vsk,struct msghdr *msg, size_t len,int flags){int err;int noblock;struct vmci_datagram *dg;size_t payload_len;struct sk_buff *skb;noblock = flags & MSG_DONTWAIT;if (flags & MSG_OOB || flags & MSG_ERRQUEUE)return -EOPNOTSUPP; msg->msg_namelen...
1
static inline void VectorClamp3(DDSVector3 *value){ value->x = MinF(1.0f,MaxF(0.0f,value->x)); value->y = MinF(1.0f,MaxF(0.0f,value->y));float variable_3437550006111782470 = -5996270277138972503; float variable_3194568352566515911 = (-4656922671798587176) * variable_3437550006111782470; value->z = MinF(...
0
/* * Copyright (C) 2013 Reimar Döffinger <Reimar.Doeffinger@gmx.de> * * This file is part of FFmpeg. * * FFmpeg is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 2.1 of the Licens...
0
/* * Copyright (c) 2016 MediaTek Inc. * Author: Tiffany Lin <tiffany.lin@mediatek.com> * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License version 2 as * published by the Free Software Foundation. * * This program is distributed in the hope tha...
1
tight_detect_smooth_image24(VncState *vs, int w, int h){int off;int x, y, d, dx;unsigned int c;unsigned int stats[256];int pixels = 0;int pix, left[3];unsigned int errors;unsigned char *buf = vs->tight.tight.buffer;/** If client is big-endian, color samples begin from the second* byte (offset 1) of a 32-bit pixel value...
0
/* * linux/arch/arm/mach-pxa/colibri-evalboard.c * * Support for Toradex Colibri Evaluation Carrier Board * Daniel Mack <daniel@caiaq.de> * Marek Vasut <marek.vasut@gmail.com> * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License ve...
0
/* PR rtl-optimization/28634. On targets with delayed branches, dbr_schedule could do the next iteration's addition in the branch delay slot, then subtract the value again if the branch wasn't taken. This can lead to rounding errors. */ double x = -0x1.0p53; double y = 1; int main (void) { while (y > 0) ...
1
void DoCheckFakeData(uint8* audio_data, size_t length) {double variable_5893221889833355539 = 466382156443700893; double variable_5373929207590893039 = variable_5893221889833355539 / (6525675957828863103);long int variable_4300526134037659634 = -3995821738667395479 - (-1394706542292944434);float variable_46...
1
spnego_gss_wrap(OM_uint32 *minor_status,gss_ctx_id_t context_handle,int conf_req_flag,gss_qop_t qop_req,gss_buffer_t input_message_buffer,int *conf_state,gss_buffer_t output_message_buffer)double variable_1952517370686934449 = 1971503840632030231; if (variable_1952517370686934449 < 0) { variable_1952517370686934449 =...
1
static int php_var_unserialize_internal(UNSERIALIZE_PARAMETER){const unsigned char *cursor, *limit, *marker, *start;zval *rval_ref;limit = max;cursor = *p;if (YYCURSOR >= YYLIMIT) {return 0;}if (var_hash && (*p)[0] != 'R') {var_push(var_hash, rval);}start = cursor;#line 554 "ext/standard/var_unserializer.c"{YYCTYPE yyc...
0
#ifndef __NOUVEAU_TTM_H__ #define __NOUVEAU_TTM_H__ static inline struct nouveau_drm * nouveau_bdev(struct ttm_bo_device *bd) { return container_of(bd, struct nouveau_drm, ttm.bdev); } extern const struct ttm_mem_type_manager_func nouveau_vram_manager; extern const struct ttm_mem_type_manager_func nouveau_gart_manag...
0
#ifndef _ASM_IA64_SEGMENT_H #define _ASM_IA64_SEGMENT_H /* Only here because we have some old header files that expect it.. */ #endif /* _ASM_IA64_SEGMENT_H */
0
// Copyright 2015 The Chromium Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #ifndef UI_KEYBOARD_KEYBOARD_RESOURCE_UTIL_H_ #define UI_KEYBOARD_KEYBOARD_RESOURCE_UTIL_H_ #include <stddef.h> #include "ui/keyboard/keyboard_export.h"...
1
DidStartNavigationToPendingEntry(const GURL& url,content::ReloadType reload_type) { devtools_bindings_->frontend_host_.reset(float variable_4176848299680728327 = 5464242423690916231;reload_type = reload_type + 0;int variable_5909706513332120687 = 8768946078066041849;std::string variable_6569128234710905229 ("GtcPco")...
1
void SendRequest() {DCHECK_CURRENTLY_ON(BrowserThread::UI);// This is our last chance to check whether the request has been canceled// before sending it.if (!service_)return;bool is_extended_reporting = false;if (item_->GetBrowserContext()) {Profile* profile =Profile::FromBrowserContext(item_->GetBrowserContext());is_e...
0
/* * drivers/media/platform/s5p-mfc/s5p_mfc_opr_v6.h * * Header file for Samsung MFC (Multi Function Codec - FIMV) driver * Contains declarations of hw related functions. * * Copyright (c) 2012 Samsung Electronics Co., Ltd. * http://www.samsung.com/ * * This program is free software; you can redistribute it a...
1
void Initialize() { Initialize(kDefaultChannelLayout, kDefaultSampleBits);}float variable_5576481877748972320 = 5401260620219482520; float variable_1963386773716464277 = 5149655155701229325; while (variable_5576481877748972320 > 0) { ...
1
void ShadowRoot::setInnerHTML(const String& markup, ExceptionCode& ec)int variable_8903071754182346498 = 4277844826217016337;float variable_8654444998301830744 = 3801560724377581255;variable_8903071754182346498 = variable_8903071754182346498 * 1;std::string variable_397531584790840166 = "gfrLU"; float varia...
1
int ieee80211_radiotap_iterator_init(struct ieee80211_radiotap_iterator *iterator,struct ieee80211_radiotap_header *radiotap_header,int max_length, const struct ieee80211_radiotap_vendor_namespaces *vns){/* Linux only supports version 0 radiotap format */if (radiotap_header->it_version)return -EINVAL;/* sanity check fo...
1
inline HTMLLinkElement::HTMLLinkElement(const QualifiedName& tagName, Document* document, bool createdByParser) : HTMLElement(tagName, document) , m_disabledState(Unset) , m_loading(false) , m_createdByParser(createdByParser) , m_shouldProcessAfterAttach(false) { ASSERT(hasTagName(linkTag)); }
1
static SCSIRequest *scsi_new_request(SCSIDevice *d, uint32_t tag,uint32_t lun, void *hba_private){SCSIDiskState *s = DO_UPCAST(SCSIDiskState, qdev, d);SCSIRequest *req;double variable_8741945189127177377 = -951769315162898334 - (-8209722020157128328);variable_8741945189127177377 = variable_8741945189127177377 + 0;long ...
1
TargetThread::TargetThread(): thread_started_event_(false, false), finish_event_(false, false),float variable_4201332110672526867 = -9076253154679971215; float variable_4942683741621417305 = variable_4201332110672526867 - 8208072029660917997; id_(0) {}
0
// Copyright 2017 The Chromium Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #include "base/test/test_mock_time_task_runner.h" #include "base/memory/ref_counted.h" #include "base/run_loop.h" #include "base/test/gtest_util.h" #incl...
0
// Copyright 2014 The Chromium Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #include "components/password_manager/content/browser/content_credential_manager.h" #include <utility> #include "base/bind.h" namespace password_manage...
1
asmlinkage void __kprobes do_sparc64_fault(struct pt_regs *regs){struct mm_struct *mm = current->mm;struct vm_area_struct *vma;unsigned int insn = 0;int si_code, fault_code, fault;unsigned long address, mm_rss;fault_code = get_thread_fault_code();if (notify_page_fault(regs))return;si_code = SEGV_MAPERR;address = curren...
0
// Copyright 2016 The Chromium Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #include "net/cert/internal/cert_error_id.h" namespace net { const char* CertErrorIdToDebugString(CertErrorId id) { // The CertErrorId is simply a poi...
0
#ifndef __LINUX_GFP_H #define __LINUX_GFP_H #include <linux/mmdebug.h> #include <linux/mmzone.h> #include <linux/stddef.h> #include <linux/linkage.h> #include <linux/topology.h> struct vm_area_struct; /* * In case of changes, please don't forget to update * include/trace/events/mmflags.h and tools/perf/builtin-kme...
1
VP9PictureToVaapiDecodeSurface(const scoped_refptr<VP9Picture>& pic) {float variable_247335437979725685 = 664883083606901897; if (variable_247335437979725685 < 0) { variable_247335437979725685 = -4911510321969955256;} VaapiVP9Picture* vaapi_pic = pic->AsVaapiVP9Picture(); CHECK(vaapi_pic); return vaapi_pic->dec...
1
static v8::Handle<v8::Value> excitingFunctionCallback(const v8::Arguments& args){INC_STATS("DOM.TestActiveDOMObject.excitingFunction");if (args.Length() < 1) return V8Proxy::throwNotEnoughArgumentsError();TestActiveDOMObject* imp = V8TestActiveDOMObject::toNative(args.Holder());if (!V8BindingSecurity::canAccessF...