代码搜索:DOMAIN
找到约 10,000 项符合「DOMAIN」的源代码
代码结果 10,000
www.eeworm.com/read/480930/1311127
c exec_domain.c
/*
* Handling of different ABIs (personalities).
*
* We group personalities into execution domains which have their
* own handlers for kernel entry points, signal mapping, etc...
*
* 2001-05-06
www.eeworm.com/read/456296/1606530
c print-domain.c
/*
* Copyright (c) 1988, 1989, 1990, 1991, 1992, 1993, 1994, 1995, 1996, 1997
* The Regents of the University of California. All rights reserved.
*
* Redistribution and use in source and binary f
www.eeworm.com/read/251838/4415127
m marginal_domain.m
function marginal = marginal_domain(engine, i)
% MARGINAL_DOMAIN Return the marginal on the specified domain (belprop)
% marginal = marginal_domain(engine, i)
marginal = pot_to_marginal(engine.margin
www.eeworm.com/read/251838/4415438
m domain_pot.m
function dom = domain_pot(pot)
% DOMAIN_POT Return the domain of this dpot.
% dom = domain_pot(pot)
dom = pot.domain;
www.eeworm.com/read/251838/4415466
m domain_pot.m
function dom = domain_pot(pot)
% DOMAIN_POT Return the domain of this cgpot.
% dom = domain_pot(pot)
dom = pot.domain;
www.eeworm.com/read/251838/4415492
m domain_pot.m
function dom = domain_pot(pot)
% DOMAIN_POT Return the domain of this cpot.
% dom = domain_pot(pot)
dom = pot.domain;
www.eeworm.com/read/251522/4419071
m marginal_domain.m
function marginal = marginal_domain(engine, i)
% MARGINAL_DOMAIN Return the marginal on the specified domain (belprop)
% marginal = marginal_domain(engine, i)
marginal = pot_to_marginal(engine.margin
www.eeworm.com/read/250015/4443541
c domain_codec.c
/* vi: set sw=4 ts=4: */
/* RFC1035 domain compression routines (C) 2007 Gabriel Somlo
*
* Loosely based on the isc-dhcpd implementation by dhankins@isc.org
*
* Licensed under
www.eeworm.com/read/242732/4537320
c uipc_domain.c
/*
* Copyright (c) 1982, 1986, 1993
* The Regents of the University of California. All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification
www.eeworm.com/read/241253/4561680
c uipc_domain.c
/* $Id: uipc_domain.c,v 1.1.1.1 2001/10/01 18:47:34 patrik Exp $ */
/* $OpenBSD: uipc_domain.c,v 1.8 1999/03/30 00:19:05 niklas Exp $ */
/* $NetBSD: uipc_domain.c,v 1.14 1996/02/09 19:00:44 christos E