/third_party/musl/porting/uniproton/kernel/src/math/ |
H A D | exp_data.h | 23 uint64_t tab[2*(1 << EXP_TABLE_BITS)]; member
|
H A D | log_data.h | 20 } tab[1 << LOG_TABLE_BITS]; member
|
H A D | pow_data.h | 19 } tab[1 << POW_LOG_TABLE_BITS]; member
|
/third_party/musl/porting/liteos_a/kernel/src/math/ |
H A D | pow_data.h | 19 } tab[1 << POW_LOG_TABLE_BITS]; member
|
H A D | exp_data.h | 23 uint64_t tab[2*(1 << EXP_TABLE_BITS)]; member
|
/third_party/musl/porting/liteos_m/kernel/src/math/ |
H A D | exp_data.h | 23 uint64_t tab[2*(1 << EXP_TABLE_BITS)]; member
|
H A D | log_data.h | 20 } tab[1 << LOG_TABLE_BITS]; member
|
H A D | pow_data.h | 19 } tab[1 << POW_LOG_TABLE_BITS]; member
|
/third_party/musl/src/math/ |
H A D | exp_data.h | 23 uint64_t tab[2*(1 << EXP_TABLE_BITS)]; member
|
H A D | pow_data.h | 19 } tab[1 << POW_LOG_TABLE_BITS]; member
|
H A D | log_data.h | 20 } tab[1 << LOG_TABLE_BITS]; member
|
H A D | log2_data.h | 20 } tab[1 << LOG2_TABLE_BITS]; member
|
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_exit/ |
H A D | 3-2.c | 94 static int tab[4]; variable [all...] |
/third_party/mesa3d/src/util/ |
H A D | format_srgb.h | 98 unsigned tab, bias, scale, t; in util_format_linear_float_to_srgb_8unorm() local
|
/third_party/musl/libc-test/src/functional/ |
H A D | search_tsearch.c | 16 static struct e tab[100]; variable
|
/third_party/skia/third_party/externals/expat/expat/gennmtab/ |
H A D | gennmtab.c | 387 setTab(char *tab, struct range *ranges, size_t nRanges) { in setTab() argument 400 printTabs(char *tab) { in printTabs() argument 446 char tab[ in main() local [all...] |
/third_party/ffmpeg/libavcodec/tests/ |
H A D | snowenc.c | 132 int tab[4]={0,2,3,1}; in main() local
|
/third_party/ffmpeg/tests/checkasm/ |
H A D | motion.c | 30 static void fill_random(uint8_t *tab, int size) in fill_random() argument
|
/third_party/mesa3d/src/freedreno/decode/ |
H A D | util.h | 39 tab(int lvl) in tab() function
|
/third_party/musl/libc-test/src/common/ |
H A D | rand.c | 94 static int insert(uint64_t *tab, size_t len, uint64_t v) in insert() argument 112 uint64_t *tab; in t_choose() local [all...] |
/foundation/ability/idl_tool/metadata/ |
H A D | metadata_dumper.cpp | 21 const char* MetadataDumper::tab = " "; member in OHOS::Idl::MetadataDumper [all...] |
/foundation/graphic/graphic_2d/rosen/modules/2d_engine/rosen_text/adapter/skia_txt/ |
H A D | convert.cpp | 276 SPText::TextTab Convert(const TextTab& tab) in Convert() argument
|
/kernel/linux/linux-5.10/arch/arm/mach-s3c/ |
H A D | init.c | 31 s3c_lookup_cpu(unsigned long idcode, struct cpu_table *tab, unsigned int count) s3c_lookup_cpu() argument
|
/kernel/linux/linux-5.10/drivers/block/zram/zram_group/ |
H A D | zlist.h | 29 static inline struct zlist_node *idx2node(u32 idx, struct zlist_table *tab) in idx2node() argument 34 static inline u32 next_idx(u32 idx, struct zlist_table *tab) in next_idx() argument 39 static inline u32 prev_idx(u32 idx, struct zlist_table *tab) in prev_idx() argument 44 static inline void zlist_table_free(struct zlist_table *tab) in zlist_table_free() argument 60 zlist_add(u32 hid, u32 idx, struct zlist_table *tab) zlist_add() argument 67 zlist_add_tail(u32 hid, u32 idx, struct zlist_table *tab) zlist_add_tail() argument 74 zlist_del(u32 hid, u32 idx, struct zlist_table *tab) zlist_del() argument [all...] |
/kernel/linux/linux-6.6/arch/arm/mach-s3c/ |
H A D | init.c | 31 s3c_lookup_cpu(unsigned long idcode, struct cpu_table *tab, unsigned int count) s3c_lookup_cpu() argument
|