代码搜索:consistent
找到约 2,698 项符合「consistent」的源代码
代码结果 2,698
www.eeworm.com/read/466942/7023930
m heat2d.m
function U = Heat2D(dt, dx, dy, Tmax, Tsnap, value, bounds)
% make sure steps are consistent
Nx = round(1/dx);
dx = 1/Nx;
Ny = round(1/dy);
dy = 1/Ny;
Nt = round(Tmax/dt);
dt = Tmax/Nt;
rhox =
www.eeworm.com/read/102935/6227198
c pci-dma.c
/*
* Dynamic DMA mapping support.
*/
#include
#include
#include
#include
#include
void *pci_alloc_consistent(struct pci_dev *
www.eeworm.com/read/253950/12173832
htm consist.htm
Netlab Reference Manual consist
consist
Purpose
Check that arguments are consistent.
Synopsis
errstring = consi
www.eeworm.com/read/150905/12250052
htm consist.htm
Netlab Reference Manual consist
consist
Purpose
Check that arguments are consistent.
Synopsis
errstring = consi
www.eeworm.com/read/398200/2388768
changelog
2004-04-08 Bob Koninckx
* cdl/ec555_eth_drivers.cdl: Made
CYGNUM_DEVS_ETH_POWERPC_EC555_ETH0_BASE a calculated option that is
always consistent with the memory map. Added
www.eeworm.com/read/209559/4969391
h dma-mapping.h
#ifndef __ASM_SH_DMA_MAPPING_H
#define __ASM_SH_DMA_MAPPING_H
#include
#include
#include
#include
struct pci_dev;
extern void *consistent
www.eeworm.com/read/209559/4971848
h dma-mapping.h
#ifndef __ASM_SH_DMA_MAPPING_H
#define __ASM_SH_DMA_MAPPING_H
#include
#include
#include
#include
/* arch/sh/mm/consistent.c */
extern vo
www.eeworm.com/read/316872/3599263
h dma-mapping.h
#ifndef __ASM_SH_DMA_MAPPING_H
#define __ASM_SH_DMA_MAPPING_H
#include
#include
#include
struct pci_dev;
extern void *consistent_alloc(struct pci_dev *h
www.eeworm.com/read/410206/11298485
m fixmesh.m
function [p,t,f] = fixmesh(p,t,f)
% FIXMESH: Ensure that triangular mesh data is consistent.
%
% [p,t,f] = fixmesh(p,t,f);
%
% p: Nx2 array of nodal XY coordinates, [x1,y1; x2,y2; etc]
% t
www.eeworm.com/read/410206/11298552
m fixmesh.m
function [p,t,f] = fixmesh(p,t,f)
% FIXMESH: Ensure that triangular mesh data is consistent.
%
% [p,t,f] = fixmesh(p,t,f);
%
% p: Nx2 array of nodal XY coordinates, [x1,y1; x2,y2; etc]
% t