Home
last modified time | relevance | path

Searched defs:table (Results 926 - 950 of 981) sorted by relevance

1...<<31323334353637383940

/third_party/node/deps/v8/src/compiler/
H A Dpipeline.cc732 SourcePositionWrapper(Reducer* reducer, SourcePositionTable* table) in SourcePositionWrapper() argument
755 NodeOriginsWrapper(Reducer* reducer, NodeOriginTable* table) in NodeOriginsWrapper() argument
[all...]
H A Deffect-control-linearizer.cc6516 Node* table = NodeProperties::GetValueInput(node, 0); in LowerFindOrderedHashMapEntry() local
6547 Node* table = NodeProperties::GetValueInput(node, 0); in LowerFindOrderedHashMapEntryForInt32Key() local
[all...]
/third_party/node/deps/v8/src/compiler/backend/arm64/
H A Dinstruction-selector-arm64.cc4095 bool TryMatchArchShuffle(const uint8_t* shuffle, const ShuffleEntry* table, in TryMatchArchShuffle() argument
/third_party/node/deps/v8/src/compiler/backend/ia32/
H A Dinstruction-selector-ia32.cc2850 bool TryMatchArchShuffle(const uint8_t* shuffle, const ShuffleEntry* table, in TryMatchArchShuffle() argument
/third_party/node/deps/v8/src/compiler/backend/loong64/
H A Dinstruction-selector-loong64.cc2931 bool TryMatchArchShuffle(const uint8_t* shuffle, const ShuffleEntry* table, in TryMatchArchShuffle() argument
/third_party/node/deps/v8/src/profiler/
H A Dheap-snapshot-generator.cc1255 ExtractEphemeronHashTableReferences( HeapEntry* entry, EphemeronHashTable table) ExtractEphemeronHashTableReferences() argument
[all...]
/third_party/skia/third_party/externals/angle2/src/libANGLE/
H A DvalidationGL4.cpp1577 ValidateGetnColorTable(const Context *context, angle::EntryPoint entryPoint, GLenum target, GLenum format, GLenum type, GLsizei bufSize, const void *table) ValidateGetnColorTable() argument
/third_party/skia/third_party/externals/sfntly/java/src/com/google/typography/font/sfntly/table/core/
H A DNameTable.java[all...]
H A DOS2Table.java
/third_party/skia/third_party/externals/sfntly/java/src/com/google/typography/font/sfntly/table/opentype/
H A DLanguageTag.java
/third_party/skia/third_party/externals/imgui/
H A Dimstb_truetype.h2459 stbtt_uint8 *table = lookupTable + subtableOffset; in stbtt__GetGlyphGPOSInfoAdvance() local
[all...]
H A Dimgui_draw.cpp2291 void ImFontAtlasBuildMultiplyRectAlpha8(const unsigned char table[256], unsigned char* pixels, int x, int y, int w, int h, int stride) in ImFontAtlasBuildMultiplyRectAlpha8() argument
/third_party/skia/third_party/externals/icu/source/tools/tzcode/
H A Dzic.c2884 byword(register const char *const word, register const struct lookup *const table) byword() argument
/third_party/skia/third_party/externals/angle2/src/third_party/volk/
H A Dvolk.c123 void volkLoadDeviceTable(struct VolkDeviceTable* table, VkDevice device) in volkLoadDeviceTable() argument
723 static void volkGenLoadDeviceTable(struct VolkDeviceTable* table, void* context, PFN_vkVoidFunction (*load)(void*, const char*)) in volkGenLoadDeviceTable() argument
[all...]
/third_party/skia/third_party/externals/harfbuzz/src/
H A Dhb-ot-layout-common.hh139 const void *table; member
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/
H A DX86InstrInfo.cpp6779 const uint16_t *table in setExecutionDomainCustom() local
6869 const uint16_t *table = lookup(MI.getOpcode(), dom, ReplaceableInstrs); setExecutionDomain() local
[all...]
/third_party/python/Objects/
H A Dlongobject.c4387 PyLongObject *table[EXP_TABLE_LEN]; in long_pow() local
[all...]
/third_party/mesa3d/src/gallium/include/pipe/
H A Dp_video_state.h681 } table[2]; member
/third_party/ltp/testcases/kernel/fs/scsi/ltpscsi/
H A Dscsimain.c5368 int status = 0, i, len, reallen, table, k; in read_defect_list() local
[all...]
/third_party/node/deps/v8/src/execution/arm/
H A Dsimulator-arm.cc4918 uint64_t table; in DecodeAdvancedSIMDTwoOrThreeRegisters() local
/third_party/node/deps/v8/src/ic/
H A Daccessor-assembler.cc2922 StubCache::Table table = static_cast<StubCache::Table>(table_id); in TryProbeStubCacheTable() local
/third_party/node/deps/v8/src/heap/
H A Dmark-compact.cc1482 auto table = EphemeronHashTable::unchecked_cast(host); variable
2949 EphemeronHashTable table; in ClearWeakCollections() local
4549 EphemeronHashTable table = it->first; global() variable
[all...]
/third_party/node/deps/v8/src/objects/
H A Dobjects.cc5725 Handle<Derived> table = Handle<Derived>::cast(array); in NewInternal() local
5851 EnsureCapacity( IsolateT* isolate, Handle<Derived> table, int n, AllocationType allocation) EnsureCapacity() argument
5912 Shrink(Isolate* isolate, Handle<Derived> table, int additional_capacity) Shrink() argument
5993 Add( Isolate* isolate, Handle<RegisteredSymbolTable> table, Handle<String> key, Handle<Symbol> symbol) Add() argument
6277 FillEntriesWithHoles( Handle<Derived> table) FillEntriesWithHoles() argument
6356 Put(Handle<Derived> table, Handle<Object> key, Handle<Object> value) Put() argument
6371 Put(Isolate* isolate, Handle<Derived> table, Handle<Object> key, Handle<Object> value, int32_t hash) Put() argument
6414 Remove( Isolate* isolate, Handle<Derived> table, Handle<Object> key, bool* was_present) Remove() argument
6429 Remove( Isolate* isolate, Handle<Derived> table, Handle<Object> key, bool* was_present, int32_t hash) Remove() argument
6463 Handle<OrderedHashSet> table = isolate->factory()->NewOrderedHashSet(); Initialize() local
6481 Handle<OrderedHashMap> table = isolate->factory()->NewOrderedHashMap(); Initialize() local
6500 Handle<EphemeronHashTable> table = EphemeronHashTable::New(isolate, 0); Initialize() local
[all...]
/third_party/mesa3d/src/imgui/
H A Dimgui_draw.cpp1740 void ImFontAtlasBuildMultiplyRectAlpha8(const unsigned char table[256], unsigned char* pixels, int x, int y, int w, int h, int stride) in ImFontAtlasBuildMultiplyRectAlpha8() argument
/third_party/skia/third_party/externals/angle2/src/libGL/
H A Dentry_points_gl_4_autogen.cpp7758 GL_GetnColorTable(GLenum target, GLenum format, GLenum type, GLsizei bufSize, void *table) in GL_GetnColorTable() argument

Completed in 180 milliseconds

1...<<31323334353637383940