Home
last modified time | relevance | path

Searched defs:tab (Results 1 - 25 of 123) sorted by relevance

12345

/third_party/musl/src/ctype/
H A Dcasemap.h1 static const unsigned char tab[] = { variable
/third_party/musl/libc-test/src/functional/
H A Dsearch_lsearch.c9 static char tab[100][W]; variable
/third_party/node/deps/openssl/openssl/crypto/bn/
H A Dbn_kron.c30 static const int tab[8] = { 0, 1, 0, -1, 0, -1, 0, 1 }; in BN_kronecker() local
/third_party/openssl/crypto/bn/
H A Dbn_kron.c30 static const int tab[8] = { 0, 1, 0, -1, 0, -1, 0, 1 }; in BN_kronecker() local
/third_party/musl/porting/liteos_a/kernel/src/math/
H A Dlog2f_data.h15 } tab[1 << LOG2F_TABLE_BITS]; member
H A Dlogf_data.h15 } tab[1 << LOGF_TABLE_BITS]; member
H A Dpowf_data.h22 } tab[1 << POWF_LOG2_TABLE_BITS]; member
H A Dexp2f_data.h15 uint64_t tab[1 << EXP2F_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
H A Dpow_data.h19 } tab[1 << POW_LOG_TABLE_BITS]; member
/third_party/musl/src/math/
H A Dexp2f_data.h15 uint64_t tab[1 << EXP2F_TABLE_BITS]; member
H A Dlogf_data.h15 } tab[1 << LOGF_TABLE_BITS]; member
H A Dlog2f_data.h15 } tab[1 << LOG2F_TABLE_BITS]; member
H A Dpowf_data.h22 } tab[1 << POWF_LOG2_TABLE_BITS]; member
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 D2-2.c93 static int tab[3]; variable
/third_party/openGLES/extensions/
H A Dprintreg.py8 def tab(): function
/third_party/skia/third_party/externals/opengl-registry/extensions/
H A Dprintreg.py20 def tab(): function
/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_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

Completed in 8 milliseconds

12345