Home
last modified time | relevance | path

Searched defs:slot (Results 1 – 25 of 419) sorted by relevance

12345678910>>...17

/external/llvm-project/openmp/libomptarget/deviceRTLs/common/
Dstate-queuei.h39 INLINE bool omptarget_nvptx_Queue<ElementType, SIZE>::IsServing(uint32_t slot, in IsServing()
46 omptarget_nvptx_Queue<ElementType, SIZE>::PushElement(uint32_t slot, in PushElement()
54 omptarget_nvptx_Queue<ElementType, SIZE>::PopElement(uint32_t slot) { in PopElement()
60 INLINE void omptarget_nvptx_Queue<ElementType, SIZE>::DoneServing(uint32_t slot, in DoneServing()
69 uint32_t slot = ticket % SIZE; in Enqueue() local
80 uint32_t slot = ticket % SIZE; in Dequeue() local
/external/mesa3d/src/mapi/
Dentry_x86_tls.h67 #define STUB_ASM_CODE(slot) \ argument
104 int slot = 0; in entry_patch_public() local
112 entry_get_public(int slot) in entry_get_public()
118 entry_patch(mapi_func entry, int slot) in entry_patch()
125 entry_generate_or_patch(int slot, char *code, size_t size) in entry_generate_or_patch()
151 entry_generate(int slot) in entry_generate()
Dentry_x86-64_tls.h52 #define STUB_ASM_CODE(slot) \ argument
60 #define STUB_ASM_CODE(slot) \ argument
86 entry_get_public(int slot) in entry_get_public()
92 entry_patch(mapi_func entry, int slot) in entry_patch()
103 entry_generate(int slot) in entry_generate()
Dentry_ppc64le_tls.h57 #define STUB_ASM_CODE(slot) \ argument
83 entry_get_public(int slot) in entry_get_public()
127 entry_patch(mapi_func entry, int slot) in entry_patch()
135 entry_generate(int slot) in entry_generate()
Dentry_ppc64le_tsd.h57 #define STUB_ASM_CODE(slot) \ argument
118 entry_get_public(int slot) in entry_get_public()
184 entry_patch(mapi_func entry, int slot) in entry_patch()
193 entry_generate(int slot) in entry_generate()
Dentry_x86_tsd.h64 #define STUB_ASM_CODE(slot) \ argument
121 entry_get_public(int slot) in entry_get_public()
127 entry_patch(mapi_func entry, int slot) in entry_patch()
135 entry_generate(int slot) in entry_generate()
Dentry.c88 entry_get_public(int slot) in entry_get_public()
95 entry_generate(int slot) in entry_generate()
101 entry_patch(mapi_func entry, int slot) in entry_patch()
Dstub.c42 int slot; member
149 int slot) in search_table_by_slot()
160 stub_find_by_slot(int slot) in stub_find_by_slot()
172 int slot; in stub_fix_dynamic() local
Dtable.h65 table_set_func(struct _glapi_table *tbl, int slot, mapi_func func) in table_set_func()
75 table_get_func(const struct _glapi_table *tbl, int slot) in table_get_func()
/external/mesa3d/src/gallium/drivers/swr/rasterizer/core/
Dpa_avx.cpp428 void PaPatchListSingle(PA_STATE_OPT& pa, uint32_t slot, uint32_t primIndex, simd4scalar verts[]) in PaPatchListSingle()
472 static bool PaPatchList(PA_STATE_OPT& pa, uint32_t slot, simdvector verts[]) in PaPatchList()
482 static bool PaPatchListTerm(PA_STATE_OPT& pa, uint32_t slot, simdvector verts[]) in PaPatchListTerm()
539 static bool PaPatchList_simd16(PA_STATE_OPT& pa, uint32_t slot, simd16vector verts[]) in PaPatchList_simd16()
550 static bool PaPatchListTerm_simd16(PA_STATE_OPT& pa, uint32_t slot, simd16vector verts[]) in PaPatchListTerm_simd16()
671 bool PaTriList0(PA_STATE_OPT& pa, uint32_t slot, simdvector verts[]) in PaTriList0()
677 bool PaTriList1(PA_STATE_OPT& pa, uint32_t slot, simdvector verts[]) in PaTriList1()
683 bool PaTriList2(PA_STATE_OPT& pa, uint32_t slot, simdvector verts[]) in PaTriList2()
820 bool PaTriList0_simd16(PA_STATE_OPT& pa, uint32_t slot, simd16vector verts[]) in PaTriList0_simd16()
826 bool PaTriList1_simd16(PA_STATE_OPT& pa, uint32_t slot, simd16vector verts[]) in PaTriList1_simd16()
[all …]
/external/libchrome/base/threading/
Dsequence_local_storage_slot_unittest.cc35 SequenceLocalStorageSlot<int> slot; in TEST_F() local
45 SequenceLocalStorageSlot<bool> slot; in TEST_F() local
83 SequenceLocalStorageSlot<bool> slot; in TEST_F() local
93 SequenceLocalStorageSlot<std::unique_ptr<int>> slot; in TEST_F() local
106 SequenceLocalStorageSlot<DefaultConstructable> slot; in TEST_F() local
116 SequenceLocalStorageSlot<void*> slot; in TEST_F() local
123 SequenceLocalStorageSlot<unsigned int> slot; in TEST() local
/external/avb/boot_control/
Dboot_control_avb.c77 unsigned int slot) { in module_setActiveBootSlot()
88 unsigned int slot) { in module_setSlotAsUnbootable()
100 unsigned int slot) { in module_isSlotBootable()
120 unsigned int slot) { in module_isSlotMarkedSuccessful()
138 unsigned int slot) { in module_getSuffix()
/external/rust/crates/tokio/src/time/driver/wheel/
Dlevel.rs21 slot: [EntryList; LEVEL_MULT], field
31 pub(crate) slot: usize, field
135 let slot = match self.next_occupied_slot(now) { in next_expiration() localVariable
200 let slot = (zeros + now_slot) % 64; in next_occupied_slot() localVariable
206 let slot = slot_for(item.cached_when(), self.level); in add_entry() localVariable
214 let slot = slot_for(unsafe { item.as_ref().cached_when() }, self.level); in remove_entry() localVariable
/external/mesa3d/src/intel/compiler/
Dbrw_vue_map.c47 assign_vue_slot(struct brw_vue_map *vue_map, int varying, int slot) in assign_vue_slot()
107 int slot = 0; in brw_compute_vue_map() local
243 int slot = 0; in brw_compute_tess_vue_map() local
281 varying_name(brw_varying_slot slot) in varying_name()
/external/rust/crates/grpcio-sys/grpc/src/core/lib/iomgr/
Derror.cc144 uint8_t slot = err->first_err; in unref_errs() local
157 uint8_t slot = err->strs[which]; in unref_strs() local
222 uint8_t slot = (*err)->ints[which]; in internal_set_int() local
237 uint8_t slot = (*err)->strs[which]; in internal_set_str() local
258 uint8_t slot = (*err)->times[which]; in internal_set_time() local
275 uint8_t slot = get_placement(err, sizeof(grpc_linked_error)); in internal_add_error() local
375 uint8_t slot = err->strs[i]; in ref_strs() local
384 uint8_t slot = err->first_err; in ref_errs() local
474 uint8_t slot = err->ints[which]; in grpc_error_get_int() local
502 uint8_t slot = err->strs[which]; in grpc_error_get_str() local
[all …]
/external/llvm-project/openmp/libomptarget/deviceRTLs/common/src/
Domptarget.cu43 int slot = __kmpc_impl_smid() % MAX_SM; in __kmpc_kernel_init() local
74 int slot = usedSlotIdx; in __kmpc_kernel_deinit() local
149 int slot = usedSlotIdx; in __kmpc_spmd_kernel_deinit_v2() local
/external/mesa3d/src/compiler/glsl/
Dbuiltin_variables.cpp335 per_vertex_accumulator::add_field(int slot, const glsl_type *type, in add_field()
400 ir_variable *add_input(int slot, const glsl_type *type, int precision, in add_input()
407 ir_variable *add_input(int slot, const glsl_type *type, const char *name, in add_input()
413 ir_variable *add_output(int slot, const glsl_type *type, int precision, in add_output()
419 ir_variable *add_output(int slot, const glsl_type *type, const char *name) in add_output()
424 ir_variable *add_index_output(int slot, int index, const glsl_type *type, in add_index_output()
431 ir_variable *add_system_value(int slot, const glsl_type *type, int precision, in add_system_value()
436 ir_variable *add_system_value(int slot, const glsl_type *type, in add_system_value()
463 void add_varying(int slot, const glsl_type *type, const char *name, in add_varying()
516 int slot, int index) in add_index_variable()
[all …]
/external/freetype/src/raster/
Dftrend1.c54 FT_GlyphSlot slot, in ft_raster1_transform()
81 FT_GlyphSlot slot, in ft_raster1_get_cbox()
94 FT_GlyphSlot slot, in ft_raster1_render()
/external/grpc-grpc/src/core/lib/iomgr/
Derror.cc149 uint8_t slot = err->first_err; in unref_errs() local
164 uint8_t slot = err->strs[which]; in unref_strs() local
229 uint8_t slot = (*err)->ints[which]; in internal_set_int() local
244 uint8_t slot = (*err)->strs[which]; in internal_set_str() local
264 uint8_t slot = (*err)->times[which]; in internal_set_time() local
281 uint8_t slot = get_placement(err, sizeof(grpc_linked_error)); in internal_add_error() local
377 uint8_t slot = err->strs[i]; in ref_strs() local
386 uint8_t slot = err->first_err; in ref_errs() local
476 uint8_t slot = err->ints[which]; in grpc_error_get_int() local
505 uint8_t slot = err->strs[which]; in grpc_error_get_str() local
[all …]
/external/freetype/src/base/
Dftsynth.c47 FT_GlyphSlot_Oblique( FT_GlyphSlot slot ) in FT_GlyphSlot_Oblique()
89 FT_GlyphSlot_Embolden( FT_GlyphSlot slot ) in FT_GlyphSlot_Embolden()
/external/nos/host/generic/nugget/proto/nugget/app/weaver/
Dweaver.proto54 uint32 slot = 1; field
62 uint32 slot = 1; field
79 uint32 slot = 1; field
/external/kotlinx.coroutines/kotlinx-coroutines-core/common/src/flow/internal/
DAbstractSharedFlow.kt47 val slot = synchronized(this) { in createSlot() constant
57 var slot: S in createSlot() variable
97 slots?.forEach { slot -> in forEachSlotLocked() method
/external/apache-commons-bcel/src/main/java/org/apache/bcel/verifier/statics/
DLocalVariablesInfo.java46 public LocalVariableInfo getLocalVariableInfo(final int slot) { in getLocalVariableInfo()
59 …public void add(final int slot, final String name, final int startpc, final int length, final Type… in add()
/external/libchrome/crypto/
Dnss_key_util.cc59 bool GenerateRSAKeyPairNSS(PK11SlotInfo* slot, in GenerateRSAKeyPairNSS()
81 PK11SlotInfo* slot, in ImportNSSKeyFromPrivateKeyInfo()
143 PK11SlotInfo* slot) { in FindNSSKeyFromPublicKeyInfoInSlot()
/external/skia/src/gpu/d3d/
DGrD3DCommandSignature.h24 bool isCompatible(ForIndexed indexed, unsigned int slot) const { in isCompatible()
41 unsigned int slot) in GrD3DCommandSignature()

12345678910>>...17