Home
last modified time | relevance | path

Searched refs:_global (Results 1 – 14 of 14) sorted by relevance

/third_party/lzma/CPP/Windows/
DMemoryGlobal.h13 HGLOBAL _global; variable
15 CGlobal(): _global(NULL){}; in CGlobal()
17 operator HGLOBAL() const { return _global; } in HGLOBAL()
21 _global = hGlobal; in Attach()
25 HGLOBAL h = _global; in Detach()
26 _global = NULL; in Detach()
31 LPVOID Lock() const { return GlobalLock(_global); } in Lock()
32 void Unlock() const { GlobalUnlock(_global); } in Unlock()
38 HGLOBAL _global; variable
42 CGlobalLock(HGLOBAL hGlobal): _global(hGlobal) in CGlobalLock()
[all …]
DMemoryGlobal.cpp15 _global = newBlock; in Alloc()
21 if (_global == NULL) in Free()
23 _global = ::GlobalFree(_global); in Free()
24 return (_global == NULL); in Free()
29 HGLOBAL newBlock = ::GlobalReAlloc(_global, size, GMEM_MOVEABLE); in ReAlloc()
32 _global = newBlock; in ReAlloc()
/third_party/node/deps/npm/node_modules/@npmcli/arborist/lib/arborist/
Dbuild-ideal-tree.js55 const _global = Symbol.for('global') constant
133 this[_global] = !!global
137 if (this[_workspaces].length && this[_global]) {
177 if (!options.add && !options.rm && !options.update && this[_global]) {
276 if (this[_global]) {
294 .then(root => this[_global] ? root
310 …if ((!this[_updateAll] && !this[_global] && !root.meta.loadedFromDisk) || (this[_global] && this[_…
389 global: this[_global],
404 global: this[_global],
439 if (!this[_global] && this[_updateNames].length) {
[all …]
Daudit.js6 const _global = Symbol.for('global') constant
13 if (this[_global]) {
Dreify.js99 const _global = Symbol.for('global') constant
144 if (this[_packageLockOnly] && this[_global]) {
289 const actualOpt = this[_global] ? {
316 if (!this[_global]) {
348 if (this[_global] && this.explicitRequests.size) {
1220 || this[_global]
1566 if (!this[_global]) {
Dload-actual.js19 const _global = Symbol.for('global') constant
48 this[_global] = !!options.global
Drebuild.js44 const _global = Symbol.for('global') constant
157 if (!this[_global]) {
/third_party/python/Tools/c-analyzer/c_parser/parser/
D__init__.py156 from ._global import parse_globals
/third_party/node/doc/api/
Dv8.md205 `total_global_handles_size` The value of total\_global\_handles\_size is the
208 `used_global_handles_size` The value of used\_global\_handles\_size is the
/third_party/vk-gl-cts/external/vulkan-docs/src/chapters/
Dinitialization.txt64 | `NULL` | _global command_^2^ | fp
Dshaders.txt387 Task shaders execute in _global workgroups_ which are divided into a number
429 Mesh shaders execute in _global workgroups_ which are divided into a number
439 The _global workgroups_ may be generated explcitly via the API, or
644 Compute shaders execute in _global workgroups_ which are divided into a
/third_party/python/Doc/reference/
Dsimple_stmts.rst933 .. _global:
/third_party/python/Doc/c-api/
Dinit.rst71 .. _global-conf-vars:
/third_party/mesa3d/docs/relnotes/
D20.3.0.rst4330 - ac/nir: implement nir_intrinsic_{load,store}_global