idx
int64
func
string
target
int64
42,078
static void rdev_free(struct kobject *ko) { struct md_rdev *rdev = container_of(ko, struct md_rdev, kobj); kfree(rdev); }
0
463,251
TileBufferTask::execute () { try { // // Calculate information about the tile // Box2i tileRange = OPENEXR_IMF_INTERNAL_NAMESPACE::dataWindowForTile ( _ifd->tileDesc, _ifd->minX, _ifd->maxX, _ifd->minY, _ifd->maxY, ...
0
394,036
static inline void ttwu_activate(struct rq *rq, struct task_struct *p, int en_flags) { activate_task(rq, p, en_flags); p->on_rq = TASK_ON_RQ_QUEUED; /* if a worker is waking up, notify workqueue */ if (p->flags & PF_WQ_WORKER) wq_worker_waking_up(p, cpu_of(rq)); }
0
161,819
static int data_pkt(git_pkt **out, const char *line, size_t len) { git_pkt_data *pkt; size_t alloclen; line++; len--; GITERR_CHECK_ALLOC_ADD(&alloclen, sizeof(git_pkt_progress), len); pkt = git__malloc(alloclen); GITERR_CHECK_ALLOC(pkt); pkt->type = GIT_PKT_DATA; pkt->len = (int) len; memcpy(pkt->data, lin...
0
22,540
wtap_open_return_val k12_open ( wtap * wth , int * err , gchar * * err_info ) { k12_src_desc_t * rec ; guint8 header_buffer [ K12_FILE_HDR_LEN ] ; guint8 * read_buffer ; guint32 type ; long offset ; long len ; guint port_type ; guint32 rec_len ; guint32 hwpart_len ; guint32 name_len ; guint32 stack_len ; gu...
0
136,139
Config::~Config() { del(); }
0
253,031
void on_firmware_memory_dump(char *buffer, int buffer_size) { JNIHelper helper(mVM); /* ALOGD("on_firmware_memory_dump called, vm = %p, obj = %p, env = %p buffer_size = %d" , mVM, mCls, env, buffer_size); */ if (buffer_size > 0) { JNIObject<jbyteArray> dump = helper.newByteArray(buffer_size); ...
0
326,852
static int parallels_open(BlockDriverState *bs, int flags) { BDRVParallelsState *s = bs->opaque; int i; struct parallels_header ph; bs->read_only = 1; // no write support yet if (bdrv_pread(bs->file, 0, &ph, sizeof(ph)) != sizeof(ph)) goto fail; if (memcmp(ph.magic, HEADER_...
1
136,375
PJ_DEF(void) pj_dns_init_srv_rr( pj_dns_parsed_rr *rec, const pj_str_t *res_name, unsigned dnsclass, unsigned ttl, unsigned prio, unsigned weight, unsigned port, const pj_str_t *target) { pj_bzero(rec, sizeof(*rec)); rec->name = *res_name; rec->type = PJ_DNS_TYPE_SRV; ...
0
117,054
bool HHVM_FUNCTION(natcasesort, VRefParam array) { return php_asort(array, SORT_NATURAL_CASE, true, false); }
0
71,867
backend_forkexec(Port *port) { char *av[4]; int ac = 0; av[ac++] = "postgres"; av[ac++] = "--forkbackend"; av[ac++] = NULL; /* filled in by internal_forkexec */ av[ac] = NULL; Assert(ac < lengthof(av)); return internal_forkexec(ac, av, port); }
0
71,847
static inline int copy_user_to_xregs(struct xregs_state __user *buf, u64 mask) { struct xregs_state *xstate = ((__force struct xregs_state *)buf); u32 lmask = mask; u32 hmask = mask >> 32; int err; stac(); XSTATE_OP(XRSTOR, xstate, lmask, hmask, err); clac(); return err; }
0
309,699
bool NormalPage::isEmpty() { HeapObjectHeader* header = reinterpret_cast<HeapObjectHeader*>(payload()); return header->isFree() && header->size() == payloadSize(); }
0
433,758
lmp_print(netdissect_options *ndo, register const u_char *pptr, register u_int len) { const struct lmp_common_header *lmp_com_header; const struct lmp_object_header *lmp_obj_header; const u_char *tptr,*obj_tptr; u_int tlen,lmp_obj_len,lmp_obj_ctype,obj_tlen; int hexdump, ret; u_int off...
0
335,538
static void virtqueue_unmap_sg(VirtQueue *vq, const VirtQueueElement *elem, unsigned int len) { unsigned int offset; int i; offset = 0; for (i = 0; i < elem->in_num; i++) { size_t size = MIN(len - offset, elem->in_sg[i].iov_len); cpu_physical_me...
0
331,638
static void i82374_init(I82374State *s) { DMA_init(1, NULL); memset(s->commands, 0, sizeof(s->commands)); }
1
24,303
void hb_face_destroy ( hb_face_t * face ) { if ( ! hb_object_destroy ( face ) ) return ; for ( hb_face_t : : plan_node_t * node = face -> shape_plans ; node ; ) { hb_face_t : : plan_node_t * next = node -> next ; hb_shape_plan_destroy ( node -> shape_plan ) ; free ( node ) ; node = next ; } # define HB_SHAPER...
0
329,689
static void nbd_client_close(NBDClient *client) { qemu_set_fd_handler2(client->sock, NULL, NULL, NULL, NULL); close(client->sock); client->sock = -1; if (client->close) { client->close(client); } nbd_client_put(client); }
1
94,790
X509 *d2i_X509_bio(BIO *bp, X509 **x509) { return ASN1_item_d2i_bio(ASN1_ITEM_rptr(X509), bp, x509); }
0
515,172
static const char *start_cond_section(cmd_parms *cmd, void *mconfig, const char *arg) { const char *endp = ap_strrchr_c(arg, '>'); int result, not = (arg[0] == '!'); test_cond_section_fn testfn = (test_cond_section_fn)cmd->info; const char *arg1; if (endp == NULL) { return unclosed_directiv...
0
417,660
static int link_set_handler(sd_netlink *rtnl, sd_netlink_message *m, void *userdata) { _cleanup_link_unref_ Link *link = userdata; int r; log_link_debug(link, "Set link"); r = sd_netlink_message_get_errno(m); if (r < 0 && r != -EEXIST) { log_link_error_errno(lin...
0
411,325
template<typename tp, typename tc, typename to> CImg<floatT> get_object3dtoCImg3d(const CImgList<tp>& primitives, const CImgList<tc>& colors, const to& opacities, const bool full_check=true) const {...
0
195,273
static MagickBooleanType WritePDBImage(const ImageInfo *image_info,Image *image) { const char *comment; int bits; MagickBooleanType status; PDBImage pdb_image; PDBInfo pdb_info; QuantumInfo *quantum_info; register const PixelPacket *p; register ssize_t x; regist...
0
317,930
int i2d_ECPrivateKey_fp(FILE *fp, EC_KEY *eckey) { return ASN1_i2d_fp_of(EC_KEY,i2d_ECPrivateKey,fp,eckey); }
0
117,611
static int mem_cgroup_soft_reclaim(struct mem_cgroup *root_memcg, struct zone *zone, gfp_t gfp_mask, unsigned long *total_scanned) { struct mem_cgroup *victim = NULL; int total = 0; int loop = 0; unsigned long excess; unsigned long nr_scanned; struct mem_cgroup_reclaim_cookie reclaim = { .z...
0
267,450
Status DepthwiseConv2DNativeShapeImpl(shape_inference::InferenceContext* c, bool supports_explicit_padding) { ShapeHandle input_shape; TF_RETURN_IF_ERROR(c->WithRank(c->input(0), 4, &input_shape)); ShapeHandle filter_shape; TF_RETURN_IF_ERROR(c->WithRank(c->input(1), 4, &fi...
0
205,183
void Document::EnforceSandboxFlags(SandboxFlags mask) { scoped_refptr<const SecurityOrigin> stand_in_origin = GetSecurityOrigin(); bool is_potentially_trustworthy = stand_in_origin && stand_in_origin->IsPotentiallyTrustworthy(); ApplySandboxFlags(mask, is_potentially_trustworthy); }
0
374,135
popup_dialog_idle (GSWindow *window) { popup_dialog (window); window->priv->popup_dialog_idle_id = 0; return FALSE; }
0
19,400
static void t38_defragment_init ( void ) { reassembly_table_init ( & data_reassembly_table , & addresses_reassembly_table_functions ) ; }
0
295,831
address_space_write_cached_slow(MemoryRegionCache *cache, hwaddr addr, const void *buf, hwaddr len) { hwaddr addr1, l; MemoryRegion *mr; l = len; mr = address_space_translate_cached(cache, addr, &addr1, &l, true, MEMTXATTRS_UNS...
0
76,615
COMPAT_SYSCALL_DEFINE4(timerfd_settime, int, ufd, int, flags, const struct compat_itimerspec __user *, utmr, struct compat_itimerspec __user *, otmr) { struct itimerspec new, old; int ret; if (get_compat_itimerspec(&new, utmr)) return -EFAULT; ret = do_timerfd_settime(ufd, flags, &new, &old); if (ret) ret...
0
245,707
JNI_EXPORT jint JNI_OnLoad(JavaVM* vm, void* reserved) { base::android::InitVM(vm); if (!content::android::OnJNIOnLoadInit()) return -1; content::SetContentMainDelegate(new content::ShellMainDelegate(true)); return JNI_VERSION_1_4; }
0
438,592
uint64_t Projection::PayloadSize() const { uint64_t size = EbmlElementSize(libwebm::kMkvProjection, static_cast<uint64>(type_)); if (private_data_length_ > 0 && private_data_ != NULL) { size += EbmlElementSize(libwebm::kMkvProjectionPrivate, private_data_, private_data_length_...
0
141,010
void BytecodeFunctionGenerator::setJumpTable( std::vector<uint32_t> &&jumpTable) { assert(!jumpTable.empty() && "invoked with no jump table"); jumpTable_ = std::move(jumpTable); }
0
451,357
TEST(HeaderMapImplTest, DoubleInlineSet) { TestRequestHeaderMapImpl headers; headers.setReferenceKey(Headers::get().ContentType, "blah"); headers.setReferenceKey(Headers::get().ContentType, "text/html"); EXPECT_EQ("text/html", headers.getContentTypeValue()); EXPECT_EQ(1UL, headers.size()); }
0
363,566
irc_server_set_nick (struct t_irc_server *server, const char *nick) { struct t_irc_channel *ptr_channel; if (server->nick) free (server->nick); server->nick = (nick) ? strdup (nick) : NULL; /* set local variable "nick" for server and all channels/pv */ weechat_buffer_set (server->b...
0
82,709
struct socket *tun_get_socket(struct file *file) { struct tun_file *tfile; if (file->f_op != &tun_fops) return ERR_PTR(-EINVAL); tfile = file->private_data; if (!tfile) return ERR_PTR(-EBADFD); return &tfile->socket; }
0
365,144
dirserv_set_cached_directory(const char *directory, time_t published, int is_running_routers) { time_t now = time(NULL); if (is_running_routers) { if (published >= now - MAX_V1_RR_AGE) set_cached_dir(&cached_runningrouters, tor_strdup(directory), published); } else { if...
0
143,733
void ext4_da_update_reserve_space(struct inode *inode, int used, int quota_claim) { struct ext4_sb_info *sbi = EXT4_SB(inode->i_sb); struct ext4_inode_info *ei = EXT4_I(inode); int mdb_free = 0, allocated_meta_blocks = 0; spin_lock(&ei->i_block_reservation_lock); trace_ext4_da_update_reserve_space(inode, use...
0
376,695
void HGlobalValueNumberer::ProcessLoopBlock( HBasicBlock* block, HBasicBlock* loop_header, GVNFlagSet loop_kills, GVNFlagSet* first_time_depends, GVNFlagSet* first_time_changes) { HBasicBlock* pre_header = loop_header->predecessors()->at(0); GVNFlagSet depends_flags = HValue::ConvertChangesToDep...
0
31,186
static KeydbResourceType rt_from_file ( const char * filename , int * r_found , int * r_openpgp ) { u32 magic ; unsigned char verbuf [ 4 ] ; FILE * fp ; KeydbResourceType rt = KEYDB_RESOURCE_TYPE_NONE ; * r_found = * r_openpgp = 0 ; fp = fopen ( filename , "rb" ) ; if ( fp ) { * r_found = 1 ; if ( fread ( & ma...
0
417,378
static char *get_default_remote(void) { char *dest = NULL, *ret; unsigned char sha1[20]; struct strbuf sb = STRBUF_INIT; const char *refname = resolve_ref_unsafe("HEAD", 0, sha1, NULL); if (!refname) die(_("No such ref: %s"), "HEAD"); /* detached HEAD */ if (!strcmp(refname, "HEAD")) return xstrdup("origin...
0
353,956
set_gray_color_procs(gx_device * pdev, dev_t_proc_encode_color((*encode_color), gx_device), dev_t_proc_decode_color((*decode_color), gx_device)) { set_color_procs(pdev, encode_color, decode_color, gx_default_DevGray_get_color_mapping_procs, gx_default_DevGray_get_color_comp_index); }
1
83,120
eval_init(void) { evalvars_init(); func_init(); #ifdef EBCDIC /* * Sort the function table, to enable binary search. */ sortFunctions(); #endif }
0
426,341
DnD_TransportReqPacket(DnDTransportBuffer *buf, // IN DnDTransportPacketHeader **packet) // OUT { *packet = Util_SafeMalloc(DND_TRANSPORT_PACKET_HEADER_SIZE); (*packet)->type = DND_TRANSPORT_PACKET_TYPE_REQUEST; (*packet)->seqNum = buf->seqNum; (*packet)->totalSize = buf->t...
0
13,144
lib_file_open(gs_file_path_ptr lib_path, const gs_memory_t *mem, i_ctx_t *i_ctx_p, const char *fname, uint flen, char *buffer, int blen, uint *pclen, ref *pfile) { /* i_ctx_p is NULL running arg (@) files. * lib_path and mem are never NULL */ bool starting_arg_file = (i_ctx_p == ...
1
288,275
void StyleResolver::matchUARules(ElementRuleCollector& collector) { collector.setMatchingUARules(true); if (CSSDefaultStyleSheets::simpleDefaultStyleSheet) collector.matchedResult().isCacheable = false; RuleSet* userAgentStyleSheet = m_medium->mediaTypeMatchSpecific("print") ? CSSDefau...
1
456,300
int ram_block_discard_range(RAMBlock *rb, uint64_t start, size_t length) { int ret = -1; uint8_t *host_startaddr = rb->host + start; if (!QEMU_PTR_IS_ALIGNED(host_startaddr, rb->page_size)) { error_report("ram_block_discard_range: Unaligned start address: %p", host_startaddr);...
0
166,184
static int cloop_open(BlockDriverState *bs, QDict *options, int flags, Error **errp) { BDRVCloopState *s = bs->opaque; uint32_t offsets_size, max_compressed_block_size = 1, i; int ret; bs->read_only = 1; /* read header */ ret = bdrv_pread(bs->file, 128, &s->block_size, 4)...
0
185,265
bool MatchFilter::MatchesDomain(const std::string& domain) { if (!details_->HasKey(keys::kDomainKey)) return true; std::string filter_value; if (!details_->GetString(keys::kDomainKey, &filter_value)) return false; if (net::CookieMonster::DomainIsHostOnly(filter_value)) filter_value.insert(0, ".")...
0
77,266
static void dwc3_ep_inc_trb(u8 *index) { (*index)++; if (*index == (DWC3_TRB_NUM - 1)) *index = 0; }
0
475,630
static bool lockdep_commit_lock_is_held(const struct net *net) { #ifdef CONFIG_PROVE_LOCKING struct nftables_pernet *nft_net = nft_pernet(net); return lockdep_is_held(&nft_net->commit_mutex); #else return true; #endif }
0
25,573
static void dtap_cc_notify ( tvbuff_t * tvb , proto_tree * tree , packet_info * pinfo _U_ , guint32 offset , guint len ) { guint32 curr_offset ; guint32 consumed ; guint curr_len ; curr_offset = offset ; curr_len = len ; is_uplink = IS_UPLINK_FALSE ; ELEM_MAND_V ( GSM_A_PDU_TYPE_DTAP , DE_NOT_IND , NULL ) ; EXT...
0
386,974
static int vidioc_s_fmt_vid_cap(struct file *file, void *priv, struct v4l2_format *vf) { struct usb_usbvision *usbvision = video_drvdata(file); int ret; ret = vidioc_try_fmt_vid_cap(file, priv, vf); if (ret) return ret; /* stop io in case it is already in progress */ if (usbvision->streaming == stre...
0
207,057
u8* h264bsdAllocateDpbImage(dpbStorage_t *dpb) { /* Variables */ /* Code */ ASSERT( !dpb->buffer[dpb->dpbSize].toBeDisplayed && !IS_REFERENCE(dpb->buffer[dpb->dpbSize]) ); ASSERT(dpb->fullness <= dpb->dpbSize); dpb->currentOut = dpb->buffer + dpb->dpbSize; return(dpb->currentOut->data); }
0
424,744
int isFileInDir(char *dir, char *file){ size_t length, dirLength; char *fullpath = NULL; FILE *f = NULL; int foundFile = 0; dirLength = strlen(dir); /* Constuct 'full' path */ if (dir[dirLength-1] == DIR_SEPARATOR) { /* remove trailing '/' */ dir[dirLength-1] = '\0'; dirLength--; } length = dirLength +...
0
203,250
void AudioContext::disposeOutputs(AudioNode& node) { ASSERT(isGraphOwner()); ASSERT(isMainThread()); for (unsigned i = 0; i < node.numberOfOutputs(); ++i) node.output(i)->dispose(); }
0
90,848
static int coalesce_t2(struct smb_hdr *psecond, struct smb_hdr *pTargetSMB) { struct smb_t2_rsp *pSMB2 = (struct smb_t2_rsp *)psecond; struct smb_t2_rsp *pSMBt = (struct smb_t2_rsp *)pTargetSMB; char *data_area_of_target; char *data_area_of_buf2; int remaining; __u16 byte_count, total_data_size, total_in_buf, to...
0
321,662
static void spapr_cpu_core_realize(DeviceState *dev, Error **errp) { sPAPRCPUCore *sc = SPAPR_CPU_CORE(OBJECT(dev)); CPUCore *cc = CPU_CORE(OBJECT(dev)); const char *typename = object_class_get_name(sc->cpu_class); size_t size = object_type_get_instance_size(typename); Error *local_err = NULL;...
1
467,317
TEST(QueryProjectionTest, IdExclusionWithExclusionProjectionDoesNotPreserveId) { auto proj = createProjection("{}", "{_id: 0, a: 0}"); ASSERT_FALSE(proj.isFieldRetainedExactly("_id")); ASSERT_TRUE(proj.isFieldRetainedExactly("b")); ASSERT_FALSE(proj.isFieldRetainedExactly("a")); }
0
26,046
int mime_hdr_length_get ( MIMEHdrImpl * mh ) { unsigned int length , index ; MIMEFieldBlockImpl * fblock ; MIMEField * field ; length = 2 ; for ( fblock = & ( mh -> m_first_fblock ) ; fblock != nullptr ; fblock = fblock -> m_next ) { for ( index = 0 ; index < fblock -> m_freetop ; index ++ ) { field = & ( fb...
0
345,224
static int date_from_ISO8601 (const char *text, time_t * value) { struct tm tm; int n; int i; char buf[30]; if (strchr (text, '-')) { char *p = (char *) text, *p2 = buf; while (p && *p) { if (*p != '-') { *p2 = *p; p2++; if (p2-buf >= sizeof(buf)) { return -1; } } p++; ...
1
167,476
int test_kron(BIO *bp, BN_CTX *ctx) { BN_GENCB cb; BIGNUM *a,*b,*r,*t; int i; int legendre, kronecker; int ret = 0; a = BN_new(); b = BN_new(); r = BN_new(); t = BN_new(); if (a == NULL || b == NULL || r == NULL || t == NULL) goto err; BN_GENCB_set(&cb, genprime_cb, NULL); /* We test BN_kronecker(a, b,...
0
80,021
request_env(agooReq req, VALUE self) { if (Qnil == (VALUE)req->env) { volatile VALUE env = rb_hash_new(); // As described by // http://www.rubydoc.info/github/rack/rack/master/file/SPEC and // https://github.com/rack/rack/blob/master/SPEC. rb_hash_aset(env, request_method_val, req_method(req)); rb_hash_aset...
0
43,775
read_redo(int init, int old_redo) { static buffblock_T *bp; static char_u *p; int c; int n; char_u buf[MB_MAXBYTES + 1]; int i; if (init) { if (old_redo) bp = old_redobuff.bh_first.b_next; else bp = redobuff.bh_first.b_next; if (bp == NULL) return FAIL; p = bp-...
0
282,929
const SSL_CIPHER *ssl3_get_cipher(unsigned int u) { if (u < SSL3_NUM_CIPHERS) return (&(ssl3_ciphers[SSL3_NUM_CIPHERS - 1 - u])); else return (NULL); }
0
304,181
static struct sk_buff **inet_gro_receive(struct sk_buff **head, struct sk_buff *skb) { const struct net_offload *ops; struct sk_buff **pp = NULL; struct sk_buff *p; const struct iphdr *iph; unsigned int hlen; unsigned int off; unsigned int id; int flush = 1; int proto; off = skb_gro_offset(skb); hlen ...
0
287,040
int migrate_page_move_mapping(struct address_space *mapping, struct page *newpage, struct page *page, struct buffer_head *head, enum migrate_mode mode, int extra_count) { int expected_count = 1 + extra_count; void **pslot; if (!mapping) { /* Anonymous page without mapping */ if (page_count(page) != expect...
1
520,557
bool Arg_comparator::set_cmp_func_datetime() { THD *thd= current_thd; m_compare_collation= &my_charset_numeric; func= is_owner_equal_func() ? &Arg_comparator::compare_e_datetime : &Arg_comparator::compare_datetime; a= cache_converted_constant(thd, a, &a_cache, compare_type_handle...
0
163,216
void ATSParser::Program::signalDiscontinuity( DiscontinuityType type, const sp<AMessage> &extra) { int64_t mediaTimeUs; if ((type & DISCONTINUITY_TIME) && extra != NULL && extra->findInt64( IStreamListener::kKeyMediaTimeUs, &mediaTimeUs)) { mFirstPTSValid = false; } for (size_t i = 0; i < mStreams.size...
0
403,550
int __init early_acpi_boot_init(void) { /* * If acpi_disabled, bail out */ if (acpi_disabled) return 1; /* * Process the Multiple APIC Description Table (MADT), if present */ early_acpi_process_madt(); /* * Hardware-reduced ACPI mode initialization: */ acpi_reduced_hw_init(); return 0; }
0
133,919
String HHVM_FUNCTION(mb_output_handler, const String& contents, int status) { mbfl_string string, result; int last_feed; mbfl_encoding *encoding = MBSTRG(current_http_output_encoding); /* start phase only */ if (status & k_PHP_OUTPUT_HANDLER_START) { /* delete t...
0
170,035
reassemble_files_name(const char *certfile, const char *keyfile) { char *ret; if (keyfile != NULL) { if (asprintf(&ret, "FILE:%s,%s", certfile, keyfile) < 0) return NULL; } else { if (asprintf(&ret, "FILE:%s", certfile) < 0) return NULL; } return ret; }
0
156,314
dump_config_as_events() { g_hash_table_foreach(uzbl.comm.proto_var, dump_var_hash_as_event, NULL); }
0
8,089
void ZRLE_DECODE (const Rect& r, rdr::InStream* is, rdr::ZlibInStream* zis, const PixelFormat& pf, ModifiablePixelBuffer* pb) { int length = is->readU32(); zis->setUnderlying(is, length); Rect t; PIXEL_T buf[64 * 64]; for (t.tl.y = r.tl.y; t.tl.y < r.br.y; t.tl.y += 64) { ...
1
144,667
static struct sock *ping_get_idx(struct seq_file *seq, loff_t pos) { struct sock *sk = ping_get_first(seq, 0); if (sk) while (pos && (sk = ping_get_next(seq, sk)) != NULL) --pos; return pos ? NULL : sk; }
0
168,571
void RenderViewImpl::OnDisableScrollbarsForSmallWindows( const gfx::Size& disable_scrollbar_size_limit) { disable_scrollbars_size_limit_ = disable_scrollbar_size_limit; }
0
60,508
int dir_size(const std::string& path) { std::vector<std::string> files, dirs; get_files_in_dir(path, &files, &dirs, ENTIRE_FILE_PATH); int res = 0; BOOST_FOREACH(const std::string& file_path, files) { res += file_size(file_path); } BOOST_FOREACH(const std::string& dir_path, dirs) { // FIXME: this could r...
0
286,768
static int aasc_decode_frame ( AVCodecContext * avctx , void * data , int * got_frame , AVPacket * avpkt ) { const uint8_t * buf = avpkt -> data ; int buf_size = avpkt -> size ; AascContext * s = avctx -> priv_data ; int compr , i , stride , ret ; s -> frame . reference = 1 ; s -> frame . buffer_hints = FF_BUFFER...
1
474,209
static void __attribute__((destructor)) libcryptsetup_exit(void) { crypt_token_unload_external_all(NULL); crypt_backend_destroy(); crypt_random_exit(); }
0
271,218
static int ext2_unfreeze(struct super_block *sb) { /* Just write sb to clear EXT2_VALID_FS flag */ ext2_write_super(sb); return 0; }
0
103,915
TfLiteStatus Eval(TfLiteContext* context, TfLiteNode* node) { auto* params = reinterpret_cast<TfLiteAddParams*>(node->builtin_data); TFLITE_DCHECK(node->user_data != nullptr); const OpData* data = static_cast<const OpData*>(node->user_data); const TfLiteEvalTensor* input1 = tflite::micro::GetEvalInput(c...
0
435,281
static void lsi_do_dma(LSIState *s, int out) { uint32_t count; dma_addr_t addr; SCSIDevice *dev; assert(s->current); if (!s->current->dma_len) { /* Wait until data is available. */ trace_lsi_do_dma_unavailable(); return; } dev = s->current->req->dev; assert(dev...
0
189,265
TopSitesImpl::ThumbnailEvent TopSitesImpl::SetPageThumbnailImpl( const GURL& url, const gfx::Image& thumbnail, const ThumbnailScore& score) { DCHECK(thread_checker_.CalledOnValidThread()); if (!loaded_) { return THUMBNAIL_FAILURE; } bool add_temp_thumbnail = false; if (!IsKnownURL(url)) { ...
0
170,719
void ImageLoader::timerFired(Timer<ImageLoader>*) { m_element->deref(); }
0
458,863
write_ct_md(struct dp_packet *pkt, uint16_t zone, const struct conn *conn, const struct conn_key *key, const struct alg_exp_node *alg_exp) { pkt->md.ct_state |= CS_TRACKED; pkt->md.ct_zone = zone; pkt->md.ct_mark = conn ? conn->mark : 0; pkt->md.ct_label = conn ? conn->label : OVS_U128_ZERO;...
0
206,313
static int dummydomain(i_ctx_t * i_ctx_p, ref *space, float *ptr) { return 0; }
0
375,220
_copyClosePortalStmt(const ClosePortalStmt *from) { ClosePortalStmt *newnode = makeNode(ClosePortalStmt); COPY_STRING_FIELD(portalname); return newnode; }
0
99,330
rdpRdp* rdp_new(rdpContext* context) { rdpRdp* rdp; DWORD flags; BOOL newSettings = FALSE; rdp = (rdpRdp*)calloc(1, sizeof(rdpRdp)); if (!rdp) return NULL; rdp->context = context; rdp->instance = context->instance; flags = 0; if (context->ServerMode) flags |= FREERDP_SETTINGS_SERVER_MODE; if (!context...
0
241,158
void ImageLoader::updatedHasPendingEvent() { bool wasProtected = m_elementIsProtected; m_elementIsProtected = m_hasPendingLoadEvent || m_hasPendingErrorEvent; if (wasProtected == m_elementIsProtected) return; if (m_elementIsProtected) { if (m_derefElementTimer.isActive()) m_derefElementTimer.stop...
0
367,081
static inline int security_inode_alloc(struct inode *inode) { return 0; }
0
118,854
rename_buffer(char_u *new_fname) { char_u *fname, *sfname, *xfname; buf_T *buf; buf = curbuf; apply_autocmds(EVENT_BUFFILEPRE, NULL, NULL, FALSE, curbuf); // buffer changed, don't change name now if (buf != curbuf) return FAIL; #ifdef FEAT_EVAL if (aborting()) // autocmds may abort scr...
0
405,707
WandExport ClipPathUnits DrawGetClipUnits(const DrawingWand *wand) { assert(wand != (const DrawingWand *) NULL); assert(wand->signature == MagickWandSignature); if (wand->debug != MagickFalse) (void) LogMagickEvent(WandEvent,GetMagickModule(),"%s",wand->name); return(CurrentContext->clip_units); }
0
164,308
void Browser::FileSelectedWithExtraInfo( const ui::SelectedFileInfo& file_info, int index, void* params) { profile_->set_last_selected_directory(file_info.file_path.DirName()); const FilePath& path = file_info.local_path; GURL file_url = net::FilePathToFileURL(path); #if defined(OS_CHROMEOS) drive...
0
487,718
ext4_ext_rm_leaf(handle_t *handle, struct inode *inode, struct ext4_ext_path *path, struct partial_cluster *partial, ext4_lblk_t start, ext4_lblk_t end) { struct ext4_sb_info *sbi = EXT4_SB(inode->i_sb); int err = 0, correct_index = 0; int depth = ext_depth(inode), credits, revoke_credits; struct ext4_exte...
0
403,338
PHP_MINFO_FUNCTION(openssl) { php_info_print_table_start(); php_info_print_table_row(2, "OpenSSL support", "enabled"); php_info_print_table_row(2, "OpenSSL Library Version", SSLeay_version(SSLEAY_VERSION)); php_info_print_table_row(2, "OpenSSL Header Version", OPENSSL_VERSION_TEXT); php_info_print_table_row(2, "Op...
0
238,089
void DiskCacheBackendTest::BackendInvalidRankings2() { ASSERT_TRUE(CopyTestCache("bad_rankings")); DisableFirstCleanup(); InitCache(); disk_cache::Entry *entry1, *entry2; EXPECT_NE(net::OK, OpenEntry("the first key", &entry1)); ASSERT_THAT(OpenEntry("some other key", &entry2), IsOk()); entry2->Close(); ...
0
19,234
static int _compare_path_table ( const void * v1 , const void * v2 ) { const struct isoent * p1 , * p2 ; const char * s1 , * s2 ; int cmp , l ; p1 = * ( ( const struct isoent * * ) ( uintptr_t ) v1 ) ; p2 = * ( ( const struct isoent * * ) ( uintptr_t ) v2 ) ; cmp = p1 -> parent -> dir_number - p2 -> parent -> dir...
0
65,782
Status InferenceContext::Max(DimensionHandle first, DimensionOrConstant second, DimensionHandle* out) { const int64_t first_value = Value(first); const int64_t second_value = Value(second); if (first_value == kUnknownDim || second_value == kUnknownDim) { *out = UnknownDim(); } e...
0
349,007
_gcry_ecc_ecdsa_sign (gcry_mpi_t input, ECC_secret_key *skey, gcry_mpi_t r, gcry_mpi_t s, int flags, int hashalgo) { gpg_err_code_t rc = 0; int extraloops = 0; gcry_mpi_t k, dr, sum, k_1, x; mpi_point_struct I; gcry_mpi_t hash; const void *abuf; unsigned int abi...
1