/third_party/skia/third_party/externals/expat/expat/gennmtab/ |
D | gennmtab.c | 387 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/musl/src/ctype/ |
D | casemap.h | 1 static const unsigned char tab[] = { variable
|
/third_party/musl/libc-test/src/common/ |
D | rand.c | 94 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/ |
D | math_config.h | 325 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
|
D | v_powf.c | 35 uint64_t tab[1 << V_EXP2F_TABLE_BITS]; member 47 } tab[1 << V_POWF_LOG2_TABLE_BITS]; member
|
D | v_math.h | 231 v_lookup_f32 (const f32_t *tab, v_u32_t idx) in v_lookup_f32() 236 v_lookup_u32 (const u32_t *tab, v_u32_t idx) in v_lookup_u32() 351 v_lookup_f64 (const f64_t *tab, v_u64_t idx) in v_lookup_f64() 356 v_lookup_u64 (const u64_t *tab, v_u64_t idx) in v_lookup_u64() 500 v_lookup_f32 (const f32_t *tab, v_u32_t idx) in v_lookup_f32() 505 v_lookup_u32 (const u32_t *tab, v_u32_t idx) in v_lookup_u32() 624 v_lookup_f64 (const f64_t *tab, v_u64_t idx) in v_lookup_f64() 629 v_lookup_u64 (const u64_t *tab, v_u64_t idx) in v_lookup_u64()
|
/third_party/musl/libc-test/src/functional/ |
D | search_lsearch.c | 9 static char tab[100][W]; variable
|
/third_party/openssl/crypto/bn/ |
D | bn_kron.c | 30 static const int tab[8] = { 0, 1, 0, -1, 0, -1, 0, 1 }; in BN_kronecker() local
|
/third_party/mesa3d/src/mesa/vbo/ |
D | vbo_noop.c | 130 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/musl/porting/liteos_a/kernel/src/math/ |
D | log2f_data.h | 15 } tab[1 << LOG2F_TABLE_BITS]; member
|
D | logf_data.h | 15 } tab[1 << LOGF_TABLE_BITS]; member
|
D | exp2f_data.h | 15 uint64_t tab[1 << EXP2F_TABLE_BITS]; member
|
D | powf_data.h | 22 } tab[1 << POWF_LOG2_TABLE_BITS]; member
|
/third_party/musl/src/math/ |
D | log2f_data.h | 15 } tab[1 << LOG2F_TABLE_BITS]; member
|
D | exp2f_data.h | 15 uint64_t tab[1 << EXP2F_TABLE_BITS]; member
|
D | logf_data.h | 15 } tab[1 << LOGF_TABLE_BITS]; member
|
D | powf_data.h | 22 } tab[1 << POWF_LOG2_TABLE_BITS]; member
|
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_exit/ |
D | 2-2.c | 93 static int tab[3]; variable
|
D | 3-2.c | 94 static int tab[4]; variable
|
/third_party/zlib/examples/ |
D | enough.c | 118 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/ |
D | Improved_keyof_with_intersection_types_1.ts | 30 let tab: TAB; variable
|
/third_party/ffmpeg/tests/checkasm/ |
D | h264qpel.c | 62 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/ |
D | optimize.c | 199 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
|
/third_party/skia/third_party/externals/opengl-registry/extensions/ |
D | printreg.py | 20 def tab(): function
|
/third_party/openGLES/extensions/ |
D | printreg.py | 8 def tab(): function
|