Home
last modified time | relevance | path

Searched defs:table (Results 1101 - 1125 of 1217) sorted by relevance

1...<<414243444546474849

/third_party/python/Modules/_ctypes/
H A D_ctypes_test.c433 int table[] = {1, 2, 3, 4, 5, 6, 7, 8, 9, 10}; in _testfunc_callback_with_pointer() local
/third_party/python/Modules/expat/
H A Dxmltok.c1406 XmlInitUnknownEncoding(void *mem, int *table, CONVERTER convert, in XmlInitUnknownEncoding() argument
1669 XmlInitUnknownEncodingNS(void *mem, int *table, CONVERTER convert, in XmlInitUnknownEncodingNS() argument
/third_party/skia/third_party/externals/abseil-cpp/absl/container/
H A Dbtree_test.cc898 void TestHeterogeneous(T table) { in TestHeterogeneous() argument
[all...]
/third_party/skia/third_party/externals/abseil-cpp/absl/container/internal/
H A Draw_hash_set_test.cc2004 IntTable table; TEST() local
[all...]
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant/
H A Dscan.c2513 static unsigned int max_rate(const struct minsnr_bitrate_entry table[], in max_rate() argument
2556 static unsigned int max_he_rate(const struct minsnr_bitrate_entry table[], in max_he_rate() argument
[all...]
/device/soc/rockchip/common/vendor/drivers/devfreq/
H A Drockchip_dmc.c1842 static int rockchip_get_freq_map_talbe(struct device_node *np, char *porp_name, struct freq_map_table **table) in rockchip_get_freq_map_talbe() argument
1888 static int rockchip_get_rl_map_talbe(struct device_node *np, char *porp_name, struct rl_map_table **table) in rockchip_get_rl_map_talbe() argument
/device/soc/rockchip/common/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd_wifi6/
H A Ddhd_wlfc.c634 wlfc_mac_descriptor_t* table = ctx->destination_entries.nodes; in _dhd_wlfc_find_table_entry() local
1747 wlfc_mac_descriptor_t* table; in _dhd_wlfc_cleanup() local
2109 wlfc_mac_descriptor_t* table = _dhd_wlfc_find_mac_desc_id_from_mac() local
2648 wlfc_mac_descriptor_t* table; _dhd_wlfc_mac_table_update() local
2713 wlfc_mac_descriptor_t* table; _dhd_wlfc_psmode_update() local
2749 wlfc_mac_descriptor_t* table; _dhd_wlfc_interface_update() local
2775 wlfc_mac_descriptor_t* table; _dhd_wlfc_credit_request() local
2807 wlfc_mac_descriptor_t* table; _dhd_wlfc_packet_request() local
[all...]
/device/soc/rockchip/rk3588/kernel/drivers/video/rockchip/mpp/
H A Dmpp_common.h226 const u16 * const table; member
/device/soc/rockchip/rk3588/kernel/drivers/devfreq/
H A Drockchip_dmc.c1997 rockchip_get_freq_map_talbe(struct device_node *np, char *porp_name, struct freq_map_table **table) rockchip_get_freq_map_talbe() argument
2041 rockchip_get_rl_map_talbe(struct device_node *np, char *porp_name, struct rl_map_table **table) rockchip_get_rl_map_talbe() argument
/foundation/arkui/ace_engine/frameworks/core/components/common/properties/
H A Dtext_style.h63 static const LinearEnumMapNode<FontStyle, std::string> table[] = { in ToString() local
73 static const LinearEnumMapNode<FontStyle, std::string> table[] = { in ToStringNDK() local
94 static const LinearEnumMapNode<TextBaseline, std::string> table[] = { in ToString() local
116 static const LinearEnumMapNode<TextCase, std::string> table[] = { ToString() local
135 static const LinearEnumMapNode<EllipsisMode, std::string> table[] = { ToString() local
151 static const LinearEnumMapNode<WordBreak, std::string> table[] = { ToString() local
193 static const LinearEnumMapNode<PlaceholderAlignment, std::string> table[] = { ToString() local
[all...]
/foundation/multimedia/media_library/frameworks/innerkitsimpl/medialibrary_data_extension/src/
H A Dmedialibrary_asset_operations.cpp2422 static inline int32_t DeleteDbByIds(const string &table, vector<string> &ids, const bool compatible) in DeleteDbByIds() argument
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/relational/
H A Drelational_sync_able_storage.cpp836 TableInfo table in CheckAndInitQueryCondition() local
2066 CheckTableSupportCompensatedSync(const TableSchema &table) CheckTableSupportCompensatedSync() argument
2116 IsTableExistReference(const std::string &table) IsTableExistReference() argument
2128 IsTableExistReferenceOrReferenceBy(const std::string &table) IsTableExistReferenceOrReferenceBy() argument
[all...]
/third_party/backends/backend/
H A Depson.c1310 int table; in set_gamma_table() local
[all...]
H A Dmustek.c2706 SANE_Int i, j, table = 0, len = 0, bytes_per_channel, num_channels = 1; in gamma_correction() local
[all...]
H A Dpie.c1955 pie_dwnld_gamma_one (Pie_Scanner * scanner, int filter, SANE_Int * table) in pie_dwnld_gamma_one() argument
2050 SANE_Int *table; in pie_dwnld_gamma() local
[all...]
/third_party/backends/backend/genesys/
H A Dgenesys.cpp518 std::vector<std::uint8_t> table; in scanner_send_slope_table() local
[all...]
/third_party/icu/icu4c/source/common/
H A Duresbund.cpp2057 getTableItemByKeyPath(const ResourceData *pResData, Resource table, const char *key) getTableItemByKeyPath() argument
[all...]
/third_party/node/deps/v8/src/wasm/
H A Dwasm-objects.cc258 int WasmTableObject::Grow(Isolate* isolate, Handle<WasmTableObject> table, in Grow() argument
317 IsInBounds(Isolate* isolate, Handle<WasmTableObject> table, uint32_t entry_index) IsInBounds() argument
323 IsValidElement(Isolate* isolate, Handle<WasmTableObject> table, Handle<Object> entry) IsValidElement() argument
339 SetFunctionTableEntry(Isolate* isolate, Handle<WasmTableObject> table, Handle<FixedArray> entries, int entry_index, Handle<Object> entry) SetFunctionTableEntry() argument
372 Set(Isolate* isolate, Handle<WasmTableObject> table, uint32_t index, Handle<Object> entry) Set() argument
408 Get(Isolate* isolate, Handle<WasmTableObject> table, uint32_t index) Get() argument
464 Fill(Isolate* isolate, Handle<WasmTableObject> table, uint32_t start, Handle<Object> entry, uint32_t count) Fill() argument
477 UpdateDispatchTables(Isolate* isolate, WasmTableObject table, int entry_index, const wasm::WasmFunction* func, WasmInstanceObject target_instance) UpdateDispatchTables() argument
527 UpdateDispatchTables(Isolate* isolate, Handle<WasmTableObject> table, int entry_index, Handle<WasmJSFunction> function) UpdateDispatchTables() argument
549 UpdateDispatchTables( Isolate* isolate, Handle<WasmTableObject> table, int entry_index, Handle<WasmCapiFunction> capi_function) UpdateDispatchTables() argument
614 ClearDispatchTables(Isolate* isolate, Handle<WasmTableObject> table, int index) ClearDispatchTables() argument
634 SetFunctionTablePlaceholder( Isolate* isolate, Handle<WasmTableObject> table, int entry_index, Handle<WasmInstanceObject> instance, int func_index) SetFunctionTablePlaceholder() argument
648 GetFunctionTableEntry( Isolate* isolate, const WasmModule* module, Handle<WasmTableObject> table, int entry_index, bool* is_valid, bool* is_null, MaybeHandle<WasmInstanceObject>* instance, int* function_index, MaybeHandle<WasmJSFunction>* maybe_js_function) GetFunctionTableEntry() argument
691 IftNativeAllocations(Handle<WasmIndirectFunctionTable> table, uint32_t size) IftNativeAllocations() argument
701 resize(Handle<WasmIndirectFunctionTable> table, uint32_t new_size) resize() argument
721 auto table = Handle<WasmIndirectFunctionTable>::cast( New() local
748 Resize(Isolate* isolate, Handle<WasmIndirectFunctionTable> table, uint32_t new_size) Resize() argument
1148 Handle<WasmIndirectFunctionTable> table = EnsureIndirectFunctionTableWithMinimumSize() local
[all...]
H A Dmodule-decoder.cc818 WasmTable* table = &module_->tables.back(); in DecodeImportSection() local
911 WasmTable* table = &module_->tables.back(); DecodeTableSection() local
998 WasmTable* table = nullptr; DecodeExportSection() local
1734 consume_table_index(WasmModule* module, WasmTable** table) consume_table_index() argument
[all...]
/third_party/ntfs-3g/ntfsprogs/
H A Dmkntfs.c312 static uint64_t table[256]; in crc64() local
/third_party/node/deps/brotli/c/enc/
H A Dencode.c238 int* table; in GetHashTable() local
999 int* table; EncodeData() local
1660 int* table; BrotliEncoderCompressStreamFast() local
[all...]
/third_party/node/deps/icu-small/source/common/
H A Duresbund.cpp2059 getTableItemByKeyPath(const ResourceData *pResData, Resource table, const char *key) getTableItemByKeyPath() argument
[all...]
/third_party/icu/icu4j/main/classes/charset/src/com/ibm/icu/charset/
H A DCharsetMBCS.java1262 MBCS_SINGLE_RESULT_FROM_U(char[] table, char[] results, int c) MBCS_SINGLE_RESULT_FROM_U() argument
1269 MBCS_SINGLE_RESULT_FROM_U_SET(char[] table, char[] results, int c, int newValue) MBCS_SINGLE_RESULT_FROM_U_SET() argument
1276 MBCS_STAGE_2_FROM_U(char[] table, int[] tableInts, int c) MBCS_STAGE_2_FROM_U() argument
[all...]
/third_party/node/deps/v8/src/compiler/backend/arm/
H A Dinstruction-selector-arm.cc2968 bool TryMatchArchShuffle(const uint8_t* shuffle, const ShuffleEntry* table, in TryMatchArchShuffle() argument
/third_party/node/deps/v8/src/compiler/backend/mips/
H A Dinstruction-selector-mips.cc2419 bool TryMatchArchShuffle(const uint8_t* shuffle, const ShuffleEntry* table, in TryMatchArchShuffle() argument

Completed in 80 milliseconds

1...<<414243444546474849