Home
last modified time | relevance | path

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

1234567

/third_party/uboot/u-boot-2020.01/board/freescale/common/
Dcds_via.c11 pci_dev_t dev, struct pci_config_table *tab) in mpc85xx_config_via()
40 pci_dev_t dev, struct pci_config_table *tab) in mpc85xx_config_via_usbide()
58 pci_dev_t dev, struct pci_config_table *tab) in mpc85xx_config_via_usb()
67 pci_dev_t dev, struct pci_config_table *tab) in mpc85xx_config_via_usb2()
76 pci_dev_t dev, struct pci_config_table *tab) in mpc85xx_config_via_power()
87 pci_dev_t dev, struct pci_config_table *tab) in mpc85xx_config_via_ac97()
/third_party/uboot/u-boot-2020.01/arch/x86/lib/
Dsfi.c32 static void *get_entry_start(struct table_info *tab) in get_entry_start()
43 static void finish_table(struct table_info *tab, const char *sig, void *entry) in finish_table()
60 static int sfi_write_system_header(struct table_info *tab) in sfi_write_system_header()
75 static int sfi_write_cpus(struct table_info *tab) in sfi_write_cpus()
103 static int sfi_write_apic(struct table_info *tab) in sfi_write_apic()
117 static int sfi_write_xsdt(struct table_info *tab) in sfi_write_xsdt()
/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/zlib/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/boringssl/src/crypto/fipsmodule/bn/
Djacobi.c69 static const int tab[8] = {0, 1, 0, -1, 0, -1, 0, 1}; in bn_jacobi() 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
/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/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_exit/
D2-2.c93 int tab[3]; variable
/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/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.c61 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

1234567