| /kernel/linux/linux-6.6/kernel/ |
| H A D | sysctl-test.c | 116 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 D | sysctl_net_ipv6.c | 33 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 D | map_to_7segment.h | 31 unsigned char table[128]; member
|
| /kernel/linux/patches/linux-5.10/prebuilts/usr/include/linux/ |
| H A D | map_to_7segment.h | 31 unsigned char table[128]; member
|
| /kernel/linux/patches/linux-4.19/prebuilts/usr/include/linux/ |
| H A D | map_to_7segment.h | 18 unsigned char table[128]; member
|
| /test/ostest/wukong/report/src/ |
| H A D | statistics_ability.cpp | 52 std::shared_ptr<Table> table = std::make_shared<Table>(headers_, record_); in StatisticsDetail() local
|
| /third_party/elfutils/libelf/ |
| H A D | nlist.c | 68 struct nlist_fshash *table; in nlist() local [all...] |
| /third_party/ffmpeg/libavcodec/ |
| H A D | fastaudio.c | 38 float table[8][64]; member [all...] |
| H A D | vlc.h | 33 VLCElem *table; member [all...] |
| /third_party/ffmpeg/libavfilter/ |
| H A D | af_tremolo.c | 30 double *table; member
|
| /third_party/backends/backend/genesys/ |
| H A D | motor.h | 105 std::vector<std::uint16_t> table; member
|
| /third_party/curl/lib/ |
| H A D | hash.h | 49 struct Curl_llist *table; member
|
| /third_party/cups-filters/cupsfilters/ |
| H A D | image-sgi.h | 54 **table, /* Offset table for compression */ member
|
| /third_party/icu/icu4c/source/common/ |
| H A D | locresdata.cpp | 75 icu::StackUResourceBundle table; in uloc_getTableStringWithFallback() local [all...] |
| /third_party/alsa-lib/include/ |
| H A D | search.h | 100 struct _ENTRY *table; member
|
| /third_party/icu/tools/cldr/cldr-to-icu/src/test/java/org/unicode/icu/tool/cldrtoicu/localedistance/ |
| H A D | DistanceTableTest.java | 160 getTrieTable(DistanceTable table) getTrieTable() argument [all...] |
| /third_party/icu/icu4j/tools/misc/src/com/ibm/icu/dev/tool/layout/ |
| H A D | DecompTable.java | 76 public static void sort(DecompEntry[] table, Vector decompVector) in sort() argument
|
| /third_party/lame/mpglib/ |
| H A D | huffman.h | 34 const short * const table; member
|
| /third_party/node/deps/v8/third_party/wasm-api/example/ |
| H A D | table.cc | 113 auto table = get_export_table(exports, i++); in run() local [all...] |
| /third_party/ninja/misc/ |
| H A D | ninja-mode.el | |
| /third_party/node/deps/icu-small/source/common/ |
| H A D | locresdata.cpp | 77 icu::StackUResourceBundle table; in uloc_getTableStringWithFallback() local [all...] |
| /third_party/mesa3d/src/mesa/main/ |
| H A D | hash.h | 139 _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 D | xf86drmHash.c | 107 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 D | 7zCrc.c | 60 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 D | crocus_formats.c | 40 static const enum isl_format table[PIPE_FORMAT_COUNT] = { in crocus_isl_format_for_pipe_format() local
|