Home
last modified time | relevance | path

Searched defs:table (Results 551 - 575 of 2759) sorted by relevance

1...<<21222324252627282930>>...111

/kernel/linux/linux-6.6/kernel/
H A Dsysctl-test.c116 struct ctl_table table = { in sysctl_test_api_dointvec_table_len_is_zero() local
150 struct ctl_table table = { in sysctl_test_api_dointvec_table_read_but_position_set() local
185 struct ctl_table table = { in sysctl_test_dointvec_read_happy_single_positive() local
216 struct ctl_table table = { sysctl_test_dointvec_read_happy_single_negative() local
245 struct ctl_table table = { sysctl_test_dointvec_write_happy_single_positive() local
275 struct ctl_table table = { sysctl_test_dointvec_write_happy_single_negative() local
307 struct ctl_table table = { sysctl_test_api_dointvec_write_single_less_int_min() local
345 struct ctl_table table = { sysctl_test_api_dointvec_write_single_greater_int_max() local
[all...]
/kernel/linux/linux-6.6/net/ipv6/
H A Dsysctl_net_ipv6.c33 static int proc_rt6_multipath_hash_policy(struct ctl_table *table, int write, in proc_rt6_multipath_hash_policy() argument
49 proc_rt6_multipath_hash_fields(struct ctl_table *table, int write, void *buffer, in proc_rt6_multipath_hash_fields() argument
/kernel/linux/patches/linux-6.6/prebuilts/usr/include/linux/
H A Dmap_to_7segment.h31 unsigned char table[128]; member
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/linux/
H A Dmap_to_7segment.h31 unsigned char table[128]; member
/kernel/linux/patches/linux-4.19/prebuilts/usr/include/linux/
H A Dmap_to_7segment.h18 unsigned char table[128]; member
/test/ostest/wukong/report/src/
H A Dstatistics_ability.cpp52 std::shared_ptr<Table> table = std::make_shared<Table>(headers_, record_); in StatisticsDetail() local
/third_party/elfutils/libelf/
H A Dnlist.c68 struct nlist_fshash *table; in nlist() local
[all...]
/third_party/ffmpeg/libavcodec/
H A Dfastaudio.c38 float table[8][64]; member
[all...]
H A Dvlc.h33 VLCElem *table; member
[all...]
/third_party/ffmpeg/libavfilter/
H A Daf_tremolo.c30 double *table; member
/third_party/backends/backend/genesys/
H A Dmotor.h105 std::vector<std::uint16_t> table; member
/third_party/curl/lib/
H A Dhash.h49 struct Curl_llist *table; member
/third_party/cups-filters/cupsfilters/
H A Dimage-sgi.h54 **table, /* Offset table for compression */ member
/third_party/icu/icu4c/source/common/
H A Dlocresdata.cpp75 icu::StackUResourceBundle table; in uloc_getTableStringWithFallback() local
[all...]
/third_party/alsa-lib/include/
H A Dsearch.h100 struct _ENTRY *table; member
/third_party/icu/tools/cldr/cldr-to-icu/src/test/java/org/unicode/icu/tool/cldrtoicu/localedistance/
H A DDistanceTableTest.java160 getTrieTable(DistanceTable table) getTrieTable() argument
[all...]
/third_party/icu/icu4j/tools/misc/src/com/ibm/icu/dev/tool/layout/
H A DDecompTable.java76 public static void sort(DecompEntry[] table, Vector decompVector) in sort() argument
/third_party/lame/mpglib/
H A Dhuffman.h34 const short * const table; member
/third_party/node/deps/v8/third_party/wasm-api/example/
H A Dtable.cc113 auto table = get_export_table(exports, i++); in run() local
[all...]
/third_party/ninja/misc/
H A Dninja-mode.el
/third_party/node/deps/icu-small/source/common/
H A Dlocresdata.cpp77 icu::StackUResourceBundle table; in uloc_getTableStringWithFallback() local
[all...]
/third_party/mesa3d/src/mesa/main/
H A Dhash.h139 _mesa_HashLockMutex(struct _mesa_HashTable *table) _mesa_HashLockMutex() argument
152 _mesa_HashUnlockMutex(struct _mesa_HashTable *table) _mesa_HashUnlockMutex() argument
195 _mesa_HashWalkMaybeLocked(const struct _mesa_HashTable *table, void (*callback)(void *data, void *userData), void *userData, bool locked) _mesa_HashWalkMaybeLocked() argument
206 _mesa_HashLookupMaybeLocked(struct _mesa_HashTable *table, GLuint key, bool locked) _mesa_HashLookupMaybeLocked() argument
216 _mesa_HashInsertMaybeLocked(struct _mesa_HashTable *table, GLuint key, void *data, GLboolean isGenName, bool locked) _mesa_HashInsertMaybeLocked() argument
227 _mesa_HashLockMaybeLocked(struct _mesa_HashTable *table, bool locked) _mesa_HashLockMaybeLocked() argument
234 _mesa_HashUnlockMaybeLocked(struct _mesa_HashTable *table, bool locked) _mesa_HashUnlockMaybeLocked() argument
[all...]
/third_party/libdrm/
H A Dxf86drmHash.c107 HashTablePtr table; drmHashCreate() local
118 HashTablePtr table = (HashTablePtr)t; drmHashDestroy() local
139 HashFind(HashTablePtr table, unsigned long key, unsigned long *h) HashFind() argument
169 HashTablePtr table = (HashTablePtr)t; drmHashLookup() local
182 HashTablePtr table = (HashTablePtr)t; drmHashInsert() local
201 HashTablePtr table = (HashTablePtr)t; drmHashDelete() local
218 HashTablePtr table = (HashTablePtr)t; drmHashNext() local
235 HashTablePtr table = (HashTablePtr)t; drmHashFirst() local
[all...]
/third_party/lzma/C/
H A D7zCrc.c60 UInt32 Z7_FASTCALL CrcUpdateT1(UInt32 v, const void *data, size_t size, const UInt32 *table) in CrcUpdateT1() argument
124 const UInt32 *table = g_CrcTable; in __crc32b() local
132 const UInt32 *table = g_CrcTable; in __crc32w() local
143 const UInt32 *table in __crc32d() local
174 CrcUpdateT0_32(UInt32 v, const void *data, size_t size, const UInt32 *table) CrcUpdateT0_32() argument
206 CrcUpdateT0_64(UInt32 v, const void *data, size_t size, const UInt32 *table) CrcUpdateT0_64() argument
[all...]
/third_party/mesa3d/src/gallium/drivers/crocus/
H A Dcrocus_formats.c40 static const enum isl_format table[PIPE_FORMAT_COUNT] = { in crocus_isl_format_for_pipe_format() local

Completed in 14 milliseconds

1...<<21222324252627282930>>...111