HomeSort by relevance Sort by last modified time
    Searched defs:allocated (Results 26 - 41 of 41) sorted by null

12

  /external/v8/src/arm/
builtins-arm.cc 91 // Allocate an empty JSArray. The allocated array is put into the result
92 // register. An elements backing store is allocated with size initial_capacity
117 // Allocated the JSArray. Now initialize the fields except for the elements
162 // array_size holds the size of the array as a smi. The allocated array is put
166 // is true the allocated elements backing store is filled with the hole values
179 Label not_empty, allocated; local
200 __ jmp(&allocated);
218 // Allocated the JSArray. Now initialize the fields except for the elements
223 __ bind(&allocated);
256 // Length of the FixedArray is the number of pre-allocated elements i
529 Label rt_call, allocated; local
    [all...]
codegen-arm.cc 7532 Label non_ascii, allocated; local
    [all...]
  /external/v8/src/ia32/
builtins-ia32.cc 122 Label rt_call, allocated; local
158 // Allocated the JSObject, now initialize the fields.
166 // Set extra fields in the newly allocated object.
203 // Done if no extra properties are to be allocated.
204 __ j(zero, &allocated);
254 // Continue with JSObject being successfully allocated
256 __ jmp(&allocated);
260 // allocated objects unused properties.
275 // New object allocated.
276 // ebx: newly allocated objec
807 Label not_empty, allocated; local
    [all...]
codegen-ia32.cc 353 // stack-allocated local.
597 // have heap-allocated contexts, because it interfers with the
613 // allocated yet.
10368 Label non_ascii, allocated; local
    [all...]
  /external/v8/src/x64/
builtins-x64.cc 468 // Allocate an empty JSArray. The allocated array is put into the result
470 // backing store is allocated with this size and filled with the hole values.
499 // Allocated the JSArray. Now initialize the fields except for the elements
563 // array_size holds the size of the array as a smi. The allocated array is put
567 // true the allocated elements backing store is filled with the hole values
579 Label not_empty, allocated; local
600 __ jmp(&allocated);
615 // Allocated the JSArray. Now initialize the fields except for the elements
621 __ bind(&allocated);
648 // Length of the FixedArray is the number of pre-allocated elements eve
928 Label rt_call, allocated; local
    [all...]
codegen-x64.cc 505 // stack-allocated local.
676 // If the arguments object of the scope has not been allocated,
708 // Check if the arguments object has been lazily allocated
8993 Label non_ascii, allocated; local
    [all...]
  /hardware/ti/omap3/dspbridge/inc/
qosregistry.h 215 UINT allocated; /* size of heap in use (not free) */ member in struct:QOSRESOURCE_MEMORY
  /hardware/ti/omap3/dspbridge/libbridge/inc/
qosregistry.h 209 UINT allocated; /* size of heap in use (not free) */ member in struct:QOSRESOURCE_MEMORY
  /external/clearsilver/util/regex/
regex.h 280 the pattern compiler, the fields `buffer', `allocated', `fastmap',
298 unsigned long allocated;
463 allocated with malloc, and must each be at least `NUM_REGS * sizeof
295 unsigned long allocated; member in struct:re_pattern_buffer
  /external/openssl/crypto/engine/
eng_padlock.c 909 size_t chunk, allocated=0; local
989 allocated = (chunk<nbytes?PADLOCK_CHUNK:nbytes);
990 out = alloca(0x10 + allocated);
1149 size_t n = allocated/sizeof(*p);
  /external/qemu/hw/
smc91c111.c 33 /* Bitmask of allocated packets. */
34 int allocated; member in struct:__anon4764
98 if (s->allocated == (1 << NUM_PACKETS) - 1) {
103 if ((s->allocated & (1 << i)) == 0)
106 s->allocated |= 1 << i;
149 /* Release the memory allocated to a packet. */
152 s->allocated &= ~(1 << packet);
231 s->allocated = 0;
327 s->allocated = 0;
456 if (s->allocated & (1 << i)
    [all...]
  /external/bluetooth/glib/glib/
goption.c 66 } allocated; member in struct:__anon1316
579 * Returns: A newly allocated string containing the help text
1014 g_free (change->allocated.str);
1017 change->allocated.str = data;
1034 if (change->allocated.array.len == 0)
1037 change->allocated.array.data = g_new (gchar *, 2);
1040 change->allocated.array.data =
1041 g_renew (gchar *, change->allocated.array.data,
1042 change->allocated.array.len + 2);
1044 change->allocated.array.data[change->allocated.array.len] = data
    [all...]
  /external/quake/quake/src/QW/client/
gl_rsurf.c 51 int allocated[MAX_LIGHTMAPS][BLOCK_WIDTH]; variable
1448 if (allocated[texnum][i+j] >= best)
1450 if (allocated[texnum][i+j] > best2)
1451 best2 = allocated[texnum][i+j];
1464 allocated[texnum][*x + i] = best + h;
    [all...]
  /external/quake/quake/src/WinQuake/
gl_rsurf.cpp 51 int allocated[MAX_LIGHTMAPS][BLOCK_WIDTH]; variable
    [all...]
  /prebuilt/linux-x86/toolchain/arm-eabi-4.4.0/lib/gcc/arm-eabi/4.4.0/plugin/include/
cpplib.h 899 /* number of entries allocated currently. */
900 int allocated; member in struct:__anon12789
    [all...]
  /external/genext2fs/
genext2fs.c 812 // check if something is allocated in the bitmap
814 allocated(block b, uint32 item) function
948 putchar(allocated(b, i) ? '*' : '.');
965 // if *create>0, append a newly allocated block at the end
    [all...]

Completed in 604 milliseconds

12