HomeSort by relevance Sort by last modified time
    Searched defs:slots (Results 1 - 25 of 43) sorted by null

1 2

  /external/oprofile/libabi/
abi.h 39 std::map<std::string, int> slots; member in class:abi
  /external/libunwind/include/tdep-ia64/
rse.h 48 uint64_t slots = (bsp - bspstore) >> 3; local
50 return slots - (rse_slot_num(bspstore) + slots)/0x40;
  /development/ndk/platforms/android-3/include/linux/
efs_dir.h 33 unsigned char slots; member in struct:efs_dir
  /external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/Method/
VariableTableTest.java 70 int slots = reply.getNextValueAsInt(); local
71 logWriter.println("slots = "+slots);
72 for (int j = 0; j < slots; j++) {
VariableTableWithGenericTest.java 71 int slots = reply.getNextValueAsInt(); local
72 logWriter.println("slots = "+slots);
73 for (int j = 0; j < slots; j++) {
  /external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/i965/
brw_shader.cpp 185 const ir_state_slot *const slots = var->state_slots; local
190 (gl_state_index *) slots[i].tokens);
brw_fs.cpp 569 const ir_state_slot *const slots = ir->state_slots; local
577 (gl_state_index *)slots[i].tokens);
585 int swiz = GET_SWZ(slots[i].swizzle, j);
965 * also written to. In addition, some slots can be
    [all...]
brw_vec4_visitor.cpp 561 const ir_state_slot *const slots = ir->state_slots; local
571 (gl_state_index *)slots[i].tokens);
580 int swiz = GET_SWZ(slots[i].swizzle, j);
    [all...]
  /external/mesa3d/src/mesa/drivers/dri/i965/
brw_shader.cpp 185 const ir_state_slot *const slots = var->state_slots; local
190 (gl_state_index *) slots[i].tokens);
brw_fs.cpp 569 const ir_state_slot *const slots = ir->state_slots; local
577 (gl_state_index *)slots[i].tokens);
585 int swiz = GET_SWZ(slots[i].swizzle, j);
965 * also written to. In addition, some slots can be
    [all...]
brw_vec4_visitor.cpp 561 const ir_state_slot *const slots = ir->state_slots; local
571 (gl_state_index *)slots[i].tokens);
580 int swiz = GET_SWZ(slots[i].swizzle, j);
    [all...]
  /external/chromium_org/third_party/libaddressinput/src/java/src/com/android/i18n/addressinput/
FormatInterpreter.java 114 List<Integer> slots = new ArrayList<Integer>(); local
119 slots.add(i);
132 // Puts reordered fields in slots.
134 fieldOrder.set(slots.get(j), union.get(j));
  /bionic/libc/bionic/
malloc_debug_common.h 72 HashEntry* slots[HASHTABLE_SIZE]; member in struct:HashTable
  /external/chromium_org/third_party/tcmalloc/chromium/src/tests/
profiledata_unittest.cc 128 // Checks the first 'num_slots' profile data slots in the file
129 // against the data pointed to by 'slots'. Returns kNoError if the
132 string Check(const ProfileDataSlot* slots, int num_slots) {
133 return CheckWithSkips(slots, num_slots, NULL, 0);
136 // Checks the first 'num_slots' profile data slots in the file
137 // against the data pointed to by 'slots', skipping over entries
142 // any skipped slots, i.e., the first 'num_slots' profile data slots
147 string CheckWithSkips(const ProfileDataSlot* slots, int num_slots,
162 string ProfileDataChecker::CheckWithSkips(const ProfileDataSlot* slots,
404 ProfileDataSlot slots[] = { local
425 ProfileDataSlot slots[] = { local
447 ProfileDataSlot slots[] = { local
475 ProfileDataSlot slots[] = { local
493 ProfileDataSlot slots[] = { local
517 ProfileDataSlot slots[] = { local
543 ProfileDataSlot slots[] = { local
590 ProfileDataSlot slots[] = { local
    [all...]
  /external/chromium_org/third_party/tcmalloc/vendor/src/tests/
profiledata_unittest.cc 128 // Checks the first 'num_slots' profile data slots in the file
129 // against the data pointed to by 'slots'. Returns kNoError if the
132 string Check(const ProfileDataSlot* slots, int num_slots) {
133 return CheckWithSkips(slots, num_slots, NULL, 0);
136 // Checks the first 'num_slots' profile data slots in the file
137 // against the data pointed to by 'slots', skipping over entries
142 // any skipped slots, i.e., the first 'num_slots' profile data slots
147 string CheckWithSkips(const ProfileDataSlot* slots, int num_slots,
162 string ProfileDataChecker::CheckWithSkips(const ProfileDataSlot* slots,
404 ProfileDataSlot slots[] = { local
425 ProfileDataSlot slots[] = { local
447 ProfileDataSlot slots[] = { local
475 ProfileDataSlot slots[] = { local
493 ProfileDataSlot slots[] = { local
517 ProfileDataSlot slots[] = { local
543 ProfileDataSlot slots[] = { local
590 ProfileDataSlot slots[] = { local
    [all...]
  /external/ltrace/sysdeps/linux-gnu/ia64/
fetch.c 158 size_t slots = (size + 7) / 8; local
160 while (slots-- > 0) {
268 * Because HFAs are mapped to parameter slots as aggregates,
  /external/f2fs-tools/fsck/
fsck.c 708 int slots = (name_len + F2FS_SLOT_LEN - 1) / local
710 for (j = 0; j < slots; j++)
716 i += slots;
749 "dentries:%d in %d slots (len:%d)\n\n",
783 "dentries:%d in %d slots (len:%d)\n\n",
  /external/chromium_org/third_party/mesa/src/src/glsl/
builtin_variables.cpp 443 ir_state_slot *slots = local
446 uni->state_slots = slots;
452 memcpy(slots->tokens, element->tokens, sizeof(element->tokens));
456 slots->tokens[2] = a;
458 slots->tokens[1] = a;
462 slots->swizzle = element->swizzle;
463 slots++;
    [all...]
linker.cpp 221 * Determine the number of attribute slots required for a particular type
240 * should be safe to assume the total number of slots consumed by an array
241 * is the number of entries in the array multiplied by the number of slots
1311 unsigned slots; member in struct:temp_attr
1369 const unsigned slots = count_attribute_slots(var->type); local
1988 const unsigned slots = output_var->type->length local
1994 const unsigned slots = output_var->type->matrix_columns; local
    [all...]
  /external/libselinux/src/
avc.c 33 struct avc_node *slots[AVC_CACHE_SLOTS]; member in struct:avc_cache
139 avc_cache.slots[i] = 0;
227 node = avc_cache.slots[i];
260 cur = avc_cache.slots[hvalue];
281 avc_cache.slots[hvalue] = cur->next;
319 new->next = avc_cache.slots[hvalue];
320 avc_cache.slots[hvalue] = new;
336 cur = avc_cache.slots[hvalue];
463 node = avc_cache.slots[i];
472 avc_cache.slots[i] = 0
    [all...]
  /external/mesa3d/src/glsl/
builtin_variables.cpp 443 ir_state_slot *slots = local
446 uni->state_slots = slots;
452 memcpy(slots->tokens, element->tokens, sizeof(element->tokens));
456 slots->tokens[2] = a;
458 slots->tokens[1] = a;
462 slots->swizzle = element->swizzle;
463 slots++;
    [all...]
linker.cpp 221 * Determine the number of attribute slots required for a particular type
240 * should be safe to assume the total number of slots consumed by an array
241 * is the number of entries in the array multiplied by the number of slots
1311 unsigned slots; member in struct:temp_attr
1369 const unsigned slots = count_attribute_slots(var->type); local
1988 const unsigned slots = output_var->type->length local
1994 const unsigned slots = output_var->type->matrix_columns; local
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/r600/
r600_asm.c 811 struct r600_bytecode_alu *slots[5])
820 if (slots[i]) {
821 if (slots[i]->bank_swizzle_force) {
822 slots[i]->bank_swizzle = slots[i]->bank_swizzle_force;
828 if (i < 4 && slots[i])
837 if (!slots[i] || !slots[i]->bank_swizzle_force)
840 bank_swizzle[i] = slots[i]->bank_swizzle;
854 if (slots[i])
1504 struct r600_bytecode_alu *slots[5]; local
    [all...]
  /external/mesa3d/src/gallium/drivers/r600/
r600_asm.c 811 struct r600_bytecode_alu *slots[5])
820 if (slots[i]) {
821 if (slots[i]->bank_swizzle_force) {
822 slots[i]->bank_swizzle = slots[i]->bank_swizzle_force;
828 if (i < 4 && slots[i])
837 if (!slots[i] || !slots[i]->bank_swizzle_force)
840 bank_swizzle[i] = slots[i]->bank_swizzle;
854 if (slots[i])
1504 struct r600_bytecode_alu *slots[5]; local
    [all...]
  /art/runtime/gc/allocator/
rosalloc.cc 670 // The run got full. Try to free slots.
685 // No slots got freed. Try to refill the thread-local run.
1123 size_t slots = 0; local
2077 size_t slots = 0; local
    [all...]

Completed in 595 milliseconds

1 2