Home
last modified time | relevance | path

Searched defs:tab (Results 1 – 25 of 137) sorted by relevance

123456

/third_party/skia/third_party/externals/expat/expat/gennmtab/
Dgennmtab.c387 setTab(char *tab, struct range *ranges, size_t nRanges) { in setTab()
400 printTabs(char *tab) { in printTabs()
446 char tab[2 * 65536]; in main() local
/third_party/node/deps/v8/tools/turbolizer/src/
Dtabs.ts40 for (const tab of this.tabBar.querySelectorAll(".nav-tabs > li")) { constant
90 const tab = document.getElementById(tabId) as HTMLLIElement; constant
/third_party/node/test/fixtures/wpt/wasm/webapi/esm-integration/resources/
Djs-wasm-cycle-table.js1 export const tab = new WebAssembly.Table({ element: "anyfunc" }); constant
/third_party/musl/src/ctype/
Dcasemap.h1 static const unsigned char tab[] = { variable
/third_party/musl/libc-test/src/common/
Drand.c94 static int insert(uint64_t *tab, size_t len, uint64_t v) in insert()
112 uint64_t *tab; in t_choose() local
/third_party/optimized-routines/math/
Dmath_config.h325 uint64_t tab[1 << EXP2F_TABLE_BITS]; member
340 } tab[1 << LOGF_TABLE_BITS]; member
352 } tab[1 << LOG2F_TABLE_BITS]; member
369 } tab[1 << POWF_LOG2_TABLE_BITS]; member
393 uint64_t tab[2*(1 << EXP_TABLE_BITS)]; member
405 struct {double invc, logc;} tab[1 << LOG_TABLE_BITS]; member
420 struct {double invc, logc;} tab[1 << LOG2_TABLE_BITS]; member
434 struct {double invc, pad, logc, logctail;} tab[1 << POW_LOG_TABLE_BITS]; member
Dv_powf.c35 uint64_t tab[1 << V_EXP2F_TABLE_BITS]; member
47 } tab[1 << V_POWF_LOG2_TABLE_BITS]; member
/third_party/musl/libc-test/src/functional/
Dsearch_lsearch.c9 static char tab[100][W]; variable
/third_party/openssl/crypto/bn/
Dbn_kron.c30 static const int tab[8] = { 0, 1, 0, -1, 0, -1, 0, 1 }; in BN_kronecker() local
/third_party/node/deps/openssl/openssl/crypto/bn/
Dbn_kron.c30 static const int tab[8] = { 0, 1, 0, -1, 0, -1, 0, 1 }; in BN_kronecker() local
/third_party/mesa3d/src/mesa/vbo/
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/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_exit/
D2-2.c93 static int tab[3]; variable
D3-2.c94 static int tab[4]; variable
/third_party/musl/porting/liteos_a/kernel/src/math/
Dlog2f_data.h15 } tab[1 << LOG2F_TABLE_BITS]; member
Dlogf_data.h15 } tab[1 << LOGF_TABLE_BITS]; member
Dexp2f_data.h15 uint64_t tab[1 << EXP2F_TABLE_BITS]; member
Dpowf_data.h22 } tab[1 << POWF_LOG2_TABLE_BITS]; member
/third_party/musl/src/math/
Dlog2f_data.h15 } tab[1 << LOG2F_TABLE_BITS]; member
Dexp2f_data.h15 uint64_t tab[1 << EXP2F_TABLE_BITS]; member
Dlogf_data.h15 } tab[1 << LOGF_TABLE_BITS]; member
Dpowf_data.h22 } tab[1 << POWF_LOG2_TABLE_BITS]; member
/third_party/zlib/examples/
Denough.c118 struct tab { // type for been-here check struct
119 size_t len; // allocated length of bit vector in octets
120 char *vec; // allocated bit vector
/third_party/typescript/tests/ts_extra_tests/test_ts_cases/2.8/
DImproved_keyof_with_intersection_types_1.ts30 let tab: TAB; variable
/third_party/ffmpeg/tests/checkasm/
Dh264qpel.c62 qpel_mc_func (*tab)[16] = op ? h.avg_h264_qpel_pixels_tab : h.put_h264_qpel_pixels_tab; in checkasm_check_h264qpel() local
/third_party/selinux/libsepol/src/
Doptimize.c199 static int is_avrule_redundant(avtab_ptr_t entry, avtab_t *tab, in is_avrule_redundant()
297 avtab_t *tab = &p->te_avtab; in optimize_avtab() local
375 avtab_t *tab = &p->te_cond_avtab; in optimize_cond_avtab() local

123456