/external/mesa3d/src/mapi/mapi/ |
D | entry_x86-64_tls.h | 54 #define STUB_ASM_CODE(slot) \ argument 83 entry_get_public(int slot) in entry_get_public() 89 entry_patch(mapi_func entry, int slot) in entry_patch() 96 entry_generate(int slot) in entry_generate()
|
D | entry_x86_tsd.h | 43 #define STUB_ASM_CODE(slot) \ argument 72 entry_get_public(int slot) in entry_get_public() 78 entry_patch(mapi_func entry, int slot) in entry_patch() 87 entry_generate(int slot) in entry_generate()
|
D | entry_x86_tls.h | 68 #define STUB_ASM_CODE(slot) \ argument 110 entry_get_public(int slot) in entry_get_public() 116 entry_patch(mapi_func entry, int slot) in entry_patch() 123 entry_generate(int slot) in entry_generate()
|
D | entry.c | 79 entry_get_public(int slot) in entry_get_public() 86 entry_generate(int slot) in entry_generate() 92 entry_patch(mapi_func entry, int slot) in entry_patch()
|
D | table.h | 56 table_set_func(struct mapi_table *tbl, int slot, mapi_func func) in table_set_func() 66 table_get_func(const struct mapi_table *tbl, int slot) in table_get_func()
|
D | stub.c | 43 int slot; member 159 int slot; in stub_fix_dynamic() local
|
/external/jmonkeyengine/engine/src/test/jme3test/app/ |
D | TestIDList.java | 83 static void enable(int slot){ in enable() 91 static void disable(int slot){ in disable() 99 static void setSlot(int slot, Object val){ in setSlot() 135 int slot = list.oldList[i]; in clearSlots() local
|
/external/pdfium/third_party/freetype/src/smooth/ |
D | ftsmooth.c | 60 FT_GlyphSlot slot, in ft_smooth_transform() 87 FT_GlyphSlot slot, in ft_smooth_get_cbox() 100 FT_GlyphSlot slot, in ft_smooth_render_generic() 383 FT_GlyphSlot slot, in ft_smooth_render() 398 FT_GlyphSlot slot, in ft_smooth_render_lcd() 416 FT_GlyphSlot slot, in ft_smooth_render_lcd_v()
|
/external/freetype/src/smooth/ |
D | ftsmooth.c | 60 FT_GlyphSlot slot, in ft_smooth_transform() 87 FT_GlyphSlot slot, in ft_smooth_get_cbox() 100 FT_GlyphSlot slot, in ft_smooth_render_generic() 383 FT_GlyphSlot slot, in ft_smooth_render() 398 FT_GlyphSlot slot, in ft_smooth_render_lcd() 416 FT_GlyphSlot slot, in ft_smooth_render_lcd_v()
|
/external/pdfium/third_party/freetype/src/raster/ |
D | ftrend1.c | 61 FT_GlyphSlot slot, in ft_raster1_transform() 88 FT_GlyphSlot slot, in ft_raster1_get_cbox() 101 FT_GlyphSlot slot, in ft_raster1_render()
|
/external/freetype/src/raster/ |
D | ftrend1.c | 61 FT_GlyphSlot slot, in ft_raster1_transform() 88 FT_GlyphSlot slot, in ft_raster1_get_cbox() 101 FT_GlyphSlot slot, in ft_raster1_render()
|
/external/pdfium/third_party/freetype/src/base/ |
D | ftsynth.c | 48 FT_GlyphSlot_Oblique( FT_GlyphSlot slot ) in FT_GlyphSlot_Oblique() 90 FT_GlyphSlot_Embolden( FT_GlyphSlot slot ) in FT_GlyphSlot_Embolden()
|
/external/freetype/src/base/ |
D | ftsynth.c | 48 FT_GlyphSlot_Oblique( FT_GlyphSlot slot ) in FT_GlyphSlot_Oblique() 90 FT_GlyphSlot_Embolden( FT_GlyphSlot slot ) in FT_GlyphSlot_Embolden()
|
/external/v8/src/heap/ |
D | incremental-marking-inl.h | 14 bool IncrementalMarking::BaseRecordWrite(HeapObject* obj, Object** slot, in BaseRecordWrite() 44 void IncrementalMarking::RecordWrite(HeapObject* obj, Object** slot, in RecordWrite() 52 void IncrementalMarking::RecordWriteOfCodeEntry(JSFunction* host, Object** slot, in RecordWriteOfCodeEntry()
|
D | objects-visiting-inl.h | 298 Object** slot = Context::cast(object)->RawFieldOfElementAt(idx); in VisitNativeContext() local 332 Object** slot = in VisitPropertyCell() local 357 Object** slot = in VisitAllocationSite() local 405 Object** slot = HeapObject::RawField(object, JSWeakCollection::kTableOffset); in VisitWeakCollection() local 488 Object** slot = array->RawFieldOfElementAt(heap_iter.next_index()); in VisitConstantPoolArray() local 639 Object** slot = HeapObject::RawField(map, Map::kDependentCodeOffset); in MarkMapContents() local 665 Object** slot = transitions->GetPrototypeTransitionsSlot(); in MarkTransitionArray() local
|
/external/mesa3d/src/gallium/drivers/llvmpipe/ |
D | lp_setup_point.c | 62 unsigned slot, in constant_coef() 75 unsigned slot, in point_persp_coeff() 106 unsigned slot, in texcoord_coef() 173 unsigned slot, in setup_point_fragcoord_coef() 212 unsigned slot; in setup_point_coefficients() local
|
D | lp_setup_line.c | 62 unsigned slot, in constant_coef() 78 unsigned slot, in linear_coef() 108 unsigned slot, in perspective_coef() 132 unsigned slot, in setup_fragcoord_coef() 168 unsigned slot; in setup_line_coefficients() local
|
D | lp_state_setup.c | 135 unsigned slot, in store_coef() 161 unsigned slot, in emit_constant_coef4() 178 unsigned slot ) in emit_facing_coef() 354 unsigned slot, in emit_coef4() 396 unsigned slot, in emit_linear_coef() 419 unsigned slot, in apply_perspective_corr() 439 int slot, in emit_position_coef() 530 unsigned slot; in emit_tri_coef() local 952 int i, slot; in lp_dump_setup_coef() local
|
/external/ltrace/sysdeps/linux-gnu/ia64/ |
D | regs.c | 40 unsigned long slot = in get_instruction_pointer() local 51 unsigned long slot = (unsigned long)addr & 0xf; in set_instruction_pointer() local
|
/external/v8/src/ |
D | type-info.cc | 55 Handle<Object> TypeFeedbackOracle::GetInfo(int slot) { in GetInfo() 95 bool TypeFeedbackOracle::CallIsMonomorphic(int slot) { in CallIsMonomorphic() 101 bool TypeFeedbackOracle::CallNewIsMonomorphic(int slot) { in CallNewIsMonomorphic() 131 Handle<JSFunction> TypeFeedbackOracle::GetCallTarget(int slot) { in GetCallTarget() 141 Handle<JSFunction> TypeFeedbackOracle::GetCallNewTarget(int slot) { in GetCallNewTarget() 152 Handle<AllocationSite> TypeFeedbackOracle::GetCallAllocationSite(int slot) { in GetCallAllocationSite() 161 Handle<AllocationSite> TypeFeedbackOracle::GetCallNewAllocationSite(int slot) { in GetCallNewAllocationSite()
|
/external/skia/src/core/ |
D | SkBitmapHeap.h | 120 SkBitmap* getBitmap(int32_t slot) const override { in getBitmap() 134 void releaseRef(int32_t slot) override { in releaseRef() 162 SkBitmapHeapEntry* getEntry(int32_t slot) const { in getEntry()
|
/external/webp/src/utils/ |
D | quant_levels.c | 78 int s, slot = 0; in QuantizeLevels() local 126 const int slot = q_level[s]; in QuantizeLevels() local
|
/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/StackFrame/ |
D | JDWPStackFrameTestCase.java | 62 int slot; field in JDWPStackFrameTestCase.VarInfo 66 public VarInfo(String name, int slot, String signature) { in VarInfo() 144 int slot = reply.getNextValueAsInt(); in jdwpGetVariableTable() local
|
/external/mdnsresponder/mDNSCore/ |
D | mDNS.c | 205 mDNSu32 slot; in GetAuthEntity() local 238 mDNSexport AuthGroup *AuthGroupForName(AuthHash *r, const mDNSu32 slot, const mDNSu32 namehash, con… in AuthGroupForName() 247 mDNSexport AuthGroup *AuthGroupForRecord(AuthHash *r, const mDNSu32 slot, const ResourceRecord *con… in AuthGroupForRecord() 252 mDNSlocal AuthGroup *GetAuthGroup(AuthHash *r, const mDNSu32 slot, const ResourceRecord *const rr) in GetAuthGroup() 283 const mDNSu32 slot = AuthHashSlot(rr->resrec.name); in InsertAuthRecord() local 300 const mDNSu32 slot = AuthHashSlot(rr->resrec.name); in RemoveAuthRecord() local 322 mDNSexport CacheGroup *CacheGroupForName(const mDNS *const m, const mDNSu32 slot, const mDNSu32 nam… in CacheGroupForName() 331 mDNSlocal CacheGroup *CacheGroupForRecord(const mDNS *const m, const mDNSu32 slot, const ResourceRe… in CacheGroupForRecord() 956 const mDNSu32 slot = AuthHashSlot(rr->resrec.name); in CheckAuthIdenticalRecord() local 983 const mDNSu32 slot = AuthHashSlot(rr->resrec.name); in CheckAuthRecordConflict() local [all …]
|
/external/elfutils/src/libdwfl/ |
D | dwfl_module_dwarf_cfi.c | 34 __libdwfl_set_cfi (Dwfl_Module *mod, Dwarf_CFI **slot, Dwarf_CFI *cfi) in __libdwfl_set_cfi()
|