HomeSort by relevance Sort by last modified time
    Searched refs:initialized (Results 301 - 325 of 940) sorted by null

<<11121314151617181920>>

  /prebuilts/go/linux-x86/src/cmd/compile/internal/ppc64/
ggen.go 22 // so that the garbage collector only sees initialized values
  /prebuilts/go/linux-x86/src/cmd/compile/internal/x86/
ggen.go 22 // so that the garbage collector only sees initialized values
  /prebuilts/go/linux-x86/src/container/heap/
heap.go 36 // A heap must be initialized before any of the heap operations
  /prebuilts/go/linux-x86/src/debug/dwarf/
open.go 33 // New returns a new Data object initialized from the given parameters.
  /prebuilts/go/linux-x86/src/internal/singleflight/
singleflight.go 31 m map[string]*call // lazily initialized
  /bionic/libc/malloc_debug/tests/
malloc_debug_unit_tests.cpp 88 initialized = false;
96 if (initialized) {
104 initialized = true;
107 bool initialized; member in class:MallocDebugTest
167 // Increase the size, verify the extra length is initialized to 0xeb,
270 initialized = false;
586 initialized = false;
623 initialized = false;
683 initialized = false;
800 initialized = false
    [all...]
  /external/clang/test/CXX/special/class.ctor/
p5-0x.cpp 35 int &a; // expected-note 4{{because field 'a' of reference type 'int &' would not be initialized}}
39 int &&b; // expected-note {{default constructor of 'Deleted2b' is implicitly deleted because field 'b' of reference type 'int &&' would not be initialized}}
52 class Deleted3a { const int a; }; // expected-note {{because field 'a' of const-qualified type 'const int' would not be initialized}} \
54 expected-note {{will never be initialized}}
56 class Deleted3b { const DefaultedDefCtor1 a[42]; }; // expected-note {{because field 'a' of const-qualified type 'const DefaultedDefCtor1 [42]' would not be initialized}}
58 class Deleted3c { const DefaultedDefCtor2 a; }; // expected-note {{because field 'a' of const-qualified type 'const DefaultedDefCtor2' would not be initialized}}
  /external/iptables/iptables/
nft.h 25 bool initialized; member in struct:builtin_table
  /external/jemalloc/src/
stats.c 1000 VARIABLE_ARRAY(bool, initialized, narenas);
1005 xmallctl("arenas.initialized", (void *)initialized,
1008 if (initialized[i])
1033 if (initialized[i]) {
    [all...]
  /external/libnl/lib/
utils.c 44 * If available, the variable will be initialized to the value of the
411 static volatile int initialized = 0; local
415 if (initialized == 1)
420 if (initialized == 1)
469 initialized = 1;
  /external/mesa3d/src/gallium/drivers/radeonsi/
si_hw_context.c 258 ctx->cs_shader_state.initialized = false;
  /hardware/intel/common/libmix/mix_video/src/
mixvideoformat_mp42.c 67 parent->initialized = FALSE;
142 parent->initialized = TRUE;
230 parent->initialized = FALSE;
378 parent->initialized = FALSE;
    [all...]
mixvideo.c 61 if (!priv->initialized) { \
62 LOG_E( "Not initialized\n"); \
197 priv->initialized = FALSE;
262 priv->initialized = FALSE;
323 if (priv->initialized) {
324 LOG_W( "priv->initialized\n");
409 priv->initialized = TRUE;
1128 * seems need to be protected. But, priv->va_display is initialized
1129 * when mixvideo object is initialized, and it keeps
    [all...]
  /hardware/intel/common/libwsbm/src/
wsbm_manager.c 92 static int initialized = 0; variable
115 initialized = 1;
134 return initialized;
140 initialized = 0;
  /prebuilts/go/darwin-x86/src/container/list/
list.go 61 // New returns an initialized list.
123 // if e.list == l, l must have been initialized when e was inserted
  /prebuilts/go/darwin-x86/src/hash/crc32/
crc32.go 71 // castagnoliTable points to a lazily initialized Table for the Castagnoli
169 // call to MakeTable. We have to make sure it gets initialized in that case.
  /prebuilts/go/linux-x86/src/container/list/
list.go 61 // New returns an initialized list.
123 // if e.list == l, l must have been initialized when e was inserted
  /prebuilts/go/linux-x86/src/hash/crc32/
crc32.go 71 // castagnoliTable points to a lazily initialized Table for the Castagnoli
169 // call to MakeTable. We have to make sure it gets initialized in that case.
  /external/libxml2/
nanohttp.c 161 static int initialized = 0; variable
219 if (initialized)
244 initialized = 1;
260 if (initialized)
263 initialized = 0;
    [all...]
SAX2.c 65 if ((ctxt->sax != NULL) && (ctxt->sax->initialized == XML_SAX2_MAGIC))
107 if ((ctxt->sax != NULL) && (ctxt->sax->initialized == XML_SAX2_MAGIC))
    [all...]
  /prebuilts/go/darwin-x86/src/cmd/compile/internal/ssa/
likelyadjust.go 15 // By default, children exits, and depth are not initialized.
16 children []*loop // loops nested directly within this loop. Initialized by assembleChildren().
17 exits []*Block // exits records blocks reached by exits from this loop. Initialized by findExits().
27 depth int16 // Nesting depth of the loop; 1 is outermost. Initialized by calculateDepths().
72 // Record which of the lazily initialized fields have actually been initialized.
  /prebuilts/go/linux-x86/src/cmd/compile/internal/ssa/
likelyadjust.go 15 // By default, children exits, and depth are not initialized.
16 children []*loop // loops nested directly within this loop. Initialized by assembleChildren().
17 exits []*Block // exits records blocks reached by exits from this loop. Initialized by findExits().
27 depth int16 // Nesting depth of the loop; 1 is outermost. Initialized by calculateDepths().
72 // Record which of the lazily initialized fields have actually been initialized.
  /device/linaro/bootloader/edk2/ArmPlatformPkg/ArmVExpressPkg/Library/ArmVExpressSecLibCTA9x4/
CTA9x4Boot.asm 81 In some platform, this region is already initialized and the implementation of this function can
  /device/linaro/bootloader/edk2/ArmPlatformPkg/PrePi/Arm/
ModuleEntryPoint.asm 58 // Is mSystemMemoryEnd initialized?
  /external/ImageMagick/www/api/
montage.php 59 <p>CloneMontageInfo() makes a copy of the given montage info structure. If NULL is specified, a new image info structure is created initialized to default values.</p>

Completed in 2090 milliseconds

<<11121314151617181920>>