Home
last modified time | relevance | path

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

123456

/third_party/musl/porting/liteos_m/kernel/src/math/
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/musl/porting/liteos_a/kernel/src/math/
H A Dexp_data.h23 uint64_t tab[2*(1 << EXP_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
/third_party/ffmpeg/libavresample/
H A Dresample_template.c103 static void SET_TYPE(set_filter)(void *filter0, double *tab, int phase, in set_filter() argument
/third_party/musl/porting/linux/user/src/ctype/
H A Dtowctrans.c6 static const unsigned char tab[]; variable
/third_party/musl/libc-test/src/math/gen/
H A Drnd.c45 int insert(uint64_t *tab, size_t len, uint64_t v) in insert() argument
83 uint64_t *tab; in choose() local
[all...]
/third_party/musl/src/ctype/
H A Dtowctrans.c8 static const unsigned char tab[]; variable
/third_party/lwip/src/include/lwip/priv/
H A Dmemp_priv.h129 struct memp **tab; member
/base/security/selinux_adapter/framework/policycoreutils/src/
H A Dselinux_map.c61 HashTab *tab = (HashTab *)calloc(1, sizeof(HashTab) + sizeof(HashNode *) * MAX_BUCKET); in HashMapCreate() local
/base/startup/init/services/utils/
H A Dinit_hashmap.c36 HashTab *tab = (HashTab *)calloc(1, sizeof(HashTab) + sizeof(HashNode*) * info->maxBucket); in OH_HashMapCreate() local
49 GetHashNodeByNode(const HashTab *tab, const HashNode *root, const HashNode *new) GetHashNodeByNode() argument
62 GetHashNodeByKey(const HashTab *tab, const HashNode *root, const void *key, HashKeyCompare keyCompare) GetHashNodeByKey() argument
80 HashTab *tab = (HashTab *)handle; OH_HashMapAdd() local
100 HashTab *tab = (HashTab *)handle; OH_HashMapRemove() local
126 HashTab *tab = (HashTab *)handle; OH_HashMapGet() local
135 HashListFree(HashTab *tab, HashNode *root, void *context) HashListFree() argument
153 HashTab *tab = (HashTab *)handle; OH_HashMapDestory() local
165 HashTab *tab = (HashTab *)handle; OH_HashMapFind() local
175 HashTab *tab = (HashTab *)handle; OH_HashMapTraverse() local
189 HashTab *tab = (HashTab *)handle; OH_HashMapIsEmpty() local
[all...]
/foundation/communication/netmanager_base/frameworks/native/netconnclient/src/
H A Dhttp_proxy.cpp164 std::string tab = "\t"; in ToString() local
/third_party/ffmpeg/libavcodec/
H A Dgsmdec_template.c35 const int16_t *tab = ff_gsm_dequant_tab[maxidx]; in apcm_dequant_add() local

Completed in 8 milliseconds

123456