/third_party/quickjs/ |
D | cutils.h | 150 static inline uint64_t get_u64(const uint8_t *tab) in get_u64() 155 static inline int64_t get_i64(const uint8_t *tab) in get_i64() 160 static inline void put_u64(uint8_t *tab, uint64_t val) in put_u64() 165 static inline uint32_t get_u32(const uint8_t *tab) in get_u32() 170 static inline int32_t get_i32(const uint8_t *tab) in get_i32() 175 static inline void put_u32(uint8_t *tab, uint32_t val) in put_u32() 180 static inline uint32_t get_u16(const uint8_t *tab) in get_u16() 185 static inline int32_t get_i16(const uint8_t *tab) in get_i16() 190 static inline void put_u16(uint8_t *tab, uint16_t val) in put_u16() 195 static inline uint32_t get_u8(const uint8_t *tab) in get_u8() [all …]
|
/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/e2fsprogs/lib/et/ |
D | com_right.c | 76 struct error_table tab; member 93 struct error_table *tab; in initialize_error_table_r() local
|
/third_party/musl/src/ctype/ |
D | casemap.h | 1 static const unsigned char tab[] = { variable
|
/third_party/boost/libs/beast/test/extern/zlib-1.2.11/examples/ |
D | enough.c | 112 struct tab { /* type for been here check */ struct 113 size_t len; /* length of bit vector in char's */ 114 char *vec; /* allocated bit vector */
|
/third_party/boost/tools/boost_install/test/iostreams/zlib-1.2.11/examples/ |
D | enough.c | 112 struct tab { /* type for been here check */ struct 113 size_t len; /* length of bit vector in char's */ 114 char *vec; /* allocated bit vector */
|
/third_party/musl/libc-test/src/functional/ |
D | search_lsearch.c | 9 static char tab[100][W]; 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/mesa3d/src/mesa/main/ |
D | vtxfmt.c | 45 install_vtxfmt(struct gl_context *ctx, struct _glapi_table *tab, in install_vtxfmt()
|
/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
|
/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/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/musl/porting/liteos_a/kernel/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/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/boost/tools/build/src/engine/ |
D | glob.cpp | 29 # define CHECK_BIT( tab, bit ) ( tab[ (bit)/8 ] & (1<<( (bit)%8 )) ) argument
|
/third_party/boost/libs/contract/example/features/ |
D | overload.cpp | 67 void lines::put(int x, bool tab, in put() 159 void put(int x, bool tab = false, in put()
|
/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
|