Home
last modified time | relevance | path

Searched refs:typecast (Results 1 – 16 of 16) sorted by relevance

/OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-multimedia/id3lib/id3lib/
H A Dacdefine.patch20 #typecast in the call of iconv_open
21 AC_MSG_CHECKING(whether to typecast in iconv)
/OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-graphics/ftgl/
H A Dftgl_2.1.3-rc5.bb19 file://0001-Explicit-typecast-to-avoid-implicit-double-to-float-.patch \
/OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-bsp/flashrom/
H A Dflashrom_1.2.bb7 file://0001-typecast-enum-conversions-explicitly.patch \
/OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-graphics/ftgl/ftgl/
H A D0001-Explicit-typecast-to-avoid-implicit-double-to-float-.patch4 Subject: [PATCH] Explicit typecast to avoid implicit double to float
/OK3568_Linux_fs/yocto/meta-openembedded/meta-networking/recipes-support/open-vm-tools/open-vm-tools/
H A D0011-Use-uintmax_t-for-handling-rlim_t.patch7 formats, therefore use uintmax_t to typecast rlim_t types
/OK3568_Linux_fs/yocto/meta-openembedded/meta-networking/recipes-support/spice/spice/
H A D0001-Convert-pthread_t-to-be-numeric.patch6 typecast pthread_t to unsigned long
/OK3568_Linux_fs/buildroot/package/thermald/
H A D0001-thd_trip_point-fix-32-bit-build-error-with-musl-v1.2.patch20 use %jd and typecast with intmax_t which is maximum width integer type
/OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-core/sdbus-c++/sdbus-c++-libsystemd/
H A D0010-Use-uintmax_t-for-handling-rlim_t.patch7 therefore use %ju and typecast the rlim_t variables to
/OK3568_Linux_fs/yocto/poky/meta/recipes-core/systemd/systemd/
H A D0010-Use-uintmax_t-for-handling-rlim_t.patch7 therefore use %ju and typecast the rlim_t variables to
/OK3568_Linux_fs/kernel/tools/lib/traceevent/
H A Devent-parse.c896 free(arg->typecast.type); in free_arg()
897 free_arg(arg->typecast.item); in free_arg()
2320 return eval_type_str(val, arg->typecast.type, pointer); in eval_type()
2333 ret = arg_num_eval(arg->typecast.item, val); in arg_num_eval()
2498 return arg_eval(arg->typecast.item); in arg_eval()
2903 arg->typecast.type = arg->atom.atom; in process_paren()
2904 arg->typecast.item = item_arg; in process_paren()
3667 val = eval_num_arg(data, size, event, arg->typecast.item); in eval_num_arg()
3693 larg = larg->typecast.item; in eval_num_arg()
6521 printf("(%s)", args->typecast.type); in print_args()
[all …]
H A Devent-parse.h248 struct tep_print_arg_typecast typecast; member
/OK3568_Linux_fs/kernel/tools/perf/util/scripting-engines/
H A Dtrace-event-perl.c241 define_event_symbols(event, ev_name, args->typecast.item); in define_event_symbols()
H A Dtrace-event-python.c316 define_event_symbols(event, ev_name, args->typecast.item); in define_event_symbols()
/OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-connectivity/wvdial/wvstreams/
H A D0001-Forward-port-to-OpenSSL-1.1.x.patch184 // the typecast is necessary for API compatibility with different
/OK3568_Linux_fs/kernel/Documentation/scsi/
H A DChangeLog.lpfc58 - remove typecast for constants - a U postfix marks them
/OK3568_Linux_fs/external/xserver/
H A DChangeLog7151 When using the _ptr typecast + const the compiler barfs at us
91719 dix: use xi2_get_type instead of manual typecast
124373 dmx: typecast to InternalEvent* before mieqEnqueue.
130519 xfree86: shut up compiler warnings - typecast to InternalEvent
130528 mi: fix compiler warning - explicitly typecast to InternalEvent.
131029 xfree86: shut up compiler warnings - typecast to InternalEvent
131056 mi: fix compiler warning - explicitly typecast to InternalEvent.
132052 xfixes: useless (void) typecast removal