Searched refs:initialized (Results 1 - 25 of 55) sorted by relevance

123

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Python/
H A Dthread_foobar.h20 if (!initialized)
28 if (!initialized)
36 if (!initialized)
48 if (!initialized)
H A Dthread_cthread.h36 if (!initialized)
48 if (!initialized)
57 if (!initialized)
71 if (!initialized)
H A Dthread_wince.h31 if (!initialized)
50 if (!initialized)
59 if (!initialized)
74 if (!initialized)
H A Dthread_lwp.h34 if (!initialized)
43 if (!initialized)
53 if (!initialized)
67 if (!initialized)
H A Dthread_solaris.h45 if (!initialized)
62 if (!initialized)
71 if (!initialized)
85 if (!initialized)
H A Dthread_os2.h60 if (!initialized)
76 if (!initialized)
97 if (!initialized)
112 if (!initialized)
H A Dthread_pth.h56 if (!initialized)
70 if (!initialized)
80 if (!initialized) {
94 if (!initialized)
H A Dthread_pthread.h172 if (!initialized)
229 if (!initialized)
244 if (!initialized) {
262 if (!initialized)
362 if (!initialized)
H A Dthread.c74 static int initialized; variable
91 if (initialized)
93 initialized = 1;
H A Dthread_nt.h135 if (!initialized)
187 if (!initialized)
197 if (!initialized)
217 if (!initialized)
H A Dthread_sgi.h122 if (!initialized)
178 if (!initialized)
222 if (!initialized)
/device/linaro/bootloader/arm-trusted-firmware/include/lib/xlat_tables/
H A Dxlat_tables_v2_helpers.h98 /* Set to 1 when the translation tables are initialized. */
99 unsigned int initialized; member in struct:xlat_ctx
162 .initialized = 0, \
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/cjkcodecs/
H A D_codecs_hk.c21 static int initialized = 0; local
23 if (!initialized && IMPORT_MAP(tw, big5, &big5_encmap, &big5_decmap))
25 initialized = 1;
H A D_codecs_iso2022.c570 static int initialized = 0; local
572 if (!initialized && (
576 initialized = 1;
606 static int initialized = 0; local
608 if (!initialized && (
612 initialized = 1;
647 static int initialized = 0; local
649 if (!initialized && (
653 initialized = 1;
684 static int initialized local
954 static int initialized = 0; local
[all...]
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/cjkcodecs/
H A D_codecs_hk.c21 static int initialized = 0; local
23 if (!initialized && IMPORT_MAP(tw, big5, &big5_encmap, &big5_decmap))
25 initialized = 1;
H A D_codecs_iso2022.c570 static int initialized = 0; local
572 if (!initialized && (
576 initialized = 1;
606 static int initialized = 0; local
608 if (!initialized && (
612 initialized = 1;
647 static int initialized = 0; local
649 if (!initialized && (
653 initialized = 1;
684 static int initialized local
954 static int initialized = 0; local
[all...]
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
H A Dpwdmodule.c45 static int initialized; variable
191 if (!initialized)
199 initialized = 1;
H A Dresource.c58 static int initialized; variable
245 if (!initialized)
328 initialized = 1;
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/_sqlite/
H A Dconnection.h66 int initialized; member in struct:__anon3340
H A Dcursor.h45 int initialized; member in struct:__anon3341
/device/linaro/bootloader/edk2/ArmPlatformPkg/ArmVExpressPkg/Library/ArmVExpressSecLibRTSM/Arm/
H A DRTSMBoot.asm44 In some platform, this region is already initialized and the implementation of this function can
51 // The SMC does not need to be initialized for RTSM
/device/linaro/bootloader/edk2/ArmPlatformPkg/Library/ArmPlatformSecLibNull/Arm/
H A DArmPlatformLibNullBoot.asm39 In some platform, this region is already initialized and the implementation of this function can
46 // The SMC does not need to be initialized for RTSM
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/distutils/
H A 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:
/device/generic/goldfish-opengl/system/egl/
H A DeglDisplay.h50 bool initialized() const { return m_initialized; } function in class:eglDisplay
/device/linaro/bootloader/edk2/IntelFspPkg/FspSecCore/Ia32/
H A DFspHelper.s19 # FspInfoHeaderRelativeOff is patched during build process and initialized to offset of the AsmGetFspBaseAddress

Completed in 176 milliseconds

123