代码搜索:Multiple
找到约 9,501 项符合「Multiple」的源代码
代码结果 9,501
www.eeworm.com/read/12662/246631
h mmc.h
#define DUMMY 0xff
//定义常量
#define MMC_START_DATA_BLOCK_TOKEN 0xfe
#define MMC_START_DATA_MULTIPLE_BLOCK_READ 0xfe
#define MMC_START_DATA_BLOCK_WRITE 0xfe
#define MMC_START_DATA
www.eeworm.com/read/38039/1090001
mnu udfprompts.mnu
PROMPTS 提示
#
Single 单一
Specify a single prompt for all features that uses this reference.
为使用此参照的所有特征指定单个提示。
Multiple 多个
Specify a unique prompt for each feature that uses this reference.
为使用此参照的每一特征
www.eeworm.com/read/38039/1091064
mnu radopt.mnu
BEND#RAD#OPT 折弯半径选项
#
Constant#Rad 常数半径
All bend arcs will have the same radius.
所有折弯弧有常数半径。
Multiple#Rad 多重半径
Different bend radii can be selected.
折弯可以选取不同的半径。
www.eeworm.com/read/490329/1201515
inl vector_fpu.inl
inline void hk_VecFPU::fpu_add_multiple_row(hk_real *target_adress,hk_real *source_adress,hk_real factor,int size,hk_bool adress_aligned) {
if(adress_aligned==HK_FALSE) {
//we have to calcula
www.eeworm.com/read/240162/4589789
h mixed-struct-init.h
/* Function definitions that are used by multiple tests. */
void initScd (Scd *p, int i)
{ p->c = (char)i; p->d = (double)i+1; }
void initScdc (Scdc *p, int i)
{ p->c = (char)i; p->d = (double)i+1;
www.eeworm.com/read/240162/4589808
h fp2-struct-init.h
/* Function definitions that are used by multiple tests. */
void initSfd (Sfd *p, double y)
{ p->f = y; p->d = y+1; }
void initSfl (Sfl *p, double y)
{ p->f = y; p->l = y+1; }
void initSdf (Sdf *p,
www.eeworm.com/read/233448/4684796
h mixed-struct-init.h
/* Function definitions that are used by multiple tests. */
void initScd (Scd *p, int i)
{ p->c = (char)i; p->d = (double)i+1; }
void initScdc (Scdc *p, int i)
{ p->c = (char)i; p->d = (double)i+1;
www.eeworm.com/read/233448/4684821
h fp2-struct-init.h
/* Function definitions that are used by multiple tests. */
void initSfd (Sfd *p, double y)
{ p->f = y; p->d = y+1; }
void initSfl (Sfl *p, double y)
{ p->f = y; p->l = y+1; }
void initSdf (Sdf *p,
www.eeworm.com/read/162614/5529787
h mixed-struct-init.h
/* Function definitions that are used by multiple tests. */
void initScd (Scd *p, int i)
{ p->c = (char)i; p->d = (double)i+1; }
void initScdc (Scdc *p, int i)
{ p->c = (char)i; p->d = (double)i+1;
www.eeworm.com/read/347503/3170752
s dv-entry-err.s
//
// Verify DV detection on multiple paths
//
.text
.explicit
// WAW on r4 is avoided on both paths
// WAW on r5 is avoided on path 0 (from top) but not path 1 (from L)
cmp.eq p1, p2 = r1, r2
c