Home
last modified time | relevance | path

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

12345

/third_party/musl/src/math/
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
H A Dvma.c310 util_vma_heap_print(struct util_vma_heap *heap, FILE *fp, const char *tab, uint64_t total_size) util_vma_heap_print() argument
/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
H A Dmotion.c46 static void fill_random(uint8_t *tab, int size) in fill_random() argument
/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...]
/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
/third_party/ffmpeg/libavcodec/
H A Dgsmdec_template.c35 const int16_t *tab = ff_gsm_dequant_tab[maxidx]; in apcm_dequant_add() local
H A Dqdm2_tablegen.h114 build_vlc(VLC *vlc, int nb_bits, int nb_codes, unsigned *offset, const uint8_t tab[][2]) build_vlc() argument
/third_party/backends/backend/
H A Dplustek-pp_procfs.c144 pTabDef tab = procfsCCDTypes98001; in procfsGetCCDType() local
/third_party/musl/src/crypt/
H A Dcrypt_md5.c30 static const uint32_t tab[64] = { variable
[all...]
/third_party/mesa3d/src/mesa/vbo/
H A Dvbo_noop.c130 struct _glapi_table *tab = ctx->Exec; in vbo_install_exec_vtxfmt_noop() local
148 struct _glapi_table *tab = ctx->Save; in vbo_install_save_vtxfmt_noop() local
/third_party/node/deps/npm/node_modules/postcss-selector-parser/dist/
H A DtokenTypes.js57 var tab = 9; // '\t'.charCodeAt(0); variable

Completed in 8 milliseconds

12345