Home
last modified time | relevance | path

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

1234567

/third_party/quickjs/
Dcutils.h150 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/
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/e2fsprogs/lib/et/
Dcom_right.c76 struct error_table tab; member
93 struct error_table *tab; in initialize_error_table_r() local
/third_party/musl/src/ctype/
Dcasemap.h1 static const unsigned char tab[] = { variable
/third_party/boost/libs/beast/test/extern/zlib-1.2.11/examples/
Denough.c112 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/
Denough.c112 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/
Dsearch_lsearch.c9 static char tab[100][W]; 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/mesa3d/src/mesa/main/
Dvtxfmt.c45 install_vtxfmt(struct gl_context *ctx, struct _glapi_table *tab, in install_vtxfmt()
/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
/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/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/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
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/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/boost/tools/build/src/engine/
Dglob.cpp29 # define CHECK_BIT( tab, bit ) ( tab[ (bit)/8 ] & (1<<( (bit)%8 )) ) argument
/third_party/boost/libs/contract/example/features/
Doverload.cpp67 void lines::put(int x, bool tab, in put()
159 void put(int x, bool tab = false, in put()
/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

1234567