/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/ |
D | _randommodule.c | 100 unsigned long *mt; in genrand_int32() local 102 mt = self->state; in genrand_int32() 107 y = (mt[kk]&UPPER_MASK)|(mt[kk+1]&LOWER_MASK); in genrand_int32() 108 mt[kk] = mt[kk+M] ^ (y >> 1) ^ mag01[y & 0x1UL]; in genrand_int32() 111 y = (mt[kk]&UPPER_MASK)|(mt[kk+1]&LOWER_MASK); in genrand_int32() 112 mt[kk] = mt[kk+(M-N)] ^ (y >> 1) ^ mag01[y & 0x1UL]; in genrand_int32() 114 y = (mt[N-1]&UPPER_MASK)|(mt[0]&LOWER_MASK); in genrand_int32() 115 mt[N-1] = mt[M-1] ^ (y >> 1) ^ mag01[y & 0x1UL]; in genrand_int32() 120 y = mt[self->index++]; in genrand_int32() 149 unsigned long *mt; in init_genrand() local [all …]
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/ |
D | _randommodule.c | 100 unsigned long *mt; in genrand_int32() local 102 mt = self->state; in genrand_int32() 107 y = (mt[kk]&UPPER_MASK)|(mt[kk+1]&LOWER_MASK); in genrand_int32() 108 mt[kk] = mt[kk+M] ^ (y >> 1) ^ mag01[y & 0x1UL]; in genrand_int32() 111 y = (mt[kk]&UPPER_MASK)|(mt[kk+1]&LOWER_MASK); in genrand_int32() 112 mt[kk] = mt[kk+(M-N)] ^ (y >> 1) ^ mag01[y & 0x1UL]; in genrand_int32() 114 y = (mt[N-1]&UPPER_MASK)|(mt[0]&LOWER_MASK); in genrand_int32() 115 mt[N-1] = mt[M-1] ^ (y >> 1) ^ mag01[y & 0x1UL]; in genrand_int32() 120 y = mt[self->index++]; in genrand_int32() 149 unsigned long *mt; in init_genrand() local [all …]
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Lua/src/ |
D | ltm.c | 64 Table *mt; in luaT_gettmbyobj() local 67 mt = hvalue(o)->metatable; in luaT_gettmbyobj() 70 mt = uvalue(o)->metatable; in luaT_gettmbyobj() 73 mt = G(L)->mt[ttypenv(o)]; in luaT_gettmbyobj() 75 return (mt ? luaH_getstr(mt, G(L)->tmname[event]) : luaO_nilobject); in luaT_gettmbyobj()
|
D | lstate.c | 166 TValue mt; in init_registry() local 172 setthvalue(L, &mt, L); in init_registry() 173 luaH_setint(L, registry, LUA_RIDX_MAINTHREAD, &mt); in init_registry() 175 sethvalue(L, &mt, luaH_new(L)); in init_registry() 176 luaH_setint(L, registry, LUA_RIDX_GLOBALS, &mt); in init_registry() 307 for (i=0; i < LUA_NUMTAGS; i++) g->mt[i] = NULL; in lua_newstate()
|
D | lapi.c | 688 Table *mt = NULL; in lua_getmetatable() local 694 mt = hvalue(obj)->metatable; in lua_getmetatable() 697 mt = uvalue(obj)->metatable; in lua_getmetatable() 700 mt = G(L)->mt[ttypenv(obj)]; in lua_getmetatable() 703 if (mt == NULL) in lua_getmetatable() 706 sethvalue(L, L->top, mt); in lua_getmetatable() 814 Table *mt; in lua_setmetatable() local 819 mt = NULL; in lua_setmetatable() 822 mt = hvalue(L->top - 1); in lua_setmetatable() 826 hvalue(obj)->metatable = mt; in lua_setmetatable() [all …]
|
D | lgc.c | 253 Table *mt = gco2u(o)->metatable; in reallymarkobject() local 254 markobject(g, mt); in reallymarkobject() 304 markobject(g, g->mt[i]); in markmt() 873 void luaC_checkfinalizer (lua_State *L, GCObject *o, Table *mt) { in luaC_checkfinalizer() argument 877 gfasttm(g, mt, TM_GC) == NULL) /* or has no finalizer? */ in luaC_checkfinalizer() 1094 GCObject *mt = obj2gco(g->mainthread); in singlestep() local 1095 sweeplist(L, &mt, 1); in singlestep()
|
D | lgc.h | 153 LUAI_FUNC void luaC_checkfinalizer (lua_State *L, GCObject *o, Table *mt);
|
D | lstate.h | 147 struct Table *mt[LUA_NUMTAGS]; /* metatables for basic types */ member
|
/device/linaro/bootloader/edk2/BaseTools/Source/C/LzmaCompress/Sdk/C/ |
D | LzFindMt.c | 150 static void HashThreadFunc(CMatchFinderMt *mt) in HashThreadFunc() argument 152 CMtSync *p = &mt->hashSync; in HashThreadFunc() 170 CMatchFinder *mf = mt->MatchFinder; in HashThreadFunc() 173 CriticalSection_Enter(&mt->btSync.cs); in HashThreadFunc() 174 CriticalSection_Enter(&mt->hashSync.cs); in HashThreadFunc() 180 mt->pointerToCurPos -= offset; in HashThreadFunc() 181 mt->buffer -= offset; in HashThreadFunc() 183 CriticalSection_Leave(&mt->btSync.cs); in HashThreadFunc() 184 CriticalSection_Leave(&mt->hashSync.cs); in HashThreadFunc() 198 … UInt32 *heads = mt->hashBuf + ((numProcessedBlocks++) & kMtHashNumBlocksMask) * kMtHashBlockSize; in HashThreadFunc() [all …]
|
/device/linaro/bootloader/edk2/QuarkSocPkg/QuarkNorthCluster/MemoryInit/Pei/ |
D | meminit_utils.c | 1495 MrcTimings_t *mt = &mrc_params->timings; in store_timings() local 1503 mt->rcvn[ch][rk][bl] = get_rcvn(ch, rk, bl); // RCVN in store_timings() 1504 mt->rdqs[ch][rk][bl] = get_rdqs(ch, rk, bl); // RDQS in store_timings() 1505 mt->wdqs[ch][rk][bl] = get_wdqs(ch, rk, bl); // WDQS in store_timings() 1506 mt->wdq[ch][rk][bl] = get_wdq(ch, rk, bl); // WDQ in store_timings() 1509 mt->vref[ch][bl] = get_vref(ch, bl); // VREF (RANK0 only) in store_timings() 1512 mt->wctl[ch][rk] = get_wctl(ch, rk); // WCTL in store_timings() 1514 mt->wcmd[ch] = get_wcmd(ch); // WCMD in store_timings() 1518 mt->ddr_speed = mrc_params->ddr_speed; in store_timings() 1530 const MrcTimings_t *mt = &mrc_params->timings; in restore_timings() local [all …]
|
/device/mediatek/wembley-sepolicy/r_non_plat/ |
D | genfs_contexts | 91 genfscon sysfs /devices/platform/mt-rtc/rtc u:object_r:sysfs_rtc:s0 94 genfscon sysfs /devices/platform/mt-pmic u:object_r:sysfs_pmu:s0 95 genfscon sysfs /devices/platform/1000d000.pwrap/mt-pmic u:object_r:sysfs_pmu:s0 96 genfscon sysfs /devices/platform/1000d000.pwrap/1000d000.pwrap:mt6358-pmic/mt-pmic u:object_r:sysfs… 97 genfscon sysfs /devices/platform/1000d000.pwrap/1000d000.pwrap:mt6359-pmic/mt-pmic u:object_r:sysfs…
|
D | file.te | 180 # for mt-ramdump reset
|
D | factory.te | 65 # Purpose: for mt-ramdump reset
|
D | file_contexts | 219 /dev/mt-mdp(/.*)? u:object_r:mt_mdp_device:s0 603 /vendor/lib(64)?/hw/gralloc\.mt[0-9]+[a-z]*\.so u:object_r:same_process_hal_file:s0 604 /vendor/lib(64)?/hw/vulkan\.mt[0-9]+\.so u:object_r:same_process_hal_file:s0
|
/device/mediatek/wembley-sepolicy/non_plat/ |
D | genfs_contexts | 95 genfscon sysfs /devices/platform/mt-rtc/rtc u:object_r:sysfs_rtc:s0 99 genfscon sysfs /devices/platform/mt-pmic u:object_r:sysfs_pmu:s0 100 genfscon sysfs /devices/platform/1000d000.pwrap/mt-pmic u:object_r:sysfs_pmu:s0 101 genfscon sysfs /devices/platform/1000d000.pwrap/1000d000.pwrap:mt6358-pmic/mt-pmic u:object_r:sysfs… 102 genfscon sysfs /devices/platform/1000d000.pwrap/1000d000.pwrap:mt6359-pmic/mt-pmic u:object_r:sysfs…
|
D | file.te | 183 # for mt-ramdump reset
|
D | factory.te | 65 # Purpose: for mt-ramdump reset
|
D | file_contexts | 219 /dev/mt-mdp(/.*)? u:object_r:mt_mdp_device:s0 605 /vendor/lib(64)?/hw/gralloc\.mt[0-9]+[a-z]*\.so u:object_r:same_process_hal_file:s0 606 /vendor/lib(64)?/hw/vulkan\.mt[0-9]+\.so u:object_r:same_process_hal_file:s0
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/ |
D | README | 288 2.5.1, you need to add the "-mt" compiler option (the simplest 705 SunOS 5.{1-5}/{gcc,SunPro cc}/solaris -mt
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/ |
D | README | 281 2.5.1, you need to add the "-mt" compiler option (the simplest 698 SunOS 5.{1-5}/{gcc,SunPro cc}/solaris -mt
|
/device/google/crosshatch/acdbdata/OEM/sdm845-tavil-c1-snd-card/ |
D | workspaceFile.qwsp | 1 …5O+Txkp6muaKD+yYUIpnrdFSq+VRG2g9tccam3uFy1y3jjvvsu0+2a7RK3YJc36eb3tktdxG9o/mt+wGXMOKpjzx/Zi8fWs/2a…
|
/device/google/crosshatch/acdbdata/OEM/sdm845-tavil-b1-snd-card/ |
D | workspaceFile.qwsp | 1 …eO8Y+p26XXEDUkLGzdTtveZHmEhFGQfv1b7Dts5SKUBWn38vOm+l70Vkzgg1MX7yzD44MLvLMj+mt+i/w5n8rWYp/K9FYTGZQ8…
|