Searched refs:slot (Results 76 - 100 of 426) sorted by relevance

1234567891011>>

/external/chromium_org/v8/src/
H A Dincremental-marking-inl.h38 Object** slot,
47 if (chunk->IsLeftOfProgressBar(slot)) {
69 Object** slot,
72 RecordWriteSlow(obj, slot, value);
78 Object** slot,
80 if (IsMarking()) RecordWriteOfCodeEntrySlow(host, slot, value);
37 BaseRecordWrite(HeapObject* obj, Object** slot, Object* value) argument
68 RecordWrite(HeapObject* obj, Object** slot, Object* value) argument
77 RecordWriteOfCodeEntry(JSFunction* host, Object** slot, Code* value) argument
/external/freetype/src/base/
H A Dftglyph.c61 FT_GlyphSlot slot )
68 if ( slot->format != FT_GLYPH_FORMAT_BITMAP )
74 glyph->left = slot->bitmap_left;
75 glyph->top = slot->bitmap_top;
78 if ( slot->internal->flags & FT_GLYPH_OWN_BITMAP )
80 glyph->bitmap = slot->bitmap;
81 slot->internal->flags &= ~FT_GLYPH_OWN_BITMAP;
86 error = FT_Bitmap_Copy( library, &slot->bitmap, &glyph->bitmap );
159 FT_GlyphSlot slot )
164 FT_Outline* source = &slot
[all...]
/external/chromium/base/metrics/
H A Dstats_table.cc245 // thread exits and return the table slot.
251 int slot; member in struct:base::StatsTable::TLSData
296 return data->slot;
303 int slot = 0;
308 // so that two threads don't grab the same slot. Fortunately,
312 slot = FindEmptyThread();
313 if (!slot) {
321 strlcpy(impl_->thread_name(slot), thread_name.c_str(),
323 *(impl_->thread_tid(slot)) = PlatformThread::CurrentId();
324 *(impl_->thread_pid(slot))
441 int slot = table->GetSlot(); local
[all...]
/external/chromium_org/base/metrics/
H A Dstats_table.cc241 // thread exits and return the table slot.
247 int slot; member in struct:base::StatsTable::TLSData
300 return data->slot;
304 int slot = 0; local
309 // so that two threads don't grab the same slot. Fortunately,
313 slot = FindEmptyThread();
314 if (!slot) {
322 strlcpy(impl_->thread_name(slot), thread_name.c_str(),
324 *(impl_->thread_tid(slot)) = PlatformThread::CurrentId();
325 *(impl_->thread_pid(slot))
441 int slot = table->GetSlot(); local
[all...]
/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/draw/
H A Ddraw_pt_so_emit.c86 unsigned slot, i; local
106 for (slot = 0; slot < state->num_outputs; ++slot) {
107 unsigned num_comps = state->output[slot].num_components;
108 int ob = state->output[slot].output_buffer;
125 for (slot = 0; slot < state->num_outputs; ++slot) {
126 unsigned idx = state->output[slot]
[all...]
H A Ddraw_vs.c54 * \param slot which constant buffer in [0, PIPE_MAX_CONSTANT_BUFFERS-1]
60 unsigned slot,
69 if (size > draw->vs.const_storage_size[slot]) {
70 if (draw->vs.aligned_constant_storage[slot]) {
71 align_free((void *)draw->vs.aligned_constant_storage[slot]);
72 draw->vs.const_storage_size[slot] = 0;
74 draw->vs.aligned_constant_storage[slot] =
76 if (draw->vs.aligned_constant_storage[slot]) {
77 draw->vs.const_storage_size[slot] = size;
81 if (draw->vs.aligned_constant_storage[slot]) {
59 draw_vs_set_constants(struct draw_context *draw, unsigned slot, const void *constants, unsigned size) argument
[all...]
/external/mesa3d/src/gallium/auxiliary/draw/
H A Ddraw_pt_so_emit.c86 unsigned slot, i; local
106 for (slot = 0; slot < state->num_outputs; ++slot) {
107 unsigned num_comps = state->output[slot].num_components;
108 int ob = state->output[slot].output_buffer;
125 for (slot = 0; slot < state->num_outputs; ++slot) {
126 unsigned idx = state->output[slot]
[all...]
H A Ddraw_vs.c54 * \param slot which constant buffer in [0, PIPE_MAX_CONSTANT_BUFFERS-1]
60 unsigned slot,
69 if (size > draw->vs.const_storage_size[slot]) {
70 if (draw->vs.aligned_constant_storage[slot]) {
71 align_free((void *)draw->vs.aligned_constant_storage[slot]);
72 draw->vs.const_storage_size[slot] = 0;
74 draw->vs.aligned_constant_storage[slot] =
76 if (draw->vs.aligned_constant_storage[slot]) {
77 draw->vs.const_storage_size[slot] = size;
81 if (draw->vs.aligned_constant_storage[slot]) {
59 draw_vs_set_constants(struct draw_context *draw, unsigned slot, const void *constants, unsigned size) argument
[all...]
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/llvmpipe/
H A Dlp_setup_line.c62 unsigned slot,
66 info->a0[slot][i] = value;
67 info->dadx[slot][i] = 0.0f;
68 info->dady[slot][i] = 0.0f;
78 unsigned slot,
89 info->dadx[slot][i] = dadx;
90 info->dady[slot][i] = dady;
92 info->a0[slot][i] = (a1 -
108 unsigned slot,
121 info->dadx[slot][
60 constant_coef( struct lp_setup_context *setup, struct lp_line_info *info, unsigned slot, const float value, unsigned i ) argument
76 linear_coef( struct lp_setup_context *setup, struct lp_line_info *info, unsigned slot, unsigned vert_attr, unsigned i) argument
106 perspective_coef( struct lp_setup_context *setup, struct lp_line_info *info, unsigned slot, unsigned vert_attr, unsigned i) argument
130 setup_fragcoord_coef( struct lp_setup_context *setup, struct lp_line_info *info, unsigned slot, unsigned usage_mask) argument
168 unsigned slot; local
[all...]
/external/mesa3d/src/gallium/drivers/llvmpipe/
H A Dlp_setup_line.c62 unsigned slot,
66 info->a0[slot][i] = value;
67 info->dadx[slot][i] = 0.0f;
68 info->dady[slot][i] = 0.0f;
78 unsigned slot,
89 info->dadx[slot][i] = dadx;
90 info->dady[slot][i] = dady;
92 info->a0[slot][i] = (a1 -
108 unsigned slot,
121 info->dadx[slot][
60 constant_coef( struct lp_setup_context *setup, struct lp_line_info *info, unsigned slot, const float value, unsigned i ) argument
76 linear_coef( struct lp_setup_context *setup, struct lp_line_info *info, unsigned slot, unsigned vert_attr, unsigned i) argument
106 perspective_coef( struct lp_setup_context *setup, struct lp_line_info *info, unsigned slot, unsigned vert_attr, unsigned i) argument
130 setup_fragcoord_coef( struct lp_setup_context *setup, struct lp_line_info *info, unsigned slot, unsigned usage_mask) argument
168 unsigned slot; local
[all...]
/external/chromium/chrome/browser/importer/
H A Dnss_decryptor_system_nss.h47 // Does not actually free the slot, since we'll free it when NSSDecryptor is
49 void FreeSlot(PK11SlotInfo* slot) const {}
53 PK11SlotInfo* slot, SECItem* data, SECItem* result, void* cx) const;
/external/chromium_org/chrome/utility/importer/
H A Dnss_decryptor_system_nss.h48 // Does not actually free the slot, since we'll free it when NSSDecryptor is
50 void FreeSlot(PK11SlotInfo* slot) const {}
54 PK11SlotInfo* slot, SECItem* data, SECItem* result, void* cx) const;
/external/chromium_org/third_party/WebKit/Source/core/platform/graphics/
H A DIntSizeHash.h42 static void constructDeletedValue(WebCore::IntSize& slot) { new (NotNull, &slot) WebCore::IntSize(-1, -1); } argument
/external/chromium_org/third_party/freetype/src/autofit/
H A Dafmodule.c57 FT_GlyphSlot slot,
64 return af_loader_load_glyph( module->loader, slot->face,
/external/clang/test/CodeGen/
H A Dblocks.c67 f5_helper(^(struct F5 *slot) { *slot = value; });
/external/chromium_org/net/spdy/
H A Dspdy_credential_builder.h24 size_t slot,
/external/chromium_org/third_party/mesa/src/src/mapi/mapi/
H A Dmapi_glapi.c130 int slot; local
140 slot = (stub) ? stub_get_slot(stub) : -1;
141 if (slot >= 0) {
142 if (alias && stub_get_slot(alias) != slot)
/external/compiler-rt/lib/sanitizer_common/tests/
H A Dstandalone_malloc_test.cc40 size_t slot = i % allocated.size(); local
41 char *p = allocated[slot].first;
43 size_t size = allocated[slot].second;
45 swap(allocated[slot], allocated.back());
/external/mesa3d/src/mapi/mapi/
H A Dmapi_glapi.c130 int slot; local
140 slot = (stub) ? stub_get_slot(stub) : -1;
141 if (slot >= 0) {
142 if (alias && stub_get_slot(alias) != slot)
/external/chromium/base/threading/
H A Dthread_local_storage_unittest.cc63 ThreadLocalStorage::Slot slot; local
64 slot.Set(reinterpret_cast<void*>(123));
65 int value = reinterpret_cast<intptr_t>(slot.Get());
/external/chromium/net/base/
H A Dcert_database_nss.cc48 PK11SlotInfo* slot = PK11_KeyForCertExists(cert, NULL, NULL); local
49 if (!slot) {
53 PK11_FreeSlot(slot);
60 PK11SlotInfo* slot = NULL; local
82 slot = PK11_ImportCertForKey(cert,
87 if (!slot) {
91 PK11_FreeSlot(slot);
148 modules->push_back(CryptoModule::CreateFromHandle(slot_element->slot));
273 PK11SlotInfo* slot = cert->os_cert_handle()->slot; local
[all...]
/external/chromium_org/crypto/third_party/nss/
H A Dpk11akey.cc49 PK11SlotInfo* slot,
62 PK11SymKey* key = PK11_PBEKeyGen(slot,
82 *private_key = PK11_UnwrapPrivKey(slot, key, crypto_mech_type, crypto_param,
48 ImportEncryptedECPrivateKeyInfoAndReturnKey( PK11SlotInfo* slot, SECKEYEncryptedPrivateKeyInfo* epki, SECItem* password, SECItem* nickname, SECItem* public_value, PRBool permanent, PRBool sensitive, SECKEYPrivateKey** private_key, void* wincx) argument
/external/chromium_org/ui/base/touch/
H A Dtouch_factory_x11.h61 // Tries to find an existing slot ID mapping to tracking ID. Returns true
62 // if the slot is found and it is saved in |slot|, false if no such slot
64 bool QuerySlotForTrackingID(uint32 tracking_id, int* slot);
66 // Tries to find an existing slot ID mapping to tracking ID. If there
67 // isn't one already, allocates a new slot ID and sets up the mapping.
70 // Releases the slot ID mapping to tracking ID.
74 // Is the slot ID currently used?
75 bool IsSlotUsed(int slot) cons
[all...]
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/i965/
H A Dgen6_sf_state.c68 /* Find the VUE slot for this attribute. */
69 int slot = vue_map->vert_result_to_slot[vs_attr]; local
74 if (slot == -1 && vs_attr == VERT_RESULT_COL0)
75 slot = vue_map->vert_result_to_slot[VERT_RESULT_BFC0];
76 if (slot == -1 && vs_attr == VERT_RESULT_COL1)
77 slot = vue_map->vert_result_to_slot[VERT_RESULT_BFC1];
79 if (slot == -1) {
91 int source_attr = slot - 2 * urb_entry_read_offset;
94 /* If we are doing two-sided color, and the VUE slot following this one
99 ((vue_map->slot_to_vert_result[slot]
[all...]
/external/mesa3d/src/mesa/drivers/dri/i965/
H A Dgen6_sf_state.c68 /* Find the VUE slot for this attribute. */
69 int slot = vue_map->vert_result_to_slot[vs_attr]; local
74 if (slot == -1 && vs_attr == VERT_RESULT_COL0)
75 slot = vue_map->vert_result_to_slot[VERT_RESULT_BFC0];
76 if (slot == -1 && vs_attr == VERT_RESULT_COL1)
77 slot = vue_map->vert_result_to_slot[VERT_RESULT_BFC1];
79 if (slot == -1) {
91 int source_attr = slot - 2 * urb_entry_read_offset;
94 /* If we are doing two-sided color, and the VUE slot following this one
99 ((vue_map->slot_to_vert_result[slot]
[all...]

Completed in 920 milliseconds

1234567891011>>