Searched refs:slots (Results 26 - 50 of 88) sorted by relevance

1234

/external/libselinux/src/
H A Davc.c33 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[
[all...]
/external/qemu/distrib/libselinux/src/
H A Davc.c33 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[
[all...]
/external/qemu/
H A Dkvm-all.c59 KVMSlot slots[32]; member in struct:KVMState
76 for (i = 0; i < ARRAY_SIZE(s->slots); i++) {
77 /* KVM private memory slots */
80 if (s->slots[i].memory_size == 0)
81 return &s->slots[i];
94 for (i = 0; i < ARRAY_SIZE(s->slots); i++) {
95 KVMSlot *mem = &s->slots[i];
114 for (i = 0; i < ARRAY_SIZE(s->slots); i++) {
115 KVMSlot *mem = &s->slots[i];
117 // Skip empty slots
[all...]
/external/chromium_org/third_party/skia/src/pathops/
H A DSkPathOpsDebug.cpp494 SkTArray<char, true> slots(slotCount * 2);
495 memset(slots.begin(), ' ', slotCount * 2);
501 slots[fTs[i].fOther->fID - 1] = as_digit(fTs[i].fWindValue);
503 slots[slotCount + fTs[i].fOther->fID - 1] = as_digit(fTs[i].fOppValue);
505 SkDebugf("%s id=%2d %.*s | %.*s\n", __FUNCTION__, fID, slotCount, slots.begin(), slotCount,
506 slots.begin() + slotCount);
/external/skia/src/pathops/
H A DSkPathOpsDebug.cpp493 SkTArray<char, true> slots(slotCount * 2);
494 memset(slots.begin(), ' ', slotCount * 2);
500 slots[fTs[i].fOther->fID - 1] = as_digit(fTs[i].fWindValue);
502 slots[slotCount + fTs[i].fOther->fID - 1] = as_digit(fTs[i].fOppValue);
504 SkDebugf("%s id=%2d %.*s | %.*s\n", __FUNCTION__, fID, slotCount, slots.begin(), slotCount,
505 slots.begin() + slotCount);
/external/ltrace/sysdeps/linux-gnu/ppc/
H A Dfetch.c329 size_t slots = (sz + width - 1) / width; /* Round up. */
330 unsigned char *buf = value_reserve(valuep, slots * width);
336 while (slots-- > 0) {
/external/chromium_org/third_party/mesa/src/src/glsl/
H A Dlinker.cpp221 * 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
1197 * fixed-function state), adjust the number of state slots to
1198 * match the new array size. The number of slots per array entry
1200 * slots is an integer multiple of the number of array elements.
1201 * Determine the number of slots per array element by dividing by
1291 * 3. Sort the attributes without assigned locations by number of slots
1311 unsigned slots; member in struct:temp_attr
1321 return r->slots
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...]
H A Dbuiltin_variables.cpp443 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++;
/external/mesa3d/src/glsl/
H A Dlinker.cpp221 * 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
1197 * fixed-function state), adjust the number of state slots to
1198 * match the new array size. The number of slots per array entry
1200 * slots is an integer multiple of the number of array elements.
1201 * Determine the number of slots per array element by dividing by
1291 * 3. Sort the attributes without assigned locations by number of slots
1311 unsigned slots; member in struct:temp_attr
1321 return r->slots
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...]
H A Dbuiltin_variables.cpp443 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++;
/external/chromium_org/third_party/cython/src/Cython/Includes/cpython/
H A Dtype.pxd46 # responsible for adding inherited slots from a type's base
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/i965/
H A Dbrw_shader.cpp185 const ir_state_slot *const slots = var->state_slots; local
190 (gl_state_index *) slots[i].tokens);
/external/mesa3d/src/mesa/drivers/dri/i965/
H A Dbrw_shader.cpp185 const ir_state_slot *const slots = var->state_slots; local
190 (gl_state_index *) slots[i].tokens);
/external/chromium-trace/trace-viewer/third_party/pywebsocket/src/mod_pywebsocket/
H A Dmux.py226 def _create_new_channel_slot(slots, send_quota, outer_frame_mask=False):
227 if slots < 0 or slots >= 2 ** 32:
228 raise ValueError('Invalid number of slots: %d' % slots)
231 slots_size = _size_of_number_in_bytes_minus_1(slots)
237 _encode_number(slots) + _encode_number(send_quota))
1140 def add_channel_slots(self, slots, send_quota):
1141 """Adds channel slots.
1144 slots
[all...]
/external/chromium_org/third_party/skia/debugger/QT/
H A DSkDebuggerGUI.h75 private slots:
/external/skia/debugger/QT/
H A DSkDebuggerGUI.h75 private slots:
/external/ltrace/sysdeps/linux-gnu/ia64/
H A Dfetch.c158 size_t slots = (size + 7) / 8; local
160 while (slots-- > 0) {
268 * Because HFAs are mapped to parameter slots as aggregates,
/external/chromium_org/third_party/tcmalloc/chromium/src/
H A Dpprof3508 slots => [],
3517 # Read the first two slots to figure out bitsize and endianness.
3518 my $slots = $self->{slots};
3532 @$slots = unpack($self->{unpack_code} . "*", $str);
3555 @$slots = (0, $pair[0] + $pair[1]);
3560 # Load more data when we access slots->get(X) which is not yet in memory.
3563 my $slots = $self->{slots};
3564 $self->{base} += $#$slots
[all...]
/external/jemalloc/bin/
H A Dpprof3517 slots => [],
3526 # Read the first two slots to figure out bitsize and endianness.
3527 my $slots = $self->{slots};
3541 @$slots = unpack($self->{unpack_code} . "*", $str);
3564 @$slots = (0, $pair[0] + $pair[1]);
3569 # Load more data when we access slots->get(X) which is not yet in memory.
3572 my $slots = $self->{slots};
3573 $self->{base} += $#$slots
[all...]
/external/chromium_org/third_party/tcmalloc/vendor/src/
H A Dpprof3508 slots => [],
3517 # Read the first two slots to figure out bitsize and endianness.
3518 my $slots = $self->{slots};
3532 @$slots = unpack($self->{unpack_code} . "*", $str);
3555 @$slots = (0, $pair[0] + $pair[1]);
3560 # Load more data when we access slots->get(X) which is not yet in memory.
3563 my $slots = $self->{slots};
3564 $self->{base} += $#$slots
[all...]
/external/chromium_org/crypto/
H A Drsa_private_key_nss.cc157 // Search all slots in all modules for the key with the given ID.
164 result->key_ = PK11_FindKeyByKeyID(item->module->slots[i],
/external/chromium_org/net/cert/
H A Dnss_profile_filter_chromeos_unittest.cc29 PK11SlotInfo* slot = item->module->slots[i];
69 // (The slots used to initialize a profile filter should be separate slots
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/thirdparty/mod_pywebsocket/
H A Dmux.py201 def _create_new_channel_slot(slots, send_quota):
202 if slots < 0 or send_quota < 0:
203 raise ValueError('slots and send_quota must be non-negative.')
206 _encode_number(slots) +
450 control_block.slots = self._read_number()
1489 def add_channel_slots(self, slots, send_quota):
1490 """Adds channel slots.
1493 slots: number of slots to be added.
1494 send_quota: initial send quota for slots
[all...]
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/nv50/codegen/
H A Dnv50_ir_ra.cpp280 std::list<SpillSlot> slots; member in class:nv50_ir::SpillCodeInserter
1392 std::list<SpillSlot>::iterator pos = slots.end(), it = slots.begin();
1400 while (it != slots.end() && it->offset < offset)
1402 if (it == slots.end()) // no slots left
1406 while (it != slots.end() && it->offset < (offset + size)) {
1412 if (it == slots.end() || it->offset >= (offset + size)) {
1414 for (; bgn != slots.end() && bgn->offset < (offset + size); ++bgn) {
1430 slots
[all...]
/external/mesa3d/src/gallium/drivers/nv50/codegen/
H A Dnv50_ir_ra.cpp280 std::list<SpillSlot> slots; member in class:nv50_ir::SpillCodeInserter
1392 std::list<SpillSlot>::iterator pos = slots.end(), it = slots.begin();
1400 while (it != slots.end() && it->offset < offset)
1402 if (it == slots.end()) // no slots left
1406 while (it != slots.end() && it->offset < (offset + size)) {
1412 if (it == slots.end() || it->offset >= (offset + size)) {
1414 for (; bgn != slots.end() && bgn->offset < (offset + size); ++bgn) {
1430 slots
[all...]

Completed in 813 milliseconds

1234