Searched refs:si (Results 201 - 225 of 242) sorted by relevance

12345678910

/haiku/src/add-ons/accelerants/nvidia/engine/
H A Dnv_globals.h2 extern shared_info *si;
H A Dnv_proto.h14 #define MSG(args) do { /* if needed or si->settings with si NULL */ \
18 uint32 mod = (si->settings.logmask & 0xfffffff0) & MODULE_BIT; \
19 uint32 lev = (si->settings.logmask & ~0xfffffff0) & level_bit; \
/haiku/src/add-ons/accelerants/via/engine/
H A Dglobals.h2 extern shared_info *si;
H A Dproto.h15 #define MSG(args) do { /* if needed or si->settings with si NULL */ \
19 uint32 mod = (si->settings.logmask & 0xfffffff0) & MODULE_BIT; \
20 uint32 lev = (si->settings.logmask & ~0xfffffff0) & level_bit; \
H A Di2c.c55 if (!si->ps.secondary_head) return result;
/haiku/src/add-ons/accelerants/ati/
H A Drage128_draw.cpp66 SharedInfo& si = *gInfo.sharedInfo; local
104 si.r128_dpGuiMasterCntl = ((dataType << R128_GMC_DST_DATATYPE_SHIFT)
108 OUTREG(R128_DP_GUI_MASTER_CNTL, (si.r128_dpGuiMasterCntl
/haiku/src/system/libroot/posix/stdlib/
H A Dradixsort.c59 int sn, si; member in struct:__anon35
122 #define pop(a, n, i) a = (--sp)->sa, n = sp->sn, i = sp->si
123 #define push(a, n, i) sp->sa = a, sp->sn = n, (sp++)->si = i
/haiku/src/system/kernel/arch/x86/
H A Dasm_offsets.cpp64 DEFINE_OFFSET_MACRO(IFRAME, iframe, si);
H A Darch_debug.cpp437 frame->si, frame->di);
453 frame->si, frame->di, frame->bp, frame->sp);
623 CHECK_DEBUG_VARIABLE("rsi", frame->si, true);
639 CHECK_DEBUG_VARIABLE("esi", frame->si, true);
1297 { B_UINT64_TYPE, frame->si }, { B_UINT64_TYPE, frame->di },
1323 { B_UINT32_TYPE, frame->si }, { B_UINT32_TYPE, frame->di },
H A Darch_user_debugger.cpp91 cpuState->rsi = frame->si;
131 frame->si = cpuState->rsi;
155 cpuState->esi = frame->si;
180 frame->si = cpuState->esi;
/haiku/src/add-ons/accelerants/radeon/
H A Dpll.c29 if( (Radeon_INPLL( ai->regs, ai->si->asic, crtc_idx == 0 ? RADEON_PPLL_REF_DIV : RADEON_P2PLL_REF_DIV )
40 Radeon_OUTPLLP( ai->regs, ai->si->asic,
458 radeon_type asic = ai->si->asic;
483 if( ai->si->new_pll && crtc_idx == 0 ) {
H A Dinternal_tv_out.c114 Radeon_OUTPLL( ai->regs, ai->si->asic,
253 Radeon_INPLL( ai->regs, ai->si->asic, mapping->address );
/haiku/src/add-ons/accelerants/skeleton/engine/
H A Dproto.h15 #define MSG(args) do { /* if needed or si->settings with si NULL */ \
19 uint32 mod = (si->settings.logmask & 0xfffffff0) & MODULE_BIT; \
20 uint32 lev = (si->settings.logmask & ~0xfffffff0) & level_bit; \
H A Di2c.c55 if (!si->ps.secondary_head) return result;
/haiku/src/system/libroot/os/arch/x86/
H A Dsystem_time_asm.S122 orw %si, %ax
/haiku/src/add-ons/accelerants/matrox/engine/
H A Dmga_proto.h10 #define MSG(args) do { /* if needed or si->settings with si NULL */ \
14 uint32 mod = (si->settings.logmask & 0xfffffff0) & MODULE_BIT; \
15 uint32 lev = (si->settings.logmask & ~0xfffffff0) & level_bit; \
H A Dmga_i2c.c44 if (!si->ps.secondary_head) return result;
/haiku/src/add-ons/kernel/file_systems/ntfs/libntfs/
H A Drunlist.c509 int di, si; /* Current index into @[ds]rl. */ local
548 si = di = 0;
551 while (srl[si].length && srl[si].lcn < (LCN)LCN_HOLE)
552 si++;
555 if (!srl[si].length) {
562 sstart = si;
576 if ((drl[di].vcn == srl[si].vcn) && (drl[di].lcn >= 0) &&
577 (srl[si].lcn >= 0)) {
584 for (send = si; sr
[all...]
H A Ddir.c1480 STANDARD_INFORMATION *si = NULL; local
1509 si = ntfs_calloc(si_len);
1510 if (!si) {
1514 si->creation_time = ni->creation_time;
1515 si->last_data_change_time = ni->last_data_change_time;
1516 si->last_mft_change_time = ni->last_mft_change_time;
1517 si->last_access_time = ni->last_access_time;
1520 ni->owner_id = si->owner_id = const_cpu_to_le32(0);
1521 ni->security_id = si->security_id = securid;
1522 ni->quota_charged = si
[all...]
/haiku/src/system/kernel/arch/x86/64/
H A Dthread.cpp300 frame.si = (uint64)args2;
357 signalFrameData->context.uc_mcontext.rsi = frame->si;
431 frame->si = signalFrameData->context.uc_mcontext.rsi;
/haiku/src/add-ons/kernel/file_systems/ntfs/utils/
H A Dmkntfs.c1619 STANDARD_INFORMATION si; local
1624 si.creation_time = mkntfs_time();
1625 si.last_data_change_time = si.creation_time;
1626 si.last_mft_change_time = si.creation_time;
1627 si.last_access_time = si.creation_time;
1628 si.file_attributes = flags; /* already LE */
1629 si
1680 STANDARD_INFORMATION *si; local
1712 STANDARD_INFORMATION *si; local
[all...]
/haiku/src/add-ons/kernel/drivers/graphics/radeon/
H A Dradeon_driver.h99 shared_info *si; member in struct:device_info
/haiku/src/system/kernel/arch/x86/32/
H A Dthread.cpp318 signalFrameData->context.uc_mcontext.esi = frame->si;
388 frame->si = signalFrameData->context.uc_mcontext.esi;
/haiku/src/bin/
H A Dsetmime.cpp1125 for (int32 si = 0; si < superCount; si++) {
1127 if (superTypes.FindString("super_types", si, &superName) != B_OK)
1128 throw Error("name for supertype #%d not found", si);
/haiku/src/add-ons/screen_savers/flurry/
H A DSmoke.cpp253 int si = 0; local
341 si++;
393 glDrawArrays(GL_QUADS, 0, si * 4);

Completed in 324 milliseconds

12345678910