Home
last modified time | relevance | path

Searched refs:initialized (Results 1 – 25 of 93) sorted by relevance

1234

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Python/
Dthread_foobar.h20 if (!initialized) in PyThread_start_new_thread()
28 if (!initialized) in PyThread_get_thread_ident()
36 if (!initialized) in PyThread_exit_thread()
48 if (!initialized) in PyThread_allocate_lock()
Dthread_cthread.h36 if (!initialized) in PyThread_start_new_thread()
48 if (!initialized) in PyThread_get_thread_ident()
57 if (!initialized) in PyThread_exit_thread()
71 if (!initialized) in PyThread_allocate_lock()
Dthread_wince.h31 if (!initialized) in PyThread_start_new_thread()
50 if (!initialized) in PyThread_get_thread_ident()
59 if (!initialized) in PyThread_exit_thread()
74 if (!initialized) in PyThread_allocate_lock()
Dthread_solaris.h45 if (!initialized) in PyThread_start_new_thread()
62 if (!initialized) in PyThread_get_thread_ident()
71 if (!initialized) in PyThread_exit_thread()
85 if (!initialized) in PyThread_allocate_lock()
Dthread_lwp.h34 if (!initialized) in PyThread_start_new_thread()
43 if (!initialized) in PyThread_get_thread_ident()
53 if (!initialized) in PyThread_exit_thread()
67 if (!initialized) in PyThread_allocate_lock()
Dthread_pth.h56 if (!initialized) in PyThread_start_new_thread()
70 if (!initialized) in PyThread_get_thread_ident()
80 if (!initialized) { in PyThread_exit_thread()
94 if (!initialized) in PyThread_allocate_lock()
Dthread_os2.h60 if (!initialized) in PyThread_get_thread_ident()
76 if (!initialized) in PyThread_exit_thread()
97 if (!initialized) in PyThread_allocate_lock()
112 if (!initialized) in PyThread_allocate_lock()
Dthread_pthread.h172 if (!initialized) in PyThread_start_new_thread()
229 if (!initialized) in PyThread_get_thread_ident()
244 if (!initialized) { in PyThread_exit_thread()
262 if (!initialized) in PyThread_allocate_lock()
362 if (!initialized) in PyThread_allocate_lock()
Dthread_nt.h135 if (!initialized) in PyThread_start_new_thread()
187 if (!initialized) in PyThread_get_thread_ident()
197 if (!initialized) in PyThread_exit_thread()
217 if (!initialized) in PyThread_allocate_lock()
Dthread.c74 static int initialized; variable
91 if (initialized) in PyThread_init_thread()
93 initialized = 1; in PyThread_init_thread()
Dthread_sgi.h122 if (!initialized) in PyThread_start_new_thread()
178 if (!initialized) in PyThread_exit_thread()
222 if (!initialized) in PyThread_allocate_lock()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/cjkcodecs/
D_codecs_hk.c21 static int initialized = 0; in CODEC_INIT() local
23 if (!initialized && IMPORT_MAP(tw, big5, &big5_encmap, &big5_decmap)) in CODEC_INIT()
25 initialized = 1; in CODEC_INIT()
D_codecs_iso2022.c570 static int initialized = 0; in DECMAP() local
572 if (!initialized && ( in DECMAP()
576 initialized = 1; in DECMAP()
606 static int initialized = 0; in jisx0208_init() local
608 if (!initialized && ( in jisx0208_init()
612 initialized = 1; in jisx0208_init()
647 static int initialized = 0; in jisx0212_init() local
649 if (!initialized && ( in jisx0212_init()
653 initialized = 1; in jisx0212_init()
684 static int initialized = 0; in jisx0213_init() local
[all …]
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/cjkcodecs/
D_codecs_hk.c21 static int initialized = 0; in CODEC_INIT() local
23 if (!initialized && IMPORT_MAP(tw, big5, &big5_encmap, &big5_decmap)) in CODEC_INIT()
25 initialized = 1; in CODEC_INIT()
D_codecs_iso2022.c570 static int initialized = 0; in DECMAP() local
572 if (!initialized && ( in DECMAP()
576 initialized = 1; in DECMAP()
606 static int initialized = 0; in jisx0208_init() local
608 if (!initialized && ( in jisx0208_init()
612 initialized = 1; in jisx0208_init()
647 static int initialized = 0; in jisx0212_init() local
649 if (!initialized && ( in jisx0212_init()
653 initialized = 1; in jisx0212_init()
684 static int initialized = 0; in jisx0213_init() local
[all …]
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
Dpwdmodule.c45 static int initialized; variable
191 if (!initialized)
199 initialized = 1;
Dresource.c58 static int initialized; variable
245 if (!initialized) in initresource()
328 initialized = 1; in initresource()
/device/linaro/bootloader/arm-trusted-firmware/include/lib/xlat_tables/
Dxlat_tables_v2_helpers.h99 unsigned int initialized; member
162 .initialized = 0, \
/device/generic/goldfish-opengl/system/vulkan_enc/
DHostVisibleMemoryVirtualization.cpp70 if (info_out->initialized) return; in initHostVisibleMemoryVirtualizationInfo()
73 info_out->initialized = true; in initHostVisibleMemoryVirtualizationInfo()
247 out->initialized = true; in finishHostMemAllocInit()
259 if (!toDestroy->initialized) return; in destroyHostMemAlloc()
DHostVisibleMemoryVirtualization.h38 bool initialized = false; member
76 bool initialized = false; member
/device/linaro/bootloader/edk2/Vlv2DeviceRefCodePkg/AcpiTablesPCAT/Madt/
DMadt30.aslc92 …0x00000001, // Flags - Disabled (until initialized by pl…
97 …0x00000001, // Flags - Disabled (until initialized by pl…
102 …0x00000001, // Flags - Disabled (until initialized by pl…
107 …0x00000001, // Flags - Disabled (until initialized by pl…
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/distutils/
Dmsvc9compiler.py348 self.initialized = False
352 assert not self.initialized, "don't init multiple times"
433 self.initialized = True
472 if not self.initialized:
560 if not self.initialized:
593 if not self.initialized:
Dmsvccompiler.py250 self.initialized = False
312 self.initialized = True
353 if not self.initialized: self.initialize()
445 if not self.initialized: self.initialize()
479 if not self.initialized: self.initialize()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/_sqlite/
Dcursor.h45 int initialized; member
Dconnection.h66 int initialized; member

1234