Home
last modified time | relevance | path

Searched refs:int32 (Results 251 - 275 of 481) sorted by relevance

1...<<11121314151617181920

/foundation/bundlemanager/bundle_framework_lite/services/bundlemgr_lite/include/
H A Dbundle_mgr_slite_feature.h28 typedef int32 (*InvokeFunc)(const void *origin, IpcIo *req);
H A Dbundle_inner_feature.h48 static int32 Invoke(IServerProxy *iProxy, int funcId, void *origin, IpcIo *req, IpcIo *reply);
/foundation/multimedia/audio_lite/services/server/src/
H A Daudio_capturer_samgr.cpp76 static int32 Invoke(IServerProxy *iProxy, int funcId, void *origin, IpcIo *req, IpcIo *reply) in Invoke()
/foundation/multimedia/camera_lite/services/server/src/
H A Dsamgr_camera.cpp77 static int32 Invoke(IServerProxy* iProxy, int funcId, void* origin, IpcIo* req, IpcIo* reply) in Invoke()
/foundation/multimedia/media_lite/services/recorder_lite/server/src/
H A Drecorder_samgr.cpp64 static int32 Invoke(IServerProxy *iProxy, int funcId, void *origin, IpcIo *req, IpcIo *reply) in Invoke()
/foundation/window/window_manager_lite/services/ims/
H A Dsamgr_ims.cpp68 static int32 Invoke(IServerProxy* iProxy, int funcId, void* origin, IpcIo* req, IpcIo* reply) in Invoke()
/kernel/linux/linux-6.6/drivers/gpu/drm/vmwgfx/device_include/
H A Dvm_basic_types.h34 typedef s32 int32; typedef
/third_party/nghttp2/contrib/
H A Dtlsticketupdate.go90 Expiration: int32((*interval) + 300),
/third_party/vk-gl-cts/external/openglcts/modules/common/
H A DglcShaderLibraryCase.hpp78 deInt32 int32; member
/third_party/skia/third_party/externals/dng_sdk/source/
H A Ddng_iptc.h43 int32 fUrgency;
H A Ddng_date_time.cpp350 int32 sign = (s [k] == '-' ? -1 : 1); in Decode_ISO_8601()
880 int32 delta = (int32) (time1Sec - time2Sec); in LocalTimeZone()
/third_party/protobuf/src/google/protobuf/util/internal/
H A Dobject_writer.h82 virtual ObjectWriter* RenderInt32(StringPiece name, int32 value) = 0;
/third_party/wpa_supplicant/wpa_supplicant-2.9/wpa_supplicant_lib/
H A Ddriver_nl80211_hisi.h68 typedef int int32; typedef
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant_lib/
H A Ddriver_nl80211_hisi.h68 typedef int int32; typedef
/device/soc/rockchip/common/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd_wifi6/
H A Ddhd_pcie.h284 int32 idletime; /* Control for activity timeout */
387 extern int32 dhdpcie_bus_isr(struct dhd_bus *bus);
531 extern void dhd_bus_flow_ring_resume_response(struct dhd_bus *bus, uint16 flowid, int32 status);
H A Ddhd_sdio.c568 static int dhdsdio_set_sdmode(dhd_bus_t *bus, int32 sd_mode);
639 int32 min_size = DONGLE_MIN_RAMSIZE; in dhd_dongle_setramsize()
644 (dhd_dongle_ramsize < (int32)bus->orig_ramsize)) in dhd_dongle_setramsize()
1317 dhdsdio_set_sdmode(dhd_bus_t *bus, int32 sd_mode) in dhdsdio_set_sdmode()
1337 int32 iovalue; in dhdsdio_sdclk()
1776 0, &func_blk_size, sizeof(int32), IOV_SET); in dhdsdio_func_blocksize()
3902 int32 int_val = 0; in dhdsdio_doiovar()
3952 int_val = (int32)bus->sleeping; in dhdsdio_doiovar()
3966 int_val = (int32)bus->intr; in dhdsdio_doiovar()
3987 int_val = (int32)bu in dhdsdio_doiovar()
[all...]
/third_party/protobuf/ruby/tests/
H A Dbasic_proto2.rb19 optional :dup, :int32, 1
20 optional :class, :int32, 2
247 map :map_string_int32, :string, :int32, 1
/foundation/graphic/graphic_2d/rosen/test/texgine/unittest/
H A Dfont_parser_test.cpp253 struct OpenTypeBasicType::Int32 int32; in HWTEST_F() local
254 EXPECT_EQ(int32.Get(), 0); in HWTEST_F()
/kernel/linux/linux-5.10/arch/mips/include/asm/octeon/
H A Dcvmx.h240 CVMX_BUILD_WRITE64(int32, "sw");
256 CVMX_BUILD_READ64(int32, "lw");
/kernel/linux/linux-6.6/arch/mips/include/asm/octeon/
H A Dcvmx.h240 CVMX_BUILD_WRITE64(int32, "sw");
256 CVMX_BUILD_READ64(int32, "lw");
/kernel/linux/linux-5.10/lib/raid6/test/
H A DMakefile16 OBJS = int1.o int2.o int4.o int8.o int16.o int32.o recov.o algos.o tables.o
140 int32.c: int.uc ../unroll.awk
/kernel/linux/linux-6.6/lib/raid6/test/
H A DMakefile17 OBJS = int1.o int2.o int4.o int8.o int16.o int32.o recov.o algos.o tables.o
141 int32.c: int.uc ../unroll.awk
/test/xts/tools/lite/hctest/src/
H A Dhctest.c46 static void RunSingleTestCase(CTestCase *cTestCase, const char *caseName, const int32 flag);
139 static void RunSingleTestCase(CTestCase *cTestCase, const char *caseName, const int32 flag) in RunSingleTestCase()
/third_party/ffmpeg/libswresample/x86/
H A Daudio_convert_init.c27 #define PROTO2(pre, out, cap) PROTO(pre, int16, out, cap) PROTO(pre, int32, out, cap) PROTO(pre, float, out, cap)
28 #define PROTO3(pre, cap) PROTO2(pre, int16, cap) PROTO2(pre, int32, cap) PROTO2(pre, float, cap)
/third_party/backends/sanei/
H A Dsanei_thread.c249 static int32
293 int32 st; in sanei_thread_waitpid()

Completed in 17 milliseconds

1...<<11121314151617181920