Home
last modified time | relevance | path

Searched defs:tab (Results 26 - 50 of 268) sorted by relevance

1234567891011

/third_party/musl/porting/uniproton/kernel/src/math/
H A Dexp_data.h23 uint64_t tab[2*(1 << EXP_TABLE_BITS)]; member
H A Dlog_data.h20 } tab[1 << LOG_TABLE_BITS]; member
H A Dpow_data.h19 } tab[1 << POW_LOG_TABLE_BITS]; member
/third_party/musl/porting/liteos_a/kernel/src/math/
H A Dpow_data.h19 } tab[1 << POW_LOG_TABLE_BITS]; member
H A Dexp_data.h23 uint64_t tab[2*(1 << EXP_TABLE_BITS)]; member
/third_party/musl/porting/liteos_m/kernel/src/math/
H A Dexp_data.h23 uint64_t tab[2*(1 << EXP_TABLE_BITS)]; member
H A Dlog_data.h20 } tab[1 << LOG_TABLE_BITS]; member
H A Dpow_data.h19 } tab[1 << POW_LOG_TABLE_BITS]; member
/third_party/musl/src/math/
H A Dexp_data.h23 uint64_t tab[2*(1 << EXP_TABLE_BITS)]; member
H A Dpow_data.h19 } tab[1 << POW_LOG_TABLE_BITS]; member
H A Dlog_data.h20 } tab[1 << LOG_TABLE_BITS]; member
H A Dlog2_data.h20 } tab[1 << LOG2_TABLE_BITS]; member
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_exit/
H A D3-2.c94 static int tab[4]; variable
[all...]
/third_party/mesa3d/src/util/
H A Dformat_srgb.h98 unsigned tab, bias, scale, t; in util_format_linear_float_to_srgb_8unorm() local
/third_party/musl/libc-test/src/functional/
H A Dsearch_tsearch.c16 static struct e tab[100]; variable
/third_party/skia/third_party/externals/expat/expat/gennmtab/
H A Dgennmtab.c387 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 Dsnowenc.c132 int tab[4]={0,2,3,1}; in main() local
/third_party/ffmpeg/tests/checkasm/
H A Dmotion.c30 static void fill_random(uint8_t *tab, int size) in fill_random() argument
/third_party/mesa3d/src/freedreno/decode/
H A Dutil.h39 tab(int lvl) in tab() function
/third_party/musl/libc-test/src/common/
H A Drand.c94 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 Dmetadata_dumper.cpp21 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 Dconvert.cpp276 SPText::TextTab Convert(const TextTab& tab) in Convert() argument
/kernel/linux/linux-5.10/arch/arm/mach-s3c/
H A Dinit.c31 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 Dzlist.h29 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 Dinit.c31 s3c_lookup_cpu(unsigned long idcode, struct cpu_table *tab, unsigned int count) s3c_lookup_cpu() argument

Completed in 9 milliseconds

1234567891011