Searched refs:gdt (Results 1 - 4 of 4) sorted by relevance

/macosx-10.9.5/xnu-2422.115.4/osfmk/i386/
H A Dmp_desc.c393 cpu_gdt_alias(vm_map_offset_t gdt, vm_map_offset_t alias) argument
398 assert(page_aligned(gdt));
402 pmap_store_pte(pte, kvtophys(gdt) | INTEL_PTE_REF
469 cpu_gdt_alias((vm_map_offset_t) &cdt->gdt,
475 bcopy((char *)master_gdt, (char *)cdt->gdt, sizeof(master_gdt));
484 *(struct fake_descriptor64 *) &cdt->gdt[sel_idx(KERNEL_LDT)] =
486 fix_desc64(&cdt->gdt[sel_idx(KERNEL_LDT)], 1);
489 *(struct fake_descriptor64 *) &cdt->gdt[sel_idx(USER_LDT)] =
491 fix_desc64(&cdt->gdt[sel_idx(USER_LDT)], 1);
494 *(struct fake_descriptor64 *) &cdt->gdt[sel_id
[all...]
H A Dmp_desc.h84 struct fake_descriptor gdt[GDTSZ] __attribute__ ((aligned (16))); member in struct:cpu_desc_table64
/macosx-10.9.5/JavaScriptCore-7537.78.1/runtime/
H A DDatePrototype.cpp218 static JSCell* formatLocaleDate(ExecState* exec, const GregorianDateTime& gdt, LocaleDateTimeFormat format) argument
223 systemTime.wYear = gdt.year();
224 systemTime.wMonth = gdt.month() + 1;
225 systemTime.wDay = gdt.monthDay();
226 systemTime.wDayOfWeek = gdt.weekDay();
227 systemTime.wHour = gdt.hour();
228 systemTime.wMinute = gdt.minute();
229 systemTime.wSecond = gdt.second();
265 struct tm localTM = gdt;
266 int year = gdt
[all...]
/macosx-10.9.5/WebCore-7537.78.1/bridge/qt/
H A Dqt_runtime.cpp283 static void getGregorianDateTimeUTC(JSContextRef context, JSRealType type, JSValueRef value, JSObjectRef object, JSValueRef* exception, GregorianDateTime* gdt) argument
290 gdt->copyFrom(*date->gregorianDateTimeUTC(exec));
295 gdt->copyFrom(convertedGdt);
301 GregorianDateTime gdt; local
302 getGregorianDateTimeUTC(context, type, value, object, exception, &gdt);
303 QDate date(gdt.year(), gdt.month() + 1, gdt.monthDay());
304 QTime time(gdt.hour(), gdt
[all...]

Completed in 78 milliseconds