Home
last modified time | relevance | path

Searched defs:tbl (Results 1 - 25 of 546) sorted by relevance

12345678910>>...22

/kernel/linux/linux-5.10/arch/nds32/kernel/
H A Dex-scall.S33 #define tbl $r8 define
/third_party/ffmpeg/libavutil/ppc/
H A Dtimer.h32 uint32_t tbu, tbl, temp; in read_time() local
/kernel/linux/linux-5.10/drivers/gpu/drm/i915/
H A Di915_user_extensions.c16 i915_user_extensions(struct i915_user_extension __user *ext, const i915_user_extension_fn *tbl, unsigned int count, void *data) i915_user_extensions() argument
/kernel/linux/linux-6.6/drivers/gpu/drm/i915/
H A Di915_user_extensions.c16 i915_user_extensions(struct i915_user_extension __user *ext, const i915_user_extension_fn *tbl, unsigned int count, void *data) i915_user_extensions() argument
/third_party/mesa3d/src/mapi/
H A Du_current.c132 u_current_set_table(const struct _glapi_table *tbl) in u_current_set_table() argument
H A Dtable.h64 table_set_func(struct _glapi_table *tbl, int slot, mapi_func func) in table_set_func() argument
74 table_get_func(const struct _glapi_table *tbl, int slot) in table_get_func() argument
/third_party/skia/third_party/externals/libjpeg-turbo/
H A Djcomapi.c91 JQUANT_TBL *tbl; in jpeg_alloc_quant_table() local
103 JHUFF_TBL *tbl; in jpeg_alloc_huff_table() local
/kernel/linux/linux-5.10/arch/arm/kernel/
H A Dentry-header.S415 tbl .req r8 @ syscall table pointer label
/kernel/linux/linux-5.10/arch/loongarch/kernel/
H A Defi.c82 struct efi_boot_memmap *tbl; in efi_init() local
[all...]
/kernel/linux/linux-6.6/arch/loongarch/kernel/
H A Defi.c94 struct efi_boot_memmap *tbl; in efi_init() local
[all...]
/kernel/linux/linux-6.6/arch/arm/kernel/
H A Dentry-header.S428 tbl .req r8 @ syscall table pointer label
/kernel/linux/linux-5.10/drivers/infiniband/hw/vmw_pvrdma/
H A Dpvrdma_doorbell.c56 struct pvrdma_id_table *tbl = &dev->uar_table.tbl; in pvrdma_uar_table_init() local
78 struct pvrdma_id_table *tbl = &dev->uar_table.tbl; pvrdma_uar_table_cleanup() local
85 struct pvrdma_id_table *tbl; pvrdma_uar_alloc() local
117 struct pvrdma_id_table *tbl = &dev->uar_table.tbl; pvrdma_uar_free() local
[all...]
/kernel/linux/linux-6.6/ipc/
H A Dmq_sysctl.c85 struct ctl_table *tbl; in setup_mq_sysctls() local
127 struct ctl_table *tbl; retire_mq_sysctls() local
[all...]
/kernel/linux/linux-6.6/drivers/infiniband/hw/vmw_pvrdma/
H A Dpvrdma_doorbell.c56 struct pvrdma_id_table *tbl = &dev->uar_table.tbl; in pvrdma_uar_table_init() local
78 struct pvrdma_id_table *tbl = &dev->uar_table.tbl; pvrdma_uar_table_cleanup() local
85 struct pvrdma_id_table *tbl; pvrdma_uar_alloc() local
117 struct pvrdma_id_table *tbl = &dev->uar_table.tbl; pvrdma_uar_free() local
[all...]
/third_party/node/deps/openssl/openssl/crypto/asn1/
H A Dt_bitst.c47 int ASN1_BIT_STRING_num_asc(const char *name, BIT_STRING_BITNAME *tbl) in ASN1_BIT_STRING_num_asc() argument
15 ASN1_BIT_STRING_name_print(BIO *out, ASN1_BIT_STRING *bs, BIT_STRING_BITNAME *tbl, int indent) ASN1_BIT_STRING_name_print() argument
33 ASN1_BIT_STRING_set_asc(ASN1_BIT_STRING *bs, const char *name, int value, BIT_STRING_BITNAME *tbl) ASN1_BIT_STRING_set_asc() argument
/third_party/skia/third_party/externals/swiftshader/third_party/astc-encoder/Source/
H A Dastc_mathlib_softfloat.cpp104 static const int32_t tbl[64] = in sf16_to_sf32() local
/third_party/openssl/crypto/asn1/
H A Dt_bitst.c47 int ASN1_BIT_STRING_num_asc(const char *name, BIT_STRING_BITNAME *tbl) in ASN1_BIT_STRING_num_asc() argument
15 ASN1_BIT_STRING_name_print(BIO *out, ASN1_BIT_STRING *bs, BIT_STRING_BITNAME *tbl, int indent) ASN1_BIT_STRING_name_print() argument
33 ASN1_BIT_STRING_set_asc(ASN1_BIT_STRING *bs, const char *name, int value, BIT_STRING_BITNAME *tbl) ASN1_BIT_STRING_set_asc() argument
/kernel/linux/linux-5.10/drivers/net/wireless/st/cw1200/
H A Dtxrx.h23 __le32 tbl[3]; member
/kernel/linux/linux-6.6/drivers/net/wireless/st/cw1200/
H A Dtxrx.h23 __le32 tbl[3]; member
/third_party/ffmpeg/libavcodec/
H A Ddv.c44 dv_calc_mb_coordinates(const AVDVProfile *d, int chan, int seq, int slot, uint16_t *tbl) dv_calc_mb_coordinates() argument
/third_party/nghttp2/src/
H A Dbase64.h130 InputIt next_decode_input(InputIt first, InputIt last, const int *tbl) { in next_decode_input() argument
/third_party/musl/src/math/
H A Dexp2l.c48 static const double tbl[TBLSIZE * 2] = { variable
273 static const long double tbl[TBLSIZE] = { variable
/third_party/musl/porting/liteos_a/kernel/src/math/
H A Dexp2l.c48 static const double tbl[TBLSIZE * 2] = { variable
273 static const long double tbl[TBLSIZE] = { variable
/third_party/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/rpc_suite/rpc/rpc_createdestroy_svcudp_create/
H A Drpc_svcudp_create_performance.c40 double average(double *tbl) in average() argument
53 double mini(double *tbl) in mini() argument
66 double maxi(double *tbl) in maxi() argument
[all...]
/third_party/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/rpc_suite/rpc/rpc_createdestroy_clntraw_create/
H A Drpc_clntraw_create_performance.c40 double average(double *tbl) in average() argument
53 double mini(double *tbl) in mini() argument
66 double maxi(double *tbl) in maxi() argument
[all...]

Completed in 8 milliseconds

12345678910>>...22