Searched refs:slot (Results 1 - 25 of 573) sorted by relevance

1234567891011>>

/external/mesa3d/src/mapi/
H A Dentry.h38 entry_get_public(int slot);
41 entry_generate(int slot);
44 entry_patch(mapi_func entry, int slot);
H A Dentry_x86_tsd.h46 #define STUB_ASM_CODE(slot) \
50 "jmp *(4 * " slot ")(%eax)\n" \
53 "jmp *(4 * " slot ")(%eax)"
75 entry_get_public(int slot) argument
77 return (mapi_func) (x86_entry_start + slot * X86_ENTRY_SIZE);
81 entry_patch(mapi_func entry, int slot) argument
85 *((unsigned long *) (code + 11)) = slot * sizeof(mapi_func);
86 *((unsigned long *) (code + 22)) = slot * sizeof(mapi_func);
90 entry_generate(int slot) argument
102 entry_patch(entry, slot);
[all...]
H A Dstub.c42 int slot; member in struct:mapi_stub
93 /* minus 1 to make sure we can never reach the last slot */
99 /* dispatch to the last slot, which is reserved for no-op */
107 stub->slot = -1;
149 int slot)
153 if (table[i].slot == slot)
160 stub_find_by_slot(int slot) argument
163 search_table_by_slot(public_stubs, ARRAY_SIZE(public_stubs), slot);
166 return search_table_by_slot(dynamic_stubs, num_dynamic_stubs, slot);
148 search_table_by_slot(const struct mapi_stub *table, size_t num_entries, int slot) argument
172 int slot; local
[all...]
H A Dentry_x86-64_tls.h46 #define STUB_ASM_CODE(slot) \
49 "jmp *(8 * " slot ")(%r11)"
53 #define STUB_ASM_CODE(slot) \
56 "movl 4*" slot "(%r11d), %r11d\n\t" \
78 entry_get_public(int slot) argument
80 return (mapi_func) (x86_64_entry_start + slot * 32);
84 entry_patch(mapi_func entry, int slot) argument
91 *((unsigned int *) (code + offset)) = slot * sizeof(mapi_func);
95 entry_generate(int slot) argument
130 entry_patch(entry, slot);
[all...]
H A Dentry.c80 entry_get_public(int slot) argument
83 return public_entries[slot];
87 entry_generate(int slot) argument
93 entry_patch(mapi_func entry, int slot) argument
H A Dtable.h62 * Set the function of a slot.
65 table_set_func(struct mapi_table *tbl, int slot, mapi_func func) argument
68 funcs[slot] = func;
72 * Return the function of a slot.
75 table_get_func(const struct mapi_table *tbl, int slot) argument
78 return funcs[slot];
H A Dentry_x86_tls.h59 #define STUB_ASM_CODE(slot) \
62 "jmp *(4 * " slot ")(%eax)"
101 entry_get_public(int slot) argument
103 return (mapi_func) (x86_entry_start + slot * 16);
107 entry_patch(mapi_func entry, int slot) argument
110 *((unsigned long *) (code + 8)) = slot * sizeof(mapi_func);
114 entry_generate(int slot) argument
132 entry_patch(entry, slot);
/external/freetype/src/base/
H A Dftsynth.c48 FT_GlyphSlot_Oblique( FT_GlyphSlot slot )
54 if ( !slot )
57 outline = &slot->outline;
60 if ( slot->format != FT_GLYPH_FORMAT_OUTLINE )
90 FT_GlyphSlot_Embolden( FT_GlyphSlot slot )
98 if ( !slot )
101 library = slot->library;
102 face = slot->face;
104 if ( slot->format != FT_GLYPH_FORMAT_OUTLINE &&
105 slot
[all...]
/external/mesa3d/src/gallium/auxiliary/nir/
H A Dtgsi_to_nir.h30 varying_slot_to_tgsi_semantic(gl_varying_slot slot,
33 frag_result_to_tgsi_semantic(gl_frag_result slot,
/external/mesa3d/src/gallium/auxiliary/draw/
H A Ddraw_vs_exec.c99 unsigned slot; local
121 for (slot = 0; slot < shader->info.num_inputs; slot++) {
122 debug_printf("\t%d: %f %f %f %f\n", slot,
123 input[slot][0],
124 input[slot][1],
125 input[slot][2],
126 input[slot][3]);
148 for (slot
[all...]
/external/freetype/include/freetype/
H A Dftsynth.h70 FT_GlyphSlot_Embolden( FT_GlyphSlot slot ); variable
74 FT_GlyphSlot_Oblique( FT_GlyphSlot slot ); variable
/external/flatbuffers/tests/FlatBuffers.Test/
H A DTestTable.cs20 /// A test Table object that gives easy access to the slot data
32 public bool GetSlot(int slot, bool def) argument
34 var off = t.__offset(slot);
43 public sbyte GetSlot(int slot, sbyte def) argument
45 var off = t.__offset(slot);
54 public byte GetSlot(int slot, byte def) argument
56 var off = t.__offset(slot);
65 public short GetSlot(int slot, short def) argument
67 var off = t.__offset(slot);
76 public ushort GetSlot(int slot, ushor argument
87 GetSlot(int slot, int def) argument
98 GetSlot(int slot, uint def) argument
109 GetSlot(int slot, long def) argument
120 GetSlot(int slot, ulong def) argument
131 GetSlot(int slot, float def) argument
142 GetSlot(int slot, double def) argument
[all...]
/external/libchrome/crypto/
H A Dscoped_test_system_nss_key_slot.cc17 ScopedPK11Slot(PK11_ReferenceSlot(test_db_->slot())));
28 PK11SlotInfo* ScopedTestSystemNSSKeySlot::slot() const { function in class:crypto::ScopedTestSystemNSSKeySlot
29 return test_db_->slot();
/external/avb/boot_control/
H A Dboot_control_avb.c61 avb_errorv("Unexpected slot suffix '", propbuf, "'.\n", NULL);
77 unsigned int slot) {
78 if (slot >= module_getNumberSlots(module)) {
80 } else if (avb_ab_mark_slot_active(ops->ab_ops, slot) == AVB_IO_RESULT_OK) {
88 unsigned int slot) {
89 if (slot >= module_getNumberSlots(module)) {
91 } else if (avb_ab_mark_slot_unbootable(ops->ab_ops, slot) ==
100 unsigned int slot) {
104 avb_assert(slot < 2);
106 if (slot >
76 module_setActiveBootSlot(boot_control_module_t* module, unsigned int slot) argument
87 module_setSlotAsUnbootable(struct boot_control_module* module, unsigned int slot) argument
99 module_isSlotBootable(struct boot_control_module* module, unsigned int slot) argument
119 module_isSlotMarkedSuccessful(struct boot_control_module* module, unsigned int slot) argument
137 module_getSuffix(boot_control_module_t* module, unsigned int slot) argument
[all...]
/external/mesa3d/src/gallium/drivers/ilo/shader/
H A Dtoy_tgsi.h101 * Find the slot of the TGSI input.
106 int slot; local
108 for (slot = 0; slot < tgsi->num_inputs; slot++) {
109 if (tgsi->inputs[slot].index == index)
110 return slot;
117 * Find the slot of the TGSI system value.
122 int slot; local
124 for (slot
[all...]
/external/deqp/framework/delibs/depool/
H A DdePoolHash.h220 TYPENAME##Slot* slot = hash->slotTable[slotNdx]; \
221 while (slot) \
223 TYPENAME##Slot* nextSlot = slot->nextSlot; \
224 slot->nextSlot = hash->slotFreeList; \
225 hash->slotFreeList = slot; \
226 slot->numUsed = 0; \
227 slot = nextSlot; \
236 TYPENAME##Slot* slot; \
239 slot = hash->slotFreeList; \
243 slot
[all...]
/external/webp/src/utils/
H A Dquant_levels_utils.c78 int s, slot = 0; local
82 // Keep track of the nearest neighbour 'slot'
83 while (slot < num_levels - 1 &&
84 2 * s > inv_q_level[slot] + inv_q_level[slot + 1]) {
85 ++slot;
88 q_sum[slot] += s * freq[s];
89 q_count[slot] += freq[s];
91 q_level[s] = slot;
96 for (slot
126 const int slot = q_level[s]; local
[all...]
/external/mesa3d/src/mesa/drivers/dri/i965/
H A Dbrw_vue_map.c46 assign_vue_slot(struct brw_vue_map *vue_map, int varying, int slot) argument
48 /* Make sure this varying hasn't been assigned a slot already */
51 vue_map->varying_to_slot[varying] = slot;
52 vue_map->slot_to_varying[slot] = varying;
73 * read/write gl_ClipDistance, which has a fixed slot location.
74 * We have to assume the worst and reserve a slot for it, or else
75 * the rest of our varyings will be off by a slot.
88 * are stored in the first VUE slot (VARYING_SLOT_PSIZ).
105 int slot = 0; local
122 assign_vue_slot(vue_map, VARYING_SLOT_PSIZ, slot
225 int slot = 0; local
263 varying_name(brw_varying_slot slot) argument
[all...]
/external/v8/src/
H A Dtype-info.h29 InlineCacheState LoadInlineCacheState(FeedbackSlot slot);
30 bool StoreIsUninitialized(FeedbackSlot slot);
31 bool CallIsUninitialized(FeedbackSlot slot);
32 bool CallIsMonomorphic(FeedbackSlot slot);
33 bool CallNewIsMonomorphic(FeedbackSlot slot);
41 void GetStoreModeAndKeyType(FeedbackSlot slot,
45 void PropertyReceiverTypes(FeedbackSlot slot, Handle<Name> name,
47 void KeyedPropertyReceiverTypes(FeedbackSlot slot,
50 void AssignmentReceiverTypes(FeedbackSlot slot, Handle<Name> name,
52 void KeyedAssignmentReceiverTypes(FeedbackSlot slot,
[all...]
/external/nos/test/system-test-harness/src/
H A Dweaver_tests.cc28 static uint32_t slot; member in class:__anon17431::WeaverTest
36 void testWrite(const string& msg, uint32_t slot, const uint8_t *key,
38 void testRead(const string& msg, const uint32_t slot, const uint8_t *key,
40 void testEraseValue(const string& msg, uint32_t slot);
41 void testReadWrongKey(const string& msg, uint32_t slot, const uint8_t *key,
43 void testReadThrottle(const string& msg, uint32_t slot, const uint8_t *key,
46 void activateThrottle(uint32_t slot, const uint8_t *key,
62 // Randomly select a slot for the test rather than testing all slots to reduce
65 uint32_t WeaverTest::slot = WeaverTest::random_number_generator() & SLOT_MASK; member in class:__anon17431::WeaverTest
85 void WeaverTest::testWrite(const string& msg, uint32_t slot, cons argument
97 testRead(const string& msg, uint32_t slot, const uint8_t *key, const uint8_t *value) argument
115 testEraseValue(const string& msg, uint32_t slot) argument
124 testReadWrongKey(const string& msg, uint32_t slot, const uint8_t *key, uint32_t throttle_sec) argument
142 testReadThrottle(const string& msg, uint32_t slot, const uint8_t *key, uint32_t throttle_sec) argument
161 activateThrottle(uint32_t slot, const uint8_t *key, const uint8_t *wrong_key, uint32_t throttle_sec) argument
[all...]
/external/tensorflow/tensorflow/python/training/
H A Dslot_creator_test.py39 slot = slot_creator.create_slot(v, v.initialized_value(), name="slot")
43 self.assertEqual("var/slot", slot.op.name)
44 self.assertEqual([2], slot.get_shape().as_list())
45 self.assertEqual(dtypes.float32, slot.dtype.base_dtype)
46 self.assertAllEqual([1.0, 2.5], slot.eval())
51 slot = slot_creator.create_slot(v, v * 2, name="slot")
55 self.assertEqual("const/slot", slo
[all...]
/external/libffi/src/pa/
H A Dffi.c147 unsigned int slot = FIRST_ARG_SLOT; local
164 *(SINT32 *)(stack - slot) = *(SINT8 *)(*p_argv);
168 *(UINT32 *)(stack - slot) = *(UINT8 *)(*p_argv);
172 *(SINT32 *)(stack - slot) = *(SINT16 *)(*p_argv);
176 *(UINT32 *)(stack - slot) = *(UINT16 *)(*p_argv);
182 debug(3, "Storing UINT32 %u in slot %u\n", *(UINT32 *)(*p_argv),
183 slot);
184 *(UINT32 *)(stack - slot) = *(UINT32 *)(*p_argv);
189 /* Align slot for 64-bit type. */
190 slot
428 unsigned int slot = FIRST_ARG_SLOT; local
[all...]
/external/python/cpython2/Modules/_ctypes/libffi/src/pa/
H A Dffi.c147 unsigned int slot = FIRST_ARG_SLOT; local
164 *(SINT32 *)(stack - slot) = *(SINT8 *)(*p_argv);
168 *(UINT32 *)(stack - slot) = *(UINT8 *)(*p_argv);
172 *(SINT32 *)(stack - slot) = *(SINT16 *)(*p_argv);
176 *(UINT32 *)(stack - slot) = *(UINT16 *)(*p_argv);
182 debug(3, "Storing UINT32 %u in slot %u\n", *(UINT32 *)(*p_argv),
183 slot);
184 *(UINT32 *)(stack - slot) = *(UINT32 *)(*p_argv);
189 /* Align slot for 64-bit type. */
190 slot
428 unsigned int slot = FIRST_ARG_SLOT; local
[all...]
/external/python/cpython3/Modules/_ctypes/libffi/src/pa/
H A Dffi.c147 unsigned int slot = FIRST_ARG_SLOT; local
164 *(SINT32 *)(stack - slot) = *(SINT8 *)(*p_argv);
168 *(UINT32 *)(stack - slot) = *(UINT8 *)(*p_argv);
172 *(SINT32 *)(stack - slot) = *(SINT16 *)(*p_argv);
176 *(UINT32 *)(stack - slot) = *(UINT16 *)(*p_argv);
182 debug(3, "Storing UINT32 %u in slot %u\n", *(UINT32 *)(*p_argv),
183 slot);
184 *(UINT32 *)(stack - slot) = *(UINT32 *)(*p_argv);
189 /* Align slot for 64-bit type. */
190 slot
428 unsigned int slot = FIRST_ARG_SLOT; local
[all...]
/external/freetype/src/raster/
H A Dftrend1.c56 FT_GlyphSlot slot,
63 if ( slot->format != render->glyph_format )
70 FT_Outline_Transform( &slot->outline, matrix );
73 FT_Outline_Translate( &slot->outline, delta->x, delta->y );
83 FT_GlyphSlot slot,
88 if ( slot->format == render->glyph_format )
89 FT_Outline_Get_CBox( &slot->outline, cbox );
93 /* convert a slot's glyph image into a bitmap */
96 FT_GlyphSlot slot,
101 FT_Outline* outline = &slot
55 ft_raster1_transform( FT_Renderer render, FT_GlyphSlot slot, const FT_Matrix* matrix, const FT_Vector* delta ) argument
82 ft_raster1_get_cbox( FT_Renderer render, FT_GlyphSlot slot, FT_BBox* cbox ) argument
95 ft_raster1_render( FT_Renderer render, FT_GlyphSlot slot, FT_Render_Mode mode, const FT_Vector* origin ) argument
[all...]

Completed in 658 milliseconds

1234567891011>>