| /third_party/node/deps/v8/src/compiler/backend/arm64/ |
| H A D | instruction-selector-arm64.cc | 4095 bool TryMatchArchShuffle(const uint8_t* shuffle, const ShuffleEntry* table, in TryMatchArchShuffle() argument
|
| /third_party/node/deps/v8/src/compiler/backend/ia32/ |
| H A D | instruction-selector-ia32.cc | 2850 bool TryMatchArchShuffle(const uint8_t* shuffle, const ShuffleEntry* table, in TryMatchArchShuffle() argument
|
| /third_party/node/deps/v8/src/compiler/backend/loong64/ |
| H A D | instruction-selector-loong64.cc | 2931 bool TryMatchArchShuffle(const uint8_t* shuffle, const ShuffleEntry* table, in TryMatchArchShuffle() argument
|
| /third_party/node/deps/v8/src/profiler/ |
| H A D | heap-snapshot-generator.cc | 1255 ExtractEphemeronHashTableReferences( HeapEntry* entry, EphemeronHashTable table) ExtractEphemeronHashTableReferences() argument [all...] |
| /third_party/skia/third_party/externals/angle2/src/libANGLE/ |
| H A D | validationGL4.cpp | 1577 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 D | NameTable.java | [all...] |
| H A D | OS2Table.java | |
| /third_party/skia/third_party/externals/sfntly/java/src/com/google/typography/font/sfntly/table/opentype/ |
| H A D | LanguageTag.java | |
| /third_party/skia/third_party/externals/imgui/ |
| H A D | imstb_truetype.h | 2459 stbtt_uint8 *table = lookupTable + subtableOffset; in stbtt__GetGlyphGPOSInfoAdvance() local [all...] |
| /third_party/skia/third_party/externals/icu/source/tools/tzcode/ |
| H A D | zic.c | 2884 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 D | volk.c | 123 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 D | hb-ot-layout-common.hh | 139 const void *table; member [all...] |
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/ |
| H A D | X86InstrInfo.cpp | 6779 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 D | longobject.c | 4387 PyLongObject *table[EXP_TABLE_LEN]; in long_pow() local [all...] |
| /device/soc/rockchip/common/sdk_linux/drivers/irqchip/ |
| H A D | irq-gic-v3-its.c | 2744 __le64 *table; allocate_vpe_l2_table() local 3280 __le64 *table; its_alloc_table_entry() local [all...] |
| /device/soc/rockchip/common/sdk_linux/kernel/sched/ |
| H A D | core.c | 1487 int sysctl_sched_uclamp_handler(struct ctl_table *table, int write, in sysctl_sched_uclamp_handler() argument 3464 int sysctl_numa_balancing(struct ctl_table *table, int write, void *buffer, in sysctl_numa_balancing() argument 3546 int sysctl_schedstats(struct ctl_table *table, int write, void *buffer, in sysctl_schedstats() argument
|
| /device/soc/rockchip/common/sdk_linux/drivers/gpu/drm/rockchip/ |
| H A D | rockchip_drm_vop.c | 414 const struct vop_hdr_table *table = vop->data->hdr_table; in vop_load_hdr2sdr_table() local 442 const struct vop_hdr_table *table = vop->data->hdr_table; vop_load_sdr2hdr_table() local 473 vop_load_csc_table(struct vop *vop, u32 offset, const u32 *table) vop_load_csc_table() argument [all...] |
| /device/soc/rockchip/common/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd_wifi6/ |
| H A D | bcmutils.c | 531 bcm_iovar_lookup(const bcm_iovar_t *table, const char *name) bcm_iovar_lookup() argument [all...] |
| /third_party/mesa3d/src/gallium/include/pipe/ |
| H A D | p_video_state.h | 681 } table[2]; member
|
| /third_party/ltp/testcases/kernel/fs/scsi/ltpscsi/ |
| H A D | scsimain.c | 5368 int status = 0, i, len, reallen, table, k; in read_defect_list() local [all...] |
| /third_party/node/deps/v8/src/compiler/ |
| H A D | effect-control-linearizer.cc | 6516 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/execution/arm/ |
| H A D | simulator-arm.cc | 4918 uint64_t table; in DecodeAdvancedSIMDTwoOrThreeRegisters() local
|
| /third_party/node/deps/v8/src/ic/ |
| H A D | accessor-assembler.cc | 2922 StubCache::Table table = static_cast<StubCache::Table>(table_id); in TryProbeStubCacheTable() local
|
| /third_party/node/deps/v8/src/heap/ |
| H A D | mark-compact.cc | 1482 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 D | objects.cc | 5725 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...] |