idx
int64
func
string
target
int64
225,669
GF_Box *padb_box_new() { ISOM_DECL_BOX_ALLOC(GF_PaddingBitsBox, GF_ISOM_BOX_TYPE_PADB); return (GF_Box *)tmp; }
0
247,359
rpmRC pgpVerifySig(pgpDig dig, DIGEST_CTX hashctx) { if (dig == NULL || hashctx == NULL) return RPMRC_FAIL; return pgpVerifySignature(pgpDigGetParams(dig, PGPTAG_PUBLIC_KEY), pgpDigGetParams(dig, PGPTAG_SIGNATURE), hashctx); }
0
274,890
TEST(ComparisonsTest, QuantizedInt8LessWithBroadcast) { const float kMin = -127.f; const float kMax = 127.f; std::vector<std::vector<int>> test_shapes = { {6}, {2, 3}, {2, 1, 3}, {1, 3, 1, 2}}; for (int i = 0; i < test_shapes.size(); ++i) { ComparisonOpModel model({TensorType_INT8, test_shapes[i], kMi...
0
256,449
JANET_CORE_FN(cfun_array_new, "(array/new capacity)", "Creates a new empty array with a pre-allocated capacity. The same as " "`(array)` but can be more efficient if the maximum size of an array is known.") { janet_fixarity(argc, 1); int32_t cap = janet_getinteger(argv,...
0
194,994
Status ImmutableExecutorState::Initialize(const Graph& graph) { TF_RETURN_IF_ERROR(gview_.Initialize(&graph)); // Build the information about frames in this subgraph. ControlFlowInfo cf_info; TF_RETURN_IF_ERROR(BuildControlFlowInfo(&graph, &cf_info)); for (auto& it : cf_info.unique_frame_names) { Ensure...
1
484,757
static void netback_changed(struct xenbus_device *dev, enum xenbus_state backend_state) { struct netfront_info *np = dev_get_drvdata(&dev->dev); struct net_device *netdev = np->netdev; dev_dbg(&dev->dev, "%s\n", xenbus_strstate(backend_state)); wake_up_all(&module_wq); switch (backend_state) { case Xenb...
0
408,973
ins_eol(int c) { int i; if (echeck_abbr(c + ABBR_OFF)) return OK; if (stop_arrow() == FAIL) return FAIL; undisplay_dollar(); /* * Strange Vi behaviour: In Replace mode, typing a NL will not delete the * character under the cursor. Only push a NUL on the replace stack, * nothi...
0
512,811
uint cols() const { return arg_count; }
0
259,269
static int mov_seek_stream(AVFormatContext *s, AVStream *st, int64_t timestamp, int flags) { MOVStreamContext *sc = st->priv_data; FFStream *const sti = ffstream(st); int sample, time_sample, ret; unsigned int i; // Here we consider timestamp to be PTS, hence try to offset it so that we // can ...
0
513,350
bool Item_func_eq::check_equality(THD *thd, COND_EQUAL *cond_equal, List<Item> *eq_list) { Item *left_item= arguments()[0]; Item *right_item= arguments()[1]; if (left_item->type() == Item::ROW_ITEM && right_item->type() == Item::ROW_ITEM) { return check_row_equality(...
0
216,800
rpa_read_buffer(pool_t pool, const unsigned char **data, const unsigned char *end, unsigned char **buffer) { const unsigned char *p = *data; unsigned int len; if (p > end) return 0; len = *p++; if (p + len > end) return 0; *buffer = p_malloc(pool, len); memcpy(*buffer, p, len); *data += 1 + len; ret...
1
294,717
c_weeknum_to_jd(int y, int w, int d, int f, double sg, int *rjd, int *ns) { int rjd2, ns2; c_find_fdoy(y, sg, &rjd2, &ns2); rjd2 += 6; *rjd = (rjd2 - MOD(((rjd2 - f) + 1), 7) - 7) + 7 * w + d; *ns = (*rjd < sg) ? 0 : 1; }
0
244,151
void chnl_box_del(GF_Box *s) { gf_free(s); }
0
432,212
void cpu_watchpoint_remove_all(CPUState *cpu, int mask) { #if 0 CPUWatchpoint *wp, *next; QTAILQ_FOREACH_SAFE(wp, &cpu->watchpoints, entry, next) { if (wp->flags & mask) { cpu_watchpoint_remove_by_ref(cpu, wp); } } #endif }
0
175,685
virtual void ConnectToCellularNetwork(const CellularNetwork* network) {}
0
359,518
DEFUN (bgp_bestpath_compare_router_id, bgp_bestpath_compare_router_id_cmd, "bgp bestpath compare-routerid", "BGP specific commands\n" "Change the default bestpath selection\n" "Compare router-id for identical EBGP paths\n") { struct bgp *bgp; bgp = vty->index; bgp_flag_set (bgp...
0
384,195
static int nf_tables_newtable(struct sk_buff *skb, const struct nfnl_info *info, const struct nlattr * const nla[]) { struct nftables_pernet *nft_net = nft_pernet(info->net); struct netlink_ext_ack *extack = info->extack; u8 genmask = nft_genmask_next(info->net); u8 family = info->nfmsg->nfgen_family; str...
0
517,455
static void do_head(HttpResponse res, const char *path, const char *name, int refresh) { StringBuffer_append(res->outputbuffer, "<!DOCTYPE html>"\ "<html>"\ "<head>"\ "<title>Monit: %s</title> "\ ...
0
218,771
static void XDrawBevel(Display *display,const XWindowInfo *window_info, const XWidgetInfo *bevel_info) { int x1, x2, y1, y2; unsigned int bevel_width; XPoint points[6]; /* Draw upper and left beveled border. */ x1=bevel_info->x; y1=bevel_info->y+bevel_info->height; x2=be...
0
313,797
handle_tabmenu(void) { switch (current_tabmenu) { case TABLINE_MENU_CLOSE: if (current_tab == 0) do_cmdline_cmd((char_u *)"tabclose"); else { vim_snprintf((char *)IObuff, IOSIZE, "tabclose %d", current_tab); do_cmdline_cmd(IObuff); } break; case TABLINE_MENU_NEW: ...
0
276,896
static int cmd_i2c_set_bus_num(unsigned int busnum) { struct udevice *bus; int ret; ret = uclass_get_device_by_seq(UCLASS_I2C, busnum, &bus); if (ret) { debug("%s: No bus %d\n", __func__, busnum); return ret; } i2c_cur_bus = bus; return 0; }
0
273,077
log_fatal_err(int domain, const char *func, int line, int err) { DPRINTF(E_FATAL, domain, "%s failed at line %d, error %d (%s)\n", func, line, err, strerror(err)); abort(); }
0
238,391
njs_function_constructor(njs_vm_t *vm, njs_value_t *args, njs_uint_t nargs, njs_index_t async) { njs_chb_t chain; njs_int_t ret; njs_str_t str, file; njs_uint_t i; njs_lexer_t lexer; njs_parser_t parser; njs_vm...
0
221,667
long Socket::checkCertValid(String &hostname) { //check we have a certificate X509 *peerCert = SSL_get_peer_certificate(ssl); if (peerCert == NULL) { return -1; } X509_free(peerCert); #if OPENSSL_VERSION_NUMBER < 0x10100000L #else // section for openssl1.1 X509_VERIFY_PARAM *param; param = ...
0
248,252
DLLIMPORT void *cfg_getptr(cfg_t *cfg, const char *name) { return cfg_getnptr(cfg, name, 0); }
0
418,780
is_mouse_key(int c) { return c == K_LEFTMOUSE || c == K_LEFTMOUSE_NM || c == K_LEFTDRAG || c == K_LEFTRELEASE || c == K_LEFTRELEASE_NM || c == K_MOUSEMOVE || c == K_MIDDLEMOUSE || c == K_MIDDLEDRAG || c == K_MIDDLERELEASE || c == K_RIGHTMOUSE || c == K_RIGHTDRAG || c == K_RIGHTRELEASE || c == K_MOUSEDOW...
0
317,149
static int smack_kernel_create_files_as(struct cred *new, struct inode *inode) { struct inode_smack *isp = smack_inode(inode); struct task_smack *tsp = smack_cred(new); tsp->smk_forked = isp->smk_inode; tsp->smk_task = tsp->smk_forked; return 0; }
0
247,557
TEST_P(SslSocketTest, RsaAndEcdsaPrivateKeyProviderMultiCertFail) { const std::string client_ctx_yaml = absl::StrCat(R"EOF( common_tls_context: tls_params: tls_minimum_protocol_version: TLSv1_2 tls_maximum_protocol_version: TLSv1_2 cipher_suites: - ECDHE-ECDSA-AES128-GCM-SHA2...
0
462,540
void controller::update_visible_feeds() { std::lock_guard<std::mutex> feedslock(feeds_mutex); v->update_visible_feeds(feeds); }
0
247,159
Bool gf_fs_fire_event(GF_FilterSession *fs, GF_Filter *f, GF_FilterEvent *evt, Bool upstream) { Bool ret = GF_FALSE; if (!fs || !evt) return GF_FALSE; GF_FilterPid *on_pid = evt->base.on_pid; evt->base.on_pid = NULL; if (f) { if (evt->base.type==GF_FEVT_USER) { if (f->freg->process_event && f->event_target) ...
0
230,972
mrb_ci_bidx(mrb_callinfo *ci) { return mrb_bidx(ci->n|(ci->nk<<4)); }
0
417,059
mp_sint32 PlayerGeneric::getNumMaxVirChannels() const { #ifndef MILKYTRACKER if (player) { if (player->getType() == PlayerBase::PlayerType_IT) { return static_cast<PlayerIT*>(player)->getNumMaxVirChannels(); } } #endif return numMaxVirChannels; }
0
477,271
static bool tipc_crypto_key_try_align(struct tipc_crypto *rx, u8 new_pending) { struct tipc_aead *tmp1, *tmp2 = NULL; struct tipc_key key; bool aligned = false; u8 new_passive = 0; int x; spin_lock(&rx->lock); key = rx->key; if (key.pending == new_pending) { aligned = true; goto exit; } if (key.active) ...
0
455,412
xfs_reclaim_inode( struct xfs_inode *ip, struct xfs_perag *pag, int sync_mode) { struct xfs_buf *bp = NULL; xfs_ino_t ino = ip->i_ino; /* for radix_tree_delete */ int error; restart: error = 0; xfs_ilock(ip, XFS_ILOCK_EXCL); if (!xfs_iflock_nowait(ip)) { if (!(sync_mode & SYNC_WAIT)) goto out; xf...
0
498,618
bgr2rgb (guchar *dest, const guchar *src, guint width, guint bytes, guint alpha) { guint x; if (alpha) { for (x = 0; x < width; x++) { *(dest++) = src[2]; *(dest++) = src[1]; *(dest++) = src[0]; ...
0
277,476
static MOBI_RET mobi_parse_tagx(MOBIBuffer *buf, MOBITagx *tagx) { tagx->control_byte_count = 0; tagx->tags_count = 0; tagx->tags = NULL; mobi_buffer_seek(buf, 4); /* skip header */ uint32_t tagx_record_length = mobi_buffer_get32(buf); if (tagx_record_length < 12) { debug_print("INDX rec...
0
272,333
encode_algorithm_id(cms_context *cms, SECItem *der, SECOidTag tag) { SECAlgorithmID id; int rc = generate_algorithm_id(cms, &id, tag); if (rc < 0) return rc; void *ret; ret = SEC_ASN1EncodeItem(cms->arena, der, &id, SECOID_AlgorithmIDTemplate); if (ret == NULL) cnreterr(-1, cms, "could not encode Algo...
0
247,697
TEST_P(SslSocketTest, GetIssueExpireTimesPeerCert) { const std::string client_ctx_yaml = R"EOF( common_tls_context: tls_certificates: certificate_chain: filename: "{{ test_rundir }}/test/extensions/transport_sockets/tls/test_data/no_san_cert.pem" private_key: filename: "{{ test_rundi...
0
175,787
GatherGlobalUsageTask( UsageTracker* tracker, QuotaClient* client) : GatherUsageTaskBase(tracker, client), client_(client), callback_factory_(ALLOW_THIS_IN_INITIALIZER_LIST(this)) { DCHECK(tracker); DCHECK(client); }
0
225,385
static inline void set_done(struct v4l2l_buffer *buffer) { buffer->buffer.flags &= ~V4L2_BUF_FLAG_QUEUED; buffer->buffer.flags |= V4L2_BUF_FLAG_DONE; }
0
294,556
c_valid_weeknum_p(int y, int w, int d, int f, double sg, int *rw, int *rd, int *rjd, int *ns) { int ns2, ry2, rw2, rd2; if (d < 0) d += 7; if (w < 0) { int rjd2; c_weeknum_to_jd(y + 1, 1, f, f, sg, &rjd2, &ns2); c_jd_to_weeknum(rjd2 + w * 7, f, sg, &ry2, &rw2, &rd2); if (ry2 != y) return 0; ...
0
400,724
void iov_iter_pipe(struct iov_iter *i, unsigned int direction, struct pipe_inode_info *pipe, size_t count) { BUG_ON(direction != READ); WARN_ON(pipe_full(pipe->head, pipe->tail, pipe->ring_size)); *i = (struct iov_iter){ .iter_type = ITER_PIPE, .data_source = false, .pipe = pipe, .head = pipe->head, ...
0
488,367
static __init int vdso_fixup_datapage(struct lib32_elfinfo *v32, struct lib64_elfinfo *v64) { Elf32_Sym *sym32; #ifdef CONFIG_PPC64 Elf64_Sym *sym64; sym64 = find_symbol64(v64, "__kernel_datapage_offset"); if (sym64 == NULL) { printk(KERN_ERR "vDSO64: Can't find symbol " "__kernel_data...
0
376,345
gpg_import_keys_sync (CamelCipherContext *context, CamelStream *istream, GCancellable *cancellable, GError **error) { struct _GpgCtx *gpg; gboolean success = FALSE; gpg = gpg_ctx_new (context); gpg_ctx_set_mode (gpg, GPG_CTX_MODE_IMPORT); gpg_ctx_s...
0
234,805
int find_free_dev_extent(struct btrfs_device *device, u64 num_bytes, u64 *start, u64 *len) { /* FIXME use last free of some kind */ return find_free_dev_extent_start(device, num_bytes, 0, start, len); }
0
282,969
LJ_NOINLINE void lj_err_lex(lua_State *L, GCstr *src, const char *tok, BCLine line, ErrMsg em, va_list argp) { char buff[LUA_IDSIZE]; const char *msg; lj_debug_shortname(buff, src); msg = lj_str_pushvf(L, err2msg(em), argp); msg = lj_str_pushf(L, "%s:%d: %s", buff, line, msg); if (tok) lj_str_pus...
0
139,212
void OverlayWindowViews::Close() { views::Widget::Close(); }
0
231,743
TEST_F(QuicServerTransportTest, TestRegisterAndHandleTransportKnobParams) { int flag = 0; server->registerKnobParamHandler( 199, [&](QuicServerConnectionState* /* server_conn */, uint64_t val) { EXPECT_EQ(val, 10); flag = 1; }); server->registerKnobParamHandler( 200, [&](Qu...
0
512,372
bool Item_func_not::fix_fields(THD *thd, Item **ref) { args[0]->under_not(this); if (args[0]->type() == FIELD_ITEM) { /* replace "NOT <field>" with "<field> == 0" */ Query_arena backup, *arena; Item *new_item; bool rc= TRUE; arena= thd->activate_stmt_arena_if_needed(&backup); if ((new_ite...
0
270,386
static inline uint32_t ok_inflater_read_bits(ok_inflater *inflater, unsigned int num_bits) { uint32_t ans = inflater->input_buffer & ((1 << num_bits) - 1); inflater->input_buffer >>= num_bits; inflater->input_buffer_bits -= num_bits; return ans; }
0
294,600
m_local_df_in_day(union DateData *x) { return isec_to_day(m_local_df(x)); }
0
512,337
Item *in_subq_field_transformer_for_having(THD *thd, uchar *arg) { return convert_to_basic_const_item(thd); }
0
222,515
Status InstantiateNode(const NodeDef& fnode, AttrSlice attrs) { const OpDef* fnode_sig = nullptr; TF_CHECK_OK(get_function_(fnode.op(), &fnode_sig)); NodeDef* gnode = AddNode(fnode.name()); gnode->set_op(fnode.op()); gnode->set_device(fnode.device()); int gnode_idx = nodes_.size() - 1; //...
0
512,940
virtual bool is_fixed() const { return true; }
0
329,880
_pixman_image_add_tristrip (pixman_image_t *image, int dst_x, int dst_y, cairo_tristrip_t *strip) { pixman_triangle_t tri; pixman_point_fixed_t *p[3] = {&tri.p1, &tri.p2, &tri.p3 }; int n; set_point (p[0], &strip->points[0]); set_point (p[1], &strip->points[1]); set_point (p[2], &...
0
428,228
ConnectionExists(struct SessionHandle *data, struct connectdata *needle, struct connectdata **usethis, bool *force_reuse) { struct connectdata *check; struct connectdata *chosen = 0; bool canPipeline = IsPipeliningPossible(data, needle); bool wantNTLMhttp = ((d...
0
219,989
int callback_glewlwyd_get_user_middleware_module_list (const struct _u_request * request, struct _u_response * response, void * user_middleware_data) { UNUSED(request); struct config_elements * config = (struct config_elements *)user_middleware_data; json_t * j_module; j_module = get_user_middleware_module_l...
0
219,972
int callback_glewlwyd_server_configuration (const struct _u_request * request, struct _u_response * response, void * user_data) { UNUSED(request); json_t * json_body = json_pack("{ssssssss}", "api_prefix", ((struct config_elements *)user_data)->...
0
282,990
static void err_raise_ext(int errcode) { RaiseException(LJ_EXCODE_MAKE(errcode), 1 /* EH_NONCONTINUABLE */, 0, NULL); }
0
359,508
DEFUN (no_bgp_bestpath_aspath_ignore, no_bgp_bestpath_aspath_ignore_cmd, "no bgp bestpath as-path ignore", NO_STR "BGP specific commands\n" "Change the default bestpath selection\n" "AS-path attribute\n" "Ignore as-path length in selecting a route\n") { struct bgp *bgp...
0
291,779
int rtrs_clt_rdma_cq_direct(struct rtrs_clt_sess *clt, unsigned int index) { /* If no path, return -1 for block layer not to try again */ int cnt = -1; struct rtrs_con *con; struct rtrs_clt_path *clt_path; struct path_it it; rcu_read_lock(); for (path_it_init(&it, clt); (clt_path = it.next_path(&it)) && i...
0
202,659
static void ip6gre_err(struct sk_buff *skb, struct inet6_skb_parm *opt, u8 type, u8 code, int offset, __be32 info) { const struct ipv6hdr *ipv6h = (const struct ipv6hdr *)skb->data; __be16 *p = (__be16 *)(skb->data + offset); int grehlen = offset + 4; struct ip6_tnl *t; __be16 flags; flags = p[0]; if (flags&(...
1
513,325
int safe_index_read(JOIN_TAB *tab) { int error; TABLE *table= tab->table; if ((error= table->file->ha_index_read_map(table->record[0], tab->ref.key_buff, make_prev_keypart_map(tab->ref.key_parts), ...
0
384,802
hex2nr(int c) { if (c >= 'a' && c <= 'f') return c - 'a' + 10; if (c >= 'A' && c <= 'F') return c - 'A' + 10; return c - '0'; }
0
310,181
_nc_do_color(int old_pair, int pair, int reverse, NCURSES_OUTC outc) { SetSafeOutcWrapper(outc); NCURSES_SP_NAME(_nc_do_color) (CURRENT_SCREEN, old_pair, pair, reverse, _nc_outc_wrapper); }
0
198,556
fiber_switch(mrb_state *mrb, mrb_value self, mrb_int len, const mrb_value *a, mrb_bool resume, mrb_bool vmexec) { struct mrb_context *c = fiber_check(mrb, self); struct mrb_context *old_c = mrb->c; enum mrb_fiber_state status; mrb_value value; fiber_check_cfunc(mrb, c); status = c->status; switch (status...
1
244,120
GF_Err emsg_box_size(GF_Box *s) { GF_EventMessageBox *ptr = (GF_EventMessageBox*) s; if (ptr->version) { ptr->size += 20; } else { ptr->size += 16; } ptr->size+=2; //1 NULL-terminated strings if (ptr->scheme_id_uri) ptr->size += strlen(ptr->scheme_id_uri); if (ptr->value) ptr->size += strlen(ptr->value); i...
0
455,331
parse_long_options (argv, arg_start, arg_end) char **argv; int arg_start, arg_end; { int arg_index, longarg, i; char *arg_string; arg_index = arg_start; while ((arg_index != arg_end) && (arg_string = argv[arg_index]) && (*arg_string == '-')) { longarg = 0; /* Make --login equivalen...
0
385,887
SYSCALL_DEFINE2(creat, const char __user *, pathname, umode_t, mode) { return sys_open(pathname, O_CREAT | O_WRONLY | O_TRUNC, mode); }
0
404,711
__acquires(files->file_lock) { struct fdtable *fdt; int expanded = 0; repeat: fdt = files_fdtable(files); /* Do we need to expand? */ if (nr < fdt->max_fds) return expanded; /* Can we expand? */ if (nr >= sysctl_nr_open) return -EMFILE; if (unlikely(files->resize_in_progress)) { spin_unlock(&files->f...
0
233,823
void fmtutil_read_atari_palette(deark *c, dbuf *f, i64 pos, de_color *dstpal, i64 ncolors_to_read, i64 ncolors_used, unsigned int flags) { i64 i; unsigned int n; int pal_bits = 0; // 9, 12, or 15. 0 = not yet determined u8 cr, cg, cb; u8 cr1, cg1, cb1; char cbuf[32]; char tmps[64]; const char *s; s = de_get_...
0
238,615
static struct btf *find_kfunc_desc_btf(struct bpf_verifier_env *env, u32 func_id, s16 offset, struct module **btf_modp) { if (offset) { if (offset < 0) { /* In the future, this can be allowed to increase limit * of fd index into fd_array, interpreted as u16. */ verbose(env, "negat...
0
254,735
njs_typed_array_prototype_set(njs_vm_t *vm, njs_value_t *args, njs_uint_t nargs, njs_index_t unused) { double num; int64_t i, length, src_length, offset; njs_int_t ret; njs_value_t *this, *src, *value, prop; njs_array_t *array; njs_typed_arr...
0
316,980
static int selinux_lsm_notifier_avc_callback(u32 event) { if (event == AVC_CALLBACK_RESET) { sel_ib_pkey_flush(); call_blocking_lsm_notifier(LSM_POLICY_CHANGE, NULL); } return 0; }
0
513,149
void plugin_mutex_init() { #ifdef HAVE_PSI_INTERFACE init_plugin_psi_keys(); #endif mysql_mutex_init(key_LOCK_plugin, &LOCK_plugin, MY_MUTEX_INIT_FAST); }
0
293,941
get_number_indent(linenr_T lnum) { colnr_T col; pos_T pos; regmatch_T regmatch; int lead_len = 0; // length of comment leader if (lnum > curbuf->b_ml.ml_line_count) return -1; pos.lnum = 0; // In format_lines() (i.e. not insert mode), fo+=q is needed too... if ((State & INSERT) || h...
0
317,172
static void selinux_d_instantiate(struct dentry *dentry, struct inode *inode) { if (inode) inode_doinit_with_dentry(inode, dentry); }
0
338,216
Expression* WasmBinaryBuilder::getBlockOrSingleton(Type type) { Name label = getNextLabel(); breakStack.push_back({label, type}); auto start = expressionStack.size(); processExpressions(); size_t end = expressionStack.size(); if (end < start) { throwError("block cannot pop from outside"); } breakSt...
0
253,538
smb2_is_read_op(__u32 oplock) { return oplock == SMB2_OPLOCK_LEVEL_II; }
0
355,645
handle_subscript( char_u **arg, char_u *name_start, typval_T *rettv, evalarg_T *evalarg, int verbose) // give error messages { int evaluate = evalarg != NULL && (evalarg->eval_flags & EVAL_EVALUATE); int ret = OK; dict_T *selfdict = NULL; int check_white = TRUE; int...
0
226,156
GF_Box *trun_box_new() { ISOM_DECL_BOX_ALLOC(GF_TrackFragmentRunBox, GF_ISOM_BOX_TYPE_TRUN); //NO FLAGS SET BY DEFAULT return (GF_Box *)tmp;
0
313,736
find_ident_at_pos( win_T *wp, linenr_T lnum, colnr_T startcol, char_u **text, int *textcol, // column where "text" starts, can be NULL int find_type) { char_u *ptr; int col = 0; // init to shut up GCC int i; int this_class = 0; int prev_class; int prevcol; int ...
0
226,237
GF_Err sdp_box_read(GF_Box *s, GF_BitStream *bs) { u32 length; GF_SDPBox *ptr = (GF_SDPBox *)s; if (ptr == NULL) return GF_BAD_PARAM; length = (u32) (ptr->size); if (length >= (u32)0xFFFFFFFF) { GF_LOG(GF_LOG_ERROR, GF_LOG_CONTAINER, ("[iso file] Invalid length %lu in sdp box\n", length)); return GF_ISOM_INV...
0
439,140
static Image *ReadPALMImage(const ImageInfo *image_info, ExceptionInfo *exception) { Image *image; IndexPacket index; MagickBooleanType status; MagickOffsetType totalOffset, seekNextDepth; MagickPixelPacket transpix; register IndexPacket *indexes; register ssize_t i...
0
201,872
_gnutls_server_select_suite(gnutls_session_t session, uint8_t * data, unsigned int datalen) { int ret; unsigned int i, j, cipher_suites_size; size_t pk_algos_size; uint8_t cipher_suites[MAX_CIPHERSUITE_SIZE]; int retval; gnutls_pk_algorithm_t pk_algos[MAX_ALGOS]; /* will hold the pk algorithms * su...
1
223,390
static void do_caselesscmp(compiler_common *common) { DEFINE_COMPILER; struct sljit_jump *jump; struct sljit_label *label; int char1_reg = STR_END; int char2_reg; int lcc_table; int opt_type = 0; if (HAS_VIRTUAL_REGISTERS) { char2_reg = STACK_TOP; lcc_table = STACK_LIMIT; } else { char2_reg = RETURN_ADDR; ...
0
281,126
struct xfrm_policy *xfrm_policy_alloc(struct net *net, gfp_t gfp) { struct xfrm_policy *policy; policy = kzalloc(sizeof(struct xfrm_policy), gfp); if (policy) { write_pnet(&policy->xp_net, net); INIT_LIST_HEAD(&policy->walk.all); INIT_HLIST_NODE(&policy->bydst); INIT_HLIST_NODE(&policy->byidx); rwlock_in...
0
222,841
bool SameShapes(ShapeHandle inferred_shape, ShapeHandle annotated_shape) const { if (inferred_shape.SameHandle(annotated_shape)) { return true; } if (InferenceContext::Rank(inferred_shape) != InferenceContext::Rank(annotated_shape)) { return false; } const int...
0
437,386
add_opcode(regex_t* reg, int opcode) { BB_ADD1(reg, opcode); return 0; }
0
259,597
void HierarchicalBitmapRequester::CropEncodingRegion(RectAngle<LONG> &region,const struct RectangleRequest *) { #if ACCUSOFT_CODE int i; ClipToImage(region); // Find the region to request. for(i = 0;i < m_ucCount;i++) { if (m_pulReadyLines[i] < ULONG(region.ra_MinY)) region.ra_MinY = m_pulReadyLine...
0
468,350
g_socket_client_add_application_proxy (GSocketClient *client, const gchar *protocol) { g_hash_table_add (client->priv->app_proxies, g_strdup (protocol)); }
0
139,236
void OverlayWindowViews::OnNativeWidgetDestroyed() { controller_->OnWindowDestroyed(); }
0
90,225
virtual bool wifi_available() const { return false; }
0
512,504
void set_geometry_type(uint type) { DBUG_ASSERT(0); }
0
276,977
void AddReference() { ++m_ReferenceCount; }
0
352,962
serialNumberAndIssuerNormalize( slap_mask_t usage, Syntax *syntax, MatchingRule *mr, struct berval *in, struct berval *out, void *ctx ) { struct berval sn, sn2, sn3, i, ni; char sbuf2[SLAP_SN_BUFLEN]; char sbuf3[SLAP_SN_BUFLEN]; char *p; int rc; assert( in != NULL ); assert( out != NULL ); Debug( LDAP_D...
0
240,588
void Compute(OpKernelContext* context) override { core::RefCountPtr<Var> variable; OP_REQUIRES_OK(context, LookupResource(context, HandleFromInput(context, 0), &variable)); const Tensor& value = context->input(1); // TODO(apassos): We could possibly avoid th...
0
512,461
ValueBuffer() { reset_buffer(); }
0
390,573
ProcXkbSetIndicatorMap(ClientPtr client) { int i, bit; int nIndicators; DeviceIntPtr dev; xkbIndicatorMapWireDesc *from; int rc; REQUEST(xkbSetIndicatorMapReq); REQUEST_AT_LEAST_SIZE(xkbSetIndicatorMapReq); if (!(client->xkbCli...
0
267,981
R_API bool r_bin_file_set_cur_by_fd(RBin *bin, ut32 bin_fd) { RBinFile *bf = r_bin_file_find_by_fd (bin, bin_fd); return bf? r_bin_file_set_cur_binfile (bin, bf): false; }
0